*,
::backdrop,
:after,
:before {
    border: 0 solid;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@media (-o-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min--moz-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2),
    (min-resolution: 192dpi),
    (min-resolution: 2x) {
    :root {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

body {
    font-family: sans-serif;
    color: #0d0d0d;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    -webkit-tap-highlight-color: transparent;
    font-family:
        ui-sans-serif,
        -apple-system,
        system-ui,
        Segoe UI,
        Helvetica,
        Apple Color Emoji,
        Arial,
        sans-serif,
        Segoe UI Emoji,
        Segoe UI Symbol;
    font-variation-settings: normal;
    line-height: 1.5;
    tab-size: 4;
}

.item {
    padding: 0px 0;
}

.container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 0px;
    padding: 0em 0em 8px 0em;
}

.child {
    flex: 0 0 auto;
    width: 100vw;
    max-width: 1024px;
    height: 65vh;
    height: 65dvh;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: center;
    overflow: hidden;
}

.child:first-child {
    margin-left: 100%;
    padding-left: 0;
}

.child:last-child {
    margin-right: 100%;
    padding-right: 0;
}

.container::-webkit-scrollbar {
    height: 4px;
}

.container::-webkit-scrollbar-track {
    border-radius: 4px;
}

.container::-webkit-scrollbar-thumb {
    background: hsl(0deg 0% 50.2% / 8%);
    border-radius: 4px;
}

.container:hover::-webkit-scrollbar-thumb {
    background: hsl(0deg 0% 50.2% / 16%);
}

video,
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h1.title {
    display: flex;
    align-content: flex-start;
    position: relative;
    top: 0px;
    flex-wrap: wrap;
    background: rgb(255 255 255 / 50%);
    gap: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}

h1 > span {
    font-weight: 550;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 1.05;
    width: 100%;
    max-width: 424px;
}

.content {
    max-width: 768px;
    margin: 0 auto;
    margin-top: 16px;
    padding: 0 16px;
    padding-bottom: 64px;
}

a.action-button {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    margin: 0 auto;
    max-width: 375px;
    z-index: 9999;
    text-align: center;
    backdrop-filter: blur(24px);
}

p.p {
    color: #8f8f8f;
    font-size: 14px;
    display: flex;
    margin-top: 6px;
}

p.p > span {
    padding: 0px 16px;
    border-right: 1px solid hsl(0deg 0% 0% / 5%);
}

p.p > span:first-child {
    padding-left: 0;
}

p.p > span:last-child {
    padding-right: 0;
    border-right: 0px solid hsl(0deg 0% 0% / 5%);
}

p {
    line-height: 1.75;
    font-size: 16px;
}

p:not(:first-child) {
    margin-top: 8px;
}

p {
    margin-bottom: 8px;
}

.tour-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    margin-top: 36px;
    padding-top: 8px;
    flex-wrap: wrap;
    gap: 32px;
    background: white;
}

.tour-info-container {
    display: flex;
    gap: 8px;
    padding: 0px;
    margin: 8px 0px 32px 0px;
    flex-wrap: wrap;
}

.tour-info-container > div {
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 5%);
    flex: 1;
    flex-basis: 0.000000001px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    line-height: 1.75;
}

.tour-info-container > div > span {
    color: #8f8f8f;
    font-size: 14px;
}

