.visit-ship {
  text-align: center;
  padding: 8rem 0;
  background: #f7f7f7;
}
.visit-ship__title {
  font-size: 6.8rem;
  color: #021859;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "LibreBaskerville-Bold";
}
.visit-ship__subtitle {
  font-size: 2rem;
  color: #000512;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1rem;
  font-family: "WorkSans";
}
.visit-ship__content {
  display: flex;
  justify-content: center;
  gap: 0rem;
  flex-wrap: wrap;
}
.visit-ship__col {
  background: #fff;
  padding: 2rem 2.5rem;
  width: 45%;
  min-width: 300px;
  text-align: left;
  margin-top: 3rem;
}
.visit-ship__col p {
  font-family: "WorkSans";
  color: #021859;
  font-size: 2rem;
  line-height: 100%;
}
.img__full img {
  width: 100%;
  height: 100%;
  max-height: 76.8rem;
  object-fit: cover;
}

.info-group .container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.info-group .info-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0.8rem;
  overflow: hidden;
  gap: 6rem;
  padding: 8.6rem 0rem;
}
.info-block.reverse {
  flex-direction: row-reverse;
}
.info-block .btn {
  display: flex;
  align-items: center;
  font-family: "WorkSans-SemiBold";
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  width: 20rem;
  color: #fff;
  border: 1px solid #093773;
}
.info-block .btn:hover {
  text-decoration: none;
  background: #fff;
  color: #093773;
}
.text {
  flex: 1 1 46%;
}
.image {
  flex: 1 1 46%;
}
.image img {
  width: 100%;
  border-radius: 1.6rem;
}
.text h2 {
  font-size: 4.8rem;
  color: #021859;
  margin-bottom: 2.5rem;
  font-family: "LibreBaskerville-Bold";
  font-weight: 700;
  line-height: 120%;
}
.text p {
  color: #021859;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  line-height: 120%;
  font-family: "WorkSans";
  font-weight: 400;
}
.text a {
  color: #0b6bbf;
  text-decoration: none;
}
.text a:hover {
  text-decoration: underline;
}

.btn__block {
  display: flex;
  gap: 20px;
}
.text .btn__pdf {
  background-color: #f0f6ff;
  color: #093773;
  border: 1px solid #093773;
}
.text .btn__pdf:hover {
  background-color: #093773;
  color: #f0f6ff;
  border: 1px solid #093773;
}

.about-section {
  padding: 6rem 0rem;
  background-color: #ffffff;
}
.text-columns {
  display: flex;
  gap: 4rem;
  margin-bottom: 3rem;
}
td {
  color: #021859;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  line-height: 120%;
  font-family: "WorkSans";
  font-weight: 400;
  text-align: left;
}
.section-title {
  font-size: 4.8rem;
  color: #021859;
  margin-bottom: 2.5rem;
  font-family: "LibreBaskerville-Bold";
  font-weight: 700;
  line-height: 120%;
}
.section-image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0.4rem;
  max-height: 50rem;
  object-fit: cover;
}
.text-columns p {
  color: #021859;
  font-size: 2rem;
  line-height: 120%;
  font-family: "WorkSans";
  font-weight: 400;
  flex: 1;
}

.tour-group {
  padding: 4rem 0 6rem;
}
.tour .container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.tour-group .info-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  gap: 6rem;
  padding: 0rem;
}
.tour-group .info-block.reverse {
  flex-direction: row-reverse;
}
.tour-group .text {
  flex: 1 1 46%;
}
.tour-group .image {
  flex: 1 1 46%;
}
.tour-group h2 {
  font-size: 4.8rem;
  color: #021859;
  margin-bottom: 8rem;
  font-family: "LibreBaskerville-Bold";
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}
.tour-group .text p {
  color: #021859;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  line-height: 120%;
  font-family: "WorkSans";
  font-weight: 400;
}
.tour-group .text p:first-child {
  margin-bottom: 2.4rem;
}
.tour-group .text p strong {
  font-family: "WorkSans-SemiBold";
}
.tour-group .text a {
  color: #0b6bbf;
  text-decoration: none;
}
.tour-group .text a:hover {
  text-decoration: underline;
}
.tour-group .image img {
  width: 100%;
  border-radius: 0.6rem;
  display: block;
  object-fit: cover;
}

