html {
  box-sizing: border-box;
}

*, ::before, ::after {
  box-sizing: inherit;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote, figure, table {
  margin: 0;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

ul {
  padding-left: 0;
  list-style: none;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  vertical-align: middle;
}

button {
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  -webkit-appearance: button;
          appearance: button;
  background: transparent;
  padding: 0;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

label, input[type=radio], input[type=checkbox] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  resize: vertical;
}

textarea,
input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

.btn-wyjdz{
  color: #E03B47;
}

input:focus {
  outline: none;  
}
embed, object, video {
  max-width: 100%;
}

img, svg {
  display: inline-block;
  vertical-align: middle;
}

* {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fafafa;
  height: 100%;
  scroll-behavior: smooth;
}

:focus {
  outline: none;
}

.user-is-tabbing :focus {
  outline: 2px solid #7AACFE;
}

a, button {
  transition: .2s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Fira Sans", sans-serif;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  font-size: 16px;
}

.touch a:hover {
  color: inherit;
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4 {
  font-weight: 400;
}

h2, .h2 {
  font-size: 21px;
}

h2.line {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

h2.line::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  max-width: 360px;
  height: 2px;
  background-color: #e5e5e5;
}

h2.line::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #0982e3;
}

h2.line.-green::before {
  background-color: #489ee2;
}

h2.line.-green::after {
  background-color: #b6cd6e;
}

h2.line.-green2::after {
  background-color: #b6cd6e;
}

h2.line.-green3::before {
  background-color: #fff;
}

h2.line.-green3::after {
  background-color: #b6cd6e;
}

h2.line.-blue2::after {
  background-color: #75b5ea;
}

h2.line.-center {
  padding-bottom: 15px;
}

h2.line.-center::before {
  left: 50%;
  transform: translateX(-50%);
}

h2.line.-center::after {
  left: calc(50% - 50px);
}

.larger { 
	font-size: 23px; 
}

.color_h{
color: #E03B47 !important;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #0882e2;
}

.text-green {
  color: #b6cd6e;
}

.text-red {
  color: #fe0000;
}

.text a {
  color: #008191;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.text a:hover {
  border-bottom: 1px solid currentColor;
}

.text-large {
  font-size: 24px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.ml-20 {
  margin-left: 20px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-60 {
  margin-top: 60px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-uppercase {
  text-transform: uppercase;
}

.account {
  display: grid;
  grid-gap: 50px;
}

.account__panel {
  background-color: #ffffff;
  border: 2px solid #dddcdc;
  border-radius: 20px;
  box-shadow: 4px 5px 5px 0px rgba(2, 43, 76, 0.21);
  padding: 13px;
}

.account__panel h2 {
  background-color: #f3f3f3;
  padding: 15px;
  border-radius: 20px 20px 0 0;
}

.account__nav li {
  border-bottom: 1px solid #f2f3f3;
}

.account__nav li:last-child {
  border: 0;
}

.account__nav li.is-active > a {
  color: #ae0f69;
}

.account__nav a {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  padding: 15px 0 15px 55px;
  background-repeat: no-repeat;
  background-position: 5px 50%;
}

.account__nav li:nth-child(1) a {
  background-image: url("../img/ico-moje-dane.png");
}

.account__nav li:nth-child(2) a {
  background-image: url("../img/ico-moje-rezerwacje.png");
}

.account__nav li:nth-child(1).is-active a {
  background-image: url("../img/ico-moje-dane-active.png");
}

.account__nav li:nth-child(2).is-active a {
  background-image: url("../img/ico-moje-rezerwacje-active.png");
}

.account__main .form__row {
  display: grid;
  grid-gap: 0 60px;
}

.logos-agenda-wrap {
  background: url("../img/wave.jpg") 100% 0 no-repeat;
//  background: url("../img/dots-right.png") 100% 0 no-repeat, url("../img/dots-left.png") 0 100% no-repeat;
}

.agenda {
  padding-bottom: 20px;
}

.agenda__head {
  margin-bottom: 20px;
}

.agenda__head h2 {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.agenda__head h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #E03B47;
}

.agenda__head p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.badge {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 10;
  display: none;
}

.badge.is-open {
  display: block;
}

.badge img {
  width: 166px;
}

.badge__close {
  position: absolute;
  top: -3px;
  right: -3px;
  background-image: url("../img/badge-close.png");
  background-size: 100%;
  width: 40px;
  height: 40px;
}

.btn {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  transition: .2s;
  border: 2px solid currentColor;
  background-color: #fff;
  height: 45px;
  padding: 0 10px 0 55px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
  box-shadow: 0px 4px 4px 0px rgba(1, 31, 60, 0.22);
}

.btn:hover {
  opacity: 1;
}

.btn--reserve {
  width: 160px;
  color: #E03B47;
  background: url("../img/ico-calendar-2.png") 12px 50% no-repeat;
}

.btn--ask {
  color: #327ea0;
  width: 160px;
  background: url("../img/ico-question.png") 12px 50% no-repeat;
}

.contact {
  display: grid;
  grid-gap: 60px;
}

.contact__form {
  background-color: #ffffff;
  border: 1px solid #dddcdc;
  border-radius: 20px;
  box-shadow: 4px 5px 5px 0px rgba(2, 43, 76, 0.21);
  padding: 15px;
}

.contact__form .form__submit {
  padding-top: 0;
}

.contact__form button {
  display: block;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.contact__info {
  padding: 10px;
}

.contact__info h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.contact__info img {
  margin-bottom: 20px;
}

.contact__info p {
  font-size: 18px;
  margin-bottom: 1em;
}

.contact__info a {
  color: #E03B47;
//  border-bottom: 1px solid currentColor;
}

.prefooter-wrap {
  background-color: #d7e5f0;
}

.prefooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
}

.prefooter__info {
  text-align: center;
  padding-top: 40px;
}

.prefooter__info h2 {
  color: #E03B47;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.prefooter__info p {
  font-size: 22px;
}

.prefooter__free {
  padding-top: 80px;
}

.footer-wrap {
  background-color: #fff;
  padding-bottom: 20px;
}

.agenda-img {
  width: 100vw;
  height: 100vh;
  object-fit: contain; /* lub cover, zależnie od efektu */
  display: block;
}
.footer {
  color: #E03B47;
}

.footer > div {
  margin-bottom: 30px;
}

.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 -15px;
  padding: 10px 15px;
}

.footer__logo img {
  align-self: center;
  max-height: 140px;
  width: auto;
  margin-left: 10px;
}

.footer__contact {
  padding-top: 30px;
  font-size: 18px;
  padding-left: 30px;
  padding-right: 0px;	
}

.footer__contact div {
  margin-bottom: 15px;
}

.footer__contact span {
  display: inline-block;
  width: 30px;
}

.footer__links li {
  margin-bottom: 15px;
}

.footer1 {
  font-size: 12px;
  line-height: 16px;
  padding: 20px 0;
  border-bottom: 2px solid #0079c2;
}

.footer2 {
  padding: 20px 0;
}

.footer2__right {
  color: #0079c2;
  margin-top: 15px;
}

.form-checkbox {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}

.form-checkbox a {
  color: #009ee3;
  text-decoration: underline;
}

.form-checkbox input {
  -webkit-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.form-checkbox span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 50px;
}

.form-checkbox span:empty {
  width: 26px;
  height: 26px;
  padding: 0;
}

.form-checkbox span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #E03B47;	
  
  border-radius: 5px;
}

.form-checkbox span::after {
  opacity: 0;
  content: '';
  position: absolute;
  top: 7px;
  left: 4px;
  width: 16px;
  height: 8px;
  border: 2px solid #E03B47;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}


.form-checkbox input:checked + span::after {
  opacity: 1;
}

.form__group {
  margin-bottom: 20px;
}

.form__group input, .form__group select, .form__group textarea {
  width: 100%;
  background: #fff;
  color: #000;
  line-height: 20px;
  padding: 13px 15px;
  border: 1px solid #d3d8dd;
  border-radius: 10px;
}

.form__group input[disabled], .form__group select[disabled], .form__group textarea[disabled] {
  background: none;
}

.form__group input::placeholder, .form__group select::placeholder, .form__group textarea::placeholder {
  opacity: 1;
}

.form__group select {
  height: 48px;
}

.form__group label {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #393e46;
  padding: 0 0 5px 10px;
}

.form__submit {
  padding-top: 25px;
}

.form__submit button {
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  padding: 0 20px;
  background: linear-gradient(135deg,rgb(224, 51, 79) 0%, rgb(115, 119, 176) 100%);
  border-radius: 40px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.header-wrap {
  position: relative;
  z-index: 20;
}

.header {
  position: relative;
  height: 110px;
}

.header__konferencja {
  position: absolute;
  right: 50px;
  top: 0;
  color: #E03B47;
  font-weight: 700;
  align-items: center;
  height: 55px;
  font-size: 14px;
  padding: 0 10px 5px;
  flex-direction: column;
  display: none;
}

.header__logo {
  padding-top: 20px;
}

.header__logo img {
  height: 70px;
  width: auto;
}

.hero-wrap {
  background-size: auto 100%;
  margin-top: -20px;
  height: 300px; 
}

.hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 60vw;
}

.hero__info {
  position: relative;
  width: 52%;
  text-align: center;
}

.hero__title {
  width: 48%;
  text-align: right;
  align-self: center;
  padding-bottom: 40px;
}

.hero__title h1 {
  text-transform: uppercase;
  line-height: 1.05;
  border-bottom: 2px solid #e2e3e5;
  padding-bottom: 25px;
  margin-bottom: 35px;
  font-size: 20px;
}

.hero__title h1 strong {
  font-weight: 600;
  color: #a60764;
}

.hero__title h1 span {
  color: #13223c;
  font-size: .85em;
}

.hero__title img {
//  width: 85%;
}

.hero__button {
  background-color: #0199db;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 3px 0px rgba(6, 6, 6, 0.63);
  font-size: 14px;
  padding: 5px;
}

.hero__button span {
  display: none;
}

.hero__details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: right;
}

.hero__details audio {
  opacity: 0;
}

.logos {
//  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}

.logos img {
  margin-bottom: 20px;
}

.main {
  background-color: #fff;
}

.gratulations {
  width: 100%;
  padding: 20px;
}

.gratulations h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1em;
}

.gratulations p {
  font-size: 24px;
  margin-bottom: 1em;
}

.gratulations div:first-child {
  flex-shrink: 0;
  padding-right: 30px;
  margin-bottom: 30px;
}

.question {
  width: 100%;
  padding: 40px 10px;
}

.question__video {
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  padding: 0 5px 10px 0;
  font-size: 18px;
  color: #393e46;
}

.form-group textarea {
  width: 100%;
  height: 185px;
  border-radius: 10px;
  border: 1px solid #d3d8dd;
}

.form-submit {
  margin-top: 10px;
}

.form-submit button {
  width: 100%;
  background-color: #E03B47;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 4px 4px 0px rgba(1, 31, 60, 0.22);
  text-align: center;
  padding: 12px 10px 10px;
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  pointer-events: none;
  opacity: 0;
}

.modal.is-open {
  z-index: 999;
  pointer-events: all;
  opacity: 1;
  transition: opacity 0.3s linear;
}

.modal__bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(100, 130, 195, 0.90);
  opacity: 0;
  transition: opacity .2s ease-in-out .1s;
}

.is-open .modal__bg {
  opacity: 1;
  transition: opacity .2s ease-in-out 0s;
}

.modal__body {
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 60%;
  padding: 15px;
}

.is-open .modal__body {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
  transition-delay: .1s;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-image: url("../img/modal-close.png");
}

.modal__close:hover {
  opacity: .5;
}

.modal__content h2 {
  font-size: 30px;
  background-color: #f2f3f3;
  padding: 10px;
  border-radius: 15px 15px 0 0;
}

.nav-trigger {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 9;
  display: block;
  width: 30px;
  padding: 12px 0 14px;
  color: #E03B47;
}

.nav-trigger span,
  .nav-trigger span::before,
  .nav-trigger span::after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: currentColor;
  transition: all 0.3s ease-out;
  transform: translateZ(0);
}

.nav-trigger span::before {
  top: -7px;
}

.nav-trigger span::after {
  bottom: -7px;
}

.is-nav-open .nav-trigger {
  z-index: 99999;
}

.is-nav-open .nav-trigger span {
  background: transparent;
}

.is-nav-open .nav-trigger span::before {
  top: 0;
  transform: rotate(45deg);
}

.is-nav-open .nav-trigger span::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav__wrap {
  position: absolute;
  right: 0;
  top: 70px;
  display: none;
}

.nav {
  text-align: center;
  display: flex;
  justify-items: flex-end;
}

.nav li {
  margin-left: 30px;
  line-height: 20px;
}

.nav a {
  color: #595959;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav .nav__account {
  background: url("../img/ico-account.png") 100% 0 no-repeat;
  padding-right: 30px;
  color: #E03B47;
}

.nav .is-active {
  position: relative;
}

.nav .is-active::after {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #E03B47;
}

.is-nav-open {
  height: 100%;
  overflow: hidden;
}

.is-nav-open .nav__wrap {
  display: block;
}

.is-nav-open .nav__wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99;
  overflow: auto;
  background-color: #fff;
}

