@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button:focus {
  outline: none;
}

/* Ссылки */
a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.main-block a:hover {
  color: white;
}



/* Списки */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Geologica", sans-serif;
}

.main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 140px;
  overflow: hidden;
}

.main--dark {
  background-color: #0D0D10;
}

.main--nogap {
  gap: 0;
}

.banner-wrapper {
  position: relative;
  width: 100%;
  height: 810px;
  overflow: hidden;
  border-radius: 0 0 90px 90px;
  padding: 0;
}

.banner-wrapper--tur-operators {
  height: 638px;
}

.banner-wrapper--excurtion-single {
  height: 905px;
}

.banner-wrapper--gastronomy-single {
  height: 1058px;
}

.banner-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 75.2%);
  pointer-events: none;
  z-index: 2;
}

.banner-wrapper--gastronomy-single {
  border-radius: 0;
}

.banner-wrapper--gastronomy-single::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)), linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 2;
}

.banner-image {
  width: 100dvw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  z-index: 3;
}

.banner-content--tur-operators {
  gap: 104px;
}

.banner-content--gastronomy-single {
  gap: 47px;
}

.banner-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.banner-title {
  font-weight: 800;
  font-style: "ExtraBold";
  font-size: clamp(28px, 10vw, 145px);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.banner-title--tur-operators {
  font-size: clamp(24px, 7vw, 96px);
  font-weight: 700;
}

.banner--excurtion-info {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
  max-width: 960px;
}

.banner--excurtion-info-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.banner--excurtion-category {
  padding: 8px;
  border-radius: 90px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #6EC1F9;
  color: #FFFFFF;
  font-size: 14px;
}

.banner--excurtion-title {
  font-weight: 700;
  font-size: clamp(24px, 7vw, 96px);
  line-height: 100%;
  letter-spacing: 0%;
}

.banner--excurtion-price {
  font-weight: 250;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 26px;
  border: 1px solid #FFFFFF;
  border-radius: 90px;
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}

.banner--excurtion-order {
  padding: 16px;
  border: 1px solid #E56228;
  border-radius: 90px;
  background-color: #E56228;
  width: -moz-fit-content;
  width: fit-content;
}

.banner--gastronomy-single {
  color: #FFFFFF;
}

.banner--gastronomy-single-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  padding: 0 50px;
}

.banner--gastronomy-single-container h1 {
  font-family: "Cormorant SC";
  font-weight: 700;
  font-size: clamp(48px, 9vw, 96px);
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-align: center;
}

.banner--gastronomy-single-main-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.banner--gastronomy-single-price {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
}

.banner--gastronomy-single-price span {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
}

.banner--gastronomy-single-sec-info {
  display: flex;
  flex-direction: column;
  gap: 68px;
}

.banner--gastronomy-single-sec-info p {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: white !important;
}

.banner--gastronomy-single-sec-info div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.banner--gastronomy-single-schedule {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.banner--gastronomy-single-address {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.info-kiosk__container {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 15px;
}

.info-kiosk__places-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
}

@media (max-width: 1000px) {
  .info-kiosk__places-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.info-kiosk__places-item {
  width: 100%;
  max-width: 750px;
  min-height: 611px;
  border-radius: 70px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .info-kiosk__places-item {
    min-height: auto;
  }
}

.info-kiosk__places-image {
  width: 100%;
  height: 100%;
  filter: brightness(0.4);
}

.info-kiosk__places-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 1000px) {
  .info-kiosk__places-image img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.info-kiosk__places-content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-kiosk__places-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.info-kiosk__places-address {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.info-kiosk__places-button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 16px;
  background: #E56228;
  border-radius: 45px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.info-kiosk__places-button svg {
  flex-shrink: 0;
}

.info-kiosk__places-details-link {
  position: absolute;
  top: 50px;
  right: 50px;
  background-color: #E56228;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.info-kiosk__souvenirs {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding-bottom: 140px;
}

.info-kiosk__souvenirs-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .info-kiosk__souvenirs-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.info-kiosk__souvenirs-title {
  font-weight: 700;
  font-size: clamp(24px, 6vw, 64px);
  line-height: 100%;
  letter-spacing: 0%;
  color: #090A1A;
}

.info-kiosk__souvenirs-phrase {
  max-width: 655px;
  font-weight: 300;
  font-size: clamp(14px, 2vw, 20px);
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
}

@media (max-width: 768px) {
  .info-kiosk__souvenirs-phrase {
    text-align: left;
  }
}

.info-kiosk__souvenirs-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 47px;
  align-items: start;
  justify-content: space-between;
}

@media (max-width: 1160px) {
  .info-kiosk__souvenirs-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.info-kiosk__souvenirs-filter-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: all 0.3s ease;
  padding-left: 15px;
}

.info-kiosk__souvenirs-filter-item {
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #090A1A;
  cursor: pointer;
}

.info-kiosk__souvenirs-filter-item--active {
  font-size: 32px;
  color: #E56228;
}

.info-kiosk__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* по умолчанию 3 колонки */
  gap: 60px;
  /* column-gap row-gap */
  width: 100%;
  max-width: 1155px;
  padding: 40px;
  /* отступы от краёв, чтобы фон был виден */
  border-radius: 12px;
  /* закруглим края блока */
}

.info-kiosk__cards-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 15px;
  border-radius: 8px;
}