header {
    background: hsl(0deg 0% 100%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: sticky;
    top: 0px;
    padding: 8px 16px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 1;
    transition: transform 0.6s ease;
    will-change: transform;
    height: 64px;
}

body.scroll header {
    transform: translateY(-100%);
}

body.open-menu.scroll header {
    transform: translateY(0%);
}

.tour-description {
    max-width: 768px;
    margin-top: 32px;
    margin-bottom: 64px;
}

ol,
ul {
    margin-bottom: calc(4px * 4);
}

p + :where(ol, ul) {
    margin-top: 0;
}

:where(ul):not(:where([class~="not-prose"] *)) {
    list-style-type: disc;
}

:where(ul):not(:where([class~="not-prose"] *)) {
    padding-left: 26px;
}

li::marker {
    color: rgb(93 93 93);
    font-weight: 700;
}

hr {
    border-top-width: 1px;
    margin-bottom: 3em;
    margin-top: 3em;
    border-color: rgb(13 13 13 / 5%);
    margin-block: calc(4px * 10);
}

.action-button-desktop-container {
    display: none;
}

.action-button.action-button-mobile {
    position: sticky;
    bottom: 16px;
    margin: 0 auto;
}

button,
a.button {
    background: transparent;
    font-size: initial;
    cursor: pointer;
}

button.menu-button {
    margin-right: 16px;
    position: relative;
    display: flex;
    padding-left: 48px;
    align-items: center;
    color: #8f8f8f;
    font-weight: 550;
    font-size: 18px;
    border-radius: 8px;
    padding: 7.5px 8px 7.5px 48px;
    background: hsl(0deg 0% 100% / 1%);
    backdrop-filter: blur(24px);
    letter-spacing: 1.5px;
}

button.menu-button:before,
button.menu-button:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #0d0d0d;
    background: #8f8f8f;
    position: absolute;
    left: 12px;
    top: 12px;
    border-radius: 4px;
    transition: all 0.15s;
}

button.menu-button:after {
    left: 12px;
    top: auto;
    bottom: 12px;
    width: 12px;
}

button.menu-button:hover {
    background: hsl(0deg 0% 0% / 5%);
}

body.open-menu button.menu-button:before,
body.open-menu button.menu-button:after {
    width: 10px;
    top: 15px;
    transform: rotate(-45deg);
}

body.open-menu button.menu-button:after {
    bottom: 15px;
    width: 10px;
    transform: rotate(45deg);
    top: auto;
}

.menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 375px;
    height: calc(100vh - 52px);
    height: calc(100dvh - 52px);
    background: #ffffff;
    z-index: 2;
    transform: translateX(-100%);
    transition: transform 0.15s;
    padding-bottom: 8px;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: -100vw;
    right: auto;
    transition: background 0.35s;
}

body.open-menu .overlay {
    background: rgb(0 0 0 / 30%);
    left: auto;
    right: 0;
    width: calc(100vw - 375px);
    z-index: 9;
    backdrop-filter: grayscale(1) blur(4px);
    /* display: none; */
}

body.open-menu .menu {
    transform: translateX(-0%);
    overflow: auto;
}

.booking {
    bottom: 0;
    background: white;
    position: fixed;
    z-index: 9;
    border-radius: 24px 24px 0 0;
    padding: 16px;
    transform: translateY(100%);
    max-height: 90vh;
    height: max-content;
    width: 100vw;
    transition: transform 0.35s;
}

body.open-booking {
    overflow: hidden;
}

body.open-booking .overlay {
    z-index: 9;
    background: rgb(0 0 0 / 30%);
    left: auto;
    backdrop-filter: grayscale(1) blur(4px);
}

body.open-booking .booking {
    transform: translateY(0);
}

.menu ul,
.booking ul {
    margin: 0;
    padding: 8px;
    list-style-type: none;
    width: 100%;
}

.card-trip {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 12px 8px 12px;
    border-radius: 12px;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #0d0d0d;
    position: relative;
}

.title-name {
    font-size: 16px;
    font-weight: 600;
    max-width: 20ch;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.175;
    display: flex;
    align-items: center;
    gap: 8px;
}

.title-name svg {
    width: 18px;
    height: 18px;
}

.title-description {
    font-size: 14px;
    color: hsl(0deg 0% 0% / 65%);
    color: #8f8f8f;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: calc(100% - 32px);
    line-height: 1.25;
}

.price {
    font-size: 16px;
    font-weight: 700;
}

.price span {
    margin-left: 2px;
    color: #8f8f8f;
    font-family: system-ui;
}

.card-trip:hover {
    background: hsl(0deg 0% 0% / 5%);
    text-decoration: none;
}