.is-nav-open .nav {
  height: auto;
  display: block;
  text-align: center;
  padding-top: 50px;
}

.is-nav-open .nav {
  margin-top: 20px;
}

.is-nav-open .nav li {
  margin-left: 0;
  margin-top: 20px;
}

.is-nav-open .nav li::after {
  display: none;
}

.page-title__wrap {
  background-color: #f0f0f0;
  margin-top: -50px;
  padding-top: 50px;
}

.page-title {
  padding: 10px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-title h1 {
  color: #000000;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.page-breadcrumbs {
  color: #939292;
  font-size: 14px;
}

.page-breadcrumbs a {
  color: #E03B47;
}

.page-breadcrumbs a:hover {
  opacity: .7;
}

.page-breadcrumbs span {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/ico-arrow.png") 50% 50% no-repeat;
}

.page {
  padding: 40px 0;
}

.page-subtitle {
  font-size: 30px;
  color: #009ee3;
  text-transform: uppercase;
  background-color: #f2f3f3;
  padding: 15px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 30px;
}

.plan {
  background-color: #fff;
}

.plan__head {
  text-align: center;
}

.plan__head h2 {
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.plan__head h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  background-color: #E03B47;
}

.plan__head p {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.plan__head p strong {
  font-weight: 600;
  color: #E03B47;
  font-size: 30px;
}

.plan__dots {
  display: grid;
  grid-gap: 50px;
  padding: 60px 0px 60px 60px;
}

.dots h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #E03B47;
  font-weight: 600;
}

.dots_2 h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #E03B47;
  font-weight: 600;
}

