/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html {
  scroll-behavior: smooth;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fontsGKBJPT/montserrat-variablefontGKBJPT.woff2')
    format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.headerGKBJPT {
  background: #fff;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 3;
}

.headerGKBJPT__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.headerGKBJPT__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.headerGKBJPT__logo-text {
  color: #272727;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.headerGKBJPT__nav-list {
  display: flex;
  gap: 70px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.headerGKBJPT__nav-list a {
  color: #272727;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: auto;
}

.headerGKBJPT__burger {
  display: none;
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.headerGKBJPT__burger span {
  display: block;
  height: 3px;
  background: #272727;
  margin: 5px 0;
  border-radius: 2px;
}

.headerGKBJPT__mobile {
  position: fixed;
  inset: 0;
  background: #fff;
  display: none;
  z-index: 1000;
  padding: 24px;
  height: 100vh;
}

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

.headerGKBJPT__close {
  font-size: 32px;
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: 24px;
}

.headerGKBJPT__mobile-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;

  color: #272727;
}

.headerGKBJPT__mobile-list li {
  margin-bottom: 16px;
}

.headerGKBJPT__mobile-list a {
  color: #272727;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .headerGKBJPT__nav {
    display: none;
  }

  .headerGKBJPT__burger {
    display: block;
  }
}

.heroGKBJPT {
  position: relative;
  z-index: 0;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('/imagesGKBJPT/herocityGKBJPT.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.heroGKBJPT::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.heroGKBJPT__content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}

.heroGKBJPT__title {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.heroGKBJPT__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 50px;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  border: 2px solid rgba(255, 145, 0, 0);
  background: #68adec;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  z-index: 5;
}

.heroGKBJPT__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
}

@media (max-width: 768px) {
  .heroGKBJPT {
    min-height: 420px;
    padding-top: 96px;
    padding-bottom: 64px;
    background-image: url('/imagesGKBJPT/herocitymbGKBJPT.webp');
  }

  .heroGKBJPT__title {
    font-size: 30px;
    margin-bottom: 32px;
  }
}

.visitGKBJPT {
  padding: 80px 0;
}

.visitGKBJPT__title {
  color: #272727;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.visitGKBJPT__desc {
  color: #272727;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  max-width: 720px;
  margin-bottom: 40px;
}

.visitGKBJPT__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

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

.visitGKBJPT__img {
  width: 100%;
  border-radius: 24px;
  margin-bottom: 16px;
  object-fit: cover;
}

.visitGKBJPT__name {
  color: #272727;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.visitGKBJPT__text {
  color: #272727;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .visitGKBJPT {
    padding: 48px 0;
  }

  .visitGKBJPT__title {
    font-size: 24px;
  }

  .visitGKBJPT__desc {
    font-size: 14px;
  }

  .visitGKBJPT__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .visitGKBJPT__img {
    height: 184.545px;
    aspect-ratio: 328 / 184.55;
  }

  .visitGKBJPT__name {
    font-size: 18px;
  }

  .visitGKBJPT__text {
    font-size: 14px;
  }
}

.sightsGKBJPT {
  padding: 80px 0;
}

.sightsGKBJPT__title {
  color: #272727;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.sightsGKBJPT__grid {
  list-style: none;
  padding: 0;
  margin: 0;

  display: grid;
  grid-template-columns:
    minmax(200px, 390px)
    minmax(130px, 200px)
    minmax(130px, 200px)
    minmax(200px, 390px);
  grid-template-rows: repeat(2, 220px);
  gap: 24px;
}

.sightsGKBJPT__item {
  border-radius: 24px;
  overflow: hidden;
}

.sightsGKBJPT__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sightsGKBJPT__item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.sightsGKBJPT__item:nth-child(2) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.sightsGKBJPT__item:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.sightsGKBJPT__item:nth-child(4) {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
}

.sightsGKBJPT__item:nth-child(5) {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}

.sightsGKBJPT__item:nth-child(6) {
  grid-column: 4 / 5;
  grid-row: 2 / 3;
}

@media (max-width: 768px) {
  .sightsGKBJPT {
    padding: 48px 0;
  }

  .sightsGKBJPT__title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .sightsGKBJPT__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 20px;
  }

  .sightsGKBJPT__item {
    height: 184.545px;
  }

  .sightsGKBJPT__item:nth-child(1),
  .sightsGKBJPT__item:nth-child(2),
  .sightsGKBJPT__item:nth-child(5),
  .sightsGKBJPT__item:nth-child(6) {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .sightsGKBJPT__item:nth-child(3),
  .sightsGKBJPT__item:nth-child(4) {
    grid-column: span 1;
    grid-row: auto;
  }
}

.reviewsGKBJPT {
  padding: 80px 0;
}

.reviewsGKBJPT__title {
  color: #272727;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.reviewsGKBJPT__subtitle {
  color: #272727;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}

.reviewsGKBJPT__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.reviewsGKBJPT__item {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
  padding: 24px;
}

.reviewsGKBJPT__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.reviewsGKBJPT__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.reviewsGKBJPT__name {
  color: #272727;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.reviewsGKBJPT__stars {
  display: flex;
  gap: 4px;
}

.reviewsGKBJPT__stars img {
  width: 16px;
  height: 16px;
}

.reviewsGKBJPT__text {
  color: #272727;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .reviewsGKBJPT__list {
    grid-template-columns: 1fr;
  }

  .reviewsGKBJPT__title {
    font-size: 24px;
  }

  .reviewsGKBJPT__subtitle {
    font-size: 14px;
  }

  .reviewsGKBJPT__text {
    font-size: 14px;
  }
}

.purposeGKBJPT {
  padding: 80px 0;
}

.purposeGKBJPT__inner {
  display: grid;
  grid-template-columns: minmax(320px, 480px) 1fr;
  gap: 40px;
  align-items: center;
}

.purposeGKBJPT__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  object-fit: cover;
}