/* средние экраны — 2 колонки */
@media (max-width: 1024px) {
  .info-kiosk__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* маленькие экраны — 1 колонка */
@media (max-width: 600px) {
  .info-kiosk__cards {
    grid-template-columns: 1fr;
  }
}

.info-kiosk__cards-item-image {
  width: 100%;
  height: 254px;
  overflow: hidden;
  border-radius: 60px;
}

.info-kiosk__cards-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.info-kiosk__cards-item-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-kiosk__cards-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #090A1A;
}

.info-kiosk__cards-item-tags {
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ADB3BF;
}

.info-kiosk__cards-item-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  color: #E56228;
  transition: color .3 ease-in;
}

.info-kiosk__cards-item-link:hover {
  color: #E56228 !important;

}

@media (max-width: 1160px) {
  .info-kiosk__cards {
    justify-content: center;
  }
}

.page-links {
  font-weight: 400;
  font-style: "Regular";
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF !important;
}

.page-link--opened {
  color: #B8C1D2;
}

.partners__container {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 15px;
}

.partners__contacts-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 64px;
}

@media (max-width: 1000px) {
  .partners__contacts-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.partners__contacts-content {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.partners__contacts-content h2 {
  font-weight: 700;
  font-size: clamp(24px, 4vw, 48px);
  line-height: 100%;
  letter-spacing: 0%;
}

.partners__contacts-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.partners__contacts-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.partners__contacts-item-header {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #B4B5CA;
}

.partners__contacts-item-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #090A1A;
}

.partners__contacts-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ADB3BF;
}

.partners__contacts-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 16px;
  background: #E56228;
  border-radius: 45px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.partners__contacts-link svg {
  flex-shrink: 0;
}

.partners__contacts-map {
  width: 100%;
  max-width: 1023px;
  height: 419px;
  border-radius: 90px;
  overflow: hidden;
}

.partners__contacts-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.partners__docs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding-bottom: 125px;
}

.partners__docs-header {
  font-weight: 700;
  font-size: clamp(24px, 4vw, 48px);
  line-height: 100%;
}

.partners__docs-list {
  width: 100%;
  display: flex;
  gap: 60px;
}

@media (max-width: 800px) {
  .partners__docs-list {
    flex-wrap: wrap;
  }
}

.partners__docs-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 750px;
  min-height: 321px;
  background: url("/local/templates/.default/img/new_3/icons/arrows_double.svg") no-repeat center/cover;
  border-radius: 90px;
  padding: 0 50px;
}

.partners__docs-item--orange {
  background-color: #E56228;
}

.partners__docs-item--blue {
  background-color: #6EC1F9;
}

.partners__docs-item-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.partners__docs-item-content h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.partners__docs-item-content a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 45px;
  color: #FFFFFF;
}

.tur-operators__container {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 15px;
}

.tur-operators__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 50px;
  padding-bottom: 140px;
}

@media (max-width: 1200px) {
  .tur-operators__wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.tur-operators__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  gap: 60px;
  /* display: grid;
  grid-template-columns: repeat(auto-fit , minmax(16rem, 1fr));
  gap: 10px;
  width: 100%;
  padding: 0 10px; */
}

.tur-operators__cards-item {
  width: 100%;
  max-width: 345px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.tur-operators__cards-item-image {
  width: 100%;
  height: 254px;
  overflow: hidden;
  border-radius: 90px;
  position: relative;
}

.tur-operators__cards-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.tur-operators__cards-item-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tur-operators__cards-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #090A1A;
}

.tur-operators__cards-item-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ADB3BF;
}

.tur-operators__cards-item-info svg {
  color: #B4B5CA;
}

.tur-operators__cards-item-mail {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #E56228;
}

