html {
  font-family: "Lato", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


@media (min-widht: 992px) {
  a {
    font-size: 24px;
  }
}



header .header__topbar {
  width: 100%;
  position: relative;
  z-index: 500;
}

header .header__topbar .header__logo {
  margin: 20px;
  width: 150px;

}

.header__topbar .header__logo img {
  width: 100%;
}

.header__topbar .btn-mobile {
  height: 35px;
  width: 35px;
  position: absolute;
  right: 20px;
  top: 24px;
}

.header__topbar .btn-mobile span {
  background-color: #fff;
  height: 2px;
  width: 25px;
  position: absolute;
  right: 23px;
}

.header__topbar .btn-mobile span::before {
  content: "";
  background-color: #fff;
  display: block;
  height: 2px;
  width: 25px;
  position: relative;
  top: -8px;
}

.header__topbar .btn-mobile span::after {
  content: "";
  background-color: #fff;
  display: block;
  height: 2px;
  width: 25px;
  position: relative;
  bottom: -6px;
}

.header__topbar .header__acces {
  display: none;
}

.header__acces {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-left: 20px;
}

.header__login--login {
  margin: 0 20px;
  position: relative;
}

.header__login--login::after {
  height: 40px;
  width: 1px;
  background-color: #2a3882;
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  top: 25px;
}

.header__acces--registration {
  margin: 0px 20px;
}

.header__acces i {
  font-size: 22px;
  position: relative;
  top: 3px;
}

.header__acces p {
  display: inline-block;
  padding: 10px;
}

header nav {
  display: none;
}

header nav img {
  display: none;
}

header nav ul li {
  border-bottom: 1px solid #d7d8d7;
}

header nav ul li:first-child {
  border-top: 1px solid #d7d8d7;
}

header nav ul li.submenu li {
  border: none;
}

header nav ul li p {
  display: inline-block;
  margin-left: 10px;
}

header nav ul li a {
  color: #000000;
}

header nav ul li i {
  font-size: 22px;
}

header nav .icon-arrow-up-solid::before {
  transform: rotate(180deg);
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
}

header nav ul li.submenu ul {
  display: none;
}

nav ul li.submenu.active ul {
  display: block;
}

nav ul li.submenu.active ul {
  top: 0;
}

ul li.submenu.active ul li {
  padding-bottom: 20px;
}

/* active mobile menu  */

.active .header__topbar .header__acces {
  display: flex;
  justify-content: center;
  z-index: 20;
}



.active .header__topbar .btn-mobile span {
  background-color: #000000;
}

.active .header__topbar .btn-mobile span::after {
  background-color: #000000;
}

.active .header__topbar .btn-mobile span::before {
  background-color: #000000;
}



@media (min-width: 992px) {
  li.active {
    position: relative;
  }

  nav ul li.submenu.active ul {
    position: absolute;
    top: 55px;
    left: 15px;
    background-color: #d7d8d7;
  }

  nav ul li.submenu.active ul li {
    padding: 10px 40px 10px 10px;
  }

  ul li.submenu a {
    color: #293782;
  }

  nav.fixed {
    position: fixed;
    width: 100%;
    z-index: -1;
    height: 80px;
    -webkit-box-shadow: 0px 10px 20px -2px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 10px 20px -2px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 10px 20px -2px rgba(0, 0, 0, 0.52);
  }

  nav.fixed ul {
    margin-top: 20px;
  }

  nav.fixed ul li {
    border: none;
  }

  .header__logo.fixed {
    position: fixed;
    top: -5px;
  }

  .header__logo.fixed img {
    width: 60px;
  }

  .topbar-container {
    background-color: white;
  }

  .header__topbar {
    display: flex;
    flex-wrap: wrap;
  }

  .header__login--login::after {
    display: none;
  }

  .header__topbar .btn-mobile {
    display: none;
  }

  .header__logo {
    display: inline-block;
    width: 30%;
  }

  .header__topbar .header__acces {
    display: flex;
    width: 81%;
    justify-content: flex-end;
  }

  .header__topbar .header__acces {
    margin-top: 10px;
    position: relative;
    z-index: 60;
  }

  .header__login--login {
    margin: 11px;
    background-color: #fff;
    padding: 0 35px;
    border-radius: 25px;
    color: #293782;
    height: 35px;
  }

  .header__login--login p {
    padding: 0;
    margin: 5px 0 0 0;
  }

  .header__topbar .header__acces--registration {
    margin: 10px;
    border: 1px solid #2a3882;
    color: #2a3882;
    padding: 0 25px;
    border-radius: 25px;
    height: 35px;
  }

  .header__topbar .header__acces--registration i {
    color: #fff;
    margin-right: 10px;
  }

  .header__topbar .header__acces--registration p {
    color: #2a3882;
    padding: 0;
    margin: 0;
    position: relative;
    top: 3px;
  }

  .header__acces--registration .icon-plus-square-regular {
    position: relative;
    top: 5px;
  }

 
}

@media (min-width: 1200px) {
 

  header .header__topbar {
    max-width: 1520px;
    margin: 0 auto;
  }

  header nav ul {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
  }

  header nav ul li {
    padding-left: 25px;
  }

  .header__logo.fixed {
    top: -10px;
  }

  .header__logo.fixed img {
    width: 100px;
  }

  .header__topbar .header__acces {
    width: 85%;
  }
}

@media (min-widht: 1390px) {
  .header__topbar .header__acces {
    width: 87%;
  }
}

/* slider  */

.slider {
  width: 100%;
  background-color: #293782;
  padding: 100px 0;
  height: 270px;
  overflow: hidden;
}

.slider .slider__content {
  width: 70%;
  margin: 0 auto;
  position: relative;
}

.slider .slider__content h2 {
  text-align: center;
  color: #fff;
  font-size: 28px;
}

.slider .slider__content p {
  color: #fff;
  max-width: 320px;
  margin: 0 auto;
}

.slider .slide-first {
  position: relative;
  background-color: #000000;
  overflow: hidden;
}

.slider .slide-first .slider__img {
  display: block;
  position: absolute;
  left: 0;
  /*width: 100%;*/
}

.slider .slide-first .slider__content {
  padding-bottom: 80px;
  position: relative;
  z-index: 30;
}

.slider .slide-first .slider__content::after {
  content: "";
  display: block;
  width: 200%;
  height: 120%;
  background-color: rgba(41, 54, 129, 0.81);
  position: absolute;
  top: -30px;
  left: -30%;
  z-index: -1;
}

.slider .slide-first h2 {
  font-size: 18px;
  padding-top: 10px;
}

.slider .slide-first p {
  font-size: 14px;
  text-align: center;
}

.slider .slide-first .slider__content .button__slider {
  font-size: 12px;
  padding: 0px 20px;
}

.slider-information {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.slider-information span {
  color: #fff;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.slider-information span p {
  font-size: 12px;
  display: inline-block;
}

.slider-information .slider-free {
  width: 113px;
}

.slider-information .slider-data {
  width: 220px;
  display: inline-block;
}

.slider .slide-first .slider__img img {
  width: 100%;
}

.social-slider i::before {
  color: #fff;
}

.social-slider {
  display: none;
}

.slider .slider__content .button__slider {
  color: white;
  background-color: #e4227e;
  padding: 0 25px;
  margin: 15px 0;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.slider-logo-container {
  display: none;
}

.slider .slider__img {
  display: none;
}

@media (min-width: 768px) {
  

  .slider__single-slider {
    display: flex !important;
  }

  .slider .slider__content {
    width: 40%;
  }

  .slider .slider__img {
    display: block;
    width: 55%;
  }

  .slider .slider__img img {
    width: 100%;
  }

 



  .slider .slider__content {
    padding-top: 110px;
  }

  .slider .slide-first .slider__img {
    height: auto;
    width: 100%;
  }

  .slider .slide-first .slider__content {
    width: 45%;
    margin-right: 0px;
  }

  .slider .slide-first .slider__content::after {
    transform: rotate(75deg);
    left: -180px;
    width: 200%;
  }

  .slider .slide-first .slider__content h2 {
    font-size: 22px;
    padding: 0;
    margin-top: -30px;
  }

  .social-slider {
    display: block;
  }

  .social-slider i {
    margin: 5px;
  }

  .slider-logo-container {
    display: flex;
    position: relative;
    top: -140px;
  }

  .slider-logo {
    background-color: #fff;
    width: 100px;
    height: 100px;
    position: relative;
  }

  .slider-logo img {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 992px) {
  .slider {
    height: 300px;
  }

  .slider .slide-first .slider__img {
    top: -10%;
  }

  .slider .slider__content {
    padding-top: 150px;
    width: 42%;
    position: relative;
  }

  .slider .slide-first {
    padding-top: 40px;
  }

  .slider .slide-first .slider__content::after {
    left: -70%;
    height: 760px;
    width: 250%;
  }

  .slider .slide-first .slider__content {
    margin-right: 50px;
    padding-bottom: 180px;
    position: relative;
  }

  .slider-information {
    margin-top: 65px;
    width: 100%;
  }

  .slider-information {
    justify-content: flex-start;
  }

  .slider-information .slider-free {
    margin-left: -30px;
    margin-right: 40px;
  }

  .slider .slide-first .slider__content h2 {
    font-size: 26px;
    margin-top: 0px;
  }

  .slider .slide-first .slider__content p {
    font-size: 20px;
  }

  .slider .slide-first .slider__content .button__slider {
    font-size: 14px;
    padding: 5px 50px;
  }

  .slider-information .slider-data {
    width: 260px;
  }

  .slider-information {
    position: absolute;
    bottom: 75px;
  }

  .slider-information .slider-free {
    width: 112px;
    position: relative;
  }

  .slider-logo-container {
    top: -110px;
  }

  .slider-information {
    left: 110px;
  }

  .slider-information span {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .slider-information .social-slider {
    margin-top: 20px;
    width: 101%;
    position: relative;
    left: -50px;
  }

  .slider {
    height: 400px;
  }

  .slider .slider__content {
    padding-top: 160px;
  }

  .slider .slider__content h2 {
    font-size: 32px;
  }

  .slider .slider__content p {
    max-width: 640px;
  }

  .slider .slider__content .button__slider {
    margin: 50px 0;
  }

  .slider .slide-first {
    padding-top: 70px;
  }

  .slider-information {
    margin-top: 120px;
    justify-content: center;
  }

  .slider .slide-first .slider__content::after {
    left: -70%;
    height: 900px;
    width: 250%;
  }

  .slider-information .slider-free {
    top: 0;
  }

  .slider-information .slider-free {
    width: 154px;
    font-size: 20px;
  }

  .slider-information .slider-free {
    width: 154px;
    font-size: 20px;
  }

  .slider-information span i {
    margin-right: 5px;
  }

  .slider-information .social-slider {
    margin-top: 10px;
    position: relative;
    /* left: 5px; */
    width: 30%;
  }

  .slider-information .social-slider i {
    font-size: 28px;
  }

  .slider-logo-container {
    left: 30px;
    top: -110px;
  }

  .slider .slide-first .slider__content {
    padding-bottom: 275px;
  }
}

@media (min-width: 1500px) {
  .slider__content {
    right: 10%;
  }

  .slider .slide-first .slider__content::after {
    left: -25%;
    height: 1300px;
    width: 250%;
  }

  .slider .slide-first .slider__content {
    margin-right: 0;
  }

  .slider-information {
    margin-left: 55px;
  }

  .slider .slide-first .slider__img {
    top: -20%;
  }

  .slider-logo-container {
    display: flex;
    position: relative;
    top: -155px;
  }

  .slider-logo {
    width: 150px;
    height: 150px;
  }

  .slider-logo img {
    width: 150px;
  }

  .slider-information .social-slider {
    position: relative;
    left: 5px;
  }

  .slider-information span {
    text-align: left;
  }

  .slider-information {
    left: 0;
  }
}

@media (min-width: 1700px) {
  .slider .slide-first .slider__content::after {
    left: -40%;
  }

  .slider .slide-first .slider__img {
    top: -50%;
  }

  .slider .slide-first .slider__content {
    padding-bottom: 267px;
  }

  .slider-information {
    margin-left: 105px;
  }
}

@media (min-width: 1996px) {
  .slider .slide-first .slider__img {
    left: 0;
  }

  .slider .slide-first .slider__content {
    width: 38%;
  }
}

@media (min-width: 2200px) {
  .slider .slide-first .slider__content {
    width: 32%;
  }

  .slider .slide-first .slider__content::after {
    left: -60%;
    height: 1500px;
  }
}

/* webinary  */

.webinary {
  width: 100%;
}

.webinary .webinary__content {
  width: 90%;
  margin: 0 auto;
}

.webinary .webinary__content h1 {
  font-size: 32px;
  color: #2a3882;
  text-align: center;
  text-transform: uppercase;
}

.webinary .webinary__content p {
  color: #2a3882;
  font-size: 18px;
  margin: 30px;
}

.webinary .webinary__img {
  width: 280px;
  margin: 30px auto;
}

.webinary .webinary__img img {
  width: 100%;
}

@media (min-width: 768px) {
  .webinary {
    max-width: 1520px;
    margin: 70px auto 0 auto;
  }

  .webinary article {
    display: flex;
    justify-content: center;
  }

  .webinary .webinary__content {
    width: 45%;
    margin-top: 50px;
  }

  .webinary .webinary__content p {
    margin: 30px 0;
  }

  .webinary .webinary__img {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .webinary {
    margin: 0 auto 0 auto;
  }

  .webinary .webinary__content {
    width: 50%;
  }

  .webinary .webinary__content h1 {
    font-size: 42px;
  }

  .webinary .webinary__content p {
    font-size: 22px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 150px;
  }
}

/* events  */

.events {
  width: 100%;
}

.events__top {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}

.events h3 {
  margin-left: 20px;
  font-size: 24px;
}

.events .under-the-title {
  text-align: center;
  position: relative;
  top: -40px;
}

.events .events__filter p {
  display: inline-block;
  margin-right: 10px;
  margin-left: 20px;
}

.events__filter ul {
  display: none;
}

.events__filter {
  position: relative;
  cursor: pointer;
}

.events__filter.active ul {
  display: block;
  background-color: #fff;
  position: absolute;
  z-index: 30;
  width: 250px;
  top: 15px;
  left: -15px;
}

.events__filter.active ul li {
  padding: 10px;
  background-color: #fff;
}

.events__wrapp--content {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
}

.events .events__filter i {
  transform: rotate(180deg);
  display: inline-block;
}

.events__wrapp {
  box-shadow: 0px 0px 32.9px 2.1px rgba(0, 0, 0, 0.08);
  margin-bottom: 100px;
}

.event__date {
  float: left;
}

.event__date i {
  display: inline-block;
  margin-right: 5px;
}

.event__date p {
  display: inline-block;
}

.event__time {
  float: right;
  margin: 13px 0;
}

.events__wrapp h3 {
  clear: both;
  text-align: center;
  padding: 30px 0;
  font-size: 18.72px;
}

.events__wrapp .event__specialization {
  font-weight: 600;
  margin: 20px;
  color: #2a3882;
  text-align: center;
}

.events__wrapp--content .events__bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.events__bottom .events__bottom--free i {
  display: inline-block;
  font-size: 22px;
  color: #293782;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.events__bottom .events__bottom--free {
  margin: 20px;
}

.events__bottom .events__bottom--free span {
  font-weight: bold;
}

.events__wrapp--content .events__bottom a {
  text-transform: uppercase;
  border-radius: 25px;
  padding: 5px 25px;
  margin: 20px;
  font-size: 16px;
}

.events__wrapp--content .events__bottom .events__bottom--agenda {
  color: #293782;
  border: 1px solid #293782;
}

.events__wrapp--content .events__bottom .events__bottom--see {
  color: #fff;
  background-color: red;
}

.events__administrator {
  position: relative;
  width: 100%;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e8f6ff;
}

.first__event .events__administrator {
  background-image: url("../../img/front/1pazdziernika.jpg");
}

.second__events .events__administrator {
  background-image: url("../../img/front/doctor.png");
}

.third__event .events__administrator {
  background-image: url("../../img/front/doctor.png");
}

.events__administrator .events__administrator-top {
  padding-top: 10px;
}

.events__administrator-top--left {
  margin: 0 20px;
  display: inline-block;
}

.events__administrator-top--left img {
  width: 110px;
}

.events__administrator .events__administrator-top p {
  font-size: 18px;
  font-weight: 700;
}

.events__administrator .events__administrator-top .events__administrator-top--social {
  position: absolute;
  right: 10px;
  top: 25px;
}

.events__administrator-top .events__administrator-top--social a {
  display: block;
  font-size: 22px;
  margin: 10px;
}

.events__administrator .events__administrator-bottom {
  margin-top: 80px;
  padding-top: 20px;
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 70%,
      rgba(255, 255, 255, 0.14889705882352944) 95%);
}

.events__administrator .events__administrator-bottom p {
  display: inline-block;
  margin-left: 10px;
}

.events__administrator .events__administrator-bottom img {
  max-height: 50px;
  position: relative;
  top: 10px;
  margin-left: 10px;
}

.fa-clock {
  right: 5px;
  position: relative;
}

@media (min-width: 992px) {
  .events {
    margin-top: -100px;
    overflow: hidden;
  }

  .events__top {
    position: relative;
    bottom: 0px;
  }

  .events__filter {
    float: right;
    position: relative;
    top: -50px;
    right: 25px;
  }

  .events__wrapp {
    clear: both;
  }

  .events__filter::after {
    content: "";
    position: relative;
    clear: both;
  }

  .events__container {
    display: flex;
    margin: 0 auto;
    max-width: 1520px;
  }

  .events__wrapp--content p {
    margin: 20px;
    margin-left: 0px;
  }

  .events__administrator .events__administrator-bottom {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    width: 200%;
  }

  .event__date {
    margin-left: 20px;
  }

  .event__time {
    margin-right: 20px;
  }

  .event__time img {
    position: relative;
    top: 2px;
    left: -10px;
  }

  .events__filter.active ul {
    top: 25px;
  }
}

@media (min-width: 1200px) {
  .events__wrapp--content h3 {
    margin-left: 20px;
  }

  .events__wrapp {
    background: rgb(232, 246, 255);
    background: linear-gradient(254deg,
        rgba(232, 246, 255, 1) 37%,
        rgba(255, 255, 255, 0.008841036414565795) 79%);
  }

  .events__container i {
    font-size: 28px;
  }

  .fa-clock {
    right: 10px;
    top: 2px;
    position: relative;
  }
}

/* archiwum */

.archives h2 {
  font-size: 24px;
  margin: 20px;
}

.archives .events__wrapp {
  background: #e8e8e8 !important;
}

.archives .events__wrapp {
  background-color: #e8e8e8;
}

.archives .under-the-title {
  text-align: center;
  position: relative;
  top: -30px;
}

.archives .events__wrapp--content {
  background-color: rgb(232, 232, 232);
}

.events__wrapp--content p {
  font-weight: bold;
}

.archives .events__administrator {
  background-size: cover;
}

.first__archives .events__administrator {
  background-image: url("../../img/front/doctor-two.png");
}

.second__archives .events__administrator {
  background-image: url("../../img/front/doctor-two.png");
}

.third__archives .events__administrator {
  background-image: url("../../img/front/doctor-two.png");
}

@media (min-width: 992px) {
  .archives h2 {
    max-width: 1520px;
    display: block;
    margin: 24px auto;
    position: relative;
    left: 20px;
  }
}



@font-face {
  font-family: "icomoon";
  src: url("../../font/icomoon.eot?z7o7p6");
  src: url("../../font/icomoon.eot?z7o7p6#iefix") format("embedded-opentype"),
    url("../../font/icomoon.ttf?z7o7p6") format("truetype"),
    url("../../font/icomoon.woff?z7o7p6") format("woff"),
    url("../../font/icomoon.svg?z7o7p6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e900";
  color: white;
}

.icon-archive-solid:before {
  content: "\e901";
}

.icon-arrow-up-solid:before {
  content: "\e902";
}

.icon-calendar-check-regular1:before {
  content: "\e903";
}

.icon-chalkboard-teacher-solid1:before {
  content: "\e904";
}

.icon-house-user-solid:before {
  content: "\e905";
}

.icon-paperclip-solid:before {
  content: "\e906";
}

.icon-plus-square-regular:before {
  content: "\e907";
  color: #2a3882;
}

.icon-users-solid:before {
  content: "\e908";
}

.icon-address-book-regular:before {
  content: "\e909";
}

.icon-facebook:before {
  content: "\e90a";
  color: white;
}

.icon-user-solid:before {
  content: "\e90b";
}

.icon-check-square-regular:before {
  content: "\e90c";
}

.icon-wykres:before {
  content: "\e90d";
}

.icon-dollar-sign-solid:before {
  content: "\e90e";
}

.icon-coins-solid:before {
  content: "\e90f";
}

.icon-chalkboard-teacher-solid:before {
  content: "\e910";
}

.icon-comments-solid:before {
  content: "\e911";
}

.icon-comments-regular:before {
  content: "\e912";
}

.icon-laptop-code-solid:before {
  content: "\e913";
}

.icon-wifi-solid:before {
  content: "\e914";
}

.icon-bullhorn-solid:before {
  content: "\e915";
}

.icon-external-link-alt-solid:before {
  content: "\e916";
}

.icon-lightbulb-regular:before {
  content: "\e917";
}

.icon-question-circle-regular:before {
  content: "\e918";
}

.icon-medrt-brands:before {
  content: "\e919";
}

.icon-react-brands:before {
  content: "\e91a";
}

.icon-check-double-solid:before {
  content: "\e91b";
}

.icon-cogs-solid:before {
  content: "\e91c";
}

.icon-stethoscope-solid:before {
  content: "\e91d";
}

.icon-user-md-solid:before {
  content: "\e91e";
}

.icon-edit-regular:before {
  content: "\e91f";
}

.icon-check-circle-regular:before {
  content: "\e920";
}

.icon-calendar-check-regular:before {
  content: "\e921";
}

.icon-event-info,
.icon-event-info:before {
  font-size: 70px;
  color: #293882 !important;
}

/* event page */

.main-event h2 {
  font-size: 28px;
  text-transform: uppercase;
}

.hero {
  width: 100%;
  position: relative;
}

.hero__container {
  width: 100%;
  background-image: url("../../img/front/heart.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
}

.hero::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
}

.hero .hero__content h2 {
  color: #fff;
  margin: 30px;
  text-align: center;
}

.hero .hero__content p {
  color: #fff;
  margin: 30px 5px;
  text-align: center;
}

.hero .hero__content {
  padding-top: 120px;
  width: 100%;
  margin: 20px auto;
  z-index: 10;
  position: relative;
  max-width: 620px;
}

.hero__button {
  color: white;
  background-color: red;
  padding: 5px 10px;
  border-radius: 25px;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 16px;
}

.hero .slider-information .slider-free {
  width: 150px;
  margin-top: 30px;
}

.hero .icon-check-square-regular {
  margin-right: 10px;
}

.hero .slider-data {
  width: 280px;
}

.hero .slider-data p {
  font-size: 16px;
}

.hero .slider-data p .fa-clock {
  margin-left: 15px;
}

.hero .slider-information span {
  margin: 0;
}

.hero .social-slider {
  display: block;
}

.hero .social-slider i {
  margin: 0 10px;
}

.hero-logo-container {
  position: absolute;
  z-index: 10;
  bottom: -1px;
  display: none;
}

@media (min-width: 768px) {
  .hero-logo-container {
    display: block;
  }
}

@media (min-width: 992px) {
  .hero .hero__content {
    width: 45%;
    margin-right: 20px;
    position: relative;
    height: 420px;
  }

  .hero::after {
    display: none;
  }

  .hero-logo-container {
    position: absolute;
    bottom: 0;
    left: 40px;
  }

  .hero .slider-information {
    position: absolute;
    bottom: 0;
    left: 0;
    align-items: center;
  }

  .hero .slider-information .slider-data {
    margin: 0 0 0 10px;
  }

  .hero .slider-information .slider-data p {
    margin: 15px;
  }

  .hero .slider-information .slider-free {
    width: 150px;
    margin: 0;
    top: 0;
  }

  .hero .slider-information .social-slider {
    width: 17%;
  }

  .heart {
    left: -20%;
  }
}

@media (min-width: 1200px) {
  .hero h2 {
    font-size: 32px;
  }

  .hero p {
    font-size: 18px;
  }

  .hero .hero__content {
    height: 470px;
    width: 50%;
  }

  .hero .slider-information .slider-free {
    font-size: 18px;
  }

  .hero .slider-information .social-slider {
    width: 20%;
    left: 0;
  }

  .hero .slider-information p {
    font-size: 18px;
  }

  .hero .slider-data p .fa-clock {
    margin-left: 15px;
    position: relative;
    left: 0;
  }
}

@media (min-width: 1500px) {
  .hero .hero__content {
    margin-right: 12%;
  }
}

@media (min-width: 1700px) {
  .hero .slider-information {
    margin-left: 0;
  }
}

/*
  * MAIN
  */

.partners {
  width: 100%;
}

.partners .partners__container {
  max-width: 1520px;
  margin: 80px auto;
  width: 90%;
}

.partners h2 {
  font-size: 32px;
}

.partners__image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.partners__image img {
  width: 250px;
  margin: 30px 0;
}

@media (min-width: 992px) {
  .partners h2 {
    font-size: 32px;
  }
}

/* agenda */

.agenda {
  width: 100%;
}

.agenda h2 {
  font-size: 32px;
  max-width: 1520px;
  width: 90%;
  margin: 20px auto;
}

.agenda__wrapp {
  box-shadow: 0px 0px 32.9px 2.1px rgba(0, 0, 0, 0.08);
}

.agenda__single {
  width: 100%;
}

.agenda__single {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.agenda__single .time {
  text-align: center;
  margin: 20px 0;
  display: inline-block;

}

.agenda__single {
  width: 90%;
  margin: 10px auto;
}

.agenda__single .time span {
  color: #000080;
  padding: 10px 20px;
  display: block;
  font-weight:700;
}

.agenda__content .content__title h3 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.agenda__content .content__title h3 strong {
  font-size: 20px;
  display: block;
  color:#000080;
}

.agenda__patron {
  text-align: center;
}

.agenda__content .content__title span {
  font-size: 18px;
  text-align: center;
  display: block;
  position: relative;
  left: -45px;
  font-weight: 600;
  margin-top: -10px;
}

.agenda__patron span {
  font-size: 18px;
  font-weight: 600;
}

.agenda__patron img {
  position: relative;
  top: 20px;
  left: 20px;
  width: 140px;
}

.agenda__content p {
  margin: 60px auto;
}

img {
  width: 150px;
}

.agenda__button {
  display: flex;
  justify-content: flex-end;
}

.agenda__button .button-blue {
  padding: 10px 30px;
  font-size: 16px;
}

.button-blue {
  background-color: #000080;
  color: #fff;
  padding: 8px 33px;
  font-size: 14px;
  margin: 10px;
}

.agenda__container {
  max-width: 1520px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .agenda__single {
    flex-direction: row;
    align-items: flex-start;
  }

  .agenda__top {
    display: flex;
    justify-content: space-between;
  }

  .agenda__single .time {
    margin-right: 20px;
  }

  .agenda__content .content__title h3 {
    text-align: left;
  }

  .agenda__content .content__title span {
    text-align: left;
    left: 0;
  }

  .agenda__patron {
    margin-top: 20px;
  }

  .agenda__patron {
    margin-top: -15px;
  }
}

@media (min-width: 992px) {
  .agenda h2 {
    font-size: 32px;
  }

  .button-blue {
    padding: 6px 25px;
    font-size: 16px;
  }

  .agenda .button-blue {
    margin-bottom: 40px;
  }
}

/* SPEAKERS*/

.speakers {
  width: 100%;
}

.speakers h2 {
  max-width: 1520px;
  width: 90%;
  margin: 60px auto;
}

.speakers__container {
  max-width: 1520px;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.speakers__container .speaker {
  margin: 40px 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 32.9px 2.1px rgba(0, 0, 0, 0.08);
  position: relative;
  max-width: 320px;
}

.speaker .speaker__image {
  position: absolute;
  left: 50%;
  top: -11%;
  transform: translate(-50%, 0);
  max-width: 110px;
}

.speaker .speaker__image img {
  width: 100%;
}

.speaker .speaker__content {
  padding-top: 80px;
  width: 90%;
  margin: 0 auto;
}

.speaker__content span {
  display: block;
  color: #000080;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.speaker__content p {
  padding-bottom: 60px;
}

.speaker__content small {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #293782;
}

.speaker__content .button-blue {
  margin-bottom: 40px;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  right: 5px;
}

@media (min-width: 992px) {
  .speakers h2 {}
}

/* description  */

.description {
  width: 100%;
}

.description__container {
  width: 90%;
  max-width: 1520px;
  margin: 60px auto;
  
}

.description__container p {
  font-size: 16px;
      color: #000080;
}

@media (min-width: 992px) {
  .description h2 {
    font-size: 32px;
  }
}

/* SUBSTANTIVE PARTNERS */

.substantive {
  margin: 60px auto;
}

.substantive h2 {
  margin: 0 auto;
  width: 90%;
  max-width: 1520px;
}

.substantive-partners__image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.partners__container {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .substantive h2 {
    font-size: 32px;
  }
}

/* IMPORTANT PARTNERS */

.important-partners {
  width: 100%;
  position: relative;
}

.importnat-partners__containter {
  max-width: 1520px;
  margin: 0 auto;
  text-align: center;
}

.partner {
  margin: 60px 0;
}

.partner .img-wrapp {
  width: 250px;
  margin: 40px auto;
}

.partner .img-wrapp img {
  width: 100%;
}

@media (min-width: 768px) {
  .importnat-partners__containter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .importnat-partners__containter .img-wrapp {
    width: 280px;
  }
}

@media (min-width: 992px) {
  .partners h2 {
    font-size: 32px;
  }

  .important-partners::after {
    /*display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    background-color: #fff;
    box-shadow: 0px 0px 32.9px 2.1px rgba(0, 0, 0, 0.08);
    top: 130px;
    z-index: -1;
    */
  }
}

/* MEDIA PARTNERS */

.media-partners__container {
  max-width: 1520px;
  margin: 30px auto;
  width: 90%;
}

@media (min-width: 992px) {
  .partners h2 {
    font-size: 32px;
  }
}

/* WORTH ADVICE */
.worth {
  width: 100%;
}

.worth h2 {
  margin: 0 auto;
  max-width: 1520px;
  width: 90%;
}

.worth__container {
  width: 90%;
  max-width: 1520px;
  margin: 80px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.main-event .cart {
  box-shadow: 0px 0px 32.9px 2.1px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  margin: 60px 10px;
  max-width: 320px;
    color: #000080;
}

.main-event .cart__image {
  max-width: 110px;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translate(-50%, 0);
}

.main-event .cart__content {
  padding: 50px 0;
  width: 90%;
  min-width: 320px;
  margin: 0 auto;
  /*position: relative;*/
  /*bottom: 2.2em;*/
}

.advice__knowledge {
    min-width: unset !important;
    position: relative;
    bottom: 2.2em;
}

.icon-wykres {
  font-size: 110px;
  color: #293882;
}

@media (min-width: 992px) {
  .worth h2 {
    font-size: 32px;
  }
}

/* must-know */

.must-know h2 {
  max-width: 1520px;
  margin: 0 auto;
  width: 90%;
}

.must-know__container {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 992px) {
  .must-know h2 {
    font-size: 32px;
  }
}

/* EVEMT FORM */

.event-form {
  width: 100%;
}

.event-form__container {
  width: 90%;
  max-width: 1520px;
  margin: 0 auto;
  font-family:'Raleway';
  color:#000080;
}

.event-form__container form {
  width: 100%;
  text-align: center;
}

.event-form__container input,
.event-form__container select {
  width: 80%;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 5px #e4e5e4 inset;
  -moz-box-shadow: 0 0 5px #e4e5e4 inset;
  box-shadow: 0 0 3px #e4e5e4 inset;
  margin: 10px auto;
  height: 30px;
  font-size: 16px;
    font-family:'Raleway';
  color:#000080;
}

.event-form__container input::placeholder {
  color: #293782;
  font-size: 12px;
  padding-left: 10px;
  font-weight: 600;
    font-family:'Raleway';
  color:#000080;
}

.event-form__container select {
  color: #293782;
  font-size: 12px;
  padding-left: 10px;
  font-weight: 600;
  padding-top: 2px;
  padding-bottom: 2px;
    font-family:'Raleway';
  color:#000080;
}

.event-form__container input[type="checkbox"] {
  width: 15px;
  height: 15px;
}

.form-regulations {
  text-align: left;
}

.event-form__container label {
  text-align: left;
  color: #293882;
  margin-left: 5px;
    font-family:'Raleway';
  color:#000080;
}

.event-form__container button.button-blue {
  border: 1px solid #293882;
}

@media (min-width: 992px) {
  .event-form h2 {
    font-size: 32px;
  }

  form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 80px;
  }

  .event-form__container input,
  .event-form__container select {
    width: 45%;
    height: 40px;
      font-family:'Raleway';
  color:#000080;
  }

  .event-form__container input::placeholder {
    color: #293782;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 600;
      font-family:'Raleway';
  color:#000080;
  }

  .event-form__container select {
    font-size: 16px;
  }

  .event-form .button-blue {
    position: absolute;
    bottom: 0px;
    right: 0;
  }
}

/* Style */
.logged {
  position: relative;
}

.logged ul {
  display: none;
}

.logged .icon-arrow-up-solid::before {
  font-size: 18px;
  transform: rotate(180deg);
  display: inline-block;
  margin-left: 10px;
}

.logged.active ul {
  position: absolute;
  display: block;
  background-color: #fff;
  text-align: center;
  width: 100%;
  left: -50px;

}

.logged.active ul li {
  padding: 10px;
}

.event-planned h2 {
  text-transform: uppercase;
  font-size: 20px
}

.event-planned .single-event {
  background-color: #fff;
  box-shadow: 0px 0px 32.9px 2.1px rgba(0, 0, 0, 0.08);
  width: 100%;
  margin: 40px auto;
  min-height: 370px;
}

.event-planned .single-event__top span {
  margin: 5px;
  text-align: center;
}

.event-planned .single-event h3 {
  text-align: center;
}

.event-planned .single-event p {
  text-align: center;
  font-size: 12px;
}

.event-planned .single-event .single-event-bottom {
  display: flex;
  justify-content: space-between;
}

.event-planned .single-event .button-blue {
  margin-right: 0;
}

.event-planned .single-event .white__button {
  background-color: #fff;
  color: #293882;
  padding: 5px 20px;
  border: 1px solid #293882;
  border-radius: 20px;
  font-size: 14px;
  margin: 10px;
}

.single-event-container {
  padding: 20px 0;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

.archival-events .single-event {
  background-color: #e8e8e8;
  box-shadow: 0px 0px 32.9px 2.1px rgba(0, 0, 0, 0.08);
  width: 100%;
  margin: 40px auto;
  min-height: 370px;
}

.archival-events .button-blue {
  margin-right: 0;
  text-transform: uppercase;
}

.archival-events .single-event .white__button {
  background-color: #fff;
  color: #293882;
  padding: 5px 20px;
  border: 1px solid #293882;
  border-radius: 20px;
  font-size: 14px;
  margin: 10px;
}

.archival-events .single-event__top span {
  margin: 5px;
  text-align: center;
}

.archival-events {
  text-transform: uppercase;
}

.archival-events h2 {
  text-transform: uppercase;
  font-size: 20px
}

.archival-events .single-event p {
  text-align: center;
  font-size: 12px;
}

.archival-events .single-event-bottom {
  display: flex;
  justify-content: space-between;
}

@media (min-width:992px) {
  .logged-user {
    display: flex;
    justify-content: center;

  }

  .event-planned {
    width: 50%;
    padding: 10px;
    height: auto;
  }

  .archival-events {
    width: 50%;
    padding: 10px;
    height: auto;
  }

  .single-event-container {
    margin-right: 20px;
  }

  .archival-events .single-event-container {
    margin-left: 20px;
  }

  .event-planned h2 {
    text-transform: uppercase;
    font-size: 20px;
    text-align: right;
  }

  .logged-user .single-event {
    position: relative;
  }

  .logged-user .single-event-bottom {
    position: absolute;
    width: 420px;
    bottom: 30px;
  }

  .logged {
    color: #293782;
  }

  .logged p {
    color: #293782;
  }

  .logged.active ul {
    background-color: #d7d8d7;
    text-align: left;
    border: 1px solid #293882;
    width: content;
    padding: 0;
    padding-left: 10px;
    min-width: 100%;
    width: auto;
  }
}

/*Pixelshark*/
.description__container {
  width: unset;
}

.substantive-partners h2 {
  max-width: 1520px;
  width: 90%;
  margin: 60px auto 0;
}

.event-planned .single-event .white__button {
  height: 19px;
  margin-top: 23px;
  text-transform: uppercase;
  padding: 4px 20px;
}

.single-event__top {
  display: flex;
}

.single-event__top span {
  width: 50%;
}

.single-event__top span:first-child {
  text-align: left;
}

.single-event__top span:last-child {
  text-align: right;
}

.single-event-container h3 {
  font-size: 22px;
  font-weight: bold;
}

.single-event-container p {
  font-size: 17px !important;
  font-weight: bold;
}

.single-event__top span {
  font-size: 17px !important;
}

.logged-user .single-event-bottom {
  position: absolute;
}

.event-planned .single-event .white__button {
  font-size: 16px;
}

.importnat-partners__containter {
  max-width: unset;
}

.importnat-partners__containter h2 {
  max-width: 1525px;
  margin-left: auto;
  margin-right: auto;
}

.single-event-bottom .button-blue {
  margin-top: 20px;
  text-transform: uppercase;
}

.archival-events {
  text-transform: unset;
}

.archives .under-the-title,
.events .under-the-title {
  top: unset;
  text-align: center;
}

.under-the-title {
  text-align: center;
}

.agenda__single ul {
  list-style: none;
}

.partners_with_shadow {
  width: 100%;
  display: block;
  background-color: #fff;
  box-shadow: 0px 0px 32.9px 2.1px rgba(0, 0, 0, 0.08);
}

.register-event-button .button-blue {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  font-size: 23px;
}

.register-event-button {
  text-align: center;
  width: 100%;
}

.single-event-container {
  max-width: 520px;
}

.error-page {
  padding-top: 200px;
  text-align: center;
}

.content {
  max-width: 1470px;
  margin: 0 auto;
}

.page-title {
  text-align: center;

}

.clock-on-slider {
  position: relative;
  left: 5px;
}

.partners__image {
  align-items: center;
}

.agenda__content {
  position: relative;
  width: 100%;
}

.agenda__content p {
  clear: both;
  position: relative;
  top: 40px;

}

.agenda__patron {
  float: right;
}

.speakers__container .speaker {
  margin: 55px 15px;
}

.speakers__container .speaker {
  min-width: 250px;
}

.speaker__content p {
  text-align: center;
}

.slider-logo {
  float: left;
  padding: 10px;
}

.speaker .speaker__image {
  top: -60px;
}

.partners__image a {
  width: 250px;
  margin: 30px;
  min-height: 50px;
}

.partners__image img {
  min-height: 50px;
}

.slider-logo-container {
  top: unset;
  bottom: 0px;
}

.events__administrator .events__administrator-bottom img {
  top: unset;
  vertical-align: middle;
}

.hero .hero__content {
  width: 100%;
}

.hero .hero__content h2 {
  margin: 0px
}

.hero .slider-information .slider-data {
  font-size: 18px;
}

.slider-information .slider-data {
  font-size: 20px;
}

.agenda__content p {
  margin: 0px auto;
  top: unset;
}

.agenda__content {
  margin-bottom: 30px;
}

.page-header {
  position: relative;

}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.35rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #293c74;
  background-color: #dce3f9;
  border-color: #cdd8f6;
}

.alert-primary hr {
  border-top-color: #b7c7f2;
}

.alert-primary .alert-link {
  color: #1c294e;
}

.alert-secondary {
  color: #45464e;
  background-color: #e7e7ea;
  border-color: #dddde2;
}

.alert-secondary hr {
  border-top-color: #cfcfd6;
}

.alert-secondary .alert-link {
  color: #2d2e33;
}

.alert-success {
  color: #0f6848;
  background-color: #d2f4e8;
  border-color: #bff0de;
  padding: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.alert-success hr {
  border-top-color: #aaebd3;
}

.alert-success .alert-link {
  color: #093b29;
}

.alert-info {
  color: #1c606a;
  background-color: #d7f1f5;
  border-color: #c7ebf1;
}

.alert-info hr {
  border-top-color: #b3e4ec;
}

.alert-info .alert-link {
  color: #113b42;
}

.alert-warning {
  color: #806520;
  background-color: #fdf3d8;
  border-color: #fceec9;
}

.alert-warning hr {
  border-top-color: #fbe6b1;
}

.alert-warning .alert-link {
  color: #574516;
}

.alert-danger {
  color: #78261f;
  background-color: #fadbd8;
  border-color: #f8ccc8;
}

.alert-danger hr {
  border-top-color: #f5b7b1;
}

.alert-danger .alert-link {
  color: #4f1915;
}

.alert-light {
  color: #818183;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686869;
}

.alert-dark {
  color: #2f3037;
  background-color: #dedee1;
  border-color: #d1d1d5;
}

.alert-dark hr {
  border-top-color: #c4c4c9;
}

.alert-dark .alert-link {
  color: #18181c;
}

/* Popup box BEGIN */
.hover_bkgr_fricc {
  background: rgba(0, 0, 0, .4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.hover_bkgr_fricc .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.hover_bkgr_fricc>div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 551px;
  min-height: 100px;
  vertical-align: middle;
  width: 60%;
  position: relative;
  border-radius: 8px;
  padding: 15px 5%;
}

.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.popupCloseButton:hover {
  background-color: #ccc;
}

.trigger_popup_fricc {
  cursor: pointer;
  font-size: 20px;
  margin: 20px;
  display: inline-block;
  font-weight: bold;
}

.partners_with_shadow {
  margin: 95px 60px auto;
}

.slider-data .clock-on-slider,
.slider-data .fa-clock {
  position: relative;
  top: 0px;
}

@media (min-width: 992px) {
  .events {
    overflow: visible;
  }

  .slider .slide-first .slider__content {
    min-height: 53px;
  }
}

.slider .slide-first .slider__content {
  padding-bottom: 0 !important;
  max-height: 400px;
  min-height: 400px;
}

@media (min-width: 480px) {
  .slider {
    height: 230px;
  }

  .slider .slide-first .slider__img {
    width: 100%;
  }
}



@media (min-width: 992px) {
  .logged-user .single-event-bottom {
    width: 520px;
  }

 

 
  .slider .slide-first .slider__content {
    max-height: 460px;
    min-height: 460px;
  }
}

@media (min-width:1200px) {
  

  .slider-logo-container {
    bottom: 0 !important;
    top: unset !important;
  }

  .slider .slide-first .slider__content {
    max-height: 470px;
    min-height: 470px;
  }
}

.slider__container {

  position: relative
}

.slider-logo-container {
  position: absolute;
}

/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #293782;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #293782;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .importnat-partners__containter {
    justify-content: unset;
  }
}

@media (min-width: 992px) {
  .importnat-partners__containter h2 {
    font-size: 32px;
  }
}

.pagination_own_box {
  text-align: center;
  /*margin-top: 200px;*/
}

.pagination_own {
  display: inline-block;
}

.pagination_own a {
  color: #293782;
  float: left;
  padding: 10px 16px;
  text-decoration: none;
  border: 1px solid #bfbfbf;
}

.pagination_own a:hover {
  background-color: #293782;
  color: #FFF;
}

.pagination_own .active {
  background-color: #293782;
  color: #FFF;
  text-decoration: underline;
}

.pagination_own_button_bottom {
  border-radius: 25px;
}

.pagination_own_button_bottom_off {
  color: #d3d3d3 !important;
}

.popup_body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
}

.popup_body_show {
  z-index: 9999;
  display: block;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
}

.popup_back {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.popup_contain {
  text-align: center;
  position: relative;
  background: #fff;
  min-width: 300px;
  width: calc(100% - 100px);
  min-height: 85%;
  margin: 100px auto 50px;
  min-height: 150px;
  padding: 10px 20px 0px;
  height: 100vh;
  overflow-y: auto;
}

.popup_contain h2 {
  margin-bottom: 0px;
}

.popup_contain video {
  max-width: 50%;
  margin-bottom: 10%;
}

@media (max-width: 992px) {
  .popup_contain video {
    max-width: 90%;
    margin-bottom: 10%;
  }

}

.popup-video video:first-child {
  margin-top: 5%;
}

.popup_close {
  background: #293782;
  padding: 3px 10px 5px;
  position: absolute;
  right: 47px;
  top: 100px;
  color: #fff;
  border-radius: 50%;
  z-index: 9;
}

.button-blue {
  border: none;
  cursor: pointer;
}

.slider .slide-first .slider__img {
  top: 0;
}

.partners__image img {
  height: 140px;
  width: unset;
}

.partners_with_shadow {
  margin: 0px auto 30px;
  /*min-height: 270px;*/
}

.substantive {
  margin: 0px auto;
}

.main-event h2 {
  width: 100%;
  text-align: left;
  color:#000080;
}

.description__container ul {
  list-style: unset;
}

.required-fields {
  text-align: right;
  width: 100%;
  margin-top: 30px;
  color: #293882;
}

@media (min-width: 992px) {
  .slider-information .slider-data {
    width: 400px;
  }

  .slider-information .slider-data p i {
    margin-left: 40px;
  }

  .slider-information {
    left: unset;
    min-width: 485px;
  }

  .hero .slider-data p .fa-clock {
    margin-left: 40px;
  }
}

@media (min-width: 1500px) {
  .slider-logo {
    width: 100px;
    height: 100px;
  }

  .slider-logo img {
    width: 100px;
  }

  .importnat-partners__containter h2 {
    /*padding-left: 55px;*/
  }
}

@media (min-width: 1700px) {
  .slider-information {
    margin-left: 320px;
  }

}

.slider .slide-first .slider__img img {
  display: none;
}

@media (min-width:768px) {
  .slider .slide-first .slider__img img {
    display: block;
    width: fit-content;
  }

  .slider .slide-first .slider__content::after {
    background-size: contain;
    left: -100%;
    background-color: transparent;
    transform: rotate(0deg) !important;
    width: 100vw;
  }

}

@media (min-width:992px) {
  .slider .slide-first .slider__img img {
    min-height: 505px;
  }
}

@media (max-width:1500px) {
  .popup_contain video {
    height: unset !important;
    margin-left: 20px;
    margin-right: 20px;

  }
}

@media (min-width: 992px) {
  .slider .slide-first .slider__img img {
    min-height: 525px;

  }
}

@media (min-width: 992px) {
  .hero__container {

  }
}

.hero .slider-information {
  margin-top: 100px;
}

@media (min-width: 1200px) {
  .slider .slide-first .slider__img {
    width: 100%
  }
}

@media (min-width:1200px) {
  .slider .slide-first .slider__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .slider .slide-first .slider__content .button__slider {
    position: relative;
    left: 0;
    transform: translate(0, 0);
    text-align: center;
  }
}

.events__container {

  display: flex;

  flex-direction: column;

}

.events__wrapp--content {

  order: 1;

}

.events__administrator {

  height: 170px;

}

.events__administrator .events__administrator-bottom {

  position: absolute;

  bottom: 0;

  width: 100%;

}

@media (min-width:992px) {

  .events__container {

    flex-direction: row;

  }

  .events__wrapp--content {

    order: 1;

  }

  .events__administrator {

    order: 2;

    height: auto;

  }

}

.active.active-user nav ul {

  top: 350px;

}

@media (min-width:1680px) {

  .slider .slide-first .slider__img img {

    width: 100%
  }

}

.slider__content p .clock-on-slider {
  padding-right: 5px;
}

.page-header.slider-off {
  /*    background: #293882; */

  top: -20px;
  padding-top: 10px;
}

@media (min-width:992px) {
  .page-header.slider-off {

  }
}

/* cookie */

.cookie {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #293882;
}

.cookie__container {
  font-size: 12px;
  text-align: center;
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
}

.cookie__container p {
  color: #fff;
  margin-top: 40px;
  text-align: center;
}

.cookie__container p a {
  color: red;
  font-size: 12px;
}

.cookie__container i {
  position: absolute;
  top: -30px;
  right: 20px;
  color: #fff;
  font-size: 16px;
}

.cookie .btn-accept {
  color: #293782;
  background-color: #fff;
  padding: 0 25px;
  border-radius: 25px;
  margin: 15px 0;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
}

.slider {
  top: -13px;
}

header i {
  color: #D81F73;
}

.video-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  flex-wrap: wrap;
}

.video-item {
  text-align: center;
  max-width: 100% !important;
}

.video-box-item video {
  width: 100%;
  max-width: 1280px;
  height: auto;
}

.video-box-item iframe {
  width: 1280px;
  height: 780px;
  max-width: 100%;
}

.video-container {
  position: relative;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-box-parent {
  overflow: hidden;
  max-width: 605px;
  max-height: 320px;
  margin: 20px;
}

.video-box {
  width: 100%;
  height: auto;
  max-height: 320px;
  position: relative;
}

.video-box img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out 0s;
  width: 605px;
  max-width: 100%;
  height: auto;
  /*object-fit: cover;*/
}

.video-box:hover img {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out 0s;
}

.video-box a.title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  opacity: 1;
  margin-top: -15px;
}

.call_to_action a {
  position: relative;
  margin-top: 20px;
  color: #fff;
  border: 1px solid #ffffff;
  padding: 8px 12px 8px 12px;
  border-radius: 3px;
  text-transform: uppercase;
  border-radius: 25px;
  padding: 5px 25px;
  margin: 20px;
  font-size: 16px;
  z-index: 99999;
}

.call_to_action a:hover {
  background-color: #000;
  color: #eee;
}

.hover_holder_color {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 101;

}

.hover_outer_color {
  display: table;
  height: 100%;
  opacity: 1 !important;
  position: relative;
  top: 0;
  width: 100%;
}

.hover_inner_color {
  backface-visibility: hidden;
  background: rgba(41, 56, 130, 1) none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  display: table-cell;
  height: 100%;
  opacity: 1;
  padding: 0 5%;
  text-align: center;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}

.hover_inner_color:hover,
.hover_inner_color:hover>.call_to_action a {
  opacity: 1;

}

.hover_inner_color:hover {
  background: rgba(41, 56, 130, 1);
  opacity: 1;
}

.categories_color a.title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  opacity: 1;
}

.hover_inner_color:hover>a.title {
  opacity: 1;
}

.hover_holder {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 20;
}

.hover_outer {
  display: table;
  height: 100%;
  opacity: 1 !important;
  position: relative;
  top: 0;
  width: 100%;
}

.hover_inner {
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.31) none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  display: table-cell;
  height: 100%;
  opacity: 1;
  padding: 0 5%;
  text-align: center;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}

.hover_inner:hover,
.hover_inner:hover>.call_to_action a {
  opacity: 1;

}

.hover_inner:hover {
  background: rgba(41, 56, 130, 1)
}

.categories_zoom a.title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  opacity: 1;
  margin-top: -15px
}

.hover_inner_color:hover>a.title {
  opacity: 1;
}

.datconf {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 5px;
  background-color: #293882;
}

#category-video-filter li {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 20px;
  margin-top: 10px;
}

#category-video-filter li a {
  border: 1px solid #293782;
  padding: 10px;
  color: #293782 !important;
}

#category-video-filter li a.active {
  border: 1px solid #293782;
  padding: 10px;
  background-color: #293782;
  color: #fff !important;
}