.purposeGKBJPT__title {
  margin-bottom: 24px;
  color: #272727;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.purposeGKBJPT__text p {
  margin-bottom: 20px;
  color: #272727;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.purposeGKBJPT__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .purposeGKBJPT__inner {
    grid-template-columns: 1fr;
  }
  .purposeGKBJPT__image {
    order: 2;
  }

  .purposeGKBJPT__content {
    order: 1;
  }
}
@media (max-width: 768px) {
  .purposeGKBJPT {
    padding: 48px 0;
  }

  .purposeGKBJPT__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .purposeGKBJPT__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .purposeGKBJPT__text p {
    font-size: 14px;
  }

  .purposeGKBJPT__image {
    order: 2;
  }

  .purposeGKBJPT__content {
    order: 1;
  }
}

.footerGKBJPT {
  background: #eaeaeb;
  padding: 48px 0;
}

.footerGKBJPT__inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}

.footerGKBJPT__nav-list,
.footerGKBJPT__policy-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerGKBJPT__nav-list a,
.footerGKBJPT__policy-list a {
  color: #272727;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.footerGKBJPT__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footerGKBJPT__brand span {
  color: #272727;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.footerGKBJPT__copy {
  color: rgba(39, 39, 39, 0.7);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 768px) {
  .footerGKBJPT__inner {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .footerGKBJPT__nav-list {
    gap: 48px;
  }

  .footerGKBJPT__policy-list {
    gap: 32px;
  }
}

.aboutGKBJPT {
  padding: 80px 0;
}

.aboutGKBJPT__inner {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 520px);
  gap: 48px;
  align-items: center;
}

.aboutGKBJPT__title {
  margin-bottom: 24px;
  color: #272727;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.aboutGKBJPT__text p {
  margin-bottom: 20px;
  color: #272727;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.aboutGKBJPT__text p:last-child {
  margin-bottom: 0;
}

.aboutGKBJPT__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  object-fit: cover;
}

@media (max-width: 1000px) {
  .aboutGKBJPT__inner {
    grid-template-columns: 1fr;
  }
  .aboutGKBJPT__image {
    order: 2;
  }

  .aboutGKBJPT__content {
    order: 1;
  }
}

