.background-page img {
  max-height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-offer-box {
  height: 100%;
}
.single-offer-box,
.single-news-box {
  border-radius: 10px;
}
.single-offer-box a,
.single-news-box a {
  position: relative;
  border-radius: 24px;
  height: 240px;
  overflow: hidden;
}
.higher-news a {
  height: 500px;
}

.single-offer-box a:hover .overlay,
.single-news-box a:hover .overlay {
  opacity: 1;
}
.single-offer-box .overlay,
.single-news-box .overlay {
  opacity: 0;
  position: absolute;
  background: rgba(14, 38, 50, 0.82);
  height: 100%;
  width: 100%;
  top: 0;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s ease;
}
.single-offer-box .overlay p,
.single-news-box .overlay p {
  color: white;
  font-size: 13px;
}
.single-offer-box img,
.single-news-box img {
  width: 100%;
  border-radius: 10px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: 1s;
}
.higher-news img {
  height: 500px;
}
.single-offer-box img.lazyloaded,
.single-news-box img.lazyloaded {
  opacity: 1;
}
.single-offer-box a:hover .overlay,
.single-news-box a:hover .overlay {
  opacity: 1;
}
.single-offer-box p,
.single-news-box p {
  margin: 0;
  color: #002434;
}
.single-offer-box .title,
.single-news-box .title {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-news-box .description,
.single-news-box .date {
  font-size: 12px;
}
.single-news-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-box {
  background-color: #002434;
  border: 1px solid transparent;
  color: white;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  transition: 0.3s ease;
  padding: 0.2rem 0.5rem;
  font-size: 13px;
  font-weight: 500;
}
.category-box:hover {
  opacity: 0.7;
  color: white;
}
.category-box.active {
  background-color: #FEB005;
}

@media (max-width: 991.98px) {
  .pre-header {
    height: auto !important;
  }

  .oa-mobile-preheader-box {
    padding: 10px 12px;
  }

  .oa-mobile-preheader-box__nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: visible;
    padding: 6px 0;
    background: #ffffff;
    border-radius: 12px;
  }

  .oa-mobile-preheader-box__link {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #002434;
    white-space: normal;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(0, 36, 52, 0.12);
  }

  .oa-mobile-preheader-box__link:last-child {
    border-bottom: 0;
  }

  .oa-mobile-preheader-box__link strong {
    font-weight: 600 !important;
    font-size: 12px;
    padding: 0;
  }

  .oa-mobile-preheader-box__flags {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 8px;
  }

  .oa-mobile-preheader-box__flags img {
    width: 2.1875rem;
    height: 1.5rem;
    border-radius: 5px;
  }
}

@media (max-width: 575.98px) {
  .icons-nav {
    width: 100%;
    justify-content: center;
  }

  .icons-nav > .nav {
    width: 100%;
    justify-content: center !important;
  }

  .icons-nav > .nav > li.nav-item {
    width: 100%;
    justify-content: center;
    padding-left: 0 !important;
  }

  .oac-btn {
    width: 210px !important;
  }
}

@media (max-width: 767.98px) {
  .header-auth .logo img {
    height: 75px;
  }
}

.dropdown-menu.bg-blue.border-dark.show {
  width: 123px;
  min-width: 123px;
  max-width: 123px;
}

/* "Moje OAC" CTA */
.oac-btn {
  width: 123px;
  background: #3EB54A;
}

/* Mobile pre-header toggle */
.pre-header .show-menu {
  background-color: #004263;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.0625rem;
  border-radius: 18px;
  letter-spacing: 0.02em;
}

.pre-header .show-menu:focus,
.pre-header .show-menu:hover {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .pre-header .collapse#collapseExample {
    border-radius: 0 0 18px 18px;
    overflow: hidden;
  }
}

.training-top-menu-wrap {
  margin-top: -45px;
}

.training-top-menu {
  position: sticky;
  top: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 95px;
}

.training-top-menu.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  max-width: 1140px;
}

.training-top-menu-spacer {
  height: 0;
}

.training-top-menu__pill {
  flex: 1;
  display: flex;
  height: 56px;
  border-radius: 18px;
  overflow: hidden;
}

.training-top-menu__item {
  flex: 1;
  background: #3BB54A;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  white-space: nowrap;
}

.training-top-menu__pill .training-top-menu__item:nth-child(-n + 3) {
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}

.training-top-menu__item--cta {
  background: #ffb000;
  color: #0b2d3d;
  font-weight: 700;
}

.training-top-menu__dropdown {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 18px);
  z-index: 1060;
}

