/* Base Styles */

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/RalewayRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    font-size: 10px;
    --white: #ffffff;
    --teal-50: #f0fdfa;
    --teal-200: #dcd1d4;
    --teal-300: #d6d6e0;
    --teal-400: #c7bbbe;
    --teal-600: #978f91;
    --teal-700: #766368;
    --teal-900: #6a5a5e;
    --slate-50: #fdfbfb;
    --slate-100: #fbeff3;
    --slate-200: #e2e8f0;
    --slate-300: #dcd1d4;
    --slate-400: #dedbdc;
    --slate-500: #a6a6b5;
    --slate-600: #9898a3;
    --slate-700: #766368;
    --slate-800: #1e293b;
    --slate-900: #0f172a;

    --white: #ffffff;
    --black: #000000;
    --green-500: #10b981;
    --yellow-500: #f59e0b;
    --red-500: #ef4444;
    --blue-500: #3b82f6;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-300: #d1d5db;
    --green-500: #10b981;
    --radius: 0.5rem;


    --background: #ffffff;
    --foreground: #1a1a1a;
    --border: rgba(0, 0, 0, 0.1);
    --input-background: #f3f3f5;



    --card: #ffffff;
    --card-foreground: oklch(0.145 0 0);
    --popover: oklch(1 0 0);
    --popover-foreground: oklch(0.145 0 0);
    --primary: #030213;
    --primary-foreground: oklch(1 0 0);
    --secondary: oklch(0.95 0.0058 264.53);
    --secondary-foreground: #030213;
    --muted: #ececf0;
    --muted-foreground: #717182;
    --accent: #e9ebef;
    --accent-foreground: #030213;
    --destructive: #d4183d;
    --destructive-foreground: #ffffff;
    --border: rgba(0, 0, 0, 0.1);
    --input: transparent;
    --input-background: #f3f3f5;
    --switch-background: #cbced4;
    --font-weight-medium: 500;
    --font-weight-normal: 400;
    --ring: oklch(0.708 0 0);
    --chart-1: oklch(0.646 0.222 41.116);
    --chart-2: oklch(0.6 0.118 184.704);
    --chart-3: oklch(0.398 0.07 227.392);
    --chart-4: oklch(0.828 0.189 84.429);
    --chart-5: oklch(0.769 0.188 70.08);
    --sidebar: oklch(0.985 0 0);
    --sidebar-foreground: oklch(0.145 0 0);
    --sidebar-primary: #030213;
    --sidebar-primary-foreground: oklch(0.985 0 0);
    --sidebar-accent: oklch(0.97 0 0);
    --sidebar-accent-foreground: oklch(0.205 0 0);
    --sidebar-border: oklch(0.922 0 0);
    --sidebar-ring: oklch(0.708 0 0);


    .dark {
        --background: oklch(0.145 0 0);
        --foreground: oklch(0.985 0 0);
        --card: oklch(0.145 0 0);
        --card-foreground: oklch(0.985 0 0);
        --popover: oklch(0.145 0 0);
        --popover-foreground: oklch(0.985 0 0);
        --primary: oklch(0.985 0 0);
        --primary-foreground: oklch(0.205 0 0);
        --secondary: oklch(0.269 0 0);
        --secondary-foreground: oklch(0.985 0 0);
        --muted: oklch(0.269 0 0);
        --muted-foreground: oklch(0.708 0 0);
        --accent: oklch(0.269 0 0);
        --accent-foreground: oklch(0.985 0 0);
        --destructive: oklch(0.396 0.141 25.723);
        --destructive-foreground: oklch(0.637 0.237 25.331);
        --border: oklch(0.269 0 0);
        --input: oklch(0.269 0 0);
        --ring: oklch(0.439 0 0);
        --font-weight-medium: 500;
        --font-weight-normal: 400;
        --chart-1: oklch(0.488 0.243 264.376);
        --chart-2: oklch(0.696 0.17 162.48);
        --chart-3: oklch(0.769 0.188 70.08);
        --chart-4: oklch(0.627 0.265 303.9);
        --chart-5: oklch(0.645 0.246 16.439);
        --sidebar: oklch(0.205 0 0);
        --sidebar-foreground: oklch(0.985 0 0);
        --sidebar-primary: oklch(0.488 0.243 264.376);
        --sidebar-primary-foreground: oklch(0.985 0 0);
        --sidebar-accent: oklch(0.269 0 0);
        --sidebar-accent-foreground: oklch(0.985 0 0);
        --sidebar-border: oklch(0.269 0 0);
        --sidebar-ring: oklch(0.439 0 0);
    }
}
.static-page-content{
    padding-bottom: 12rem;
}
.static-page-content h1{
    margin-top: 2rem;
    font-family: 'Raleway', Inter, Arial, sans-serif;
    font-size: 3.6rem;
    font-weight: 200;
    color: var(--slate-800);
    margin-bottom: 0.5rem;
}

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

html {
    font-size: 10px;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;

    color: var(--slate-700);
    //color: #64748b;
    background-color: var(--white);
    line-height: 1.5;

}
.overflow{
    overflow: hidden;
}
.content {
    flex: 1 0 auto;
}




.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

h1 {

}

h2 {
    font-size: 3.6rem;
    color: (----slate-800);
}

h3{

}