.dots_3 h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #E03B47;
  font-weight: 600;
}

.dots_4 h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #E03B47;
  font-weight: 600;
}

.dots_5 h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #E03B47;
  font-weight: 600;
}

.dots_6 h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #E03B47;
  font-weight: 600;
}
.dots p {
  font-size: 18px;
  margin-top: 5px;
  padding-bottom: 10px;
}

.dots div {
  position: relative;
  padding-left: 40px;
  padding-bottom: 10px;
}

.dots_2 div {
  position: relative;
  padding-left: 40px;
  padding-bottom: 10px;
}

.dots_3 div {
  position: relative;
  padding-left: 40px;
  padding-bottom: 10px;
}
.dots_4 div {
  position: relative;
  padding-left: 40px;
  padding-bottom: 10px;
}
.dots_5 div {
  position: relative;
  padding-left: 40px;
  padding-bottom: 10px;
}
.dots_6 div {
  position: relative;
  padding-left: 40px;
  padding-bottom: 10px;
}

.dots div::after {
  content: url("../img/sesje.png");
  position: absolute;
  top: 4px;
  left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
}

.dots_2 div::after {
  content: url("../img/debata_int.png");
  position: absolute;
  top: 4px;
  left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
}

.dots_3 div::after {
  content: url("../img/czas.png");
  position: absolute;
  top: 4px;
  left: -25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;	
}
.dots_4 div::after {
  content: url("../img/debata.png");
  position: absolute;
  top: 4px;
  left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;	
}
.dots_5 div::after {
  content: url("../img/networking.png");
  position: absolute;
  top: 0;
  left: -25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
}
.dots_6 div::after {
  content: url("../img/bonus.png");
  position: absolute;
  top: 0;
  left: -25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;	
}
.info {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  font-size: 14px;
}
.dots div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
	background-color: #E03B47;
}