/* @media (max-width: 1160px) {
  .tur-operators__cards {
    justify-content: center;
  }
} */

.tours-desc-images {
  width: 100%;
  max-width: 615px;
  position: relative;
}

.tours-desc-bottom-image {
  position: absolute;
  top: 50%;
  right: -10px;

}

@media (max-width: 991px) {
  .tours-desc-bottom-image {
    position: unset;
  }
}

.tours__list-item {
  width: 100%;
  max-width: 482px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .excurtions__list-item {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.tours__list-item-image {
  width: 100%;
  height: 502px;
  border-radius: 70px;
  overflow: hidden;
  position: relative;
}

.tours__list-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: brightness(0.7);
}

@media (max-width: 425px) {
  .tours__list-item-image {
    grid-template-columns: repeat(1, 1fr);
    height: 327px;
  }
}

.tours__list-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  padding: 16px 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);

  font-weight: 700;
  font-size: clamp(16px, 2.5vw, 24px);
  line-height: 1.3;
  color: #fff;
  z-index: 2;

  white-space: normal;
  word-break: break-word;
}

.excurtions__container {
  width: 100%;
  max-width: 1562px;
  margin: 0 auto;
  padding-bottom: 140px;
}

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

.excurtions__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}

.excurtions__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 160px;
  -moz-column-gap: 58px;
  column-gap: 58px;
}

@media (max-width: 1200px) {
  .excurtions__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 100px;
  }
}

.excurtions__list-item {
  width: 100%;
  max-width: 482px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}

@media (max-width: 768px) {
  .excurtions__list-item {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.excurtions__list-item-action {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.excurtions__list-item-image {
  width: 100%;
  height: 502px;
  border-radius: 90px;
  overflow: hidden;
  position: relative;
}

.excurtions__list-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 425px) {
  .excurtions__list-item-image {
    grid-template-columns: repeat(1, 1fr);
    height: 327px;
  }
}

.excurtions__list-item-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.excurtions__list-item-title {
  font-weight: 700;
  font-size: clamp(20px, 3vw, 36px);
  line-height: 100%;
  letter-spacing: 0%;
  color: #090A1A;
}

.excurtions__list-item-category {
  padding: 8px;
  border-radius: 90px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #6EC1F9;
  color: #FFFFFF;
  font-size: 14px;
}

.excurtions__list-item-address {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ADB3BF;
}

.excurtions__list-item-link {
  padding: 16px 27.5px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #E56228;
  border-radius: 90px;
  color: #FFFFFF !important;
  transition: all .3s ease-in;
}

.excurtions__list-item-link:hover {
  background-color: rgb(194.4813278008, 75.9834024896, 23.5186721992);
  transform: scale(1.02);
}

.excurtions__list-item-link a:hover {
  color: #FFFFFF !important;
}

.excurtions-single__container {
  width: 100%;
  max-width: 1562px;
  margin: 0 auto;
  padding: 0 30px;
  padding-bottom: 140px;
}

@media (max-width: 768px) {
  .excurtions-single__container {
    padding: 0 25px;
    padding-bottom: 80px;
  }
}

.excurtions-single__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

@media (max-width: 1024px) {
  .excurtions-single__wrapper {
    flex-direction: column-reverse;
  }
}

.excurtions-single__content {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.excurtions-single__content-title {
  font-weight: 700;
  font-size: clamp(40px, 7vw, 96px);
  line-height: 100%;
  letter-spacing: 0%;
}

.excurtions-single__content-title--mobile {
  display: none;
}

@media (max-width: 1024px) {
  .excurtions-single__content-title {
    display: none;
  }

  .excurtions-single__content-title--mobile {
    display: block;
    margin-bottom: 10px;
  }
}

.excurtions-single__content-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 745px;
}

.excurtions-single__gallery {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.excurtions-single-image {
  width: 100%;
  max-width: 622px;
  border-radius: 90px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.excurtions-single-image--top {
  height: 502px;
}

.excurtions-single__rating {
  display: flex;
  align-items: center;
  gap: 20px;
}

.excurtions-single__rating-digit {
  padding: 8px;
  background-color: #B4B5CA;
  border-radius: 90px;
  color: #FFFFFF;
}

.excurtions-single__rating-stars {
  display: flex;
  gap: 10px;
  align-items: center;
}

.excurtions-single__rating-star {
  color: #E56228;
}

.excurtions-single__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #090A1A;
}

.excurtions-single__subtitle {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #090A1A;
}

.excurtions-single__reccomend-title {
  font-weight: 700;
  font-size: clamp(40px, 7vw, 96px);
  line-height: 100%;
  letter-spacing: 0%;
  color: #090A1A;
  margin-bottom: 100px;
}

.reccomend {
  width: 100%;
  max-width: 1562px;
  margin: 0 auto;
  padding: 0 0 240px 30px;

}

.gastronomy-single__container {
  width: 100%;
  max-width: 1563px;
  padding: 0 15px;
}

.gastronomy-single__about {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1587px;
  margin: -238px auto 0;
  padding: 60px 20px;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  border-radius: 30px;
  color: #fff;
  margin-bottom: 140px;
}

.gastronomy-single__about-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 50px;
  position: relative;
}

.gastronomy-single__about-image-container {
  position: relative;
  max-width: 745px;
}

.gastronomy-single__about-image-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 13, 16, 0) 26.67%, rgba(13, 13, 16, 0.92) 102.04%);
  z-index: 4;
}

