/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 130%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/PTSans-Regular.eot");
  src:
    local("PT Sans"),
    local("PTSans-Regular"),
    url("./fonts/PTSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("./fonts/PTSans-Regular.woff") format("woff"),
    url("./fonts/PTSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "PT Sans Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/PTSans-Bold.eot");
  src:
    local("PT Sans Bold"),
    local("PTSans-Bold"),
    url("./fonts/PTSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/PTSans-Bold.woff") format("woff"),
    url("./fonts/PTSans-Bold.ttf") format("truetype");
}

body {
  font-size: 20px;
  background-color: #f4f4f4;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  letter-spacing: 0em;
  position: relative;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {
  text-decoration: none; /* Убирает подчеркивание */
  color: inherit; /* Унаследует цвет текста от родителя */
}

/* UA и часть тем/блоков задают заголовкам font-weight: bold (~700).
   Сбрасываем на наследование от body; для конкретных заголовков задавайте вес явно. */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-style: inherit;
}

.section {
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 30px;
}

.hero {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.hero_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0px;
}

.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
}

.hero .imgbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
}

.hero picture.imgbg {
  display: block;
}

.hero picture.imgbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

h1 {
  font-size: 70px;
  line-height: 100% !important;
  font-family: "PT Sans Bold";
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
}

h1 div {
  line-height: 100% !important;
}

.hero_content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  text-align: center;
}

.map {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/7;
  border-radius: 20px;
  overflow: hidden;
}

.map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 35px;
  border-radius: 100px;
  background-color: #2e7aff;
  color: #fbf3e3;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  overflow: hidden;
  cursor: pointer;
  font-family: "PT Sans Bold";
}

