/* Font sizes */
.toaster__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999; }

#toaster2 {
  max-width: 390px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: 0.3s modalShow ease-in forwards;
  z-index: 999999;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.22);
  box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.2); }
  #toaster2 .modal-body {
    padding: 11px 1rem;
    height: 100%;
    display: flex;
    align-items: center; }
    #toaster2 .modal-body .modal-text {
      text-align: left;
      height: 100%; }
      #toaster2 .modal-body .modal-text textarea {
        border: 1px solid #424a57; }
    #toaster2 .modal-body img {
      width: 20px;
      height: 20px;
      margin-right: 0.5rem; }
  #toaster2 .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.36);
    padding: 0 1rem;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    #toaster2 .modal-footer a {
      color: #5794F0;
      font-size: 13px;
      line-height: 15px;
      padding: 10px; }
  #toaster2 p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    line-height: 15px;
    font-family: 'Rubik-light'; }

@keyframes modalShow {
  0% {
    opacity: 0;
    transform: translate(-50%, -52%); }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%); } }

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff;
  font-family: 'SF-Pro-Text-Regular', sans-serif;
  -webkit-tap-highlight-color: transparent; }

section {
  margin: 70px 60px 0; }

button {
  cursor: pointer;
  outline: none; }

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

main {
  margin-bottom: 50px; }

li {
  list-style: none; }

a {
  text-decoration: none;
  cursor: pointer !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid inherit;
  -webkit-text-fill-color: inherit;
  transition: all 5000s ease-in-out 0s; }

.slick-slide {
  outline: none !important; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loader {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  transform: translate(-50%, -50%);
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #E95947;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite; }

.loader-opacity {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); }

/* Hide scrollbar for Chrome, Safari and Opera */
.no-logged::-webkit-scrollbar {
  display: none; }

/* Hide scrollbar for IE and Edge */
.no-logged {
  -ms-overflow-style: none; }

#toaster2 p {
  font-family: "SF-Pro-Text-Regular", sans-serif !important; }

.registration-wrapper {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/static/img/konferencije/login-bg.jpg");
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: calc(100vh - 250px);
  padding: 250px 160px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap; }

#showText {
  display: none; }

#showEvents {
  display: none; }

#showHotels {
  display: none; }

.active-nav {
  color: #E95947 !important; }
  .active-nav svg {
    fill: #E95947 !important; }

.flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap; }
  .flex li {
    margin-right: 20px; }

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.15); }

.link-btn {
  color: #589deb;
  text-decoration: underline; }

.white {
  color: #fff !important;
  font-weight: 500 !important; }

.padding_100 {
  padding-top: 100px; }

.price--slider,
.single--card-slider,
.leading-events--slider,
.services--list-slider,
.event--list-slider,
.single--card-slider,
.entertainer--list-slider,
.slider-news,
.slider-for,
.slider-nav,
.event-include--slider {
  visibility: hidden !important;
  overflow: scroll; }

.event--list-slider {
  margin-left: -20px; }

.services--list-slider {
  margin-left: -10px; }

#toaster {
  position: fixed;
  top: 120px;
  right: 5%;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  min-width: 150px; }

.toaster-itm {
  height: 75px;
  width: 300px;
  border-radius: 13px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.09);
  padding: 10px 15px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  line-height: 15px;
  display: flex;
  flex-direction: column;
  animation: modalAnim 0.5s ease-in forwards;
  margin-bottom: 1rem;
  overflow: hidden;
  transform: translateY(0%); }
  .toaster-itm p {
    flex-grow: 1;
    display: flex;
    height: 58px;
    font-size: 0.875rem;
    align-items: center; }
  .toaster-itm img {
    width: 24px;
    height: 24px; }
  .toaster-itm .close-btn {
    width: 12px;
    height: 12px;
    margin-right: 14px;
    cursor: pointer; }

.line {
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  margin: 10px 0;
  opacity: 0.15;
  border: 1px solid #808080; }

.panel--down img {
  width: 19px !important;
  height: 19px !important;
  margin-left: 5px !important;
  opacity: 1 !important; }

.margin-left25 {
  margin-left: 25px; }

@keyframes modalAnim {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateY(10%); } }

@keyframes modalAnimClose {
  0% {
    height: 100%;
    opacity: 1; }
  100% {
    height: 0;
    opacity: 0;
    display: none; } }

.toggle-up {
  animation-name: toggle-up;
  animation-delay: 0.25s;
  animation-duration: 0.75s;
  animation-fill-mode: forwards; }

.toggle-down {
  animation-name: toggle-down;
  animation-delay: 0.25s;
  animation-duration: 0.75s;
  animation-fill-mode: forwards; }

@keyframes toggle-up {
  100% {
    transform: rotate(180deg); } }

@keyframes toggle-down {
  100% {
    transform: rotate(180deg); } }