.training-top-menu.is-fixed .training-top-menu__dropdown {
  top: calc(100% - 18px);
  bottom: auto;
}

.training-top-menu__submenu {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  max-height: 60vh;
  overflow: auto;
}

.training-top-menu__sublink {
  display: block;
  padding: 10px 18px;
  text-decoration: none;
  color: #0b2d3d;
}

.training-top-menu__sublink:hover {
  color: #0b2d3d;
  text-decoration: none;
  background: rgba(59, 181, 74, 0.08);
}

.homepage-sticky-menu {
  position: sticky;
  top: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.homepage-sticky-menu.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  max-width: 1000px;
}

.homepage-sticky-menu-spacer {
  height: 0;
}

.homepage-sticky-menu-wrap {
  margin-top: -45px;
}

.homepage-sticky-menu__pill {
  flex: 1;
  display: flex;
  width: 100%;
  height: 40px;
  border-radius: 21px;
  overflow: hidden;
  transition: border-radius 0.2s ease;
  background: #0b2d3d;
}

.homepage-sticky-menu.no-radius-transition .homepage-sticky-menu__pill {
  transition: none !important;
}

.homepage-sticky-menu.is-open .homepage-sticky-menu__pill {
  border-radius: 21px 0 21px 21px;
}

.homepage-sticky-menu.is-opening .homepage-sticky-menu__pill {
  border-radius: 21px 0 21px 21px;
}

.homepage-sticky-menu.is-open.is-fixed .homepage-sticky-menu__pill {
  border-radius: 21px 21px 0 21px;
}

.homepage-sticky-menu.is-opening.is-fixed .homepage-sticky-menu__pill {
  border-radius: 21px 21px 0 21px;
}

.homepage-sticky-menu__item {
  flex: 1;
  background: #0b2d3d;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  white-space: nowrap;
}

.homepage-sticky-menu__item--cta {
  background: #ffb000;
  color: #0b2d3d;
  font-weight: 700;
}

.homepage-sticky-menu__dropdown {
  position: absolute;
  left: auto;
  right: 0;
  width: 249px;
  min-width: 249px;
  max-width: 249px;
  bottom: calc(100%);
  z-index: 1060;
  border-radius: 0;
  overflow: visible;
}

.homepage-sticky-menu__dropdown .collapse.collapsing {
  transition: height 0.3s ease !important;
}

.homepage-sticky-menu.is-fixed .homepage-sticky-menu__dropdown {
  top: calc(100%);
  bottom: auto;
  border-radius: 0;
}

.homepage-sticky-menu__submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-radius: 21px 21px 0 0;
  border: 0;
  box-sizing: border-box;
  box-shadow: none;
  overflow: auto;
}

 .homepage-sticky-menu.is-fixed .homepage-sticky-menu__submenu {
  border-radius: 0 0 21px 21px;
 }

 .homepage-sticky-menu.has-submenu-border .homepage-sticky-menu__submenu {
  border: 3px solid #FFAD00;
 }

 .homepage-sticky-menu.has-submenu-border:not(.is-fixed) .homepage-sticky-menu__submenu {
  border-bottom: 0;
 }

.homepage-sticky-menu__sublink {
  display: block;
  padding: 10px 18px;
  text-decoration: none;
  color: #0b2d3d;
}

.homepage-sticky-menu__sublink:hover {
  color: #0b2d3d;
  text-decoration: none;
  background: rgba(11, 45, 61, 0.06);
}

.fotorama__thumb, .fotorama__loaded, .fotorama__loaded--img, .fotorama__thumb-border, .fotorama__nav__frame, .fotorama__nav__frame--thumb {
  border-radius: 18px;
}

.training-page__title h1 {
  color: #3BB54A;
  font-weight: 800;
}

.training-filters {
  padding: 8px 0 30px;
}

.training-filters__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.training-filter-pill {
  background: #E5E5E5;
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 700;
  color: #8C8C8C;
  text-decoration: none;
  line-height: 1;
}

.training-filter-pill.active {
  background: #3BB54A;
  color: #fff;
}

.training-filters__separator {
  position: relative;
  margin: 18px 0;
  padding: 12px 0;
  text-align: center;
}

.training-filters__separator::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: #3BB54A;
}