.menu .kamchatka-time,
p.copyright {
    font-size: 12px;
    color: hsl(0deg 0% 0% / 65%);
    color: #8f8f8f;
    text-align: center;
    width: 100%;
}

.menu .action-button-call.noworktime .no-call-reason .kamchatka-time {
    color: #cd0000;
}

.booking > div {
    max-width: 768px;
    max-width: 462px;
    margin: 0 auto;
}

.booking .tour-info {
    padding-bottom: 0px;
    padding-top: 0px;
    gap: 0;
    position: relative;
}

.booking a.action-button {
    margin: 0 auto;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 auto;
}

.menu ul:first-child {
    margin-top: 16px;
}

body.open-booking .wrapper {
    transform: scale(0.95) translateY(18px);
    will-change: transform;
}

.wrapper {
    transition: all 0.35s;
    transform-origin: top center;
    background: #ffffff;
}

@media (pointer: coarse) {
    .booking:before {
        content: "";
        position: relative;
        display: block;
        width: 48px;
        height: 3px;
        border-radius: 3px;
        background: hsl(0deg 0% 0% / 25%);
        margin: 0 auto;
    }
}

.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    gap: 4px;
}

.slider-dots .dot,
#media-dots .dot {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: hsl(0deg 0% 50% / 15%);
    transition: background 0.15s;
}

.slider-dots .dot.active,
#media-dots .dot.active {
    background: #0d0d0d;
    background: hsl(0deg 0% 0% / 15%);
    width: 32px;
}

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

.round-border-overlay {
    position: fixed;
    pointer-events: none;
    z-index: 1;
    box-sizing: border-box;
    inset: 0px;
    border-radius: 0px;
    width: 82vw;
    left: 9vw;
    top: 5vw;
    box-shadow: 0 0 0 50vw #282828;
    transition: all 0.35s;
    border-radius: 0;
    width: 100vw;
    left: 0;
    top: 0;
}

body.open-booking .round-border-overlay {
    z-index: 9;
    width: calc(100vw - 36px);
    left: 18px;
    top: 18px;
    border-radius: 16px;
    box-shadow: 0 0 0 50vw #282828;
}

/* loader */
#loader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: calc(100dvh - 64px);
    pointer-events: none;
    transition:
        opacity 1s ease,
        visibility 1s ease;
    background: #ffffff;
    z-index: 9;
    margin-top: 64px;
}

#loader.hide {
    opacity: 0;
    visibility: hidden;
}

.track {
    position: absolute;
    width: 100px;
    opacity: 0;
    transform-origin: center center;
    transition: opacity 2s ease-out;
}

.track.visible {
    opacity: 1;
}

.track svg {
    width: 100%;
    height: auto;
    display: block;
}

footer {
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: -32px;
    background: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    gap: 100px;
    gap: 32px;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 38px;
}

footer .kamchatka-time,
footer p {
    font-size: 14px;
    color: #8f8f8f;
    margin: 0 !important;
    line-height: normal;
    padding: 0;
}

footer > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

footer svg {
    width: 323px;
    height: 400px;
    position: fixed;
    bottom: -62px;
}

a {
    color: #2964aa;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.footer-menu {
    display: flex;
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: sticky;
    bottom: 0;
    border: none;
    border-top: 0.5px;
    border-width: 0.5px medium medium;
    border-style: solid none none;
    border-image: none;
    border-color: rgb(0 0 0 / 5%);
    width: 100%;
}

.social-links {
    color: #8f8f8f;
}

header:before {
    content: "";
    background: #ffffff;
    width: 375px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.15s;
}

body.open-menu header:before {
    transform: translateX(0%);
}

.booking-title {
    font-weight: 550;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 24px;
    margin-bottom: 0px;
    line-height: 1.05;
    width: 100%;
}