#category-video-filter li a:hover {
  border: 1px solid #293782;
  padding: 10px;
  background-color: #293782;
  color: #fff !important;
}

@media (max-width: 780px) {
  .call_to_action a {
    background: rgb(41, 56, 130);
  }
}

.popup-login-link a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.popup-login-info {
  font-size: 16px;
}

.remodal_popup_close {
  background: #293782;
  padding: 3px 10px 5px;
  position: absolute;
  right: 10px;
  top: 0px;
  color: #fff;
  border-radius: 50%;
  z-index: 9999999999999999999;
}

.remodal {
  max-width: 95% !important;
  height: 80%;
}

.fee-info-register-event {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 23px;
}

.inovice_info {
  font-size: 16px;
  color: #293782;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  min-height: 40px;
  display: flex;
  align-items: center;
  margin: 10px auto;
  width: 100%;
  text-align: left;

}

.inovice_info span {
  width: 45%;
  margin: 10px auto;
  padding-left: 15px;
}

@media (max-width: 992px) {
  .inovice_info {
    flex-direction: column;
  }

  .inovice_info span {
    font-size: 12px;
    width: 80%;
    margin: 10px auto;
    padding-left: 15px;
  }
}

.event__date i {
  font-size: 20px;
}

.event__date i {
  font-size: 20px;
}