.training-filters-after__separator {
  position: relative;
  background: #fff;
  padding: 0 16px;
  margin: 0px 0 30px 0;
  color: #3BB54A;
  font-weight: 800;
  font-size: 13px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cruise-page__title h1 {
  color: #49BFEF;
  font-weight: 800;
}

.cruise-detail .training-info h1 {
  color: #49BFEF;
}

.cruise-filters {
  padding: 8px 0 35px;
}

.cruise-filters__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.cruise-filter-pill {
  background: #E5E5E5;
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 700;
  color: #8C8C8C;
  text-decoration: none;
  line-height: 1;
}

.cruise-filter-pill.active {
  background: #49BFEF;
  color: #fff;
}

.cruise-filters__separator {
  position: relative;
  margin: 18px 0;
  padding: 12px 0;
  text-align: center;
}

.cruise-filters__separator::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: #49BFEF;
}

.charter-page__title h1 {
  color: #C25700;
  font-weight: 800;
}

.charter-filters {
  padding: 8px 0 35px;
}

.charter-filters__separator {
  position: relative;
  margin: 18px 0;
  padding: 12px 0;
  text-align: center;
}

.charter-filters__separator::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: #C25700;
}

 .oa-page__title h1 {
  color: #004263;
  font-weight: 800;
 }

 .oa-filters {
  padding: 8px 0 35px;
 }

 .oa-filters__separator {
  position: relative;
  margin: 18px 0;
  padding: 12px 0;
  text-align: center;
 }

 .oa-filters__separator::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: #004263;
 }

.charter-detail .training-info h1 {
  color: #C25700;
}

.instructors-page__title h1 {
  color: #BF008F;
  font-weight: 800;
}

.instructors-filters {
  padding: 8px 0 35px;
}

.instructors-filters__separator {
  position: relative;
  margin: 18px 0;
  padding: 12px 0;
  text-align: center;
}

.instructors-filters__separator::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: #BF008F;
}

.footer__content {
  padding: 0 100px;
}

@media (max-width: 991px) {
  .footer__content {
    padding: 0;
  }
}

.show-more a {
  border: 2px solid #E5E5E5;
  border-radius: 10px;
  font-size: 14px;
  padding: 0.5rem 3rem;
  color: #8C8C8C;
  font-weight: 500;
  min-width: 260px;
}
.show-more a:hover {
  background-color: #002434;
  color: white;
  border-color: transparent;
}

.offer .nav-pills .nav-link {
  background-color: #002434;
  border: 1px solid transparent;
  color: white;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  transition: 0.3s ease;
  padding: 0.5rem 1.5rem;
  font-size: 13px;
  font-weight: 500;
}
.offer .nav-pills .nav-link.active {
  background-color: #FEB005;
}

.offer h3,
.news h3 {
  font-weight: 600;
  color: #002434;
}

.offer--homepage__more {
  border: 2px solid #E5E5E5;
  border-radius: 999px;
  font-size: 14px;
  padding: 0.5rem 2.5rem;
  color: #8C8C8C;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.offer--homepage__more:hover {
  background-color: #002434;
  color: white;
  border-color: transparent;
}

.offer--homepage__mosaic {
  display: flex;
  gap: 30px;
  height: 500px;
  margin-top: 49px;
}
.homepage-sticky-menu__item {
  font-size: 18px;
}

.homepage-sticky-menu__item:hover{
  color:rgb(255, 176, 0);
}


.homepage-sticky-menu__item--cta:hover{
  color:rgb(255, 255, 255);
}

.offer--homepage__col {
  height: 100%;
}

.offer--homepage__col--a {
  width: 50%;
  max-width: 540px;
}

.offer--homepage__col--b {
  width: 25%;
  max-width: 270px;
}

.offer--homepage__col--c {
  width: 25%;
  max-width: 270px;
}

.offer--homepage__stack {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.offer--homepage__tile {
  min-height: 0;
}

.offer--homepage__tile--c1 {
  flex: 0 0 232px;
}

.offer--homepage__tile--c2,
.offer--homepage__tile--c3 {
  flex: 0 0 104px;
}

.offer--homepage__col--a .single-offer-box {
  background: url('/images/banner_540_500.jpg');
}

.offer--homepage__col--b .single-offer-box {
  background: url('/images/banner_270_500.jpg');
}

.offer--homepage__tile--c1 .single-offer-box {
  background: url('/images/banner_270_233.jpg');
}

.offer--homepage__tile--c2 .single-offer-box {
  background: url('/images/banner_m_1.jpg');
}

.offer--homepage__tile--c3 .single-offer-box {
  background: url('/images/banner_m_2.jpg');
}

.prefooter .container-fluid {
  padding-bottom: 49px;
}

.single-offer-box--homepage,
.single-offer-box--homepage a,
.single-offer-box--homepage img,
.single-offer-box--homepage .overlay {
  border-radius: 25px;
}

.single-offer-box--homepage a {
  margin-bottom: 0;
  height: 100%;
}

.single-offer-box--homepage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .offer--homepage__mosaic {
    height: auto;
    flex-direction: column;
  }
  .offer--homepage__col--a,
  .offer--homepage__col--b,
  .offer--homepage__col--c {
    width: 100%;
    max-width: 100%;
  }
  .offer--homepage__stack {
    gap: 16px;
  }
  .offer--homepage__tile--c1,
  .offer--homepage__tile--c2,
  .offer--homepage__tile--c3 {
    flex: 0 0 auto;
  }
  .single-offer-box--homepage a {
    max-height: 240px;
    aspect-ratio: 9 / 4;
  }
}