.actions {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.action-button-call.noworktime .no-call-reason {
    display: block;
    font-size: 14px;
    color: #cd0000;
}

.no-call-reason {
    display: none;
}

.disabled {
    opacity: 0.35;
}

.actions a {
    position: relative;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    border-color: hsl(0deg 0% 0% / 5%);
}

.actions > div {
    width: 100%;
}

a.button.whatsapp-button {
    background: #25d366;
    box-shadow: 0px 4px 8px hsl(142deg 70% 49% / 25%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 40px;
    width: fit-content;
    margin: 0 auto;
    padding-right: 14px;
    transition: all 0.3s;
}

a.button.whatsapp-button:hover {
    background: #20c65e;
    box-shadow: 0px 2px 4px hsl(142deg 70% 49% / 30%);
}

a.button.whatsapp-button svg {
    width: 18px;
}

.action-button-call a {
    display: flex;
}

.action-button-call.noworktime .disabled {
    opacity: 1;
}

.action-button-call.noworktime .disabled .title-name,
.action-button-call.noworktime .disabled .title-description {
    opacity: 0.25;
}

.action-button-call.noworktime .disabled .title-description {
    display: none;
}

.card-trip:after,
.card-trip:before {
    content: "";
    position: absolute;
    right: 16px;
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background: #8f8f8f;
    display: flex;
    transform: rotate(45deg);
    margin-top: -5.5px;
    opacity: 0;
    transition: all 0.15s;
}

.card-trip:before {
    transform: rotate(-45deg);
    margin-top: 5.5px;
}

.card-trip.disabled:after,
.card-trip.disabled:before {
    content: "";
    position: absolute;
    right: 16px;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: #cd0000;
    display: flex;
    transform: rotate(45deg);
    margin-top: 0;
}

.card-trip.disabled:before {
    transform: rotate(-45deg);
}

.card-trip:hover:after,
.card-trip:hover:before {
    opacity: 1;
    right: 8px;
}

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

html {
    font-feature-settings: normal;
    font-family:
        ui-sans-serif,
        -apple-system,
        system-ui,
        "Segoe UI",
        Helvetica,
        "Apple Color Emoji",
        Arial,
        sans-serif,
        "Segoe UI Emoji",
        "Segoe UI Symbol";
    font-variation-settings: normal;
    line-height: 1.65;
    tab-size: 4;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    line-height: 1.65;
    color: #0f0f0f;
    background-color: rgb(255, 255, 255);
    margin: auto;
    overflow-wrap: break-word;
}

button,
a.button {
    cursor: pointer !important;
    background: rgb(0 0 0 / 5%);
    border: 1px solid;
    border-radius: 8px;
    color: #0f0f0f;
    font-size: 14px;
    font-size: 16px;
    font-weight: 450;
    padding: 7px 12px;
    border-color: rgb(204, 204, 204);
    border-color: transparent;
    text-decoration: none;
}

button:hover,
a.button:hover {
    background-color: rgb(0 0 0 / 10%);
    text-decoration: none;
}

button:disabled,
.button:disabled {
    pointer-events: none;
    opacity: 0.5;
}

input,
textarea {
    border: 0px solid;
    border-radius: 8px;
    background: rgb(0 0 0 / 5%);
    border-color: #fff;
    font-size: 16px;
    padding: 6.75px 12px;
    color: #0f0f0f;
    box-shadow: inset 0px 1px 1px rgb(0 0 0 / 10%);
    width: 100%;
}

input[type="file"] {
    box-shadow: none;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-weight: 600;
    line-height: 1.3;
    margin: 2.2em 0px 1em;
}

h1 {
    line-height: 1.25;
    margin-block-end: 0.95em;
    font-size: 28px;
    line-height: 36px;
}

h2 {
    font-size: 1.6em;
    line-height: 1.45;
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 1.3em;
    line-height: 1.5;
    margin-block-end: 1.35em;
}

h4 {
    font-size: 1.15em;
}

h5 {
    font-size: 1.05em;
}

h6 {
    font-size: 1em;
}

p {
    margin: 1.2em 0px;
    font-weight: 400;
    font-weight: 350;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: 700;
    font-weight: 500;
}

em {
    font-style: italic;
}

mark.current-match {
    background-color: orange;
}

blockquote {
    margin: 1.5em 0px;
    padding-left: 1em;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: rgb(0 0 0 / 5%);
    color: #606060;
    font-style: italic;
    font-size: 16px;
    margin-inline-start: 24px;
}

code {
    font-family: monospace;
    background-color: rgb(242, 242, 242);
    padding: 0.2em 0.4em;
    border-radius: 3px;
    font-size: 0.95em;
}

pre {
    font-family: monospace;
    background: rgb(248, 248, 248);
    padding: 1em;
    overflow-x: auto;
    border-radius: 4px;
    line-height: 1.45;
    font-size: 0.95em;
}

ul,
ol {
    padding-left: 1.5em;
    margin: 1.2em 0px;
}

li {
    margin: 0.3em 0px;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 2em 0px;
    font-size: 0.95em;
}

th,
td {
    border: 1px solid rgb(0 0 0 / 5%);
    padding: 0.6em 0.8em;
    text-align: left;
}

th {
    background: rgb(0 0 0 / 5%);
    font-weight: 700;
    font-weight: 600;
}

figure {
    margin: 2em 0px;
    text-align: center;
}

figcaption {
    font-size: 0.9em;
    color: rgb(102, 102, 102);
    margin-top: 0.5em;
}

hr {
    border-width: 0.5px medium medium;
    border-style: solid none none;
    border-image: none;
    border-color: rgb(0 0 0 / 5%);
    margin-top: 48px;
    margin-bottom: 48px;
}

iframe {
    width: 100%;
    margin: 0px auto;
    display: block;
    border-radius: var(--radius-2xl) var(--radius-2xl);
    aspect-ratio: 16 / 9;
}

::marker {
    color: #606060;
}

summary {
    font-weight: 600;
    color: #606060;
    cursor: pointer;
}

@media (prefers-color-scheme: dark) {
    /* body {
    background-color: #0f0f0f;
    color: #f1f1f1;
  }
  div#feeds {
    background: #0f0f0f;
    box-shadow: -12px 0px 12px -12px #000;
  }
  .feeds-overlay {
    background: #0f0f0f;
  }
  .table-scroll-wrapper {
    box-shadow: inset 8px 0px 16px 0px #0f0f0f, inset -8px 0px 16px 0px #0f0f0f;
  }
  button {
    background-color: rgb(255 255 255 / 10%);
    color: #f1f1f1;
  }
  button:hover {
    background-color: rgb(255 255 255 / 20%);
  }
  a {
    color: #3ea6ff;
    color: #7ab7ff;
  }
  blockquote {
    color: #aaaaaa;
    border-left-color: rgb(255 255 255 / 10%);
  }
  code {
    background-color: rgb(42, 42, 42);
    color: rgb(224, 224, 224);
  }
  pre {
    background-color: rgb(42, 42, 42);
    color: rgb(224, 224, 224);
  }
  hr {
    border-top-color: rgb(255 255 255 / 10%);
  }
  table {
    border-color: rgb(85, 85, 85);
  }
  th {
    background: rgb(47, 47, 47);
    color: rgb(221, 221, 221);
  }
  td {
    background: rgb(30, 30, 30);
    color: rgb(204, 204, 204);
  }
  figcaption {
    color: rgb(136, 136, 136);
  }
  header {
    background: rgb(15 15 15 / 80%);
  }
  header button:hover {
    background: rgb(255 255 255 / 10%);
  }
  .menu-modal {
    background: rgba(17, 17, 17, 0.95);
  }
  .modal-content {
    background-color: #0f0f0f;
    color: rgb(255, 255, 255);
  }
  button#removeClassBtn {
    background: none;
  }
  input {
    border-color: hsl(0, 0%, 18.82%);
    background-color: hsl(0, 0%, 7%);
    background: rgb(255 255 255 / 10%);
    color: #f1f1f1;
    box-shadow: inset 0px 1px 1px rgb(0 0 0 / 25%);
  }
  .right-btn {
    color: #aaa;
  }
  .post-footer {
    border-color: rgb(255 255 255 / 20%);
  }
  div#loading {
    color: #aaa;
  }
  summary {
    font-weight: 550;
    color: #aaa;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 650;
    font-weight: 600;
  }
  strong {
    font-weight: 650;
    font-weight: 550;
  }
  p {
    font-weight: 350;
    font-weight: 300;
  }
  button {
    font-weight: 450;
    font-weight: 400;
  }
  th {
    font-weight: 650;
    font-weight: 600;
  }
  .right-btn {
    font-weight: 250;
  }
  span#searchCount {
    font-weight: 550;
    font-weight: 500;
  }
  .podcast h4 {
    font-weight: 450;
    font-weight: 400;
  }
  .tooltip-text {
    font-weight: 350;
    font-weight: 350;
  }
  button.like.liked {
    opacity: 1;
    background: #964c4c;
  }
  ::marker {
    color: #aaa;
  }
  .help {
    background: rgb(255 255 255 / 10%);
  }
  .media img {
    box-shadow: 0 0 0px 2px #0f0f0f;
  } */
}

ul#tour-list a > div {
    display: flex;
    flex-direction: column;
}

l#tour-list a > div > span {
    font-weight: 500 !important;
    line-height: 1.2;
}