.login--btn {
  color: #fff !important;
  width: 137px;
  background-color: #E95947;
  color: white;
  cursor: pointer;
  border-radius: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "SF-Pro-Text-Medium", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: all .3s;
  box-sizing: border-box;
  padding: 14px;
  font-weight: 300; }
  .login--btn:hover {
    background-color: #ec6e5e; }
  .login--btn-ghost {
    background-color: transparent;
    color: #E95947; }
  .login--btn:hover {
    color: #fff; }
  .login--btn img {
    margin-right: 10px; }

.registration-btn {
  background-color: #E95947;
  color: white;
  cursor: pointer;
  border-radius: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "SF-Pro-Text-Medium", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: all .3s;
  width: 100%;
  height: 57px;
  font-weight: 500; }
  .registration-btn:hover {
    background-color: #ec6e5e; }
  .registration-btn-ghost {
    background-color: transparent;
    color: #E95947; }

.buy-btn {
  background-color: #E95947;
  color: white;
  cursor: pointer;
  border-radius: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "SF-Pro-Text-Medium", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: all .3s;
  width: 60%;
  margin-right: 20px;
  height: 57px; }
  .buy-btn:hover {
    background-color: #ec6e5e; }
  .buy-btn-ghost {
    background-color: transparent;
    color: #E95947; }

.organize-btn {
  background-color: #E95947;
  color: white;
  cursor: pointer;
  border-radius: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "SF-Pro-Text-Medium", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: all .3s;
  height: 55px;
  width: 200px; }
  .organize-btn:hover {
    background-color: #ec6e5e; }
  .organize-btn-ghost {
    background-color: transparent;
    color: #E95947; }

.footer-btn {
  background-color: #E95947;
  color: white;
  cursor: pointer;
  border-radius: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "SF-Pro-Text-Medium", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: all .3s;
  color: #fff !important;
  padding: 14px 0;
  display: block;
  margin-top: 42px;
  width: 137px; }
  .footer-btn:hover {
    background-color: #ec6e5e; }
  .footer-btn-ghost {
    background-color: transparent;
    color: #E95947; }

.add-to-cart-btn {
  background-color: #E95947;
  color: white;
  cursor: pointer;
  border-radius: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "SF-Pro-Text-Medium", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: all .3s;
  width: 100%;
  padding: 12px; }
  .add-to-cart-btn:hover {
    background-color: #ec6e5e; }
  .add-to-cart-btn-ghost {
    background-color: transparent;
    color: #E95947; }

.help-btn {
  background-color: #E95947;
  color: white;
  cursor: pointer;
  border-radius: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "SF-Pro-Text-Medium", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: all .3s;
  width: 88px;
  z-index: 1000;
  height: 41px;
  background-color: #586AA2;
  font-size: 12px;
  position: fixed;
  right: 15px;
  bottom: 20px;
  transition: all .3s; }
  .help-btn:hover {
    background-color: #ec6e5e; }
  .help-btn-ghost {
    background-color: transparent;
    color: #E95947; }
  .help-btn:hover {
    background-color: #6778ac; }
  .help-btn img {
    width: 23px;
    height: 23px;
    margin-right: 7px; }

.gift-btn {
  background-color: #E95947;
  color: white;
  cursor: pointer;
  border-radius: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "SF-Pro-Text-Medium", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: all .3s;
  width: 150px;
  height: 57px;
  background-color: transparent;
  border: 1px solid #E95947;
  color: #E95947; }
  .gift-btn:hover {
    background-color: #ec6e5e; }
  .gift-btn-ghost {
    background-color: transparent;
    color: #E95947; }
  .gift-btn:hover {
    background-color: transparent; }
  .gift-btn img {
    width: 15px;
    height: 15px;
    margin-right: 10px; }

.interested-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 36px;
  font-size: 0.75rem;
  border-radius: 40px;
  border: 1px solid #586AA2;
  background-color: transparent;
  color: #586AA2;
  cursor: pointer;
  width: 111px; }
  .interested-btn img {
    width: 16px;
    height: 16px;
    margin-right: 7px; }

.going-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 36px;
  font-size: 0.75rem;
  border-radius: 40px;
  border: 1px solid #586AA2;
  background-color: transparent;
  color: #586AA2;
  cursor: pointer;
  width: 88px; }
  .going-btn img {
    width: 16px;
    height: 16px;
    margin-right: 7px; }

.disabled-btn {
  background-color: #C8C8C8;
  background-color: #E95947;
  color: white;
  cursor: pointer;
  border-radius: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "SF-Pro-Text-Medium", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: all .3s; }
  .disabled-btn:hover {
    background-color: #ec6e5e; }
  .disabled-btn-ghost {
    background-color: transparent;
    color: #E95947; }

.partner-btn {
  background-color: #E95947;
  color: white;
  cursor: pointer;
  border-radius: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "SF-Pro-Text-Medium", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: all .3s;
  height: 21px;
  width: 176px;
  line-height: 20px;
  font-weight: 300;
  color: #fff !important;
  margin: 14px auto 18px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap; }
  .partner-btn:hover {
    background-color: #ec6e5e; }
  .partner-btn-ghost {
    background-color: transparent;
    color: #E95947; }

.link-venue-btn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 17px;
  color: #E95947;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 25px 0 30px;
  transition: all .3s; }
  .link-venue-btn:hover {
    color: #ec6e5e; }
  .link-venue-btn img {
    height: 20px;
    width: 20px;
    margin-right: 5px; }

.create-event-btn {
  color: #fff !important;
  width: 150px;
  background-color: #E95947;
  color: white;
  cursor: pointer;
  border-radius: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "SF-Pro-Text-Medium", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: all .3s;
  box-sizing: border-box;
  padding: 14px;
  font-weight: 300; }
  .create-event-btn:hover {
    background-color: #ec6e5e; }
  .create-event-btn-ghost {
    background-color: transparent;
    color: #E95947; }
  .create-event-btn:hover {
    color: #fff; }
  .create-event-btn img {
    margin-right: 10px; }

.accept-btn {
  background-color: #E95947;
  color: white;
  cursor: pointer;
  border-radius: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "SF-Pro-Text-Medium", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: all .3s;
  display: inline;
  padding: 12px 22px;
  margin-right: 15px !important; }
  .accept-btn:hover {
    background-color: #ec6e5e; }
  .accept-btn-ghost {
    background-color: transparent;
    color: #E95947; }

.form-group {
  display: block;
  margin-bottom: 15px; }
  .form-group label {
    position: relative;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    font-size: 0.875rem; }
    .form-group label:before {
      content: '';
      -webkit-appearance: none;
      background-color: transparent;
      border: 2px solid #808080;
      border-radius: 2px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
      padding: 7px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 15px; }
  .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer; }

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #808080;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.card {
  outline: none !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-right: 10px; }
  .card__hover {
    width: 265px;
    height: 360px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.18); }
    .card__hover .slick-slider {
      height: auto; }
    .card__hover--title {
      height: 50px;
      padding: 12px;
      box-sizing: border-box; }
      .card__hover--title h5 {
        color: #641745;
        font-size: 0.875rem;
        font-weight: 500;
        margin: 0 0 5px 0;
        letter-spacing: 0.11px;
        line-height: 17px; }
      .card__hover--title p {
        color: #641745;
        font-size: 0.75rem;
        margin: 0;
        letter-spacing: 0.1px;
        line-height: 14px; }
    .card__hover--images {
      width: 100%;
      height: 170px; }
      .card__hover--images img {
        width: 100%;
        height: 170px;
        object-fit: cover; }
    .card__hover--capacity {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      text-align: center; }
      .card__hover--capacity div:nth-child(2) {
        border-left: 1px solid #586AA2;
        border-right: 1px solid #586AA2; }
      .card__hover--capacity p {
        margin: 0 0 10px 0;
        color: #112a78;
        font-size: 0.75rem;
        font-weight: 300;
        line-height: 12px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap; }
        .card__hover--capacity p img {
          width: 18px;
          height: 18px;
          margin-right: 5px; }
      .card__hover--capacity p:nth-child(2) {
        font-size: 0.875rem; }
    .card__hover--intro {
      padding: 12px;
      color: #112a78;
      font-size: 0.75rem;
      font-weight: 300;
      line-height: 14px; }
  .card__partner {
    height: 240px;
    width: 240px;
    box-shadow: 0 0 5px rgba(141, 141, 141, 0.32);
    margin: 0 50px 50px 0;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr; }
    .card__partner img {
      width: 90%;
      margin: auto; }
    .card__partner div {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap; }
      .card__partner div h5 {
        font-size: 1rem;
        margin: 5px 0 0 0;
        text-align: center;
        font-weight: 500;
        color: #E95947; }
      .card__partner div a {
        font-size: 0.875rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        margin: 20px auto 10px;
        text-decoration: underline;
        width: 100%;
        font-size: 0.75rem;
        color: #112a78;
        cursor: pointer; }
        .card__partner div a img {
          height: 18px; }
  .card__event {
    width: 260px; }
    .card__event h4 {
      display: -webkit-box !important;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      height: 40px; }
  .card__space {
    width: 288px; }
    .card__space h4 {
      display: -webkit-box !important;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      height: 40px; }
  .card__news {
    width: 104%;
    padding: 0 !important;
    margin: 0 0 0 -10px;
    border-radius: 10px;
    height: 250px;
    background-position: center;
    background-size: cover; }
    .card__news a {
      color: #fff; }
    .card__news-content {
      position: absolute;
      bottom: 20px;
      left: 25px;
      right: 0;
      color: #fff; }
      .card__news-content h2 {
        margin: 10px 0;
        font-size: 1.3125rem;
        font-weight: 700;
        font-family: 'SF-Pro-Text-Regular', sans-serif;
        line-height: 25px;
        width: 60%;
        height: 100%;
        position: relative; }
        .card__news-content h2:before {
          background-color: #E95947;
          z-index: 100;
          content: "";
          display: inline-block;
          height: inherit;
          position: absolute;
          vertical-align: middle;
          width: 3px;
          margin-left: -7px !important; }
      .card__news-content h2 {
        width: 90%; }
      .card__news-content p {
        font-size: 0.875rem;
        line-height: 17px;
        width: 90%;
        color: #fff !important;
        margin: 0;
        letter-spacing: 0.5px;
        font-weight: 300; }
  .card__services {
    width: 260px; }
    .card__services h4 {
      display: -webkit-box !important;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      height: 40px; }
    .card__services p {
      margin: 30px 0 0 !important; }
  .card a {
    outline: none !important; }
  .card .card-img {
    width: 100%;
    min-height: 170px;
    height: 170px;
    border-radius: 10px;
    object-fit: cover; }
  .card img {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    object-fit: cover; }
  .card h4 {
    color: #112a78;
    font-size: 1rem;
    font-weight: 500;
    line-height: 20px;
    margin: 10px 0 0; }
  .card h5 span {
    color: #112a78;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 20px;
    margin: 10px 0 0; }
  .card h5 .per-day {
    color: rgba(0, 0, 0, 0.35);
    font-size: 0.625rem !important;
    line-height: 12px; }
  .card h6 {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 14px;
    color: #E95947;
    margin: 0 0 5px 0; }
  .card p {
    color: rgba(38, 61, 132, 0.76);
    font-size: 0.75rem;
    line-height: 17px;
    margin: 10px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap; }
    .card p img {
      height: 12px;
      width: 8px;
      margin-right: 3px; }
  .card span {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 14px;
    color: rgba(38, 61, 132, 0.76); }
  .card__entertainer {
    width: 180px;
    text-align: center; }
    .card__entertainer img {
      width: 100px;
      height: 100px;
      margin: auto;
      border-radius: 50%; }
    .card__entertainer h4 {
      color: #112a78;
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 17px;
      margin-bottom: 5px; }
    .card__entertainer h5 {
      color: #641745;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 17px;
      margin: 10px 0 15px; }
      .card__entertainer h5 img {
        height: 12px;
        width: 12px;
        display: inline;
        margin-right: 5px; }
    .card__entertainer div {
      display: flex;
      flex-direction: row;
      justify-content: center !important;
      align-items: center !important;
      flex-wrap: nowrap;
      text-align: center; }
      .card__entertainer div img {
        height: 12px;
        width: 8px;
        margin: 0 3px 0 0; }

.card--price {
  width: 235px;
  min-height: 415px;
  border-radius: 10px;
  border: 1px solid #E95947;
  padding: 15px 25px 25px;
  box-sizing: border-box; }
  .card--price-small {
    min-height: 160px; }
  .card--price h5 {
    margin: 0 !important;
    color: #586AA2;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize; }
  .card--price h2 {
    color: #112a78;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    margin: 5px 0 25px; }
  .card--price ul li {
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.81);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 17px; }
  .card--price a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 20px auto 10px;
    text-decoration: underline;
    width: 100%;
    font-size: 0.75rem;
    color: #112a78;
    cursor: pointer;
    cursor: pointer; }
    .card--price a img {
      height: 18px; }

.card--leading-events {
  box-sizing: border-box;
  height: 150px !important;
  width: 220px !important;
  border-radius: 10px;
  border: 1px solid rgba(1, 28, 111, 0.28);
  padding: 10px;
  margin-right: 30px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
  align-items: flex-start;
  flex-wrap: nowrap; }
  .card--leading-events h5 {
    color: #586AA2;
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 7px;
    font-weight: 300; }
  .card--leading-events h2 {
    color: #112a78;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    margin: 7px 0 0; }
  .card--leading-events p {
    margin: 0;
    font-size: 12px;
    color: #641745; }
    .card--leading-events p img {
      height: 10px;
      margin-right: 5px;
      display: inline; }
  .card--leading-events span {
    color: #112a78;
    font-size: 14px; }

.similar-events, .similar-hotels {
  display: none; }

.card--similar {
  width: 205px !important;
  height: 135px !important; }
  .card--similar div {
    width: 100%; }
  .card--similar h2 {
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap; }
    .card--similar h2 img {
      width: 15px;
      height: 15px; }
  .card--similar h5 {
    font-size: 0.625rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8); }
    .card--similar h5 span {
      font-weight: 500;
      font-size: 0.625rem;
      color: rgba(0, 0, 0, 0.8); }
  .card--similar span {
    font-size: 1.25rem;
    margin-bottom: 5px; }

.video-price {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 20px auto;
  grid-gap: 0 40px; }

.opened {
  position: fixed;
  display: block;
  z-index: 990;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.opened .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 500px;
  height: auto; }

.modal-dialog {
  background-color: #fff;
  border: 0 solid #333333;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  top: -2500px;
  left: 50%;
  z-index: 1;
  width: 640px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(-50%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .modal-dialog .modal-header h2 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
    width: 84%;
    margin: 15px auto 30px; }
  .modal-dialog .modal-header a {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 1.25rem;
    font-weight: 300;
    cursor: pointer; }
  .modal-dialog .modal-body .input-desc {
    color: #000;
    font-family: inherit;
    font-size: 0.75rem;
    line-height: 14px;
    text-align: left;
    width: 84%;
    margin: 0 auto 15px; }
  .modal-dialog .modal-body .share__socials {
    margin-bottom: 30px; }
    .modal-dialog .modal-body .share__socials img {
      width: 46px;
      height: 46px;
      margin: 0 20px;
      cursor: pointer; }
  .modal-dialog .modal-footer a {
    margin: 55px 30px 20px auto; }

#addToEvent {
  z-index: 1005; }
  #addToEvent .modal-header h2 {
    color: rgba(0, 0, 0, 0.8);
    width: 100%; }
  #addToEvent .modal-dialog {
    width: 300px;
    text-align: left;
    padding-left: 20px; }

.share-url {
  margin: 0 auto 30px;
  width: 80%;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background-color: #F7F7F7;
  border: 1px solid rgba(0, 0, 0, 0.17); }
  .share-url #shareUrl {
    resize: none;
    outline: none;
    box-sizing: border-box;
    height: 40px;
    padding: 12px 0;
    width: 83%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.8);
    font-size: 0.75rem;
    background-color: transparent;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.17); }
  .share-url a:nth-child(2) {
    font-weight: 700;
    cursor: pointer;
    font-size: 0.75rem; }
  .share-url input {
    resize: none;
    outline: none;
    box-sizing: border-box;
    height: 40px;
    padding: 12px 0;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.8);
    font-size: 0.75rem;
    background-color: transparent;
    border: none; }

#requestBookingModal {
  width: 100%;
  border-radius: 0;
  z-index: 1003; }
  #requestBookingModal .modal-dialog {
    width: 100%;
    border-radius: 0;
    height: 100vh; }
  #requestBookingModal .event__request-booking {
    background-color: #fff;
    border-radius: 0;
    border: none; }

#mapModal {
  height: 100vh;
  display: none; }
  #mapModal .modal-dialog {
    width: 100%; }
  #mapModal #mapMobile {
    height: 100vh; }

#mapFilter {
  z-index: 1003;
  background-color: #E95947 !important;
  border-top: none;
  margin: 0 20px 10px;
  border-radius: 50px;
  height: 50px; }
  #mapFilter #mapBtn {
    background-color: transparent; }
  #mapFilter .link-venue-btn {
    color: #fff;
    margin: 0;
    font-size: 0.875rem;
    border-left: 1px solid #fff; }

.modal-header-info {
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.8); }
  .modal-header-info p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap; }

#mapDirection {
  border-radius: 0 0 10px 10px; }

#termsModal .modal-dialog {
  height: 500px;
  padding: 0 20px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 17px; }
  #termsModal .modal-dialog .modal-header h2 {
    margin: 15px 0; }
  #termsModal .modal-dialog .terms__body {
    height: 370px;
    overflow: scroll; }
    #termsModal .modal-dialog .terms__body p {
      margin-top: 0; }

.user__dropdown-btn {
  z-index: 100;
  font-size: 16px;
  border: none;
  cursor: pointer; }
  .user__dropdown-btn img:nth-child(1) {
    width: 40px;
    z-index: -99;
    height: 40px;
    border-radius: 50%;
    opacity: 1; }
  .user__dropdown-btn img:nth-child(2) {
    width: 19px;
    height: 19px;
    z-index: -99;
    margin-right: 0; }

.user__dropdown {
  position: relative;
  display: inline-block; }

.user__dropdown-content {
  display: none;
  right: 40px;
  top: 55px;
  position: absolute;
  width: 223px;
  padding: 0 5px;
  border-radius: 10px 0 10px 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 1; }
  .user__dropdown-content a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block; }

.show-dropdown {
  display: block; }

.languages__dropdown {
  display: none;
  right: 12px;
  top: 35px;
  position: absolute;
  width: 150px;
  padding: 0 5px;
  border-radius: 10px 0 10px 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 1; }
  .languages__dropdown div {
    border-top: none;
    border-bottom: none; }

.price--large-slider {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 20px; }
  .price--large-slider li {
    margin-bottom: 20px;
    margin-right: 20px; }

.single--card-slider {
  overflow: hidden;
  position: relative;
  z-index: 100; }
  .single--card-slider .slick-track img {
    height: 170px !important;
    overflow: hidden; }
  .single--card-slider .slick-arrow {
    background-color: transparent !important;
    transition: all .2s;
    box-shadow: none;
    z-index: 10000 !important;
    position: absolute !important; }
    .single--card-slider .slick-arrow:hover {
      box-shadow: 0 1px 4px 0 #6e6d77;
      background-color: rgba(255, 255, 255, 0.1) !important; }
    .single--card-slider .slick-arrow svg {
      fill: rgba(255, 255, 255, 0.5) !important;
      transition: all .3s; }
      .single--card-slider .slick-arrow svg:hover {
        fill: #fff !important; }
  .single--card-slider .slick-next {
    right: 5px;
    top: 100px;
    z-index: 999; }
  .single--card-slider .slick-prev {
    left: 5px;
    top: 100px;
    z-index: 999; }
  .single--card-slider .slick-slide {
    margin: 0 0 0 -37px !important;
    outline: none !important; }
    .single--card-slider .slick-slide img {
      margin-left: 0 !important; }

.event--list-slider .slick-dots,
.services--list-slider .slick-dots,
.entertainer--list-slider .slick-dots,
.slider-nav .slick-dots, .slider-news .slick-dots,
.leading-events--slider .slick-dots,
.event-include--slider .slick-dots {
  position: relative;
  margin-top: 20px;
  z-index: 100;
  visibility: visible;
  width: 100%;
  max-width: 100%; }
  .event--list-slider .slick-dots li,
  .services--list-slider .slick-dots li,
  .entertainer--list-slider .slick-dots li,
  .slider-nav .slick-dots li, .slider-news .slick-dots li,
  .leading-events--slider .slick-dots li,
  .event-include--slider .slick-dots li {
    width: 20px;
    background-color: rgba(0, 0, 0, 0.09);
    border: none;
    border-radius: 2px;
    height: 4px;
    margin-right: 5px; }
    .event--list-slider .slick-dots li button,
    .services--list-slider .slick-dots li button,
    .entertainer--list-slider .slick-dots li button,
    .slider-nav .slick-dots li button, .slider-news .slick-dots li button,
    .leading-events--slider .slick-dots li button,
    .event-include--slider .slick-dots li button {
      font-size: 0; }
      .event--list-slider .slick-dots li button:before,
      .services--list-slider .slick-dots li button:before,
      .entertainer--list-slider .slick-dots li button:before,
      .slider-nav .slick-dots li button:before, .slider-news .slick-dots li button:before,
      .leading-events--slider .slick-dots li button:before,
      .event-include--slider .slick-dots li button:before {
        font-size: 0; }
  .event--list-slider .slick-dots .slick-active,
  .services--list-slider .slick-dots .slick-active,
  .entertainer--list-slider .slick-dots .slick-active,
  .slider-nav .slick-dots .slick-active, .slider-news .slick-dots .slick-active,
  .leading-events--slider .slick-dots .slick-active,
  .event-include--slider .slick-dots .slick-active {
    background-color: #FBBD2C; }

.slider-news .slick-dots {
  top: -80px; }

.entertainer--list-slider {
  margin-bottom: 50px; }

.event-include--slider .slick-slide img {
  height: 110px; }

.filter {
  padding: 80px 60px 20px;
  box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 0;
  top: 0; }
  .filter ul {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
  .filter ul > li:last-child {
    margin-right: 0; }
  .filter--info {
    padding: 10px 0;
    box-sizing: border-box; }
    .filter--info a {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      font-size: 0.875rem;
      padding: 10px;
      color: rgba(0, 0, 0, 0.8); }
      .filter--info a img {
        width: 15px;
        height: 15px;
        margin-right: 15px; }
  .filter__dropdown {
    width: 16%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 15px;
    cursor: pointer;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .filter__dropdown-content {
      display: none;
      top: 50px;
      left: 0;
      position: absolute;
      width: 100%;
      border-radius: 0 10px 10px 10px;
      background-color: #FFF;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
      overflow: auto;
      z-index: 1; }
      .filter__dropdown-content a {
        color: rgba(0, 0, 0, 0.8);
        padding: 10px;
        text-decoration: none;
        display: block; }
    .filter__dropdown-btn {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap; }
    .filter__dropdown img {
      width: 18px;
      height: 18px;
      margin-right: 10px; }

.filter__dropdown {
  position: relative;
  display: inline-block; }

.ratings-large img {
  width: 42px;
  height: 42px; }

.ratings-medium img {
  width: 23px;
  height: 23px; }

.ratings-small {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap; }
  .ratings-small img {
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important; }
  .ratings-small span {
    margin-left: 7px;
    font-size: 0.75rem;
    margin-bottom: 0; }

.hotel-include p {
  font-size: 0.625rem;
  color: rgba(0, 0, 0, 0.8); }

/* Style the buttons that are used to open and close the accordion panel */
.accordion2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 10px; }

.accordion, .accordion2 {
  cursor: pointer;
  padding: 10px 0;
  width: 100%;
  transition: all 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem; }
  .accordion:first-of-type, .accordion2:first-of-type {
    padding-top: 0; }
  .accordion:last-of-type, .accordion2:last-of-type {
    border-bottom: none; }
  .accordion img, .accordion2 img {
    opacity: 0.5;
    margin-left: 2rem;
    width: 10px;
    transition: all 0.4s; }

.panel {
  max-height: 1px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: max-height 0.2s ease-out; }
  .panel p {
    font-size: 0.875rem;
    color: #737A84;
    padding: 0.5rem 0 1rem;
    margin: 0; }

.panel .show {
  max-height: 100%; }

.timetable__skipped {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

nav {
  padding: 0 60px;
  height: 70px;
  margin-bottom: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001; }
  nav .logo {
    margin-right: auto; }
  nav .logged li {
    padding: 10px 0 10px 10px; }
  nav img {
    width: 126px;
    height: 41px; }
  nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap; }
    nav ul li {
      padding: 10px; }
      nav ul li a {
        font-family: inherit;
        font-size: 0.875rem;
        color: rgba(0, 0, 0, 0.65);
        letter-spacing: 0.5px;
        display: flex;
        align-items: center;
        transition: all .2s; }
        nav ul li a:hover {
          color: #E95947;
          fill: #E95947 !important; }
        nav ul li a img, nav ul li a svg {
          width: 15px;
          height: 15px;
          margin-right: 5px;
          opacity: .8; }

.user__profile {
  padding: 14px;
  display: grid;
  grid-template-columns: 50px auto; }
  .user__profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%; }
  .user__profile div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap; }
    .user__profile div p {
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 17px;
      margin: 0; }
    .user__profile div span {
      color: #082273;
      margin-top: 3px;
      font-size: 0.75rem;
      line-height: 14px;
      text-align: left;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .user__profile--info {
    padding: 10px 0;
    box-sizing: border-box;
    border-top: 2px solid rgba(0, 0, 0, 0.17);
    border-bottom: 2px solid rgba(0, 0, 0, 0.17); }
    .user__profile--info a {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      font-size: 0.875rem;
      padding: 10px; }
      .user__profile--info a img {
        width: 15px;
        height: 15px;
        margin-right: 15px; }

.footer {
  height: 600px;
  width: 100%;
  padding: 50px 160px;
  background-color: #170F0F;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-sizing: border-box; }
  .footer-address {
    padding-left: 100px; }
    .footer-address div {
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      width: 250px; }
      .footer-address div a {
        color: #E95947;
        font-family: "SF Pro Text", sans-serif;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 21px; }
    .footer-address div:nth-child(4) {
      padding-bottom: 0;
      border-bottom: none; }
    .footer-address p {
      margin: 5px 0; }
    .footer-address h4 {
      font-weight: 500;
      font-size: 1.125rem; }
  .footer-social {
    padding-left: 100px;
    width: 100%;
    box-sizing: border-box; }
    .footer-social-icons {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap; }
      .footer-social-icons a {
        background-color: transparent;
        border: none;
        width: 46px;
        height: 46px;
        user-focus: none;
        outline: none;
        cursor: pointer;
        padding: 0; }
        .footer-social-icons a img {
          width: 46px;
          height: 46px; }
    .footer-social h2 {
      margin: 35px 0 25px 0;
      font-size: 1.6875rem;
      font-weight: 500;
      line-height: 32px;
      color: rgba(255, 255, 255, 0.8); }
  .footer h3 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 35px; }
  .footer ul li {
    margin-bottom: 15px; }
    .footer ul li a {
      color: rgba(255, 255, 255, 0.8);
      font-family: "SF Pro Text", sans-serif;
      font-size: 0.875rem;
      line-height: 17px;
      transition: all .3s; }
      .footer ul li a:hover {
        color: #E95947; }
  .footer p {
    color: rgba(255, 255, 255, 0.8);
    font-family: "SF Pro Text", sans-serif;
    font-size: 0.875rem;
    line-height: 17px; }
  .footer input {
    box-sizing: border-box;
    padding: 10px 15px;
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #808080;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
    outline: none;
    font-size: 0.875rem; }
    .footer input::placeholder {
      color: #808080; }

.main-section {
  height: 350px;
  width: calc(100% - 120px);
  background-image: url("/static/img/konferencije/main-photo.png");
  background-size: cover;
  background-position: center;
  margin: 100px auto 50px;
  border-radius: 15px; }
  .main-section div {
    width: 390px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding-left: 65px; }
    .main-section div h1 {
      color: #fff;
      font-size: 2.1875rem;
      font-weight: 900;
      line-height: 41px;
      margin-top: 0;
      margin-bottom: 0; }
    .main-section div h4 {
      color: #fbbd2c;
      font-size: 0.75rem;
      font-weight: 600;
      line-height: 14px;
      margin-bottom: 10px; }
    .main-section div p {
      color: #fff;
      font-size: 0.875rem;
      font-weight: 300;
      line-height: 17px; }
    .main-section div button {
      font-size: 0.875rem; }

.events {
  margin: 60px; }
  .events__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap; }
    .events__list li {
      margin-right: 20px; }
  .events h3 {
    color: #641745;
    font-size: 1rem;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px; }
    .events h3::before {
      display: inline-block;
      content: "";
      border-top: 2px solid #FBBD2C;
      width: 20px;
      margin-right: 3px;
      transform: translateY(-5px); }
  .events .slick-track {
    margin-left: 25px !important;
    outline: none !important; }
  .events-main {
    display: grid;
    grid-template-columns: 75% auto;
    margin-bottom: 35px;
    margin-left: 25px; }
    .events-main--image img {
      width: 100%;
      border-radius: 10px; }
    .events-main--text {
      position: relative; }
      .events-main--text a {
        width: 220px;
        padding: 15px 10px 10px 20px;
        background-color: #fff;
        height: 300px;
        position: absolute;
        top: 30%;
        left: -10%;
        border-radius: 10px; }
        .events-main--text a h4 {
          color: #112a78;
          font-family: 'SF-Pro-Text-Regular', sans-serif;
          font-size: 1.5rem;
          font-weight: 700;
          line-height: 29px;
          margin: 0; }
        .events-main--text a h6 {
          color: rgba(0, 0, 0, 0.85);
          font-size: 0.625rem;
          font-weight: 500;
          line-height: 12px;
          margin: 10px 0 20px; }
          .events-main--text a h6 span {
            opacity: 0.39;
            color: rgba(0, 0, 0, 0.85);
            line-height: 12px; }
        .events-main--text a p {
          color: rgba(0, 0, 0, 0.85);
          font-family: 'SF-Pro-Text-Regular', sans-serif;
          font-size: 0.875rem;
          font-weight: 300;
          line-height: 17px; }

.partners {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 130px 60px 60px; }

.registration-wrapper {
  padding: 200px 160px 0;
  min-height: calc(100vh - 200px); }

.registration {
  width: 400px;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff; }
  .registration img {
    margin: auto;
    display: block;
    width: 140px;
    height: 40px; }
  .registration p {
    font-size: 1.125rem;
    margin-top: 20px; }
  .registration-text {
    color: #fff;
    width: 30%;
    font-size: 0.875rem; }
    .registration-text ul li {
      margin: 15px 0;
      font-family: 'SF-Pro-Text-Regular', sans-serif;
      font-weight: 300; }
    .registration-text a {
      color: #E95947;
      font-size: 0.75rem;
      text-align: center; }
  .registration-type {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: 30px 0 20px; }
    .registration-type a {
      text-transform: uppercase;
      font-weight: 700;
      color: #E95947;
      font-size: 0.875rem; }
  .registration-form input {
    width: 100%;
    height: 25px;
    background: transparent !important;
    color: #fff;
    margin-bottom: 30px;
    padding: 4px 0;
    box-sizing: border-box;
    outline: none;
    font-size: 0.75rem;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
    .registration-form input::placeholder {
      color: #b3b3b3; }
    .registration-form input:focus {
      background-color: transparent; }
  .registration-policy {
    font-size: 0.625rem !important;
    text-align: center;
    margin: 10px !important; }
    .registration-policy a {
      color: #589deb; }
  .registration-social {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
    .registration-social button {
      background-color: transparent;
      border: none;
      width: 46px;
      height: 46px;
      user-focus: none;
      outline: none;
      cursor: pointer;
      padding: 0; }
      .registration-social button img {
        width: 46px;
        height: 46px; }
  .registration-error {
    color: #E95947;
    display: block;
    visibility: visible;
    margin: 0 auto 20px;
    text-align: center;
    width: 80%;
    height: 20px;
    flex-grow: 0;
    font-size: 0.875rem; }

label[for=country] {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.8);
  display: inline;
  width: 14%;
  vertical-align: middle; }

#country {
  padding: 3px;
  display: inline; }

.signup__meter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 19px auto 0 auto; }

.signup__meter span {
  display: inline-block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7); }

#meter_wrapper, #meter_wrapper-reg {
  margin-left: auto;
  width: 70%;
  height: 3px;
  background-color: #C8C8C8;
  position: relative; }

#meter_wrapper:after, #meter_wrapper-reg:after {
  position: absolute;
  content: "";
  width: 3%;
  height: 100%;
  top: 0;
  left: 31%;
  background-color: #000;
  z-index: 9; }

#meter_wrapper:before, #meter_wrapper-reg:before {
  position: absolute;
  content: "";
  width: 3%;
  height: 100%;
  top: 0;
  right: 31%;
  background-color: #000;
  z-index: 9; }

#meter_wrapper {
  margin-bottom: 0.7rem; }

#meter_wrapper-reg {
  width: 60%;
  margin-left: 5%; }

#meter {
  width: 0px;
  height: 3px; }

.membership-month, .monthly-payment {
  display: none; }

.partner__subscription {
  margin-top: 130px;
  margin-bottom: 50px; }
  .partner__subscription h1 {
    margin: 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.8); }

.partner__membership {
  margin: 0 60px 50px;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; }
  .partner__membership > div {
    margin-right: 40px; }
  .partner__membership h2 {
    margin-bottom: 15px; }
  .partner__membership h3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0; }
  .partner__membership h4 {
    margin: 5px 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500; }
  .partner__membership ul li {
    margin-top: 15px; }

.membership-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: relative; }

.membership-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 20px 0; }
  .membership-toggle h2 {
    margin-right: 20px; }