.gallery-block {
  padding: 6rem 0;
}
.section-title {
  font-size: 4.8rem;
  color: #021859;
  margin-bottom: 4rem;
  font-family: "LibreBaskerville-Bold";
  font-weight: 700;
  line-height: 100%;
  text-align: left;
}
.gallery-block .section-title,
section.about-section h2 {
  text-align: center;
}
.text-block p {
  color: #021859;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  line-height: 120%;
  font-family: "WorkSans";
  font-weight: 400;
}
.text-block.img-block img.inline-img {
  max-width: 23.3rem;
}
.gallery-block .text-block {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.gallery-block .text-block-margin {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.block__img {
  width: 100%;
  height: auto;
  max-width: 23.3rem;
}
.block__img .inline-img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  object-position: center;
  border-radius: 0.6rem;
}
.small-gallery {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3rem 0;
}
.small-gallery img {
  width: 20rem;
  height: auto;
  border-radius: 0.6rem;
  display: block;
}
.gallery-block .btn-primary {
  background: #002b5c;
  color: #f0f6ff;
  text-transform: uppercase;
}
.gallery-block .btn-primary-margin {
  margin-bottom: 4rem;
}
.gallery-block .btn-primary:hover {
  background: #f0f6ff;
  color: #002b5c;
}
.gallery-block .btn-secondary {
  background: #f0f6ff;
  border: 1px solid #002b5c;
  color: #002b5c;
  text-transform: uppercase;
}
.gallery-block .btn-secondary:hover {
  background: #002b5c;
  color: #f0f6ff;
}
.gallery-block .buttons {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-direction: row;
}
.buttons.left {
  justify-content: left;
}

.buttons.right {
  justify-content: right;
}

.important-info {
  padding: 8rem 0;
  background: #f7f7f7;
  text-align: center;
}
.important-info__title {
  font-size: 4.8rem;
  color: #021859;
  font-weight: 700;
  margin-bottom: 4rem;
  font-family: "LibreBaskerville-Bold";
}
.important-info__wrapper {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.important-info__card {
  background: #fff;
  border-radius: 1.6rem;
  padding: 3.2rem 2.4rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  flex: 1 1 30%;
  text-align: left;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.important-info__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}
.important-info__icon {
  width: 7rem;
  height: 7rem;
  margin-bottom: 3rem;
}
.important-info__icon svg {
  width: 100%;
  height: 100%;
}
.important-info__card-title {
  font-size: 2.8rem;
  color: #021859;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: "WorkSans-SemiBold";
}
.important-info__text {
  font-size: 2rem;
  line-height: 120%;
  color: #021859;
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: "WorkSans";
}

.faq {
  padding: 12rem 0rem;
}
.faq h2 {
  font-size: 4.8rem;
  color: #021859;
  font-weight: 700;
  margin-bottom: 4rem;
  font-family: "LibreBaskerville-Bold";
}
.faq-item {
  background: #f7f7f7;
  border-radius: 0.6rem;
  border: 1px solid #f7f7f7;
  padding: 16px 20px;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.faq-item summary {
  font-size: 2.8rem;
  color: #021859;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: "WorkSans-SemiBold";
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary {
  position: relative;
  padding-right: 25px;
}
.faq-item summary::after {
  content: "⌄";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: rotate(180deg);
}

.faq-content {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #021859;
  line-height: 120%;
}
.faq-content p,
.faq-content ul li,
.faq-content ol li {
  font-size: 2rem;
  line-height: 120%;
  color: #021859;
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: "WorkSans";
}
.faq-content ul,
.faq-content ol li {
  margin-left: 2rem;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.block__two_columns {
  padding: 12rem 0rem;
  background: #f7f7f7;
}
.block__two_columns .title {
  font-size: 4.8rem;
  color: #021859;
  font-weight: 700;
  margin-bottom: 4rem;
  font-family: "LibreBaskerville-Bold";
}
.content.two-columns {
  column-count: 2;
  column-gap: 4rem;
  background-color: #fff;
  padding: 2.4rem;
  border-radius: 1.6rem;
}
.content.two-columns p,
.content.two-columns ul li,
.content.two-columns ol li {
  font-size: 2rem;
  line-height: 120%;
  color: #021859;
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: "WorkSans";
}

.gallery-slider {
  padding: 8rem 0;
}
.gallery-slider .container {
  position: relative;
}
.gallery-slider .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -9% !important;
}
.gallery-slider h2,
.gallery-section h2 {
  font-size: 4.8rem;
  color: #021859;
  font-weight: 700;
  margin-bottom: 4rem;
  font-family: "LibreBaskerville-Bold";
  text-align: center;
}
.swiperGallery .swiper-slide img {
  width: 100%;
  gap: 2rem;
}
.swiperGallery .swiper-slide {
  gap: 2rem;
}

.gallery-section {
  text-align: center;
  padding: 6rem 0rem;
  background: #fff;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.5rem;
  justify-items: center;
}
.gallery-grid img {
  width: 100%;
  height: 30rem;
  border-radius: 1.6rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  object-fit: cover;
}
.swiperGallery .swiper-slide img {
  width: 100%;
  gap: 2rem;
  height: 42rem;
  object-fit: cover;
  border-radius: 1.6rem;
}
.gallery-grid img:hover {
  transform: scale(1.05);
}

.shop-section {
  padding: 6rem 0rem;
}
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  align-items: start;
}
.shop-title {
  font-size: 4.8rem;
  color: #021859;
  margin-bottom: 1rem;
  font-family: "LibreBaskerville-Bold";
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}

.product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: left;
  min-height: 360px;
}

.product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41rem;
}
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.product-body {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.product-title {
  font-size: 2.4rem;
  color: #000;
  font-family: "WorkSans-SemiBold";
  font-weight: 600;
  line-height: 100%;
}

.product-price {
  font-family: "LibreBaskerville-Bold";
  margin: 4px 0;
  display: flex;
  gap: 8px;
  align-items: baseline;
  color: #049dbf;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 1.5rem 0rem;
}
.product-price .price-old {
  color: #afafaf;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 2rem;
}

.product-desc {
  color: #5c5c5c;
  font-family: "WorkSans";
  font-size: 1.8rem;
  line-height: 100%;
}
.product-text {
  height: 22rem;
}
.product-body .add-to-basket svg {
  margin-left: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
}
.product-body .add-to-basket {
  border: 1px solid #093773;
  background-color: #f0f6ff;
  color: #093773;
  border-radius: 0.8rem;
  padding: 1.6rem 2.8rem;
  text-transform: uppercase;
}
.product-body .add-to-basket:hover {
  background-color: #8cb9f3;
}

.links-section {
  background: #f7f7f7;
  padding: 12rem 0px;
}

.links-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  margin: 0 auto;
}

.link-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 22%;
  padding: 3.2rem 2.4rem;
  border: 1px solid #aee0e8;
  border-radius: 1.6rem;
  background: #fff;
  color: #5fcdd9;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 700;
  line-height: 100%;
  font-size: 2.8rem;
  font-family: "LibreBaskerville-Bold";
}
.link-card span {
  color: #021859;
}
.link-card:hover {
  background: #e8f8ff;
  border-color: #66c2e0;
  transform: translateY(-2px);
}