ul#tour-list a > div > strong {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 192px;
    line-height: 1.15;
}

ul#tour-list a > div > div {
    display: flex;
    font-size: 14px;
    color: #8f8f8f;
    max-width: 192px;
}

ul#tour-list a > div.price {
    font-weight: 550;
    display: flex;
    flex-direction: row;
    align-items: center;
}

ul#tour-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-inline-start: 0px;
    padding: 0px 8px;
    width: 100%;
}

ul#tour-list {
    padding-inline-start: 0;
    padding: 0;
}

ul#tour-menu {
    padding-inline-start: 0;
    padding: 0;
    margin-top: 48px;
}

menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#tour-list a > div > div > div {
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70px;
}

button.action-button.button {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: 375px;
    margin: 0 auto;
    z-index: 1;
    backdrop-filter: blur(24px);
    font-weight: 700;
    background: #0f0f0f;
    color: white;
    padding: 11px 18px 12px 18px;
    border-radius: 22px;
    width: fit-content;
    box-shadow: 0px 3px 6px hsl(0deg 0% 0% / 12%);
    transition: all 0.25s;
}

button.action-button.button:hover {
    box-shadow: 0px 1px 2px hsl(0deg 0% 0% / 24%);
}

.info {
    color: #8f8f8f;
    font-size: 14px;
    margin-top: -32px;
}