.dots div:last-child {
  padding-bottom: 0;
}

.dots div:last-child::before {
  display: none;
}

.register {
  background: url("../img/wave.jpg") 100% 0 no-repeat;
}

.register {
  padding: 80px 0 450px 0;
}

.register form {
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #dddcdc;
  border-radius: 20px;
  box-shadow: 4px 5px 5px 0px rgba(2, 43, 76, 0.21);
  padding: 15px;
}

.register .form__submit {
  text-align: right;
}

.register button {
  max-width: 400px;
}

.register .form-checkbox {
  margin-top: 20px;
}

.reservation {
  display: flex;
  margin-bottom: 50px;
  flex-direction: column;
}

.reservation__hour {
  color: #E03B47;
  font-size: 18px;
  margin-bottom: 5px;
}

.reservation__pic {
  flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.reservation__pic img {
  box-shadow: 0px 5px 5px 0px rgba(1, 31, 60, 0.4);
}

.reservation__info {
  display: flex;
  flex-direction: column;
}

.reservation__info h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.reservation__info p {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 14px;
}

.reservation__status {
  font-size: 16px;
  line-height: 20px;
  margin-top: auto;
  padding-top: 5px;
  font-weight: 500;
  padding-left: 25px;
}

.reservation__accepted {
  color: #01d674;
  background: url("../img/ico-check.png") 0 50% no-repeat;
  margin-left: -25px;
  padding-left: 25px;
}

.reservation__cancel {
  margin-left: 10px;
  color: #E03B47;
  border: 1px solid #E03B47;
  font-weight: 500;
  font-size: 12px;
  border-radius: 5px;
  padding: 1px 5px;
}

.reservation__cancel:hover {
  opacity: .7;
}

.reserve-free {
  display: flex;
}

.reserve-free img {
  align-self: center;
  margin-right: 15px;
  width: auto;
  height: 60px;
}

.reserve-free p {
  font-weight: 700;
  font-size: 18px;
}

.reserve-free p strong {
  color: #E03B47;
  text-transform: uppercase;
}

.session {
  padding: 15px 15px 0;
  background-color: #ffffffe3;
  margin-bottom: 50px;
  border: 1px solid #E03B47;
  box-shadow: 3.694px 4.728px 5px 0px rgba(2, 43, 76, 0.21);
  border-radius: 10px;
}
.session2 {
  padding: 0px 15px 15px 15px;
  background-color: #ffffffe3;
  border-radius: 10px;
}

.session__head {
  display: flex;
  justify-content: space-between;
  background-color: #6181c1;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 40px;
  flex-direction: column;
}
.session__head_2 {
  display: flex;
  justify-content: space-between;
  background-color: #CF0765;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 40px;
}
.session__head_3 {
  display: flex;
  justify-content: space-between;
  background-color: #FBB327;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 70px;
}
.session__head_4 {
  display: flex;
  justify-content: space-between;
  background-color: #9B056F;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 70px;
}
.session.session-4 .btn--ask{
	display: none;	
}

.session__title {
  order: 5;
  margin-top: 10px;
  font-size: 24px;
	color: #fff;	
}

.session__time {
  align-self: flex-start;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 20px;
}

.session__row {
  margin-bottom: 50px;
}

.session__item {
  display: flex;
  margin-bottom: 50px;
  flex-direction: column;
}
.session__item_m {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
}

.session__item_border {
  display: flex;
  margin-bottom: 50px;
//  flex-direction: column;
	border: 2px solid #CF0765;
}

.session__hour {
  color: #E03B47;
  font-size: 16px;
  margin-bottom: 5px;
}

.session__pic {
  flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.session__pic img {
//  box-shadow: 0px 5px 5px 0px rgba(1, 31, 60, 0.4);
}

.session__pic_border img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
  box-shadow: 0px 5px 5px 0px rgba(1, 31, 60, 0.4);
}

.session__pic_III img {
//  box-shadow: 0px 5px 5px 0px rgba(1, 31, 60, 0.4);
}

.session__info {
  display: flex;
  flex-direction: column;
  max-width: 360px;
  min-height: 160px;
}
.session__info_ses_1 {
  display: flex;
  flex-direction: column;
  max-width: none;
  min-height: 160px;
  justify-content: center;
}
.session__info_border {
	margin-top: 10px;
//	margin-left: 20px;
  display: flex;
  flex-direction: column;
  max-width: 480px;
  min-height: 160px;
}
.session__info_III {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  min-height: 160px;
}

.session__info h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.session__info_ses_1 h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
.session__info_border h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.session__info p {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 14px;
}

.session__info_ses_1 p {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 18px;
}

.session__buttons {
  margin-top: auto;
  padding-top: 10px;
}

.session__buttons .btn {
  margin-right: 10px;
  margin-top: 10px;
	  margin-bottom: 10px;
}

.label-details {
  display: inline-block;
  vertical-align: middle;
  color: #aaa9a9;
  border: 1px solid #d5d3d4;
  border-radius: 8px;
  padding: 3px 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

.signup-wrap {
  position: relative;
  z-index: 5;
  background: url("../img/signup.png") 50% 100% no-repeat;
}

.signup {
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}

.signup__date {
  display: flex;
  font-size: 30px;
  text-transform: uppercase;
  align-items: center;
  padding-top: 20px;
}

.signup__date strong {
  font-weight: 600;
}

.signup__date h5 {
  font-weight: 600;
  font-size: 80px;
  margin-right: 5px;
  line-height: 1;
}

.signup__date img {
  margin-right: 20px;
  align-self: flex-start;
  padding-top: 15px;
}

.signup__time {
  display: flex;
}

.signup__time img {
  margin-right: 20px;
  align-self: flex-start;
  padding-top: 20px;
}

.signup__hour {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
//  width: 190px;
	padding-top: 20px;
}

.signup__break {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  width: 190px;
}

.signup__break span {
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 0 5px;
  background-color: #E03B47;
}

.signup__break::before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: 5px;
  right: 5px;
  height: 2px;
  background-color: #fff;
}

.signup__btn {
  padding-top: 80px;
}

.signup__btn img {
  max-width: 100%;
}

.signup__timer {
  text-align: center;
  padding-top: 30px;
}

.signup__timer span {
  opacity: .5;
  text-transform: uppercase;
  font-size: 18px;
}

.timer {
  display: flex;
}

.timer > div {
  margin: 0 15px;
}

.timer__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  position: relative;
  font-size: 36px;
  line-height: 1;
  margin: 10px 0;
}