.event__date i.clock-on-slider {
  margin-left: 40px;
}


.worth__slider .owl-item {
  height: auto !important;
}

.worth__slider .cart {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
  min-height: 250px;
  /*max-height: 350px;*/
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.worth__slider .advice__content {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;
  /*position: relative;*/
  /*right: 1.5em;*/
}

.worth__slider p {
  overflow-wrap: break-word;
  word-break: break-word;
  margin: 0;
}

.worth__slider .owl-item {
  margin-right: 0 !important;
}

.worth__slider .cart {
  margin-right: 10px;
  height: 100%;
}

.worth__slider .owl-stage-outer {
  width: 90%;
  max-width: 1520px;
  margin: 0 auto;
  margin-left: 10.5%;
}

@media screen and (min-width: 1920px) {
  .worth__slider .owl-stage-outer {
    margin-left: 21%;
    }
}

@media screen and (min-width: 2560px) {
  .worth__slider .owl-stage-outer {
    margin-left: 26%;
    }
}

/*.must-know__slider .owl-item {*/
/*  margin-right: 20px !important;*/
/*}*/

.must-know__slider .cart {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
  min-height: 250px;
  max-height: 350px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  overflow: hidden;
}

.must-know__slider .advice__knowledge {
  flex: 1;
  /*padding: 20px;*/
  box-sizing: border-box;
  overflow-y: auto;
}

.must-know__slider p {
  overflow-wrap: break-word;
  word-break: break-word;
  margin: 0;
}

/*.must-know__slider .owl-stage {*/
/*  margin-left: 5%;*/
/*}*/

.must-know__slider .owl-stage-outer {
  width: 90%;
  max-width: 1520px;
  margin: 0 auto;
  margin-left: 10.5%;
}

@media screen and (min-width: 1920px) {
  .must-know__slider .owl-stage-outer {
    margin-left: 20%;
    }
}

@media screen and (min-width: 2560px) {
  .must-know__slider .owl-stage-outer {
    margin-left: 26%;
    }
}

/*.worth__slider .owl-item {*/
/*    width: 100% !important;*/
/*    box-sizing: border-box;*/
/*}*/
/*.worth__slider .item {*/
/*    height: 100%;*/
/*}*/

.owl-stage {
    width: 10000px !important;
}

.owl-item {
    margin-right: 0 !important;
}

ba.cmec-btn-secondary {
    cursor: pointer;
}

.popup_body {
    z-index: 9999;
}

.popup_close {
  position: absolute;
  top: 4%;
  right: 3%;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  user-select: none;
}
.popup_contain {
  position: relative;
  margin: 40px auto;
  background: #fff;
  padding: 20px;
}

.agenda__content .content__title h3 strong {
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.agenda__single ul {
    margin: 0;
    padding: 0;
}

.custom-icon-1 { background-image: url("/public/images/1.webp"); }
.custom-icon-2 { background-image: url("/public/images/2.webp"); }
.custom-icon-3 { background-image: url("/public/images/3.webp"); }
.custom-icon-4 { background-image: url("/public/images/4.webp"); }
.custom-icon-5 { background-image: url("/public/images/5.webp"); }
.custom-icon-6 { background-image: url("/public/images/6.webp"); }
.custom-icon-7 { background-image: url("/public/images/7.webp"); }
.custom-icon-8 { background-image: url("/public/images/8.webp"); }

.custom-icon-1,
.custom-icon-2,
.custom-icon-3,
.custom-icon-4,
.custom-icon-5,
.custom-icon-6,
.custom-icon-7,
.custom-icon-8 {
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    width: 100px;
    height: 100px;
    left: 35%;
    padding-bottom: 10px;
    transform: scale(0.75);
}

.owl-carousel .owl-nav button.owl-next {
    z-index: 1 !important;
}

.static-overlay {
  position: absolute;
  background-color: white;
  pointer-events: none;
}
.worth__slider {
  position: relative;
}
.partners__image {
    display: flex;           /* Włącza tryb Flexbox, układając loga w rzędzie */
    flex-wrap: wrap;         /* Pozwala logom przenieść się do nowej linii, jeśli braknie miejsca */
    justify-content: center; /* Wyśrodkowuje loga w poziomie */
    align-items: center;     /* Wyrównuje loga w pionie (przydatne przy różnych wysokościach) */
    gap: 25px;               /* Tworzy odstęp (25px) między logami */
}