button.action-button.button span {
    margin-left: 2px;
    color: #8f8f8f;
    color: hsl(0deg 0% 100% / 50%);
    backdrop-filter: none;
    font-family: system-ui;
}

ul#tour-list a:after,
ul#tour-list a:before {
    display: none;
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    position: relative;
    background: #000;
    aspect-ratio: 9 / 16;
}

.modal-content video {
    width: 100%;
    height: 100%;
    display: block;
}

.close,
.video-close-btn {
    position: absolute;
    top: 12px;
    left: 12px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    background: hsl(0deg 0% 50% / 50%);
    border-radius: 999px;
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: -9999px;
    z-index: 9999;
}

.close:after,
.video-close-btn::after,
.close:before,
.video-close-btn::before {
    content: "";
    width: 16px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    background: white;
    transform: rotate(45deg);
}

.close:before,
.video-close-btn::before {
    transform: rotate(-45deg);
}

.video-container {
    height: 100dvh;
    width: 100vw;
    object-fit: cover;
}

/* Обёртка видео */
.video-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 9999;
    background-color: rgb(0 0 0 / 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    touch-action: none;
}

/* Само видео */
.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

.container .child {
    cursor: zoom-in;
    position: relative;
    transition: transform 0.2s ease;
}

.container .child:hover {
    transform: scale(1.02);
}

.tooltip {
    position: relative;
    cursor: help;
}

.tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background: hsl(0deg 0% 5.88% / 98%);
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 10;
    font-weight: 400;
}