.membership-discount {
  font-size: 0.875rem;
  display: flex; }
  .membership-discount span:nth-of-type(1) {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 10px;
    display: flex; }
  .membership-discount span:nth-of-type(2) {
    font-size: 0.875rem;
    color: #E95947;
    font-weight: 500;
    margin-left: 5px; }

.membership-btn {
  display: block;
  margin: 0 auto 10px;
  width: 100%; }
  .membership-btn a {
    width: 100%;
    display: block;
    border-radius: 30px;
    background-color: #E95947;
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 17px;
    padding: 12px 0;
    box-shadow: 0 3px 4px 0 rgba(14, 15, 50, 0.1);
    text-align: center;
    white-space: pre;
    transition: all 0.3s ease; }
    .membership-btn a:hover {
      background-color: #ec6e5e; }

.event__header {
  display: grid;
  grid-template-columns: auto 60%;
  height: 100%;
  min-height: calc(90vh - 70px); }
  .event__header--info {
    width: 80%;
    margin-top: 70px; }
    .event__header--info h1 {
      color: #112a78;
      font-family: "SF-Pro-Text-Regular", sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 29px;
      margin: 0; }
    .event__header--info p {
      color: rgba(0, 0, 0, 0.8);
      font-size: 0.75rem;
      font-weight: 500;
      line-height: 14px;
      margin: 5px 0 15px; }
      .event__header--info p span {
        font-weight: 300; }
      .event__header--info p a {
        width: 30px;
        height: 30px;
        margin-right: 15px; }
        .event__header--info p a img {
          width: 30px;
          height: 30px; }
    .event__header--info button {
      height: 60px !important; }
  .event__header--image {
    width: 100%;
    margin: auto;
    min-height: 60vh; }
    .event__header--image img {
      width: 55vw;
      min-height: 60vh;
      object-fit: cover;
      border-radius: 10px; }

.event--info {
  display: grid;
  grid-template-columns: 70% auto;
  grid-template-rows: 25px auto;
  margin-bottom: 20px;
  margin-right: 3px; }
  .event--info span.price-header {
    color: #E95947;
    font-size: 0.625rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 12px; }
  .event--info .price-price span {
    color: rgba(0, 0, 0, 0.8);
    font-family: "SF-Pro-Text-Thin", sans-serif;
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 25px;
    margin: 0; }
  .event--info p {
    color: rgba(0, 0, 0, 0.8);
    font-family: "SF-Pro-Text-Thin", sans-serif;
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 25px;
    margin: 0; }
  .event--info a {
    font-size: 0.75rem;
    line-height: 14px;
    color: #E95947;
    text-align: right;
    margin: auto 0;
    text-decoration: underline; }
    .event--info a img {
      height: 10px;
      width: 10px;
      margin-right: 2px; }

.event__about {
  display: grid;
  grid-template-columns: auto 400px;
  margin-top: 0; }
  .event__about h3 {
    color: #641745;
    font-size: 1rem;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px; }
    .event__about h3::before {
      display: inline-block;
      content: "";
      border-top: 2px solid #FBBD2C;
      width: 20px;
      margin-right: 3px;
      transform: translateY(-5px); }
  .event__about--left {
    margin-right: 10%;
    overflow: hidden; }
    .event__about--left > div {
      margin-bottom: 50px; }
  .event__about--right h5 {
    color: #641745;
    font-size: 1rem;
    font-weight: 500;
    line-height: 17px;
    margin: 30px 0 7px 5px;
    font-weight: 600; }

.event__description p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.875rem;
  line-height: 21px; }