.btn span {
  display: block;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition:
    transform 0.4s cubic-bezier(0.76, 0, 0.24, 1),
    -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.btn span:nth-child(2) {
  position: absolute;
  -webkit-transform: translateY(500%);
  -ms-transform: translateY(500%);
  transform: translateY(500%);
}

.btn:hover span:nth-child(1) {
  -webkit-transform: translateY(-500%);
  -ms-transform: translateY(-500%);
  transform: translateY(-500%);
}

.btn:hover span:nth-child(2) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.phone {
  font-family: "PT Sans Bold";
  font-size: 24px;
}

.addr {
  font-family: "PT Sans Bold";
  font-size: 24px;
}

.phone_block {
  margin-top: 30px;
}

.time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.soc img {
  width: 60px;
  height: 60px;
}

.info {
  margin-top: 20px;
}

.pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.pay_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.pay_img img {
  width: 70px;
}

.ya {
  margin-top: 20px;
}

.ya img {
  width: 140px;
}

.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

.footer_links a {
  font-size: 16px;
  text-decoration: underline;
}

.line {
  background-color: #2e7aff;
  height: 12px;
  width: 100%;
}

h2 {
  font-size: 40px;
  line-height: 100% !important;
  font-family: "PT Sans Bold";
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
}

h2 div {
  line-height: 100% !important;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.descr {
  font-size: 20px;
  line-height: 130%;
  font-family: "PT Sans";
  color: #000;
  text-align: center;
}

.napravleniya {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.napravleniya.is-even {
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
}

.napravleniya.is-odd {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.napravleniya.napravleniya--formats,
.napravleniya.napravleniya--formats.is-even,
.napravleniya.napravleniya--formats.is-odd {
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
}

.napravleniya_item_img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
}

.napravleniya_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.napravleniya_item {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgb(238, 238, 238);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.napravleniya_item--wide {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / -1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.napravleniya_item--wide .napravleniya_item_img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
}

.napravleniya_item--wide .napravleniya_item_block {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.napravleniya_item_block {
  padding: 20px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 30px;
}

.napravleniya_item_title {
  display: block;
  font-size: 26px;
  line-height: 100% !important;
  font-family: "PT Sans Bold";
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  color: #2e7aff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.napravleniya_item_info {
  margin-top: 10px;
}

.napravleniya_item_action_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.napravleniya_item_action_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  white-space: nowrap;
}

.napravleniya_item_contact_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.napravleniya_contact_btn_max {
  background: -o-linear-gradient(135deg, #38d6ff 0%, #365cff 48%, #8a3ff2 100%);
  background: linear-gradient(135deg, #38d6ff 0%, #365cff 48%, #8a3ff2 100%);
  color: #fff;
}

.hour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 100px;
  padding: 20px 20px;
}

.hour img {
  width: 30px;
  height: 30px;
}

.napravleniya_item_action {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.napravleniya_item_action_header_dop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.linegray {
  height: 1px;
  background-color: #d1d1d1;
  width: 100%;
}

.price {
  font-size: 26px;
  line-height: 100% !important;
  font-family: "PT Sans Bold";
  letter-spacing: -0.02em;
  color: #2e7aff;
}

.blue {
  color: #2e7aff;
  line-height: 100% !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  top: 20px;
}

.header_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 1fr 20px auto;
  grid-template-columns: auto 1fr auto;
  padding: 14px 20px;
  gap: 12px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_block_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.mappin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.mappin span {
  font-size: 14px;
  line-height: 120% !important;
}

.mappin img {
  width: 24px;
  height: 24px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 0;
}

.menu a {
  font-size: 16px;
  line-height: 120% !important;
  white-space: nowrap;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 2.5%; /* 0.5px */
  text-underline-offset: 20.5%; /* 4.1px */
  text-underline-position: from-font;
  transition: all 0.3s ease;
}

.menu a:hover {
  color: #2e7aff;
  text-decoration-thickness: 1%; /* 0.5px */
  text-underline-offset: 10%; /* 4.1px */
}

.header_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.header_contacts .phone {
  font-size: 18px;
  white-space: nowrap;
}

.header_contacts .soc a img {
  width: 34px;
  height: 34px;
}

.bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bullet {
  padding: 10px 16px 10px 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.bullet:nth-child(1) {
  -webkit-transform: rotate(-8deg) translateX(30px);
  -ms-transform: rotate(-8deg) translateX(30px);
  transform: rotate(-8deg) translateX(30px);
}

.bullet:nth-child(2) {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.bullet:nth-child(3) {
  -webkit-transform: rotate(8deg) translateX(10px);
  -ms-transform: rotate(8deg) translateX(10px);
  transform: rotate(8deg) translateX(10px);
}

.bullet_icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bullet_icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero .btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.header .soc img {
  width: 35px;
  height: 35px;
  margin-top: 5px;
}

.table_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.table_tab {
  padding: 20px 35px;
  border-radius: 100px;
  border: 2px solid #2e7aff;
  background: transparent;
  color: #2e7aff;
  font-size: 20px;
  font-family: "PT Sans Bold";
  cursor: pointer;
  -webkit-transition:
    background-color 0.3s,
    color 0.3s;
  -o-transition:
    background-color 0.3s,
    color 0.3s;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.table_tab.active {
  background-color: #2e7aff;
  color: #fff;
}

.table_content {
  display: none;
  margin-top: 30px;
}

.table_content.active {
  display: block;
}

.table_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (min-width: 1025px) {
  .table_grid:has(> .table_card:last-child:nth-child(odd)) {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .table_grid:has(> .table_card:last-child:nth-child(even)) {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .table_grid:has(> .table_card:first-child:last-child) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.table_card {
  background: #fff;
  border-radius: 20px;
  border: 2px solid #eee;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table_card_title {
  font-size: 26px;
  font-family: "PT Sans Bold";
  letter-spacing: -0.02em;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
}

.table_card_rows {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #d1d1d1;
}

.table_row span {
  font-size: 20px;
  font-family: "PT Sans";
}

.table_row strong {
  font-size: 26px;
  font-family: "PT Sans Bold";
  letter-spacing: -0.02em;
}

.table_card .btn {
  margin-top: 30px;
  width: 100%;
  max-width: 300px;
  text-align: center;
}

.timing {
  width: 100%;
  background: #fff;
  border-radius: 30px;
  border: 2px solid #eee;
  padding: 50px 60px;
  margin-top: 30px;
}

.timing_timeline {
  overflow-x: auto;
  padding-bottom: 10px;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.timing_timeline:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.timing_timeline::-webkit-scrollbar {
  display: none;
}

.timing_track {
  min-width: 800px;
  position: relative;
  height: 140px;
  padding: 0;
}

.timing_track_base {
  position: absolute;
  left: 0;
  right: 0;
  top: 105px;
  height: 22px;
  border-radius: 100px;
  background: #e6efff;
  border: 1px solid #b3cfff;
}

@-webkit-keyframes timingFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes timingFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.timing_track_progress {
  position: absolute;
  left: 0;
  top: 105px;
  height: 22px;
  width: 0;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#5a96ff), color-stop(50%, #2e7aff), to(#1f63d9));
  background: -o-linear-gradient(left, #5a96ff 0%, #2e7aff 50%, #1f63d9 100%);
  background: linear-gradient(90deg, #5a96ff 0%, #2e7aff 50%, #1f63d9 100%);
  background-size: 200% 200%;
  -webkit-animation: timingFlow 4s ease infinite;
  animation: timingFlow 4s ease infinite;
  -webkit-transition: width 1.1s cubic-bezier(0.34, 1.56, 0.64, 1);
  -o-transition: width 1.1s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: width 1.1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.timing_points {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 140px;
}

.timing_point {
  position: absolute;
  left: var(--point);
  top: 70px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 14px;
  z-index: 2;
}

.timing_point_dot {
  width: 14px;
  height: 14px;
  border: 3px solid #b3cfff;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.timing_point.active .timing_point_dot {
  border-color: #2e7aff;
  background: #2e7aff;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-box-shadow: 0 0 14px rgba(46, 122, 255, 0.45);
  box-shadow: 0 0 14px rgba(46, 122, 255, 0.45);
}

.timing_point.is-passed .timing_point_dot {
  border-color: #2e7aff;
  background: #2e7aff;
}

.timing_point_label {
  font-size: 18px;
  font-family: "PT Sans Bold";
  white-space: nowrap;
  color: #000;
  letter-spacing: -0.01em;
}

.timing_point.active .timing_point_label {
  color: #2e7aff;
}

@-webkit-keyframes timingBoatFloat {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-3deg);
    transform: translate(-50%, -50%) rotate(-3deg);
  }
  50% {
    -webkit-transform: translate(-50%, -56%) rotate(3deg);
    transform: translate(-50%, -56%) rotate(3deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-3deg);
    transform: translate(-50%, -50%) rotate(-3deg);
  }
}

@keyframes timingBoatFloat {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-3deg);
    transform: translate(-50%, -50%) rotate(-3deg);
  }
  50% {
    -webkit-transform: translate(-50%, -56%) rotate(3deg);
    transform: translate(-50%, -56%) rotate(3deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-3deg);
    transform: translate(-50%, -50%) rotate(-3deg);
  }
}

.timing_boat {
  position: absolute;
  top: 116px;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #2e7aff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 10px 24px rgba(46, 122, 255, 0.3);
  box-shadow: 0 10px 24px rgba(46, 122, 255, 0.3);
  -webkit-animation: timingBoatFloat 3s ease-in-out infinite;
  animation: timingBoatFloat 3s ease-in-out infinite;
  -webkit-transition: left 1.1s cubic-bezier(0.34, 1.56, 0.64, 1);
  -o-transition: left 1.1s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: left 1.1s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 3;
}

.timing_boat img {
  width: 34px;
  height: 34px;
}

.timing_card {
  margin-top: 30px;
  border-radius: 24px;
  background: #fff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  border: 2px solid #e6efff;
}

.timing_card_img {
  width: 180px;
  height: 180px;
  border-radius: 20px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.timing_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.timing_card_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.timing_card_badge {
  display: inline-block;
  font-size: 14px;
  font-family: "PT Sans Bold";
  text-transform: uppercase;
  color: #2e7aff;
  background: #e6efff;
  padding: 8px 14px;
  border-radius: 100px;
  letter-spacing: 0.05em;
}

.timing_card h3 {
  margin-top: 14px;
  font-size: 40px;
  line-height: 100% !important;
  font-family: "PT Sans Bold";
  letter-spacing: -0.02em;
}

.timing_card p {
  margin-top: 14px;
  font-size: 22px;
  color: #303541;
}

.timing--text .timing_card {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.timing--text .timing_card_info {
  min-width: 0;
}

.timing--text .timing_card h3 {
  font-size: 32px;
}

.timing_card_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.timing_next {
  border: 0;
  border-radius: 100px;
  background: #2e7aff;
  color: #fff;
  font-size: 18px;
  font-family: "PT Sans Bold";
  padding: 22px 36px;
  cursor: pointer;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.timing_next:hover {
  background: #1f63d9;
}

.timing_prev {
  border: 2px solid #2e7aff;
  border-radius: 100px;
  background: transparent;
  color: #2e7aff;
  font-size: 18px;
  font-family: "PT Sans Bold";
  padding: 20px 36px;
  cursor: pointer;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition:
    background-color 0.3s,
    color 0.3s;
  -o-transition:
    background-color 0.3s,
    color 0.3s;
  transition:
    background-color 0.3s,
    color 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.timing_prev:hover {
  background: #2e7aff;
  color: #fff;
}

.timing_swiper {
  display: none;
}

.timing_swiper_btns {
  display: none;
}

.timing_swiper .timing_card {
  margin-top: 0;
  border: none;
}

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

.timing_swiper_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #c7d9ff;
  opacity: 1;
  margin: 0 4px !important;
}

.timing_swiper_pagination .swiper-pagination-bullet-active {
  background: #2e7aff;
}

/* ── Burger ── */
.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.burger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* ── Drawer ── */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: visibility 0.3s;
  -o-transition: visibility 0.3s;
  transition: visibility 0.3s;
}

.drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}

.drawer_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.drawer.is-open .drawer_overlay {
  opacity: 1;
}

.drawer_panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 85vw;
  height: 100%;
  background: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  overflow-y: auto;
}

.drawer.is-open .drawer_panel {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.drawer_close_btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  color: #000;
}

.drawer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.drawer_nav a {
  font-size: 22px;
  font-family: "PT Sans Bold";
}

.drawer .soc img {
  width: 40px;
  height: 40px;
}

/* ── 1400px ── */
@media (max-width: 1400px) {
  .menu {
    gap: 8px;
  }

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

  .header_contacts .phone {
    font-size: 16px;
  }

  .header_block_logo {
    gap: 10px;
  }
}

/* ── 1200px ── */
@media (max-width: 1200px) {
  .mappin {
    display: none;
  }

  .header_block {
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
  }
}

/* ── 1024px ── */
@media (max-width: 1024px) {
  .menu {
    display: none;
  }

  .header_contacts {
    display: none;
  }

  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 20px;
  }

  .header_block_logo {
    gap: 10px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  .hero_content {
    padding: 0 20px;
  }

  .napravleniya {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .napravleniya.is-even,
  .napravleniya.is-odd,
  .napravleniya.napravleniya--formats,
  .napravleniya.napravleniya--formats.is-even,
  .napravleniya.napravleniya--formats.is-odd {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .napravleniya_item--wide {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .napravleniya_item--wide .napravleniya_item_img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16/9;
  }

  .napravleniya_item_action_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .napravleniya_item_action_header_dop {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .table_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .table_tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .table_tab {
    padding: 14px 24px;
    font-size: 16px;
  }

  .usloviya {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .info_excursion {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }

  .rew {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .foto {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .timing {
    padding: 30px;
  }

  .timing_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .timing_card_info {
    text-align: center;
  }

  .timing_card_img {
    width: 100%;
    height: 200px;
  }

  .timing_card h3 {
    font-size: 32px;
  }

  .timing_card_btns {
    width: 100%;
  }

  .timing_card_btns button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .mt180px {
    margin-top: 100px;
  }
}

.slider.swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 34px;
  position: relative;
}

.slider_card {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.slider_card img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.slider_pagination {
  margin-top: 16px;
  text-align: center;
}

.slider_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #c7d9ff;
  opacity: 1;
  margin: 0 4px !important;
}

.slider_pagination .swiper-pagination-bullet-active {
  background: #2e7aff;
}

.slider_nav {
  position: absolute;
  top: calc(50% - 17px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  -webkit-box-shadow: 0 8px 18px rgba(46, 122, 255, 0.22);
  box-shadow: 0 8px 18px rgba(46, 122, 255, 0.22);
}

.slider_nav::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid #2e7aff;
  border-right: 2px solid #2e7aff;
  display: block;
}

.slider_prev {
  left: 8px;
}

.slider_next {
  right: 8px;
}

.slider_prev::before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 3px;
}

.slider_next::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 3px;
}

.usloviya {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.usloviya_item {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 2px solid rgb(238, 238, 238);
}

.usloviya_item_title {
  font-size: 24px;
  line-height: 100% !important;
  font-family: "PT Sans Bold";
  letter-spacing: -0.02em;
  margin-top: 20px;
}

.usloviya_item_descr {
  margin-top: 6px;
}

.usloviya_item img {
  width: 40px;
  height: 40px;
}

.usloviya_item_icon {
  display: block;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 18px;
  overflow: hidden;
}

.faq-question {
  position: relative;
  width: 100%;
  padding: 24px 72px 24px 26px;
  font-size: 28px;
  line-height: 110%;
  font-family: "PT Sans Bold";
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #2e7aff;
  color: #2e7aff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  -webkit-transition:
    background-color 0.25s ease,
    color 0.25s ease,
    -webkit-transform 0.25s ease;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    -webkit-transform 0.25s ease;
  -o-transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    -webkit-transform 0.25s ease;
}

.faq-item.active .faq-question::after {
  content: "−";
  background: #2e7aff;
  color: #fff;
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition:
    max-height 0.35s ease,
    opacity 0.25s ease;
  -o-transition:
    max-height 0.35s ease,
    opacity 0.25s ease;
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease;
  padding: 0 26px;
  font-size: 20px;
}

.faq-item.active .faq-answer {
  padding-bottom: 24px;
}

.sort {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.5;
}

.sortbottom {
  bottom: -300px;
  top: auto;
  left: 0;
}

.rew {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.rew_item {
  display: block;
  position: relative;
  aspect-ratio: 16/8;
  border-radius: 20px;
  overflow: hidden;
}

.btnred {
  background-color: #e7563d;
}

.rew_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.foto {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.foto_item {
  display: block;
  position: relative;
  aspect-ratio: 16/14;
  border-radius: 20px;
  overflow: hidden;
}

.foto_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content h1 {
  color: #000;
}

.content {
  max-width: 800px;
  margin: 0 auto;
}

.content_block {
  margin-top: 40px;
}

.content_block p {
  margin-bottom: 10px;
}

.mt180px {
  margin-top: 180px;
}

.title_descr {
  font-size: 28px;
  line-height: 110%;
  font-family: "PT Sans Bold";
  color: #fff;
  text-align: center;
}

.info_excursion_item {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  border: 2px solid rgb(238, 238, 238);
}

.info_excursion {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.info_excursion_item_video {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
}

.info_excursion_item_video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.descr p + p {
  margin-top: 12px;
}

.napravleniya_item_info p + p {
  margin-top: 10px;
}

/* Fancybox — тулбар с крестиком в углу окна */
.fancybox__toolbar {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  width: auto !important;
  padding: 16px !important;
  z-index: 99999 !important;
  background: none !important;
}

/* kpp_block — карта + 2x2 галерея */
.kpp_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.kpp_block_map {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

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

.kpp_block_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.kpp_block_photo {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

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

.kpp_slider {
  display: none;
}

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

.kpp_slider_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #c7d9ff;
  opacity: 1;
  margin: 0 4px !important;
}

.kpp_slider_pagination .swiper-pagination-bullet-active {
  background: #2e7aff;
}

@media (max-width: 992px) {
  .faq-question {
    padding: 20px 64px 20px 20px;
    font-size: 22px;
  }

  .faq-answer {
    font-size: 18px;
    padding: 0 20px;
  }

  .faq-item.active .faq-answer {
    padding-bottom: 20px;
  }
}

/* ── 768px ── */
@media (max-width: 768px) {
  .bullets {
    display: none;
  }

  body {
    font-size: 16px;
  }

  .section {
    margin-top: 30px;
  }

  .container {
    padding: 0 8px;
  }

  html {
    scroll-padding-top: 80px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  .hero {
    height: 70vh;
  }

  .hero .btn {
    bottom: 40px;
    padding: 18px 28px;
    font-size: 14px;
  }

  .bullet {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    font-size: 14px;
    padding: 8px 12px 8px 8px;
  }

  .bullet_icon {
    width: 40px;
    height: 40px;
  }

  .bullet_icon img {
    width: 22px;
    height: 22px;
  }

  .bullets {
    margin-top: 16px;
  }

  .title_descr {
    font-size: 20px;
  }

  .descr {
    font-size: 16px;
  }

  .napravleniya_item_block {
    padding: 16px 20px 20px 20px;
    gap: 20px;
  }

  .napravleniya_item_title {
    font-size: 22px;
  }

  .napravleniya_item_info .napravleniya_item_info {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .info_excursion .napravleniya_item_info .napravleniya_item_info {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .napravleniya_item_action_footer {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .napravleniya_item_action_footer .btn {
    text-align: center;
  }

  .napravleniya_item_contact_buttons {
    width: 100%;
  }

  .napravleniya_contact_btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hour {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 16px;
  }

  .price {
    font-size: 22px;
  }

  .btn {
    padding: 18px 28px;
    font-size: 14px;
  }

  .table_card {
    padding: 20px;
  }

  .table_card_title {
    font-size: 20px;
  }

  .table_row span {
    font-size: 16px;
  }

  .table_row strong {
    font-size: 20px;
  }

  .usloviya {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .usloviya_item_title {
    font-size: 20px;
  }

  .usloviya_item_descr {
    font-size: 14px;
  }

  .rew {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .foto {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .map {
    aspect-ratio: 16/12;
  }

  .footer {
    text-align: center;
  }

  .footer_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .phone {
    font-size: 20px;
  }

  .addr {
    font-size: 20px;
  }

  .footer_links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .slider_card img {
    height: 240px;
  }

  .slider_nav {
    display: none;
  }

  .timing {
    padding: 20px;
    border-radius: 20px;
  }

  .timing_timeline {
    display: none;
  }

  .timing > .timing_card {
    display: none;
  }

  .timing_swiper {
    display: block;
    overflow: hidden;
  }

  .timing_swiper .timing_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    gap: 20px;
  }

  .timing_swiper .timing_card_img {
    width: 100%;
    height: 200px;
  }

  .timing--text .timing_swiper .timing_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .timing--text .timing_swiper .timing_card_info {
    width: 100%;
  }

  .timing_swiper .timing_card_info {
    text-align: center;
  }

  .timing_swiper .timing_card h3 {
    font-size: 26px;
  }

  .timing_swiper_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
  }

  .timing_swiper_btns button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .kpp_block {
    display: none;
  }

  .kpp_slider {
    display: block;
    overflow: hidden;
  }

  .kpp_slider_slide {
    display: block;
    border-radius: 20px;
    overflow: hidden;
  }

  .kpp_slider_slide img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }

  .info_excursion_item {
    padding: 16px;
  }

  .info_excursion_item_video {
    aspect-ratio: 16/10;
  }

  .header {
    top: 10px;
  }

  .header_block {
    padding: 10px 16px;
    border-radius: 100px;
  }

  .header_block_logo img {
    height: 30px;
    width: auto;
  }

  .content {
    padding: 0 16px;
  }

  .mt180px {
    margin-top: 80px;
  }
}

/* Cookie-уведомление */
.cookie {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #eee;
  padding: 30px;
  max-width: 420px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-animation: cookieIn 0.4s ease forwards;
  animation: cookieIn 0.4s ease forwards;
}

.cookie.is-hidden {
  display: none;
}

@-webkit-keyframes cookieIn {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes cookieIn {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.cookie_title {
  font-size: 22px;
  font-family: "PT Sans Bold";
  line-height: 120%;
}

.cookie_text {
  font-size: 16px;
  line-height: 140%;
}

.cookie_links {
  font-size: 14px;
  line-height: 140%;
  color: #555;
}

.cookie_links a {
  text-decoration: underline;
  color: #2e7aff;
}

.cookie_note {
  font-size: 14px;
  color: #888;
}

.cookie_btn {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 16px 30px;
  font-size: 14px;
  border: none;
  outline: none;
}

@media (max-width: 480px) {
  .cookie {
    left: 10px;
    right: 10px;
    bottom: 10px;
    max-width: none;
    padding: 20px;
  }
}