.tooltip:hover::after {
    opacity: 1;
}

#media-viewer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#media-viewer.active {
    display: flex;
}

#media-content.container {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
}

#media-content .child {
    flex: 0 0 100%;
    height: 100%;
    scroll-snap-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    transform: none;
    cursor: auto;
    border-radius: 0;
    background: transparent;
}

#media-content img,
#media-content video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#media-viewer .close,
#media-viewer .prev,
#media-viewer .next {
    position: absolute;
    top: 10px;
    background: rgb(130 130 130 / 25%);
    color: white;
    cursor: pointer;
    z-index: 10000;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    backdrop-filter: blur(24px);
}

#media-viewer .prev,
#media-viewer .next {
    display: none;
}

#media-viewer .close {
    right: 10px;
}

#media-viewer .prev {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#media-viewer .next {
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

#media-dots {
    position: absolute;
    bottom: 16px;
    gap: 8px;
    z-index: 10000;
    display: flex;
    justify-content: center;
    margin-top: 0px;
}

#media-dots .dot {
    background: hsl(0deg 0% 100% / 25%);
}

#media-dots .dot.active {
    background: #fff;
}

#media-content.container .child {
    max-width: none;
}

#media-viewer .prev:before,
#media-viewer .prev:after,
#media-viewer .next:before,
#media-viewer .next:after {
    content: "";
    width: 12px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    transform: rotate(45deg);
    margin-top: 11px;
    margin-left: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}

#media-viewer .prev:after,
#media-viewer .next:after {
    transform: rotate(-45deg);
    margin-top: -8px;
    margin-left: 11px;
}

#media-viewer .prev:before,
#media-viewer .prev:after {
    transform: rotate(-45deg);
    margin-left: 8px;
}

#media-viewer .prev:after {
    transform: rotate(45deg);
    margin-left: 8px;
}

section.related-tours {
    margin: 0 auto;
    margin-bottom: 150px;
    margin-top: 0px;
}

.related-grid a > div > .tour-meta {
    display: flex;
    font-size: 14px;
    color: #8f8f8f;
}

.related-grid a > div {
    max-width: calc(100% - 116px);
}

.related-grid a > div strong {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.15;
}

.tour-meta span {
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.related-grid a > div.price {
    margin-right: 12px;
}

section.related-tours p.h4,
section.review-preview p.h4 {
    color: #8f8f8f;
    font-size: 18px;
    font-weight: 500;
    max-width: 768px;
    margin: 0 auto;
    margin-bottom: 1.2em;
    text-align: center;
    margin-top: 100px;
}

.related-grid a {
    /* border: 1px solid hsl(0deg 0% 0% / 5%); */
    flex: 0 0 auto;
    width: 90%;
    max-width: 375px;
    scroll-snap-align: center;
    overflow: hidden;
    background: hsl(0deg 0% 0% / 5%);
}

.related-grid a:hover {
    background: hsl(0deg 0% 0% / 10%);
}

.related-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 0px;
    width: 100%;
    flex-direction: row;
    gap: 8px;
    padding: 0px 0em 32px 0em;
}

.related-grid a:first-child {
    margin-left: 100%;
}

.related-grid a:last-child {
    margin-right: 100%;
}

.related-grid::-webkit-scrollbar {
    height: 4px;
}

.related-grid::-webkit-scrollbar-track {
    border-radius: 4px;
}

.related-grid::-webkit-scrollbar-thumb {
    background: hsl(0deg 0% 50.2% / 8%);
    border-radius: 4px;
}

.related-grid:hover::-webkit-scrollbar-thumb {
    background: hsl(0deg 0% 50.2% / 16%);
}

ul.reviews-list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 0px;
    width: 100%;
    flex-direction: row;
    gap: 8px;
    padding: 0px 0em 32px 0em;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}

ul.reviews-list li {
    border-radius: 12px;
    flex: 0 0 auto;
    width: 100%;
    max-width: 90%;
    scroll-snap-align: center;
    overflow: hidden;
    padding: 16px;
    background: hsl(0deg 0% 0% / 5%);
}