.event__faq div p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 21px;
  margin: 3px 0 0; }

.event__faq div span {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.875rem; }

.event__comments {
  width: 70%; }
  .event__comments h5 {
    color: rgba(101, 24, 70, 0.69);
    font-size: 0.75rem;
    line-height: 14px;
    font-family: "SF-Pro-Text-Light", sans-serif;
    font-weight: 500;
    margin-bottom: 20px; }
  .event__comments h5:last-of-type {
    margin-bottom: 8px; }
  .event__comments textarea {
    box-sizing: border-box;
    width: 100%;
    height: 140px;
    resize: none;
    outline: none;
    font-size: 0.875rem;
    padding: 10px;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.12); }

.event__past-experience {
  width: 70%; }
  .event__past-experience p {
    color: rgba(0, 0, 0, 0.75);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 14px; }
  .event__past-experience--comment {
    display: grid;
    grid-template-columns: 50px auto; }
    .event__past-experience--comment .comment--author {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: nowrap; }
      .event__past-experience--comment .comment--author img {
        width: 36px;
        height: 36px;
        border-radius: 50%; }
    .event__past-experience--comment-info span {
      color: #112a78;
      font-size: 10px;
      font-weight: 600;
      line-height: 12px; }
    .event__past-experience--comment-info h5 {
      color: #112a78;
      font-size: 12px;
      font-weight: 600;
      line-height: 14px;
      margin: 0; }
      .event__past-experience--comment-info h5 span::before {
        content: "\A";
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: rgba(8, 34, 115, 0.58);
        display: inline-block;
        margin: 2px 5px; }
    .event__past-experience--comment-info p {
      color: rgba(0, 0, 0, 0.8);
      font-family: "SF-Pro-Text-Light", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
      margin: 0; }
    .event__past-experience--comment-info a {
      color: rgba(8, 34, 115, 0.58);
      font-size: 10px;
      font-weight: 600;
      margin: 0 3px;
      position: relative; }
      .event__past-experience--comment-info a img {
        width: 19px;
        height: 19px;
        margin-bottom: -6px; }
    .event__past-experience--comment-info a:nth-child(2) {
      border-left: 1.5px solid rgba(8, 34, 115, 0.58);
      padding-left: 5px;
      margin: 0; }
    .event__past-experience--comment-info a:nth-child(3)::before, .event__past-experience--comment-info a:nth-child(4)::before {
      content: "\A";
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background: rgba(8, 34, 115, 0.58);
      display: inline-block;
      margin: 2px 5px; }