@media (max-width: 768px) {
  .aboutGKBJPT {
    padding: 48px 0;
  }

  .aboutGKBJPT__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .aboutGKBJPT__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .aboutGKBJPT__text p {
    font-size: 14px;
  }

  .aboutGKBJPT__image {
    order: 2;
  }

  .aboutGKBJPT__content {
    order: 1;
  }
}

.aboutGalleryGKBJPT {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 24px;
  margin-top: 30px;
}

@media (min-width: 769px) {
  .aboutGalleryGKBJPT {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .aboutGalleryGKBJPT {
    grid-template-columns: 1fr 1fr;
  }

  .aboutGalleryGKBJPT__item--wide {
    grid-column: 1 / -1;
  }
}

.aboutGalleryGKBJPT__item {
  border-radius: 24px;
  overflow: hidden;
}

.aboutGalleryGKBJPT__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.purposeNextGKBJPT {
  padding: 80px 0;
}

.purposeNextGKBJPT__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    'title action'
    'text text';
  gap: 32px 40px;
  align-items: start;
}

.purposeNextGKBJPT__top {
  grid-area: title;
}

.purposeNextGKBJPT__text {
  grid-area: text;
}

.purposeNextGKBJPT__action {
  grid-area: action;
}

.purposeNextGKBJPT__title {
  margin: 0;
  color: #272727;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.purposeNextGKBJPT__text p {
  margin-bottom: 20px;
  color: #272727;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.purposeNextGKBJPT__text p:last-child {
  margin-bottom: 0;
}

.purposeNextGKBJPT__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 100px;
  background: #68adec;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);

  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .purposeNextGKBJPT {
    padding: 48px 0;
  }

  .purposeNextGKBJPT__inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      'title'
      'text'
      'action';
    gap: 24px;
  }

  .purposeNextGKBJPT__title {
    font-size: 24px;
  }

  .purposeNextGKBJPT__text p {
    font-size: 14px;
  }

  .purposeNextGKBJPT__btn {
    width: 100%;
  }
}

.contactGKBJPT {
  padding: 80px 0;
}

.contactGKBJPT__inner {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 520px);
  gap: 48px;
  align-items: center;
}

.contactGKBJPT__title {
  margin-bottom: 16px;
  color: #272727;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.contactGKBJPT__desc {
  margin-bottom: 24px;
  color: #272727;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.contactGKBJPT__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contactGKBJPT__form input,
.contactGKBJPT__form textarea {
  width: 100%;
  padding: 14px 20px;
  border-radius: 30px;
  border: 1px solid #bcb2b2;
  background: #fff;

  color: #272727;
  font-family: Montserrat;
  font-size: 14px;
  outline: none;
}

.contactGKBJPT__form textarea {
  resize: none;
}

.contactGKBJPT__btn {
  align-self: flex-start;
  margin-top: 8px;
  padding: 14px 40px;
  border-radius: 100px;
  background: #68adec;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  border: none;
  cursor: pointer;

  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
}

.contactGKBJPT__success {
  margin-top: 12px;
  color: #272727;
  font-family: Montserrat;
  font-size: 14px;
}

.contactGKBJPT__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .contactGKBJPT {
    padding: 48px 0;
  }

  .contactGKBJPT__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contactGKBJPT__title {
    font-size: 24px;
  }

  .contactGKBJPT__desc {
    font-size: 14px;
  }

  .contactGKBJPT__btn {
    width: 100%;
    align-self: stretch;
  }
}

.terms {
  color: #272727;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 50px 0;
  background-image: url('/imagesGKBJPT/terms-cityGKBJPT.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.terms-content {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
  padding: 20px;
}

.terms h1 {
  color: #272727;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.terms ol {
  margin-left: 20px;
}

.terms a {
  color: #272727;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (max-width: 768px) {
  .terms {
    font-size: 14px;
    padding: 50px 0;
  }

  .terms-content {
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
    padding: 20px;
  }

  .terms h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .terms a {
    font-size: 14px;
  }
}

.mustsee {
  padding: 80px 0;
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

.mustsee__title {
  color: #272727;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.mustsee__desc {
  color: #272727;
  font-size: 16px;
  line-height: 1.5;
  max-width: 700px;
  margin-bottom: 48px;
}

.mustsee__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mustsee-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  align-items: stretch;

  gap: 24px;
  padding: 24px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
}

.mustsee-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.mustsee-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mustsee-card__country {
  font-size: 28px;
  font-weight: 700;
  color: #272727;
}

.mustsee-card__text {
  font-size: 14px;
  color: #272727;
  line-height: 1.5;
}

.mustsee-card__attractions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mustsee-card__subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #272727;
}