.gastronomy-single__about-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 3;
}

.gastronomy-single__about-image-borderEl {
  width: 100%;
  max-width: 527px;
  height: -webkit-fill-available;
  position: absolute;
  top: -38px;
  right: -58px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 90px;
  pointer-events: none;
  z-index: 1;
}

.gastronomy-single__about-text {
  width: 100%;
  max-width: 757px;
  position: absolute;
  /* bottom: -261px; */
  top: 50%;
  right: -148px;
  z-index: 5;
}

.gastronomy-single__about-text h2 {
  font-size: clamp(48px, 6vw, 96px);
  font-family: Geologica;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 20px;
}

.gastronomy-single__about-text-container p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: white !important;
}

.gastronomy-single__about-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  max-width: 472px;
  background-color: #0F0F16;
  border-radius: 90px;
  position: relative;
}

.gastronomy-single__about-info-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 158px 20px;
}

.gastronomy-single__about-info-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gastronomy-single__about-info-item-label {
  font-size: 16px;
  color: #ff6a00;
}

.gastronomy-single__about-info-item-value {
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 150%;
  letter-spacing: 0%;
}

.gastronomy-single__about-info-img--left {
  max-width: 247px;
  height: auto;
  align-self: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  filter: brightness(0.6);
}

.gastronomy-single__about-info-img--right {
  max-width: 148px;
  height: 126px;
  align-self: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
  filter: brightness(0.7);
}

@media (max-width: 992px) {
  .gastronomy-single__about {
    flex-direction: column;
    align-items: center;
    gap: 570px;
  }

  .gastronomy-single__about-text {
    bottom: 0;
    top: 75%;
    right: 0;
  }
}

.gastronomy-single__menu {
  width: 100%;
  margin-bottom: 140px;
}

.gastronomy-single__menu-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

@media (max-width: 768px) {
  .gastronomy-single__menu-list {
    flex-direction: column;
  }
}

.gastronomy-single__menu-item {
  width: 100%;
  max-height: 608px;
  position: relative;
  overflow: hidden;
}

.gastronomy-single__menu-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 13, 16, 0.4) 0%, rgba(13, 13, 16, 0.92) 102.04%);
  pointer-events: none;
  z-index: 2;
}

.gastronomy-single__menu-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
}

.gastronomy-single__menu-item-content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  z-index: 3;
}

.gastronomy-single__menu-item-content h3 {
  font-family: "Cormorant SC";
  font-weight: 300;
  font-size: clamp(36px, 5vw, 48px);
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-align: center;
}

.gastronomy-single__menu-item-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gastronomy-single__menu-item-links a {
  width: -moz-max-content;
  width: max-content;
  padding: 16px;
  border: 1px solid white;
  border-radius: 90px;
  color: #FFFFFF;
  font-family: "Geologica";
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
}

.gastronomy-single__contacts-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 64px;
  margin-bottom: 140px;
}