.event__similar {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px; }
  .event__similar--item {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
    .event__similar--item a {
      color: #112a78;
      font-size: 0.75rem;
      font-weight: 600;
      line-height: 17px;
      margin: 0 !important;
      text-decoration: none !important; }
    .event__similar--item span {
      font-size: 0.75rem; }
    .event__similar--item p {
      opacity: 0.55;
      color: #000;
      font-size: 0.625rem;
      line-height: 12px;
      margin: 0 0 7px 0; }
  .event__similar #show-more-events, .event__similar #show-more-hotels {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 20px auto 10px;
    text-decoration: underline;
    width: 100%;
    font-size: 0.75rem;
    color: #112a78;
    cursor: pointer; }
    .event__similar #show-more-events img, .event__similar #show-more-hotels img {
      height: 18px; }

.event__pdf {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 10px 0 30px; }
  .event__pdf div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap; }
  .event__pdf span {
    margin: 0 10px 0 0;
    font-size: 0.75rem; }
  .event__pdf a {
    font-size: 0.75rem;
    color: #641745;
    line-height: 14px;
    text-decoration: underline; }

.event__request-booking {
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #F7F7F7;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .event__request-booking--price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
    padding: 20px 20px 5px 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
    .event__request-booking--price h2 {
      color: #112a78;
      font-size: 2rem;
      font-weight: 700;
      margin: 0; }
      .event__request-booking--price h2 span:nth-child(1) {
        font-size: 1.25rem;
        font-weight: 500; }
      .event__request-booking--price h2 span:nth-child(2) {
        color: rgba(0, 0, 0, 0.35);
        font-size: 0.625rem;
        line-height: 12px; }
    .event__request-booking--price p {
      margin: 0;
      color: #586AA2;
      font-size: 0.75rem;
      line-height: 14px; }
  .event__request-booking--form {
    padding: 20px; }
    .event__request-booking--form p {
      color: rgba(0, 0, 0, 0.65);
      font-size: 0.75rem;
      line-height: 14px;
      text-align: center; }
    .event__request-booking--form label {
      color: rgba(0, 0, 0, 0.73);
      font-size: 14px; }
    .event__request-booking--form input {
      box-sizing: border-box;
      width: 100%;
      border-radius: 5px;
      background-color: #FFF;
      border: 1px solid rgba(0, 0, 0, 0.17);
      height: 43px;
      outline: none;
      padding: 10px;
      font-size: 0.875rem;
      margin: 10px 0 20px; }
    .event__request-booking--form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 20px; }