.fotorama__stage__frame.fotorama__active {
  border-radius: 5px;
}

.training-info h1 {
  font-size: 2rem;
  color: #163D50;
}
.training-info h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FEB005;
}
.training-info p {
  font-size: 1rem;
}
.training-info img {
  max-height: 300px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.training-info .training-date p,
.training-info .location p {
  color: #C0C0C0;
  display: inline-block;
  border: 2px solid #C0C0C0;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
}
.training-info .training-date strong,
.training-info .location strong {
  color: #163D50;
  padding: 0 0.25rem;
}
.training-info #select-category {
  display: inline-block;
}
.training-info #select-category .nav-item {
  display: inline-block;
}
.training-info #select-category .nav-item .nav-link {
  padding: 0.6rem 2rem;
  background: white;
  color: #555555;
  border: 2px solid #f2f2f2;
}
.training-info #select-category .nav-item .nav-link.active {
  border-color: #FEB005;
}
.training-info #select-category .nav-item .nav-link.active h5 {
  color: #FEB005;
}
.training-info #select-category .nav-item .nav-link h5 {
  font-size: 14px;
  font-weight: 400;
}
.training-info #additional_information *,
.training-info #description * {
  max-width: 100%;
}

@media (max-width: 767px) {
  .training-info h1 {
    font-size: 1.5rem;
  }
  .training-info h2 {
    font-size: 1rem;
  }
  .training-info p {
    font-size: 14px;
  }
  .training-info button {
    font-size: 12px;
  }
  .training-info #select-category .nav-item .nav-link {
    padding: 0.5rem 1rem;
    font-size: 12px;
  }
}
.informations h1 {
  color: #002434;
}
.informations h2, .informations h3 {
  color: #FEB005;
}
.informations h2 {
  font-size: 1.3rem;
}
.informations p {
  font-size: 14px;
  text-align: justify;
}
.informations ul {
  list-style-type: disc;
  padding: 0 1rem;
}
.informations img {
  max-height: 400px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  opacity: 0;
  transition: 1s;
}
.informations img.lazyloaded {
  opacity: 1;
}

.modal.auth .modal-body img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal.auth .modal-body .close span {
  font-size: 2rem;
}
.modal.auth .modal-body .content .text-before-form {
  color: #002434;
  font-weight: 600;
  font-size: 20px;
}
.modal.auth .modal-body .content label {
  width: 100%;
  color: #002434;
  display: block;
  font-weight: 500;
  font-size: 14px;
}
.modal.auth .modal-body .content .form-control {
  border: 1px solid #002434;
  border-radius: 10px;
}
.modal.auth .modal-body .content .form-control:focus {
  box-shadow: none;
}
.modal.auth .modal-body .content .text-after-form a {
  color: #002434;
  font-weight: 500;
}
.modal.auth .modal-body .content .text-after-form a span {
  color: #FEB005;
}
.modal.auth .go-to-login,
.modal.auth .go-to-register {
  cursor: pointer;
}

.select2-container {
  display: block;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #002434;
  border-radius: 10px;
  min-height: 38px;
  padding: 0.35rem;
  padding-bottom: 0ch;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #AF8754;
  color: white;
  font-weight: 500;
  border-color: transparent;
  margin-top: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0.35rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-color: white;
  color: white;
  height: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: initial;
  color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .single-offer-box img,
.single-news-box img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 100%;
  }
  .show-more a {
    font-size: 12px;
  }
  .offer h3,
.news h3 {
    font-size: 1.5rem;
  }
  .offer .nav-pills .nav-link {
    padding: 0.5rem 1rem;
  }
  .homepage .training-info h1 {
    font-size: 1.6rem;
  }
  .homepage .training-info h2 {
    font-size: 1rem;
  }
  .homepage .training-info img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 576px) {
  .homepage .offer h3,
.homepage .news h3 {
    font-size: 1.25rem;
  }
  .show-more a {
    background-color: #002434;
    color: white;
    border-color: transparent;
  }
}