ul.reviews-list li:first-child {
    margin-left: 100%;
}

ul.reviews-list li:last-child {
    margin-right: 100%;
}

ul.reviews-list::-webkit-scrollbar {
    height: 4px;
}

ul.reviews-list::-webkit-scrollbar-track {
    border-radius: 4px;
}

ul.reviews-list::-webkit-scrollbar-thumb {
    background: hsl(0deg 0% 50.2% / 8%);
    border-radius: 4px;
}

ul.reviews-list:hover::-webkit-scrollbar-thumb {
    background: hsl(0deg 0% 50.2% / 16%);
}

ul.reviews-list li {
    font-size: 14px;
    line-height: 1.45;
}

ul.reviews-list li .review-photos {
    display: flex;
    gap: 8px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 0px;
    width: calc(100% + 32px);
    flex-direction: row;
    gap: 8px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0px 0em 16px 0em;
    margin-bottom: -16px;
}

ul.reviews-list li .review-photos img {
    border: 1px solid hsl(0deg 0% 0% / 5%);
    border-radius: 8px;
    width: auto;
    max-width: calc(80% - 4px);
    height: auto;
    max-height: 260px;
    object-fit: cover;
}

.review-text.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review-text {
    cursor: pointer;
    transition: all 0.2s ease;
}

ul.reviews-list li .review-text {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.45;
}

.review-header {
    display: flex;
    gap: 16px;
    align-items: center;
}

.review-header img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 999px;
}

ul.reviews-list li .review-photos img:first-child {
    margin-left: 16px;
}

ul.reviews-list li .review-photos img:last-child {
    margin-right: 16px;
}

li.review-item.all-reviews-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: transparent;
}

ul#tour-list a > div span {
    font-weight: 500;
    line-height: 1.25;
    max-width: 240px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.related-grid a > div span {
    font-weight: 500 !important;
    line-height: 1.25 !important;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

@media screen and (min-width: 1025px) {
    .container {
        gap: 32px;
        padding: 16px 0em 32px 0em;
    }

    .child {
        border-radius: 12px;
        height: 70vh;
        height: 70dvh;
    }

    .action-button-desktop-container {
        display: block;
    }

    .action-button.action-button-mobile {
        display: none;
    }

    body.open-booking .action-button-desktop-container {
        display: none;
    }

    .booking:before {
        display: none;
    }

    .slider-dots {
        display: none;
    }

    .container::-webkit-scrollbar {
        display: block;
    }

    footer {
        align-items: center;
        gap: 100px;
        flex-direction: row;
        display: flex;
        justify-content: flex-end;
    }

    h1.title {
        position: sticky;
        width: 100%;
        backdrop-filter: blur(24px);
        background: rgb(255 255 255);
        padding-left: 0px;
        padding-right: 0px;
        z-index: 1;
    }

    button.action-button.button {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        max-width: none;
        margin: initial;
        z-index: inherit;
        backdrop-filter: blur(24px);
    }

    body.scroll header {
        transform: translateY(0%);
    }

    header {
        background: transparent;
        z-index: 1;
    }

    .modal-content {
        max-width: 90%;
        max-height: 90%;
        border-radius: 32px;
        overflow: hidden;
    }

    .video-container {
        height: 100%;
        width: 100%;
    }

    .video-wrapper {
        background-color: rgb(0 0 0 / 75%);
        backdrop-filter: grayscale(1) blur(4px);
    }

    .video-wrapper video {
        height: auto;
        width: 474px;
        border-radius: 29px;
    }

    .video-close-btn {
        position: absolute;
        left: calc(50% - 226px);
        top: calc(50% - 410px);
    }

    body.open-menu button.menu-button:before,
    body.open-menu button.menu-button:after {
        top: 14px;
    }

    body.open-menu button.menu-button:after {
        bottom: 14px;
        top: auto;
    }

    #media-viewer .prev,
    #media-viewer .next {
        display: block;
    }

    ul.reviews-list li {
        max-width: 490px;
    }
}