.mustsee-card__attraction {
  font-size: 14px;
  color: #272727;
  line-height: 1.5;
}

.mustsee-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mustsee-card__link {
  font-size: 14px;
  font-weight: 600;
  color: #272727;
}

.mustsee-card__btn {
  padding: 12px 36px;
  border-radius: 100px;
  background: #68adec;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  transition: 0.2s ease;
  white-space: nowrap;
}

.mustsee-card__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  .mustsee-card {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .mustsee-card__image {
    height: 220px;
  }

  .mustsee-card__country {
    font-size: 22px;
  }

  .mustsee-card__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .mustsee-card__btn {
    width: 100%;
    text-align: center;
  }
}
.popupGKBJPT {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.popupGKBJPT[hidden] {
  display: none;
}

.popupGKBJPT__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.popupGKBJPT__box {
  position: relative;
  width: min(1120px, 100%);
  max-height: min(860px, 90vh);
  overflow: auto;
  background: #fff;
  border-radius: 34px;
  padding: 22px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.popupGKBJPT__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  color: #272727;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.popupGKBJPT__hero {
  border-radius: 26px;
  overflow: hidden;
  background: #f3f3f3;
}

.popupGKBJPT__hero img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: block;
}

.popupGKBJPT__content {
  padding: 18px 8px 6px;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  color: #272727;
}

.popupGKBJPT__title {
  margin: 10px 0 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
}

.popupGKBJPT__text {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(39, 39, 39, 0.85);
  max-width: 920px;
}

.popupGKBJPT__split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: start;
}

.popupGKBJPT__subtitle {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.popupGKBJPT__attraction {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(39, 39, 39, 0.86);
}

.popupGKBJPT__attraction strong {
  color: #272727;
}

.popupGKBJPT__gallery {
  list-style: none;
  padding: 0;
  margin: 44px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.popupGKBJPT__gallery li {
  border-radius: 14px;
  overflow: hidden;
  background: #f3f3f3;
}

.popupGKBJPT__gallery img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  display: block;
}

.popupGKBJPT__gallery-wide img {
  height: 110px;
}

.popupGKBJPT__footer {
  margin-top: 10px;
}

.popupGKBJPT__footer-text {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(39, 39, 39, 0.85);
}

@media (max-width: 900px) {
  .popupGKBJPT {
    padding: 16px;
  }

  .popupGKBJPT__box {
    padding: 16px;
    border-radius: 28px;
  }

  .popupGKBJPT__hero img {
    height: 230px;
  }

  .popupGKBJPT__title {
    font-size: 28px;
  }

  .popupGKBJPT__split {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .popupGKBJPT__gallery {
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .popupGKBJPT__gallery img {
    height: 96px;
  }

  .popupGKBJPT__gallery-wide img {
    height: 140px;
  }

  .popupGKBJPT__footer {
    margin-top: 14px;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .popupGKBJPT__hero img {
    height: 200px;
  }

  .popupGKBJPT__gallery img {
    height: 92px;
  }

  .popupGKBJPT__gallery-wide img {
    height: 130px;
  }
}
.imageLightboxGKBJPT {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.imageLightboxGKBJPT__overlay {
  position: absolute;
  inset: 0;
  background: rgba(39, 39, 39, 0.7);
  backdrop-filter: blur(2px);
}

.imageLightboxGKBJPT__box {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imageLightboxGKBJPT__media {
  position: relative;
}

.imageLightboxGKBJPT__img {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  border-radius: 16px;
  display: block;
}

.imageLightboxGKBJPT__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 28px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