.timer__circle b {
  font-weight: 500;
}

.timer__circle canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1360px;
  padding-left: 15px;
  padding-right: 15px;
}
.wrap_2 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  padding-left: 15px;
  padding-right: 15px;
}

[style*="--ratio"],
[class*="ratio-"] {
  position: relative;
}

[style*="--ratio"]::before,
  [class*="ratio-"]::before {
  content: "";
  display: block;
  padding-bottom: calc(100% / (var(--ratio)));
}

[style*="--ratio"] > :first-child,
  [class*="ratio-"] > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 100%;
  background-color: #9B056F;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: static;
  z-index: 0;
  bottom: 125%;
  left: 100%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
.color_agenda{
	color: #595959;
}
@media (min-width: 576px) {
  .account__main .form__row {
    grid-template-columns: 1fr 1fr;
  }
  .hero {
    height: 50vw;
	justify-content: flex-end;
  }
  .hero__title h1 {
    font-size: 30px;
  }
  .hero__button span {
    display: inline;
  }
  .logos {
    display: flex;
    justify-content: center;
    text-align: right;
  }
  .logos img {
    margin-left: 5px;
    align-self: center;
    max-width: 100%;
    margin-bottom: 0;
  }
  .hidden-element_d {
  display: none;
}
}

@media (min-width: 768px) {
  .agenda__head h2 {
    font-size: 42px;
  }
  .agenda__head p {
    font-size: 28px;
  }
  .contact {
    grid-template-columns: 1fr 1fr;
  }
  .contact__form {
    padding: 40px;
  }
  .prefooter-wrap {
    background: url("../img/footer.png") 50% 0 no-repeat;
  }
  .prefooter {
    height: 204px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
  }
  .prefooter__info {
    padding-top: 90px;
  }
  .prefooter__info h2 {
    font-size: 30px;
  }
  .prefooter__info p {
    font-size: 30px;
  }
  .footer__logo {
    flex-direction: row;
    padding-bottom: 0;
    background: none;
  }
  .footer2 {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
  }
  .footer2__right {
    margin-top: 0;
  }
  .header__konferencja {
    display: flex;
    flex-direction: row;
    font-size: 16px;
  }

  .header__konferencja img {
    height: 30px;
    width: auto;
    margin-left: 10px;
  }
  .hero {
    height: 400px;
    justify-content: flex-end;
  }
  .hero__title h1 {
    font-size: 40px;
  }
  .hero__button {
    font-size: 16px;
    padding: 8px 30px;
	  margin-left: 20px;
  }
  .hero__details {
    bottom: 100px;
    text-align: center;
	  margin-left: 30px;
  }
  .gratulations {
    display: flex;
    align-items: center;
    padding: 60px 30px;
  }
  .gratulations div:first-child {
    margin-bottom: 0;
  }
  .question {
    display: flex;
  }
  .question__video {
    width: 50%;
    margin-bottom: 0;
  }
  .question__form {
    padding-left: 20px;
    width: 50%;
  }
  .page-title {
    flex-direction: row;
    justify-content: space-between;
  }
  .page-breadcrumbs {
    font-size: 16px;
  }
  .page {
    padding: 80px 0;
  }
  .plan__head p {
    font-size: 30px;
  }
  .plan__head p strong {
    font-size: 36px;
  }
  .dots {
    padding-right: 50px;
  }
  .dots h3 {
    font-size: 20px;
  }
  .register .form__row {
    display: grid;
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
  .reservation {
    flex-direction: row;
  }
  .reservation__pic {
    margin-bottom: 0;
  }
  .reservation__info h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .reservation__info p {
    font-size: 16px;
  }
  .session__head {
    flex-direction: row;
    align-items: center;
  }
  .session__title {
    order: 0;
    margin-top: 0;
    font-size: 30px;
  }
  .session__item {
    flex-direction: row;
  }
  .session__pic {
    margin-bottom: 0;
	margin-left: 40px;
  }
  .session__info h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .session__info p {
    font-size: 16px;
  }
  .label-details {
    font-size: 14px;
    line-height: 16px;
  }
  .signup__date {
    font-size: 32px;
  }
  .signup__date h5 {
    font-size: 92px;
  }
  .signup__timer {
//    padding: 30px 30px 0;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  .account {
    grid-template-columns: 1fr 2fr;
  }
  .agenda__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .badge img {
    width: 333px;
  }
  .badge__close {
    width: 78px;
    height: 78px;
    top: -3px;
    right: -3px;
  }
  .footer-wrap {
    background: url("../img/footer-21.png") 100% 0 no-repeat;
  }
  .footer {
    display: flex;
  }

  .footer > div {
    margin-bottom: 0;
  }
  .hero {
    height: 480px;
  }
  .hero__title h1 {
    font-size: 50px;
  }
  .plan__dots {
    grid-template-columns: 1fr 1fr;
  }
  .reserve-free img {
    height: 50px;
  }
  .reserve-free p {
    font-size: 24px;
  }
  .session__row {
    display: flex;
    justify-content: space-between;
  }
  .session__item {
    width: calc(100% - 5px);
//     width: calc(50% - 5px);
    margin-bottom: 0;
  }
    .session__item_2 {
   margin-top: -50px;
   margin-bottom: 20px;
   display: grid;
   justify-content: center;
  }	
 .session__info_III {
  	display: flex;
  	flex-direction: column;
  	max-width: 350px;
  	min-height: 220px;
}
}

@media (min-width: 1100px) {
  .prefooter__info {
    padding-left: 200px;
  }
  .signup__btn {
  margin-left: 80px;
}
  .header {
    height: 174px;
  }
  .header__konferencja {
    padding: 40px 0px 10px;
    right: 0;
    font-size: 20px;
  }

  .header__konferencja img {
    height: 42px;
    margin-left: 20px;
  }
  .header__logo img {
    height: 96px;
  }
  .hero {
    height: 590px;
  }
  .hero__title {
    padding-right: 80px;
//    padding-bottom: 90px;
  }
  .hero__title h1 {
    font-size: 70px;
  }
  .nav-trigger {
    display: none;
  }
  .nav__wrap {
    display: block;
  }
  .register form {
    padding: 40px;
//    width: 66%;
  }
  .signup {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 235px;
    padding: 0;
  }
  .signup_2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 120px;
    padding: 0;
  }
  .session__info_III {
  	display: flex;
  	flex-direction: column;
  	max-width: 500px;
  	min-height: 220px;
}
}
@media (min-width: 1400px) {
  .session__info_III {
  	display: flex;
  	flex-direction: column;
  	max-width: 700px;
  	min-height: 220px;
}	
}
@media (max-width: 575px) {
	 .hero__title {
  width: 30%;
  text-align: right;
  align-self: center;
  padding-bottom: 20px;
}
.page-breadcrumbs {
  margin-top: 20px;
}

  .hero {
    padding-left: 10px !important;
    padding-right: 10px !important;
	justify-content: flex-end;
  }
	.session__head {
  display: block;
	margin-bottom: 30px;	
	}
	 .session__head_2 {
  display: block;
	margin-bottom: 30px;	 
	}
	.session__head_3 {
  display: block;
	margin-bottom: 30px;	
	}
	.session__head_4 {
  display: block;
	margin-bottom: 30px;	
	}
	.session__time {
  padding: 5px;
	}
	.footer__contact {
	padding-right: 10px;
	}
	.prefooter__free {
  padding-top: 30px;
}
	.hero {
  height: 60vw;
}
	.signup-wrap {
  background: #E03B47 url("../img/signup_2.png") 50% 100%;
	margin-top: -40px;
}
.hero-wrap {
  background-size: auto 100%;
  margin-top: -20px;
    height: 300px !important; 
}	
	.session__title {
  margin-top: 0px;
	}
  .hidden-element_m {
  display: none;
}
}