.link-card .arrow {
  transition: transform 0.3s;
  width: 3.5rem;
  height: 3.5rem;
}
.link-card .arrow svg {
  width: 3.5rem;
  height: 3.5rem;
}

.link-card:hover .arrow {
  transform: translateX(4px);
}
.map__mobile {
  splay: none;
}

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.lightbox img {
  width: 87rem;
  height: 65rem;
  border-radius: 0.8rem;
  object-fit: contain;
}
.lightbox .close {
  position: absolute;
  top: 6%;
  right: 17%;
  font-size: 4rem;
  color: #fff;
  cursor: pointer;
  background: #093773;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox .close svg {
  width: 3.5rem;
  height: 3.5rem;
}
.nav {
  position: absolute;
  top: 50%;
  width: 66%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.nav button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;

  color: #000512;
  border-radius: 50%;
  width: 6.4rem !important;
  height: 6.4rem !important;
  display: block;
  background: #fff;
  padding: 0;
}
.nav button svg {
  width: 5rem;
  height: 5rem;
}
.nav button:hover {
  opacity: 0.7;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
  font-family: sans-serif;
  padding-top: 5rem;
}
.pagination ul {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.3rem;
  height: 5.3rem;
  border: 1px solid #093773;
  border-radius: 0.6rem;
  text-decoration: none;
  font-size: 1.8rem;
  transition: all 0.2s ease;
  font-family: "WorkSans";
  color: #021859;
}
.pagination li a:hover {
  background-color: #e6ebf5;
}
.pagination li.active a {
  background-color: #001a66;
  color: #fff;
  border-color: #001a66;
}
.pagination li.disabled a {
  color: #aaa;
  border-color: #ddd;
  cursor: not-allowed;
  background-color: #f4f4f4;
}

.image-text-section .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}

.image-text-item img {
  width: 100%;
  margin-bottom: 2.4rem;
  max-width: 64.2rem;
  height: 41.8rem;
  border-radius: 1.6rem;
  object-fit: cover;
}

.text-content {
  color: #021859;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  line-height: 120%;
  font-family: "WorkSans";
  font-weight: 400;
  text-align: center;
}

section.image-text-section {
  padding: 4.6rem 0;
}

.lightbox-caption {
  z-index: 1000;
  width: max-content;
  background-color: #fff;
  color: #292929;
  padding: 1rem 1rem;
  border-radius: 0.8rem;
  left: 4%;
  position: relative;
  bottom: 5rem;
  font-size: 1.7rem;
  font-family: "WorkSans-SemiBold";
  font-weight: 600;
}

.lightbox-section {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1200px) {
  .info-group .info-block,
  .about-section {
    padding: 4.6rem 0rem;
  }
  .image-text-section .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .image-text-item img {
    height: 30.8rem;
  }
}

@media (min-width: 1200px) {
  .image-text-section .container {
    grid-template-columns: repeat(2, 1fr);
  }

  section.image-text-section.active .container {
    grid-template-columns: repeat(4, 1fr);
  }
  .image-text-item.active img {
    height: 28rem;
  }
  section.image-text-section {
    padding: 6rem 0;
  }
}

@media (max-width: 834px) {
  .text-block.img-block img.inline-img {
    max-width: 100%;
  }
  .gallery-block .buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
  }

  .visit-ship .visit-ship__title {
    font-size: 3.6rem;
  }
  .section-title,
  section.info-group .text h2 {
    font-size: 3rem;
  }

  .about-section,
  .info-group .info-block {
    padding: 4.6rem 0rem;
  }

  .image-text-section .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .image-text-item img {
    height: auto;
  }

  section.image-text-section {
    padding: 4.6rem 0;
  }

  .lightbox-caption {
    bottom: 3rem;
    font-size: 1.2rem;
  }
}