@media (max-width: 1000px) {
  .gastronomy-single__contacts-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.gastronomy-single__contacts-content {
  display: flex;
  flex-direction: column;
  gap: 100px;
  color: #FFFFFF;
}

.gastronomy-single__contacts-content h2 {
  font-size: clamp(24px, 4vw, 48px);
  line-height: 100%;
  letter-spacing: 0%;
}

.gastronomy-single__contacts-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gastronomy-single__contacts-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gastronomy-single__contacts-item-header {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #B4B5CA;
}

.gastronomy-single__contacts-item-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.gastronomy-single__contacts-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 16px;
  background: #E56228;
  border-radius: 45px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.gastronomy-single__contacts-link svg {
  flex-shrink: 0;
}

.gastronomy-single__contacts-map {
  width: 100%;
  max-width: 1023px;
  height: 419px;
  border-radius: 90px;
  overflow: hidden;
}

.gastronomy-single__contacts-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.details-link {
  position: absolute;
  top: 50px;
  right: 50px;
  background-color: #E56228;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all 0.2s ease-in;
}

.details-link:hover {
  background-color: rgb(194.4813278008, 75.9834024896, 23.5186721992);
  transform: scale(1.07);
}

.galereya-gastronomy {
  width: 100%;
  margin-bottom: 140px;
}

.galer-container img {
  max-width: 100%;
  width: 100%;
  min-height: 302px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 756px;
}

.galer-container a {
  width: inherit;
  height: 100%;
}

/************/
.galer .swiper-slide {
  display: flex;
  /* для центрирования картинки */
  justify-content: center;
  align-items: center;
  height: auto;
}

.swiper.galer {
  position: relative;
}

/* Стрелки по центру между слайдами */
.galer .custom-navigation {
  position: absolute;
  top: 50%;
  left: 77%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 8px;
  /* расстояние между стрелками */
  z-index: 10;
  pointer-events: none;
  /* чтобы не мешать кликам по слайду */
  background: black;
  border-radius: 50%;
  border: none;
  width: 89px;
  height: 89px;
  justify-content: center;
}

.galer-button-prev,
.galer-button-next {
  pointer-events: all;
  /* включаем клики для кнопок */
  background: black;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
  padding: 0;
}

.galer-button-prev:hover,
.galer-button-next:hover {
  background: #222;
}

.galer-button-prev svg,
.galer-button-next svg {
  width: 25px;
  height: 25px;
}

/* Отключаем дефолтные стрелки */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}

.galer .swiper-button-disabled {
  opacity: 0.7;
}

/*# sourceMappingURL=styles.css.map */



.tur-image-container {
  position: relative;
  width: max-content;
}

.tur-bottom-img {
  position: absolute;
  top: 249px;
  right: -60px;

}


.view_all-link {
  background: #e56228;
  border-radius: 45px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff !important;
  text-decoration: none;
}

.whatsee__container .sc-block__text p,
.taste__container .sc-block__text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .video__ratio { position: relative; width: 100%; padding-top: 56.25%; }
.video__ratio > iframe { position: absolute; inset: 0; width: 100%; height: 100%; } */



.rest__content h3 {
  line-height: 1 !important;
}


.tour_logo img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}

.tour_logo {
  margin: 0;
}

.tour_org_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 30px;
}

.info_title {
  font-size: clamp(36px, 6vw, 96px) !important;
}

.glav_banner--no_image {
  width: 100%;
  height: 734px;
  background: #003F7D;

}

.tour_org_name {
  font-weight: 700;
  font-style: Bold;
  font-size: clamp(36px, 6vw, 96px);
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
}

.tour_contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  column-gap: 30px;
  row-gap: 10px;
  margin-bottom: 20px;
}

.tour_contact {
  margin: 0 !important;
}

.rest {
  cursor: default !important;
}

.hotel-single-map {
  width: 100%;
  border-radius: 90px;
  overflow: hidden;
  height: 419px;
}

.hotel-single-map-container {
  margin-bottom: 100px;
}

body.dark-bg {
  background-color: #0D0D10;
}

.center_text--history {
  margin-top: 0;
}

.center_info {
  margin-bottom: 200px;
}

.history-image {
  width: 100%;
  max-width: 615px;
  height: 100%;
  max-height: 774px;
}

.history-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1024px) {
  .center_text {
    margin-top: 150px;
  }
}

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

.guide__lang {
  border: 1px solid #fff;
  border-radius: 90px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 53px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  transition: all .3s ease-in;
}

.guide__lang:hover {
  background: #e56228;
  border-color: transparent;
  color: #fff
}

.tasties__container a,
.whatdo__container a,
.view_all-link,
.upcoming__buy {
  transition: all .2s ease-in;
}

.tasties__container a:hover,
.whatdo__container a:hover,
.view_all-link:hover,
.upcoming__buy:hover {
  background-color: #6ec1f9;
  border-color: transparent;
}


.sc-blocks .sc-block__text {
  bottom: -35px;
}

.astana-city-pass-link {
  background: transparent;
  border-radius: 90px;
  border: 1px solid white;
  transition: all .3s ease-in;
  color: white;
  padding: 8px 16px;
}

.astana-city-pass-link:hover {
  background: #e56228;
  border-color: transparent;

}