.event__preview {
  width: 100%; }
  .event__preview--items {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    .event__preview--items p:nth-child(1) {
      color: #586AA2;
      font-size: 14px;
      line-height: 17px;
      margin: 0 0 7px; }
    .event__preview--items p:nth-child(2), .event__preview--items p:nth-child(3), .event__preview--items p:nth-child(4) {
      color: #112a78;
      font-size: 14px;
      font-weight: 700;
      line-height: 17px;
      margin: 7px 0 0; }

.event__leading-events {
  width: 100%; }

.event__calendar {
  width: 100%; }
  .event__calendar--header {
    display: grid;
    grid-template-columns: 70% 20% 10%;
    font-size: 0.875rem;
    color: #E95947; }
    .event__calendar--header a {
      color: #E95947; }
    .event__calendar--header div:nth-child(2) {
      text-align: center; }
    .event__calendar--header div:last-child {
      text-align: right; }
  .event__calendar--row {
    display: grid;
    grid-template-columns: 70% 20% 10%; }
    .event__calendar--row .flex div:nth-child(1) {
      padding-right: 10px;
      min-width: 50px; }
    .event__calendar--row .flex div:nth-child(2) {
      padding-left: 10px; }
    .event__calendar--row a.multi {
      display: -webkit-box !important;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal; }
    .event__calendar--row p, .event__calendar--row a {
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 17px;
      margin: 0;
      color: #112a78;
      display: block; }
    .event__calendar--row span {
      font-size: 0.625rem;
      font-weight: 300;
      line-height: 12px;
      color: #112a78; }
    .event__calendar--row img {
      width: 20px;
      height: 20px;
      display: block;
      margin: auto 0 auto auto; }
    .event__calendar--row img:first-child {
      margin-bottom: 10px; }
    .event__calendar--row .interested--row a {
      box-sizing: border-box;
      font-size: 0.75rem;
      color: #641745;
      padding: 6px;
      width: 104.76px;
      border-radius: 20px;
      border: 1px solid #641745;
      margin: auto;
      display: block;
      text-align: center; }
    .event__calendar--row .interested--row p {
      font-size: 0.75rem;
      line-height: 14px;
      text-align: center;
      margin-top: 10px; }
  .event__calendar .show-events a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 20px auto 10px;
    text-decoration: underline;
    width: 100%;
    font-size: 0.75rem;
    color: #112a78;
    cursor: pointer;
    color: #E95947;
    font-size: 0.875rem; }
    .event__calendar .show-events a img {
      height: 18px; }

.event__meeting-space {
  width: 100%;
  box-sizing: border-box; }
  .event__meeting-space--header {
    display: grid;
    grid-template-columns: 45% 25% 25% 5%; }
    .event__meeting-space--header div {
      color: rgba(233, 89, 71, 0.78);
      font-size: 14px;
      line-height: 17px; }
    .event__meeting-space--header div:nth-child(4) {
      text-align: right; }
  .event__meeting-space--row {
    display: grid;
    grid-template-columns: 45% 25% 25% 5%; }
    .event__meeting-space--row div {
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
      color: #112a78; }
    .event__meeting-space--row div:nth-child(1) {
      font-weight: 700; }
    .event__meeting-space--row div:nth-child(2) {
      margin-left: 20px; }
    .event__meeting-space--row div:nth-child(3) {
      margin-left: 30px; }
    .event__meeting-space--row div:nth-child(4) {
      text-align: right;
      margin-top: 3px; }

.event__include--flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }

.event__include--item {
  width: 166px;
  height: 130px;
  margin-right: 30px; }
  .event__include--item img {
    width: 166px;
    height: 110px;
    border-radius: 10px; }
  .event__include--item p {
    color: #112a78;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-align: left; }

.price--slider {
  margin-left: -10px; }

.event-slider {
  margin: auto;
  min-height: 60vh;
  width: 100%;
  position: relative; }
  .event-slider .slider-for {
    height: 550px;
    border-radius: 10px; }
  .event-slider img {
    width: 100%;
    object-fit: cover;
    position: relative; }
  .event-slider .slick-next, .event-slider .slick-prev {
    z-index: 5; }
    .event-slider .slick-next svg, .event-slider .slick-prev svg {
      fill: white; }

.slider-nav {
  height: 150px; }
  .slider-nav img {
    height: 130px;
    border-radius: 10px; }

.interested-btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap; }
  .interested-btns a:nth-child(1) {
    margin-right: 15px; }

.interested-info p {
  color: #112a78;
  font-family: "SF-Pro-Text-Bold", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 17px; }
  .interested-info p span {
    color: #641745;
    font-weight: 500;
    margin-bottom: 10px; }

.event__images {
  width: 100%;
  margin-top: 70px;
  min-height: 60vh;
  overflow: hidden; }
  .event__images a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 20px auto 10px;
    text-decoration: underline;
    width: 100%;
    font-size: 0.75rem;
    color: #112a78;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 0; }
    .event__images a img {
      height: 18px; }
  .event__images .slick-track img {
    border-radius: 10px !important;
    padding: 0; }
  .event__images--photos {
    position: relative;
    width: 100%;
    margin: 0 0 0 auto;
    display: block; }
    .event__images--photos .event-slider {
      width: 100%;
      position: relative;
      margin: 0 auto; }
      .event__images--photos .event-slider .slider-for {
        height: 500px; }
      .event__images--photos .event-slider .slider-nav {
        height: 150px; }
        .event__images--photos .event-slider .slider-nav .slick-track {
          margin-left: -10px; }
          .event__images--photos .event-slider .slider-nav .slick-track img {
            margin: 10px; }
      .event__images--photos .event-slider img {
        width: 100%;
        object-fit: cover;
        position: relative; }
      .event__images--photos .event-slider .slick-next, .event__images--photos .event-slider .slick-prev {
        z-index: 5; }
        .event__images--photos .event-slider .slick-next svg, .event__images--photos .event-slider .slick-prev svg {
          fill: white; }

.subscribe {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .subscribe h4 {
    margin: 0;
    text-align: center;
    color: #112a78; }
  .subscribe input {
    margin: 20px 0;
    box-sizing: border-box;
    padding: 5px 15px;
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: transparent;
    outline: none;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.8); }
    .subscribe input::placeholder {
      color: rgba(0, 0, 0, 0.2); }

.event-space {
  width: 100%; }
  .event-space__description p {
    color: #112a78;
    font-size: 0.875rem;
    line-height: 17px;
    margin-left: 25px !important; }
  .event-space__location {
    margin: 35px 0 30px; }
    .event-space__location a {
      color: #641745;
      font-size: 14px;
      line-height: 17px;
      text-decoration: underline; }

.booking-mobile {
  display: none; }

.limited-offer-until {
  font-size: 0.6875rem;
  display: block;
  color: #641745;
  margin-top: 10px;
  text-transform: uppercase; }

.grid-half {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.old-price-card {
  text-decoration: line-through;
  font-size: 0.75rem !important;
  color: rgba(0, 0, 0, 0.8) !important; }

.old-price-event {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.8); }

.buy-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 150px; }

.spaces {
  margin-top: 100px;
  display: grid;
  grid-template-columns: auto 35%;
  position: relative;
  margin-left: 60px; }
  .spaces__cards {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 70px; }
    .spaces__cards .card {
      margin-bottom: 30px; }
      .spaces__cards .card .slick-slide {
        margin: 0 !important; }
      .spaces__cards .card .slick-next {
        right: 15px; }
      .spaces__cards .card .slick-prev {
        left: 15px; }
  .spaces__map {
    width: 35%;
    height: 100vh;
    position: fixed;
    right: -22px;
    top: 0;
    z-index: -2; }
    .spaces__map img {
      height: 100%; }

.news {
  margin-bottom: 100px; }
  .news h3 {
    color: #641745;
    font-size: 1rem;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px; }
    .news h3::before {
      display: inline-block;
      content: "";
      border-top: 2px solid #FBBD2C;
      width: 20px;
      margin-right: 3px;
      transform: translateY(-5px); }
  .news-content {
    position: absolute;
    bottom: 20px;
    left: 25px;
    right: 0;
    color: #fff; }
    .news-content h5 {
      border-radius: 20px;
      background-color: rgba(0, 0, 0, 0.38);
      font-size: 0.75rem;
      line-height: 14px;
      padding: 5px 10px;
      margin: 0;
      font-weight: 500;
      text-align: center;
      display: inline-block; }
    .news-content h2 {
      margin: 10px 0;
      font-size: 1.3125rem;
      font-weight: 700;
      font-family: 'SF-Pro-Text-Regular', sans-serif;
      line-height: 25px;
      width: 60%;
      height: 100%;
      position: relative; }
      .news-content h2:before {
        background-color: #E95947;
        z-index: 100;
        content: "";
        display: inline-block;
        height: inherit;
        position: absolute;
        vertical-align: middle;
        width: 3px;
        margin-left: -7px !important; }
    .news-content p {
      font-size: 0.875rem;
      line-height: 17px;
      width: 60%;
      margin: 0; }
  .news-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 25px; }
    .news-grid .main-news {
      grid-area: 1 / 1 / 3 / 3;
      height: 470px;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/static/img/konferencije/main-news.png");
      background-position: center;
      background-size: cover;
      border-radius: 10px;
      position: relative; }
    .news-grid .second-news {
      grid-area: 1 / 3 / 2 / 5;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/static/img/konferencije/second-news.png");
      background-position: center;
      background-size: cover;
      border-radius: 10px;
      position: relative; }
    .news-grid .third-news {
      grid-area: 2 / 3 / 3 / 4;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/static/img/konferencije/third-news.png");
      background-position: center;
      background-size: cover;
      border-radius: 10px;
      position: relative; }
      .news-grid .third-news h2, .news-grid .third-news p {
        width: 90%; }
    .news-grid .fourth-news {
      grid-area: 2 / 4 / 3 / 5;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/static/img/konferencije/fourth-news.png");
      background-position: center;
      background-size: cover;
      border-radius: 10px;
      position: relative; }
      .news-grid .fourth-news h2, .news-grid .fourth-news p {
        width: 90%; }
  .news__full {
    box-sizing: border-box;
    position: relative; }
    .news__full h3 {
      color: #641745;
      font-size: 1rem;
      font-weight: 600;
      line-height: 19px;
      margin-bottom: 20px; }
      .news__full h3::before {
        display: inline-block;
        content: "";
        border-top: 2px solid #FBBD2C;
        width: 20px;
        margin-right: 3px;
        transform: translateY(-5px); }
    .news__full h2 {
      font-size: 1.875rem;
      font-weight: 700;
      line-height: 36px; }
    .news__full p {
      width: 30%;
      font-weight: 300; }
    .news__full .news-photo {
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/static/img/konferencije/news-full.png");
      background-position: center;
      background-size: cover;
      border-radius: 10px;
      position: relative;
      height: 380px;
      margin-left: 25px;
      box-sizing: border-box; }
  .news__four {
    margin-bottom: 120px; }
    .news__four h3 {
      color: #641745;
      font-size: 1rem;
      font-weight: 600;
      line-height: 19px;
      margin-bottom: 20px; }
      .news__four h3::before {
        display: inline-block;
        content: "";
        border-top: 2px solid #FBBD2C;
        width: 20px;
        margin-right: 3px;
        transform: translateY(-5px); }
    .news__four h2 {
      margin: 10px 0;
      font-size: 1.3125rem;
      font-weight: 700;
      font-family: 'SF-Pro-Text-Regular', sans-serif;
      line-height: 25px;
      width: 60%;
      height: 100%;
      position: relative; }
      .news__four h2:before {
        background-color: #E95947;
        z-index: 100;
        content: "";
        display: inline-block;
        height: inherit;
        position: absolute;
        vertical-align: middle;
        width: 3px;
        margin-left: -7px !important; }
    .news__four h2 {
      height: 22px;
      margin: 10px 0 0 10px;
      font-size: 1.125rem;
      width: 100%;
      color: rgba(0, 0, 0, 0.8); }
    .news__four--grid {
      margin-left: 25px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 20px; }
      .news__four--grid img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 10px; }
  .news__half {
    margin-bottom: 80px; }
    .news__half h3 {
      color: #641745;
      font-size: 1rem;
      font-weight: 600;
      line-height: 19px;
      margin-bottom: 20px; }
      .news__half h3::before {
        display: inline-block;
        content: "";
        border-top: 2px solid #FBBD2C;
        width: 20px;
        margin-right: 3px;
        transform: translateY(-5px); }
    .news__half--grid {
      margin-left: 25px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 40px;
      margin-bottom: 50px; }
      .news__half--grid img {
        width: 100%;
        height: 500px;
        border-radius: 10px;
        object-fit: cover; }
      .news__half--grid-text {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap; }
        .news__half--grid-text h5 {
          margin: 0;
          color: #E95947;
          font-size: 0.875rem;
          font-weight: 700;
          line-height: 17px; }
        .news__half--grid-text h2 {
          color: rgba(0, 0, 0, 0.8);
          font-size: 1.75rem;
          font-weight: 700;
          line-height: 33px; }
        .news__half--grid-text p {
          color: #404040;
          font-size: 1rem;
          line-height: 23px; }
        .news__half--grid-text a {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          flex-wrap: nowrap;
          height: 36px;
          font-size: 0.75rem;
          border-radius: 40px;
          border: 1px solid #586AA2;
          background-color: transparent;
          color: #586AA2;
          cursor: pointer;
          border: 1px solid #E95947;
          color: #E95947;
          width: 177px;
          height: 41px;
          font-size: 0.875rem; }
          .news__half--grid-text a img {
            width: 16px;
            height: 16px;
            margin-right: 7px; }

.article__content {
  display: grid;
  grid-template-columns: 250px auto; }
  .article__content--social img {
    width: 18px;
    height: 18px;
    opacity: 0.7;
    margin-right: 12px; }
  .article__content--author {
    margin: 35px 0;
    position: relative; }
    .article__content--author p {
      margin: 0 0 10px 0;
      font-size: 0.75rem; }
    .article__content--author p:nth-child(1) {
      font-weight: 600;
      color: #E95947; }
    .article__content--author p:nth-child(2) {
      color: rgba(0, 0, 0, 0.8); }
    .article__content--author p:nth-child(3) {
      color: rgba(0, 0, 0, 0.8);
      font-weight: 600; }
    .article__content--author:before, .article__content--author:after {
      background-color: #454545;
      z-index: 100;
      content: "";
      display: inline-block;
      height: 2px;
      position: absolute;
      vertical-align: middle;
      width: 23px; }
    .article__content--author:before {
      margin-top: -15px; }
    .article__content--author:after {
      margin-top: 10px; }
  .article__content--likes img {
    width: 12px;
    height: 12px;
    margin-right: 7px; }
  .article__content--likes span {
    margin: 0 0 5px 0;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.8); }
  .article__content--article {
    width: 80%;
    min-width: 800px; }
    .article__content--article h1 {
      margin: 0 0 5px;
      font-size: 2.1875rem;
      font-weight: 700;
      line-height: 41px;
      color: #112a78; }
    .article__content--article h3, .article__content--article p {
      font-size: 1.125rem;
      color: rgba(1, 28, 111, 0.8);
      font-weight: 500;
      line-height: 27px; }
    .article__content--article h3 {
      margin-bottom: 40px; }
    .article__content--article p {
      color: rgba(0, 0, 0, 0.8);
      margin: 0 0 30px 0; }
    .article__content--article img {
      width: 100%;
      height: 600px;
      object-fit: cover;
      border-radius: 10px;
      margin: 0 0 50px; }
  .article__content--footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
    .article__content--footer img {
      width: 20px;
      height: 20px;
      border-radius: 0; }
    .article__content--footer p {
      font-size: 0.75rem;
      color: rgba(0, 0, 0, 0.8);
      margin: 0 0 7px 0; }
      .article__content--footer p span {
        font-weight: 600; }
  .article__content .event__past-experience {
    width: 100%; }
    .article__content .event__past-experience img {
      margin-top: 5px; }
    .article__content .event__past-experience p {
      font-size: 0.75rem;
      color: rgba(0, 0, 0, 0.8);
      margin-bottom: 0; }
    .article__content .event__past-experience input {
      font-size: 0.875rem;
      box-sizing: border-box;
      outline: none;
      padding: 0 15px;
      height: 42px;
      min-width: 94%;
      border-radius: 10px 0 0 10px;
      border: none;
      border-right: 1px solid #808080; }
    .article__content .event__past-experience .btn-wrapper {
      border: 1px solid #808080;
      border-radius: 10px;
      height: 42px;
      position: relative;
      opacity: 0.7; }
    .article__content .event__past-experience .arrow-right {
      position: absolute;
      padding: 0;
      width: 20px;
      height: 20px;
      right: 2%;
      margin-top: 11px; }
    .article__content .event__past-experience .comment-flex {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      margin-bottom: 30px;
      margin-left: 50px; }
      .article__content .event__past-experience .comment-flex p, .article__content .event__past-experience .comment-flex a {
        font-weight: 700;
        font-size: 0.75rem;
        color: rgba(0, 0, 0, 0.8); }

.news-mobile {
  display: none;
  width: 90%;
  margin: auto; }
  .news-mobile h3 {
    color: #641745;
    font-size: 1rem;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px; }
    .news-mobile h3::before {
      display: inline-block;
      content: "";
      border-top: 2px solid #FBBD2C;
      width: 20px;
      margin-right: 3px;
      transform: translateY(-5px); }
  .news-mobile .event-slider {
    min-height: 200px !important; }
    .news-mobile .event-slider .slick-slide {
      height: 250px !important; }
  .news-mobile .event__images {
    min-height: 200px !important;
    margin-top: 0; }
    .news-mobile .event__images .slick-slide {
      height: 250px !important; }

.course {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
  margin-left: 60px;
  grid-gap: 50px; }
  .course-section {
    font-size: 0.75rem;
    color: #589deb;
    letter-spacing: 0.5px;
    font-weight: 300; }
    .course-section--duration {
      font-size: 0.75rem;
      color: rgba(0, 0, 0, 0.8); }
  .course__video {
    width: 95%;
    grid-area: 1 / 1 / 2 / 3; }
    .course__video--info {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap; }
      .course__video--info h3 {
        font-size: 1.125rem;
        font-weight: 500;
        margin: 5px 0 0; }
      .course__video--info img {
        width: 18px;
        height: 18px;
        margin-left: 20px; }
    .course__video--iframe img {
      width: 100%;
      object-fit: cover; }
  .course__other {
    grid-area: 2 / 1 / 3 / 3;
    width: 95%; }
    .course__other > div {
      margin-bottom: 50px; }
    .course__other h3 {
      color: #641745;
      font-size: 1rem;
      font-weight: 600;
      line-height: 19px;
      margin-bottom: 20px; }
      .course__other h3::before {
        display: inline-block;
        content: "";
        border-top: 2px solid #FBBD2C;
        width: 20px;
        margin-right: 3px;
        transform: translateY(-5px); }
    .course__other p {
      font-size: 0.875rem;
      color: rgba(0, 0, 0, 0.8); }
  .course__list {
    grid-area: 1 / 3 / 3 / 4;
    width: 30%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    height: calc(100vh - 130px);
    position: fixed;
    right: 60px;
    margin-top: 100px;
    top: 0;
    z-index: 1000;
    overflow: scroll; }
    .course__list h2 {
      margin: 0 0 20px 0;
      color: #589deb;
      font-size: 1.25rem; }
    .course__list img {
      height: 100%; }
  .course .accordion p {
    margin: 5px 0;
    font-weight: 700;
    font-size: 0.875rem; }
  .course .panel .lesson h5 {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 17px;
    margin: 0; }
  .course .panel__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem; }
    .course .panel__info > div {
      padding-top: 10px; }
    .course .panel__info a {
      color: rgba(0, 0, 0, 0.7);
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 17px;
      margin-left: 30px; }
    .course .panel__info--duration {
      margin-left: 25px;
      padding: 0 0 10px 0; }
      .course .panel__info--duration p {
        color: rgba(0, 0, 0, 0.46);
        font-size: 0.75rem;
        line-height: 14px; }
      .course .panel__info--duration img {
        width: 12px;
        margin-right: 3px; }
    .course .panel__info--resources {
      padding: 5px 10px;
      color: #3A424C;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .course .panel__info--resources input[type="checkbox"] {
        margin-left: 50px; }
  .course .panel p {
    color: #3A424C;
    padding-bottom: 0;
    margin-left: 5px; }

.course-main-content {
  width: 40%; }

.course-qa {
  width: 100%; }
  .course-qa .course-user {
    width: 100%;
    margin: 12px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    .course-qa .course-user img {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      margin-right: 15px; }
    .course-qa .course-user .course-msg {
      width: 22px;
      height: 22px;
      border-radius: 1px;
      margin-left: 10px;
      display: block; }
    .course-qa .course-user h2 {
      color: rgba(0, 0, 0, 0.8);
      font-weight: 500;
      font-size: 1rem;
      margin-bottom: 10px; }
    .course-qa .course-user h5 {
      color: rgba(0, 0, 0, 0.8);
      font-size: 0.875rem;
      font-weight: 300;
      margin: 0; }
    .course-qa .course-user a {
      font-size: 0.875rem;
      font-weight: 300;
      margin-top: 5px;
      color: #589deb; }
  .course-qa .course-qa--btn {
    padding-left: 50px;
    font-size: 0.875rem;
    color: #589deb; }

.course-bookmarks .course-bookmark {
  width: 40%; }

.course-bookmarks__section h2 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  letter-spacing: 0.09px;
  line-height: 19px;
  margin: 10px 0; }

.course-bookmarks__section h5 {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.08px;
  line-height: 17px;
  margin: 10px 0; }

.course-bookmarks__section h6 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  font-weight: 300;
  margin: 10px 0;
  letter-spacing: 0.07px;
  line-height: 14px; }

.course-bookmarks__date {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .course-bookmarks__date a {
    color: rgba(0, 0, 0, 0.8);
    margin-top: 10px;
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: 0.07px;
    line-height: 14px; }
    .course-bookmarks__date a img {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-right: 10px; }

@media (max-width: 1500px) {
  .buy-btns {
    margin-top: 50px; }
  nav {
    padding: 0 60px;
    margin-bottom: 30px; }
  section {
    margin: 70px 60px 0; }
  .main-section {
    width: calc(100% - 120px); }
  .registration-wrapper {
    padding: 120px 60px 0;
    min-height: calc(100vh - 120px); }
  .event__header {
    min-height: 100vh;
    margin-top: 30px; }
  .events {
    margin: 60px; }
    .events-main--text a {
      height: 220px;
      top: 10%;
      left: -10%; }
      .events-main--text a h4 {
        font-size: 1.25rem; }
  .event__about {
    margin-top: 50px; }
  .event__header--info {
    width: 85%;
    margin-top: 60px; }
  .event__images {
    width: 100%;
    margin-top: 60px;
    min-height: 60vh; }
    .event__images a {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      margin: 20px auto 10px;
      text-decoration: underline;
      width: 100%;
      font-size: 0.75rem;
      color: #112a78;
      cursor: pointer;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: nowrap;
      margin-top: 0; }
      .event__images a img {
        height: 18px; }
    .event__images .slick-track img {
      border-radius: 10px !important;
      padding: 0; }
    .event__images--photos {
      position: relative;
      width: 100%;
      margin: 0 0 0 auto;
      display: block; }
      .event__images--photos .event-slider {
        width: 100%;
        position: relative;
        margin: 0 auto; }
        .event__images--photos .event-slider .slider-for {
          height: 400px; }
        .event__images--photos .event-slider .slider-nav {
          height: 150px; }
          .event__images--photos .event-slider .slider-nav .slick-track {
            margin-left: -10px; }
            .event__images--photos .event-slider .slider-nav .slick-track img {
              margin: 10px; }
        .event__images--photos .event-slider img {
          width: 100%;
          object-fit: cover;
          position: relative; }
        .event__images--photos .event-slider .slick-next, .event__images--photos .event-slider .slick-prev {
          z-index: 5; }
          .event__images--photos .event-slider .slick-next svg, .event__images--photos .event-slider .slick-prev svg {
            fill: white; }
  .padding_100 {
    padding-left: 0; }
  .footer-address {
    padding-left: 50px; }
  .footer-social {
    padding-left: 0; }
  .news .main-news {
    height: 400px; }
  .news__four--grid img {
    height: 200px; } }

@media (max-width: 1366px) {
  nav {
    height: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 60px 20px;
    grid-column-gap: 0;
    grid-row-gap: 0; }
  .logo {
    grid-area: 1 / 1 / 2 / 2;
    order: 1; }
  .no-logged {
    grid-area: 2 / 1 / 3 / 3;
    order: 3;
    margin: auto; }
    .no-logged li {
      padding: 10px; }
  .logged {
    grid-area: 1 / 2 / 2 / 3;
    order: 2;
    margin-left: auto; } }

@media (max-width: 1100px) {
  .event__header {
    min-height: 100%; }
  .event__about {
    display: block; }
    .event__about--left {
      margin-right: 0; } }

@media (max-width: 1024px) {
  nav {
    width: 100%;
    box-sizing: border-box; }
  .buy-btns {
    margin-top: 0; }
  .partners {
    justify-content: space-evenly; }
    .partners .card__partner {
      margin: 0 0 50px 0; }
  .main-section {
    margin: 130px auto 50px; }
  .help-btn {
    display: none; }
  .padding_100 {
    padding-top: 10px; }
  #small-card {
    display: none; }
  .filter {
    display: none; }
  .download-pdf {
    display: none; }
  .event__images, .event-slider {
    min-height: 30vh; }
  .event__request-booking {
    display: none; }
  .similar-events, .similar-hotels {
    display: block; }
  .similar-events-right, .similar-hotels-right {
    display: none; }
  .card--leading-events {
    width: 205px !important;
    height: 135px !important; }
  .event__header {
    display: block; }
    .event__header--info {
      width: 100%;
      margin-top: 130px; }
  .course-main-content {
    width: 80% !important; }
  .footer {
    padding: 50px; }
    .footer-social, .footer-address {
      padding-left: 0; }
  .registration-wrapper {
    min-height: 100vh;
    padding: 0 100px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
  .news {
    display: none; }
  .news-mobile {
    display: block; }
  .spaces {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 0; }
    .spaces__cards {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
    .spaces__map {
      z-index: -999;
      width: 0;
      height: 0;
      position: static; }
  .booking-mobile {
    display: block;
    height: 80px;
    background-color: #fff;
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 1004;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 10px 10px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.11); }
    .booking-mobile a {
      width: 50%;
      margin-right: 10px; }
    .booking-mobile a:nth-child(2) {
      font-size: 0.75rem;
      text-align: left;
      z-index: 10000; }
      .booking-mobile a:nth-child(2) img {
        width: 12px; }
  .course {
    display: block;
    margin-top: 130px;
    margin-right: 60px; }
    .course__video {
      width: 100%; }
    .course__list {
      width: 100%;
      margin: 0 60px;
      position: relative;
      height: 100%;
      max-height: 60vh;
      border-radius: 0;
      box-shadow: none;
      padding: 20px 0;
      overflow: scroll; }
    .course__other {
      width: 100%; }
  .course-bookmarks .course-bookmark {
    width: 100%; } }

@media (max-width: 968px) {
  .events-main--text a {
    top: 5%;
    left: -40%; }
    .events-main--text a h4 {
      font-size: 1.125rem; } }

@media (max-width: 900px) {
  .events-main {
    display: block;
    margin-left: 0; }
    .events-main--text a {
      position: relative;
      background-color: transparent;
      width: 100%;
      top: 5%;
      left: 0; }
      .events-main--text a h4 {
        font-size: 1.125rem; } }

@media (max-width: 768px) {
  nav {
    width: 100%;
    padding: 0; }
    nav ul li {
      margin-right: auto; }
    nav .no-logged {
      margin-right: auto;
      width: 100%;
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap; }
    nav .logged {
      margin-right: 20px; }
    nav .logo {
      margin-left: 20px; }
  .event--list-slider {
    margin-left: -5px; }
  .services--list-slider {
    margin-left: 5px; }
  .event .margin-left25 {
    margin-left: 0; }
  .event__header {
    margin: 70px auto auto;
    width: 90%; }
  .event .slider-nav {
    display: none !important;
    z-index: -999; }
  .event .slider-for {
    height: 300px; }
    .event .slider-for .slick-next {
      right: 5px;
      background-color: rgba(0, 0, 0, 0.2); }
      .event .slider-for .slick-next:hover {
        background-color: rgba(0, 0, 0, 0.4); }
    .event .slider-for .slick-prev {
      left: 5px;
      background-color: rgba(0, 0, 0, 0.2); }
      .event .slider-for .slick-prev:hover {
        background-color: rgba(0, 0, 0, 0.4); }
  .event__about {
    margin: 70px auto auto;
    width: 90%; }
  .event__comments {
    width: 100%; }
  .event__past-experience {
    width: 100%; }
  .main-section {
    width: 90%; }
    .main-section div {
      width: 90%;
      padding: 20px; }
      .main-section div h1 {
        font-size: 1.5rem;
        font-weight: 900;
        line-height: 29px;
        width: 90%; }
  .events {
    margin: 60px 0;
    width: 100%; }
    .events h3 {
      width: 90%;
      margin: auto auto 10px; }
    .events .events-main {
      width: 90%;
      margin: auto; }
  .leading-events--slider {
    margin-left: -25px; }
  .card__event {
    width: 170px; }
    .card__event .single--card-slider {
      height: 115px; }
      .card__event .single--card-slider .slick-track img {
        height: 100px !important; }
  .card__space {
    width: 250px; }
    .card__space .single--card-slider {
      height: 115px; }
      .card__space .single--card-slider .slick-track img {
        height: 100px !important; }
    .card__space .card-img {
      width: 100% !important;
      height: 170px !important;
      min-height: 100px;
      border-radius: 10px;
      object-fit: cover; }
  .card .card-img {
    width: 90%;
    height: 100px;
    min-height: 100px;
    border-radius: 10px;
    object-fit: cover; }
  .card__services {
    width: 150px; }
    .card__services p {
      margin: 30px 0 0 !important; }
  .slider-news .slick-dots {
    top: 0;
    margin: 30px auto; }
  .course {
    margin: 130px auto 0;
    width: 90%; }
    .course .margin-left25 {
      margin-left: 0; }
  .footer {
    display: block;
    height: 100%; }
    .footer > div {
      margin-bottom: 50px; }
    .footer-social {
      width: 50%; }
  .registration-wrapper {
    padding: 0 50px; }
  .registration-text {
    width: 45%;
    margin-right: 20px; }
  .spaces__cards {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .registration-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    padding: 100px 50px;
    min-height: 100%; }
  .registration-text {
    width: 100%;
    margin-top: 50px; } }

@media (max-width: 450px) {
  nav {
    height: 100px; }
  .logo img {
    width: 105px;
    height: 35px; }
  .no-logged li a {
    font-size: 0.75rem; }
  .create-event-btn {
    padding: 14px 0;
    width: 120px;
    font-size: 12px;
    justify-content: flex-end; }
    .create-event-btn img {
      display: none; }
  .login--btn {
    background-color: transparent;
    color: #E95947 !important;
    padding: 12px 0;
    margin-right: 10px;
    font-size: 0.75rem;
    line-height: 14px;
    justify-content: flex-end;
    width: auto; }
    .login--btn:hover {
      background-color: transparent; }
  .event__meeting-space--row, .event__meeting-space--header {
    grid-template-columns: 30% 30% 30% 10%; }
  .event__meeting-space--header div:nth-child(3) {
    text-align: center; }
  .price--large-slider {
    justify-content: center; }
  .event__meeting-space--row div:nth-child(1) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .footer {
    padding: 30px 0;
    width: 100%; }
    .footer div {
      width: 90%;
      margin: auto; }
    .footer-address div {
      width: 100%; }
    .footer-social {
      margin-bottom: 70px !important; }
  .event__preview--items {
    grid-template-columns: repeat(2, 1fr); }
    .event__preview--items div {
      margin-bottom: 20px; }
  .registration {
    width: 90%;
    height: 90vh; }
  .registration-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    padding: 120px 0;
    width: 100%;
    margin: auto;
    min-height: 100%; }
  .registration-text {
    width: 90%;
    margin-right: 0; }
  .subscription h5 {
    color: #641745;
    font-size: 1rem;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px;
    margin-bottom: 0; }
    .subscription h5::before {
      display: inline-block;
      content: "";
      border-top: 2px solid #FBBD2C;
      width: 20px;
      margin-right: 3px;
      transform: translateY(-5px); }
  .subscribe {
    border: none;
    padding: 25px 0; }
    .subscribe h4 {
      text-align: left; }
  .event--list-slider {
    margin-left: -20px; }
  .services--list-slider {
    margin-left: -15px; }
  .create-event-btn {
    background-color: transparent;
    color: #E95947 !important; }
    .create-event-btn:hover {
      color: #E95947; }
    .create-event-btn svg {
      fill: #E95947 !important; }
  .course {
    width: 100%;
    margin: 130px auto 0; }
    .course__video--info, .course__list, .course__other, .course-section {
      width: 90%;
      margin: auto; }
    .course-section {
      margin: 10px auto 0; }
    .course__list {
      right: 0; }
  .card__news {
    width: 108%; }
  .spaces li {
    width: 90%;
    margin: auto; }
    .spaces li .card {
      margin-right: 0; }
      .spaces li .card__space {
        width: 100%; }
        .spaces li .card__space .card-img {
          width: 100%;
          height: 200px !important; } }

@media (max-width: 376px) {
  .logo {
    width: 90px; }
    .logo img {
      width: 90px;
      height: 30px; } }

@media (max-width: 360px) {
  .create-event-btn {
    width: 90px; }
  .logo {
    width: 80px; }
    .logo img {
      width: 80px;
      height: 25px; } }