section {
    margin: 5rem 0;
    padding: 2rem 0;
}
section:last-of-type {
    margin: 0;

}


/* Заголовок */
.section-header {
    text-align: center;
}

.section-title,.static-page-content h2 {
    font-family: 'Raleway', Inter, Arial, sans-serif;
    font-size: 3.5rem;
    font-weight: 200;
    color: #0f172a;

   }
.static-page-content h2{
    font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.static-page-content ul{
    margin-top: 1rem;
    padding-left: 2rem;
}
.static-page-content p,.static-page-content ul li{
    color: #0f172a;
    font-size: 1.5rem;
}
.default-button{
    background:#b8adb1;
    color: #fff;
}
.default-button:hover{
    filter:saturate(2);
}
.section-subtitle {
    font-size: 2rem;
    color: (--slate-700);
    max-width: 990px;
    margin: 0 auto;
    padding: 0.5rem 0 3rem;
}

.section-subtitle p{
    font-size: 2rem;
    color: (--slate-700);
    max-width: 990px;
    margin: 0 auto;
    padding: 0.5rem 0 3rem;
}



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

/* Breadcrumbs */
.breadcrumbs-section {
    background: white;
    border-bottom: 1px solid var(--border);
    padding-top: 2.25rem;
}



.breadcrumbs {
    font-size: 1.5rem;
    padding: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.breadcrumb-link {
    color: var(--slate-600);
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-link:hover {
    color: var(--teal-600);
}

.breadcrumb-separator {
    color: var(--slate-600);
}

.breadcrumb-current {
    color: var(--foreground);
    font-weight: 500;
}

.btn {
    background-color: #0f766e;
    color: white;
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    border-radius: 0.5rem;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.mobilephone {display:none;}
@media(max-width: 576px){
    .header-bottom {
        height: 90px;
        padding: 7px 0;
    }

    .header-bottom .header-container {
        display: grid;
        grid-template-columns: 104px minmax(0, 1fr) 36px;
        grid-template-areas: "logo icons burger";
        align-items: center;
        column-gap: 4px;
        height: auto;
        padding: 0 4px;
    }

    .header-logo-link {
        grid-area: logo;
        display: flex !important;
        flex: 0 0 104px;
        height: auto !important;
        padding: 6px 0 !important;
    }

    .header-bottom .header-logo-link img {
        display: block;
        width: 104px;
        height: auto;
    }

    .contacts-header-main > .contacts-header:not(:last-child) {
        display: none !important;
    }

    .contacts-header-main {
        grid-area: icons;
        justify-self: center;
        align-items: center;
        gap: 4px;
    }

    .header-social-icons.form-icons {
        gap: 3px;
    }

    .header-social-icons.form-icons a {
        width: 27px;
        height: 27px;
    }

    .header-social-icons.form-icons .mobile-header-call-icon {
        display: flex !important;
        width: auto;
        height: 29px;
        align-items: center;
        justify-content: center;
        gap: 4px;
        color: #4b4b4b;
        filter: none;
        box-sizing: border-box;
        text-decoration: none;
        white-space: nowrap;
    }

    .mobile-header-phone-number {
        color: #4b4b4b;
        font-size: 11px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -0.25px;
    }

    .header-location-link {
        width: 29px;
        height: 29px;
    }

    .header-location-link svg {
        width: 27px;
        height: 27px;
    }

    .header-location-wrap {
        margin-left: 10px;
    }

    .burger-menu {
        grid-area: burger;
        justify-self: end;
        padding: 6px;
    }

    .included-item{
        grid-template-columns: 1fr;
    }
    .booking-dates{
        padding: 0;
    }

    .mobilephone {display:block;}


}

@media(max-width: 360px){
    .header-bottom .header-container {
        grid-template-columns: 86px minmax(0, 1fr) 32px;
        column-gap: 3px;
    }

    .header-logo-link {
        flex-basis: 86px;
    }

    .header-bottom .header-logo-link img {
        width: 86px;
    }

    .contacts-header-main,
    .header-social-icons.form-icons {
        gap: 2px;
    }

    .header-location-wrap {
        margin-left: 3px;
    }

    .mobile-header-phone-number {
        font-size: 10px;
        letter-spacing: -0.4px;
    }
}


.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #0d9488, #2563eb);
    color: white;
    padding: 20px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.cookie-consent.active {
    transform: translateY(0);
}

.cookie-consent-container {
    max-width: 128rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 768px) {
    .cookie-consent-container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.cookie-consent-text {
    flex: 1;
    font-size: 1.4rem;
    line-height: 1.5;
}

.cookie-consent-text a {
    color: #5eead4;
    text-decoration: underline;
}

.cookie-consent-text a:hover {
    color: white;
}

.cookie-consent-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.cookie-btn {
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 1.4rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.cookie-btn-accept {
    background-color: white;
    color: #0d9488;
}

.cookie-btn-accept:hover {
    background-color: #f9fafb;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


/* Мобильные устройства (до 767px) */
@media (max-width: 767px) {
    .section-title {
        font-size: 2.5rem !important;
    }
    .section-subtitle,
    .section-subtitle p {
        font-size: 1.5rem !important;
    }
}

/* Планшеты (от 768px до 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .section-title {
        font-size: 2.5rem !important;
    }
    .section-subtitle,
    .section-subtitle p {
        font-size: 1.8rem !important;
    }
}
