:root {
    --mb-site-bg: #f4f6f9;
    --mb-ink: #101820;
    --mb-ink-soft: #273240;
    --mb-muted: #667085;
    --mb-line: rgba(16, 24, 32, .1);
    --mb-white: #fff;
    --mb-gold: #f7d33e;
    --mb-gold-strong: #ffcf24;
    --mb-green: #16a66a;
    --mb-shadow: 0 26px 70px rgba(16, 24, 32, .16);
    --mb-shadow-soft: 0 16px 46px rgba(16, 24, 32, .1);
    --mb-radius: 22px;
    --mb-radius-sm: 14px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--mb-site-bg);
    color: var(--mb-ink);
    font-family: Roboto, Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

a,
button,
.tg-btn {
    transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.container,
.container-menu {
    width: min(100%, 1320px);
    max-width: 1320px;
}

.topbar {
    min-height: 32px;
    background: #05070a;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.topbar .container-menu {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin: 0 auto;
    padding: 0 28px;
}

.topbar .topbar-left,
.topbar .topbar-right,
.topbar .tg-addnavcartsearch {
    display: flex;
    align-items: center;
}

.topbar .topbar-left {
    gap: 9px;
    min-width: 0;
    line-height: 1;
}

.topbar .topbar-left .ico-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: .62;
}

.topbar .topbar-left .ico-img + span,
.topbar .topbar-left .ico-img + a {
    margin-right: 18px;
}

.topbar .topbar-left img,
.topbar .topbar-right img,
.topbar .menu-search img {
    display: block;
    max-height: 17px;
    object-fit: contain;
}

.topbar .tg-addnavcartsearch {
    gap: 6px;
    line-height: 1 !important;
}

.topbar .topbar-right {
    gap: 2px;
    min-width: 0;
}

.topbar a,
.topbar span,
.topbar .menu-item {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .035em;
}

.topbar a:hover,
.topbar .menu-item:hover,
.topbar .menu-item:hover a {
    color: rgba(255, 227, 90, .95) !important;
}

.topbar .topbar-right .menu-item,
.topbar .topbar-right .menu-item-has-children > a {
    position: relative;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 10px;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    white-space: nowrap;
}

.topbar .topbar-right .menu-item img {
    margin-right: 0 !important;
    opacity: .58;
    filter: grayscale(1) brightness(1.55);
    transition: opacity .2s ease, filter .2s ease;
}

.topbar .topbar-right .menu-item:hover img {
    opacity: .9;
    filter: grayscale(0) brightness(1.12);
}

.topbar .topbar-right .menu-item:has(a[class]),
.topbar .topbar-right .menu-item.active,
.topbar .topbar-right .menu-item:hover {
    border-bottom-color: rgba(247, 211, 62, .9);
}

.topbar .menu-search > div {
    width: 38px !important;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, .08) !important;
}

.topbar .menu-search a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    opacity: .62;
}

.topbar .menu-search a:hover {
    opacity: 1;
}

.topbar .menu-item-has-children {
    position: relative;
}

.topbar .menu-item-has-children > .sub-menu {
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    width: 168px !important;
    min-width: 168px;
    padding: 7px !important;
    border: 1px solid rgba(16, 24, 32, .1);
    border-radius: 14px;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(16, 24, 32, .18) !important;
}

.topbar .menu-item-has-children > .sub-menu li {
    padding: 0 !important;
}

.topbar .menu-item-has-children > .sub-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 9px;
    border-radius: 9px;
    color: #101820 !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.topbar .menu-item-has-children > .sub-menu a:hover {
    background: rgba(247, 211, 62, .2);
    color: #101820 !important;
}

.topbar .menu-item-has-children > .sub-menu img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
}

.main-header {
    min-height: 70px;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(16, 24, 32, .08);
    box-shadow: 0 14px 38px rgba(16, 24, 32, .08);
    backdrop-filter: blur(16px);
}

.main-header .header-inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0 auto;
    padding: 0 28px;
}

.main-header .logo {
    width: 136px;
    flex: 0 0 136px;
}

.main-header .logo img {
    width: auto;
    max-width: 132px;
    max-height: 58px;
    object-fit: contain;
}

.main-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.main-nav > a,
.main-nav .dropdown > a,
.main-nav .dropdown-toggle {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 17px;
    border-radius: 999px;
    color: #111827 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.main-nav > a:hover,
.main-nav .dropdown:hover > a,
.main-nav .dropdown-toggle:hover {
    color: #000 !important;
    background: rgba(247, 211, 62, .22);
}

.main-nav > a.current-menu-item,
.main-nav .dropdown.current-menu-item > .dropdown-toggle {
    color: #07111f !important;
    background:
        linear-gradient(135deg, rgba(255, 228, 92, .36), rgba(22, 163, 106, .10));
    box-shadow: inset 0 0 0 1px rgba(247, 211, 62, .42);
}



.main-nav .dropdown-menu,
.tg-addnav .sub-menu,
.sub-menu {
    border: 1px solid rgba(16, 24, 32, .08);
    border-radius: 16px;
    box-shadow: var(--mb-shadow-soft);
    overflow: hidden;
}

.auth-block .tg-btn,
.auth-block .tg-btndropdown,
.main-header .tg-btn,
.main-header .tg-btndropdown {
    height: 44px !important;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #ffe45c, #f4c018) !important;
    color: #0b1117 !important;
    font-weight: 800;
    line-height: 44px !important;
    box-shadow: 0 12px 28px rgba(244, 192, 24, .22);
}

.auth-block .tg-btn:hover,
.auth-block .tg-btndropdown:hover,
.main-header .tg-btn:hover,
.main-header .tg-btndropdown:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(244, 192, 24, .32);
}

.tg-bannerholder {
    min-height: 650px;
    height: clamp(650px, calc(100vh - 210px), 740px);
    overflow: hidden;
    background: #0b1117;
}

.tg-bannerholder:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 8, 12, .58), rgba(5, 8, 12, .2) 52%, rgba(5, 8, 12, .4)),
        linear-gradient(180deg, rgba(5, 8, 12, .16), rgba(5, 8, 12, .46));
}

.tg-bannerholder .tg-homeslider,
.tg-bannerholder .tg-homeslider .item,
.tg-bannerholder .tg-homeslider.owl-carousel .owl-item {
    min-height: 790px;
    height: 100%;
}

.tg-bannerholder .tg-homeslider .item {
    padding: 0;
    background-size: cover !important;
    background-position: center !important;
}

.tg-bannerholder .tg-slidercontent {
    z-index: 3;
    margin-top: 0;
    padding: 26px 0 48px;
}

.tg-slidercontent .container {
    width: min(100%, 1320px);
}

.mobile-form-search > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tg-slidercontent h1 {
    max-width: 1160px;
    margin: 0 auto 16px;
    color: #fff;
    font-size: clamp(42px, 3.6vw, 64px);
    font-weight: 850;
    line-height: 1.02;
    letter-spacing: 0;
    text-transform: none;
    text-wrap: balance;
    text-shadow: 0 18px 46px rgba(0, 0, 0, .45);
}

.tg-slidercontent h3 {
    max-width: 1040px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(18px, 1.55vw, 24px);
    font-weight: 600;
    line-height: 1.4;
    text-wrap: balance;
    text-shadow: 0 12px 34px rgba(0, 0, 0, .46);
}

.premium-hero-description__accent {
    color: #ffe45c;
    font-weight: 750;
}

.premium-booking-panel {
    width: min(100%, 1160px);
    margin: 0 auto;
    padding: 14px 14px 12px;
    border: 1px solid rgba(255, 255, 255, .44);
    border-radius: 18px;
    background: rgba(255, 255, 255, .22);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
    backdrop-filter: blur(22px);
}

.external-search-banner {
    min-height: 650px;
    overflow: visible;
}

.external-search-banner .tg-homeslider {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.external-search-banner .tg-homeslider .item,
.external-search-banner .tg-homeslider.owl-carousel .owl-item,
.external-search-banner .tg-homeslider.owl-carousel .owl-stage,
.external-search-banner .tg-homeslider.owl-carousel .owl-stage-outer {
    height: 100%;
}

.external-search-banner .tg-slidercontent {
    position: relative;
    z-index: 3;
    min-height: 650px;
    display: flex;
    align-items: center;
}

.external-search-banner .tg-slidercontent .container {
    position: relative;
    z-index: 4;
}

.external-search-widget {
    position: relative;
    z-index: 5;
    width: min(100%, 1120px);
    min-height: 112px;
    margin: 34px auto 0;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 20px;
    background: rgba(255, 255, 255, .20);
    box-shadow: 0 28px 82px rgba(0, 0, 0, .28);
    backdrop-filter: blur(22px);
}

.external-search-widget__mount {
    width: 100%;
    min-height: 92px;
}

.external-search-widget iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 92px;
    border: 0;
    border-radius: 14px;
}

.external-search-widget.is-loaded {
    padding: 0;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.external-search-widget.is-loaded .external-search-widget__mount {
    min-height: 0;
}

.external-search-widget.is-loaded .external-search-widget__fallback {
    display: none;
}

.external-search-widget__fallback[hidden] {
    display: none !important;
}

.external-search-widget__fallback {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    color: #07111f;
    text-align: left;
}

.external-search-widget__fallback strong,
.external-search-widget__fallback span {
    display: block;
}

.external-search-widget__fallback strong {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 850;
}

.external-search-widget__fallback span {
    color: #5d6878;
    font-size: 13px;
    font-weight: 650;
}

.external-search-widget__fallback a {
    min-width: 160px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffe65f, #ffc629);
    color: #07111f;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(255, 198, 41, .34);
}

#search_form {
    position: relative;
    z-index: 5;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    pointer-events: auto;
}

#search_form fieldset {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.45fr 1.45fr .92fr .92fr minmax(180px, .95fr);
    gap: 10px;
    align-items: start;
    padding: 0 !important;
    pointer-events: auto;
}

#search_form fieldset::before,
#search_form fieldset::after {
    display: none;
    content: none;
}

#search_form .form-group {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 0;
    margin: 0 !important;
    padding: 0;
    float: none;
    pointer-events: auto;
}

#search_form .tg-select {
    width: 100%;
    position: relative;
}

#search_form input.form-control,
#search_form .pass-input {
    width: 100%;
    height: 56px !important;
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 14px 36px rgba(16, 24, 32, .12);
}

#search_form input.form-control::placeholder,
#search_form .pass-input::placeholder {
    color: #6b7280;
    font-weight: 500;
}

#search_form input.form-control:focus,
#search_form .pass-input:focus {
    transform: translateY(-1px);
    border-color: rgba(247, 211, 62, .95);
    box-shadow: 0 18px 44px rgba(16, 24, 32, .16), 0 0 0 4px rgba(247, 211, 62, .18);
}

#search_form .ext_search {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 4px;
    margin: 0 10px 8px;
    color: transparent;
    font-size: 0;
    font-weight: 600;
    text-align: left;
    text-shadow: none;
}

#search_form .tg-span-search {
    display: inline-flex;
    align-items: center;
    padding: 0 0 2px;
    border: 0;
    border-bottom: 1px dashed rgb(255 228 92 / 34%);
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    backdrop-filter: none;
    font-weight: 500;
}

#search_form .tg-span-search:hover,
#search_form .tg-span-search:focus {
    transform: none;
    border-bottom-color: var(--mb-gold);
    color: #ffe45c;
    box-shadow: none;
}

#search_form .revers {
    top: 11px;
    right: 12px;
}

#search_form .btn-reverso,
#search_form .twidget-icon-cal {
    color: var(--mb-green);
}

#search_form .search-btn {
    position: relative;
    width: 100%;
    min-width: 0;
    height: 56px;
    padding: 0 22px !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #ffe65f, #ffc629) !important;
    color: #101820 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 56px;
    box-shadow: 0 18px 42px rgba(255, 198, 41, .36) !important;
}

#search_form .search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 56px rgba(255, 198, 41, .46) !important;
}

#search_form .pax-box {
    top: calc(100% + 12px);
    right: 0;
    z-index: 20;
    border: 1px solid rgba(16, 24, 32, .1);
    border-radius: 20px;
    box-shadow: var(--mb-shadow);
}

.premium-hero-trust {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
    margin: 14px auto 0;
    padding: 12px 4px 0;
    border-top: 1px solid rgba(255, 255, 255, .24);
}

.premium-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 26px;
    padding: 0 18px;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, .16);
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 700;
    box-shadow: none;
    backdrop-filter: none;
}

.premium-hero-trust span:first-child {
    padding-left: 4px;
    border-left: 0;
}

.premium-hero-trust i {
    color: var(--mb-gold);
}

.tg-homeslider .owl-dots {
    bottom: 15px;
}

.tg-homeslider .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border: 1px solid rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .28);
}

.tg-homeslider .owl-dot.active span,
.tg-homeslider .owl-dot:hover span {
    border-color: var(--mb-gold);
    background: var(--mb-gold);
}

.tg-bannerholder + .tg-sectionspace {
    padding-top: 64px;
    padding-bottom: 44px;
}

.tg-bannerholder + .tg-sectionspace + .tg-sectionspace {
    padding-top: 22px;
}

.tg-sectionspace {
    padding: 92px 0;
    background: var(--mb-site-bg);
}

.tg-sectiontitle,
.tg-sectiontitleleft {
    margin-bottom: 34px;
}

.tg-sectiontitle h2,
.tg-sectiontitleleft h2 {
    color: var(--mb-ink);
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: 0;
    background: none !important;
}

.tg-sectiontitle h2:after,
.tg-sectiontitleleft h2:after {
    content: "";
    width: 54px;
    height: 3px;
    display: inline-block;
    margin-left: 16px;
    border-radius: 999px;
    vertical-align: middle;
    background: linear-gradient(90deg, var(--mb-gold) 0 42%, var(--mb-green) 42% 100%);
}

.schedule-page-section {
    padding-top: 76px;
    padding-bottom: 96px;
    background:
        radial-gradient(circle at 12% 0%, rgba(247, 211, 62, .12), transparent 24%),
        linear-gradient(180deg, #f7f9fc 0%, var(--mb-site-bg) 100%);
}

.schedule-page-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 38px;
}

.schedule-title-block h1 {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    color: #07111f;
    font-size: clamp(42px, 5vw, 42px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
}

.schedule-title-block h1:after {
    content: "";
    width: 56px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--mb-gold), var(--mb-green));
}

.schedule-title-block p {
    max-width: 520px;
    margin: 14px 0 0;
    color: var(--mb-muted);
    font-size: 16px;
    line-height: 1.55;
}

.schedule-date-picker {
    min-width: 210px;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 7px 12px 7px 10px;
    border: 1px solid rgba(16, 24, 32, .1);
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 42px rgba(16, 24, 32, .08);
}

.schedule-date-picker__icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(247, 211, 62, .22);
    color: #0d8f5b;
    font-size: 21px;
}

.schedule-date-picker .form-control {
    width: 132px !important;
    height: 42px !important;
    padding: 0;
    border: 0 !important;
    background: transparent;
    color: #07111f;
    font-size: 20px;
    font-weight: 850;
    line-height: 42px;
    box-shadow: none !important;
}

.main-scheduler {
    overflow: visible;
}

.schedule-board {
    display: grid;
    gap: 12px;
}

.schedule-days {
    display: grid;
    grid-template-columns: minmax(340px, .9fr) minmax(0, 2fr);
    gap: 14px;
    align-items: stretch;
}

.schedule-days-spacer,
.schedule-day {
    min-height: 50px;
    display: flex;
    align-items: center;
    border-radius: 16px;
}

.schedule-days-spacer {
    padding: 0 18px;
    background: #101820;
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.schedule-day-list {
    display: grid;
    grid-template-columns: repeat(var(--schedule-date-count), minmax(118px, 1fr));
    gap: 10px;
}

.schedule-day {
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgba(16, 24, 32, .08);
    background: #fff;
    color: #101820;
    font-size: 13px;
    font-weight: 850;
    text-align: center;
    box-shadow: 0 12px 28px rgba(16, 24, 32, .06);
}

.schedule-day.is-today {
    border-color: rgba(247, 211, 62, .82);
    background: linear-gradient(135deg, #ffe86a, var(--mb-gold-strong));
}

.schedule-routes {
    display: grid;
    gap: 12px;
}

.schedule-route-card {
    display: grid;
    grid-template-columns: minmax(340px, .9fr) minmax(0, 2fr);
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(16, 24, 32, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--mb-shadow-soft);
}

.schedule-route-info {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fafc, #eef3f7);
}

.schedule-route-icon {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #16a66a;
    color: var(--mb-gold);
    font-size: 25px;
    box-shadow: 0 16px 34px rgba(16, 24, 32, .16);
}

.schedule-route-main {
    min-width: 0;
}

.schedule-route-main h3 {
    margin: 0;
    color: #07111f;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0;
}

.schedule-route-main h3 i {
    margin: 0 5px;
    color: var(--mb-green);
    font-size: .86em;
}

.schedule-route-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.schedule-route-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 116, 0, .1);
    color: #e45d00;
    font-size: 13px;
    font-weight: 850;
}

.schedule-slots {
    display: grid;
    grid-template-columns: repeat(var(--schedule-date-count), minmax(118px, 1fr));
    gap: 10px;
}

.schedule-slot {
    min-height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(16, 24, 32, .1);
    border-radius: 16px;
    background: #fff;
    color: #101820;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(16, 24, 32, .05);
}

.sched_url.schedule-slot {
    display: flex;
    color: #101820;
}

.schedule-slot.is-available {
    border-color: rgba(247, 211, 62, .64);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .92)),
        linear-gradient(135deg, rgba(247, 211, 62, .26), rgba(22, 166, 106, .08));
}

.schedule-slot.is-available:hover {
    transform: translateY(-3px);
    border-color: var(--mb-gold);
    box-shadow: 0 20px 44px rgba(16, 24, 32, .12), 0 0 0 4px rgba(247, 211, 62, .14);
}

.schedule-slot.is-disabled,
.schedule-slot.is-empty {
    background: #f4f6f8;
    color: #98a2b3;
    box-shadow: none;
}

.schedule-slot.is-empty {
    justify-content: center;
    border-style: dashed;
}

.schedule-slot-price {
    color: #ff5b00;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.1;
}

.schedule-slot.is-disabled .schedule-slot-price,
.schedule-slot.is-empty .schedule-slot-price {
    color: #98a2b3;
}

.schedule-slot-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #667085;
    font-size: 13px;
    font-weight: 850;
}

.schedule-slot-action {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #101820;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.schedule-slot.is-available:hover .schedule-slot-action {
    background: linear-gradient(135deg, #ffe45c, #f4c018);
    color: #101820;
}

.schedule-slot.is-disabled .schedule-slot-action {
    background: rgba(102, 112, 133, .14);
    color: #98a2b3;
}

.schedule-mobile-hint {
    display: none;
}

.schedule-empty {
    padding: 54px 24px;
    border: 1px solid rgba(16, 24, 32, .08);
    border-radius: 22px;
    background: #fff;
    text-align: center;
    box-shadow: var(--mb-shadow-soft);
}

.schedule-empty__icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 18px;
    background: rgba(247, 211, 62, .22);
    color: #101820;
    font-size: 24px;
}

.schedule-empty h3 {
    margin: 0 0 8px;
    color: #101820;
    font-weight: 900;
}

.schedule-empty p {
    margin: 0;
    color: var(--mb-muted);
}

.tg-toursdestinations {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    grid-auto-rows: 244px;
    gap: 16px;
    margin: 0;
    padding-top: 12px !important;
    overflow: visible;
}

.tg-tourdestination,
.tg-tourdestination + .tg-tourdestination {
    width: 100%;
    height: 100%;
    padding: 0;
    float: none;
}

.tg-tourdestination:first-child {
    grid-row: span 2;
}

.tg-tourdestination figure,
.tg-destination figure,
.tg-post figure {
    height: 100%;
    border-radius: 18px;
    background: #0b1117;
    box-shadow: 0 22px 54px rgba(16, 24, 32, .12);
    overflow: hidden;
}

.tg-tourdestination figure a,
.tg-tourdestination figure a img,
.tg-destination figure a,
.tg-destination figure a img,
.tg-post figure a,
.tg-post figure a img {
    width: 100%;
    height: 100%;
}

.tg-tourdestination figure a img,
.tg-destination figure a img,
.tg-post figure a img {
    object-fit: cover;
    opacity: .86;
    filter: saturate(1.03) contrast(1.02);
}

.tg-tourdestination figure:hover a img,
.tg-destination figure:hover a img,
.tg-post figure:hover a img {
    transform: scale(1.045);
    opacity: .9;
}

.tg-hoverbox,
.tg-tourdestination figure a figcaption,
.tg-destination figcaption,
.tg-post figcaption {
    background:
        radial-gradient(circle at 50% 48%, rgba(5, 8, 12, .5), rgba(5, 8, 12, .18) 38%, rgba(5, 8, 12, .34) 100%),
        linear-gradient(180deg, rgba(5, 8, 12, .04), rgba(5, 8, 12, .42));
}

.tg-adventuretitle:before {
    width: 38px;
    height: 3px;
    margin-left: -19px;
    border-radius: 999px;
    background: var(--mb-gold);
}

.tg-adventuretitle h2,
.tg-tourdestinationbigbox .tg-adventuretitle h2 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: clamp(28px, 2.7vw, 48px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
}

.tg-pricearea h5 {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.tg-pricearea h4 {
    font-weight: 900;
}

.tg-tourdestination figcaption .tg-description p {
    color: rgba(255, 255, 255, .92);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: none;
}

.tg-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    max-width: 1080px;
    margin: 0 auto;
    align-items: stretch;
}

.tg-features.row {
    margin-left: auto;
    margin-right: auto;
}

.tg-features:before,
.tg-features:after {
    display: none;
    content: none;
}

.tg-features > [class^="col-"],
.tg-features > [class*=" col-"] {
    width: auto;
    padding: 0;
    float: none;
}

.tg-feature {
    position: relative;
    min-height: 168px;
    height: 100%;
    padding: 24px 24px 22px;
    border: 1px solid var(--mb-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 16px 44px rgba(16, 24, 32, .07);
    overflow: hidden;
}

.tg-feature:before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--mb-gold), var(--mb-green));
    opacity: .8;
}

.tg-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 58px rgba(16, 24, 32, .11);
}

.tg-featuretitle {
    padding-bottom: 0 !important;
}

.tg-featuretitle h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    margin: 0 0 12px;
    color: var(--mb-ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

.tg-featuretitle h2 span {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(247, 211, 62, .18);
    color: #ff5a3a;
    font-size: 14px;
    font-weight: 900;
}

.tg-feature .tg-description p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.55;
}

.tg-parallax {
    position: relative;
    overflow: hidden;
}

.tg-parallax:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(5, 8, 12, .78), rgba(5, 8, 12, .44));
}

.tg-parallax .tg-sectionspace {
    position: relative;
    z-index: 1;
    background: transparent !important;
}

.tg-parallax .tg-sectionhead,
.tg-parallax .tg-sectiontitle h2,
.tg-parallax .tg-sectiontitleleft h2 {
    color: #fff;
}

.tg-btnvtwo,
.tg-btn {
    border-radius: 999px;
}

.tg-parallax .tg-btnvtwo {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 13px;
    font-weight: 850;
    line-height: 38px;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
    backdrop-filter: blur(12px);
}

.tg-parallax .tg-btnvtwo:hover {
    background: var(--mb-gold);
    color: #101820;
}

.tg-parallax .tg-ourpartners {
    float: none;
    padding: 0;
    text-align: center;
}

.tg-parallax .tg-ourpartners .tg-pattern {
    float: none !important;
    clear: none !important;
    display: block !important;
    width: 54px !important;
    height: 3px;
    margin: 0 auto 18px !important;
    padding: 0 !important;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--mb-gold), var(--mb-green));
}

.tg-parallax .tg-ourpartners .tg-pattern img {
    display: none;
}

.tg-parallax .tg-ourpartners h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0;
}

.tg-parallax .tg-partners {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(54px, 9vw, 130px);
    padding: 46px 0 0;
}

.tg-parallax .tg-partners li {
    width: auto;
    float: none;
    padding: 0;
}

.tg-parallax .tg-partners li figure,
.tg-parallax .tg-partners li figure a {
    float: none;
    width: auto;
    margin: 0;
}

.tg-parallax .tg-partners img {
    max-height: 34px;
    opacity: .94;
    filter: drop-shadow(0 12px 22px rgba(0, 0, 0, .22));
}

.premium-payments-section .tg-sectionspace,
.tg-parallax .tg-sectionspace:has(.tg-ourpartners) {
    padding: 72px 0 66px;
}

.tg-populartour {
    border: 1px solid rgb(0 0 0 / 56%);
    border-radius: 18px;
    background: #f7f8fa;
    box-shadow: 0 24px 58px rgba(0, 0, 0, .22);
    overflow: hidden;
}

.tg-populartour figure {
    position: relative;
    height: 238px;
    background: #111827;
    overflow: hidden;
}

.tg-populartour figure a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.tg-populartour figure a:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(5, 8, 12, .02) 42%, rgba(5, 8, 12, .5));
}

.tg-populartour figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform .35s ease, filter .35s ease;
}

.tg-populartour:hover figure img {
    transform: scale(1.055);
    filter: saturate(1.06) contrast(1.04);
}

.premium-bus-capacity {
    position: absolute;
    right: 18px;
    bottom: 16px;
    z-index: 2;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 999px;
    background: rgba(5, 8, 12, .54);
    color: #fff;
    font-size: 13px;
    font-weight: 850;
    line-height: 30px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
    backdrop-filter: blur(12px);
}

.tg-populartourcontent,
.tg-populartoursslider .tg-populartourcontent {
    padding: 26px 26px 0;
}

.tg-populartourtitle h3,
.tg-populartourtitle h3 a {
    color: var(--mb-ink);
    font-size: 23px;
    font-weight: 900;
    line-height: 1.25;
}

.tg-populartourcontent .tg-description p {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.55;
}

.tg-populartourcontent .tg-description {
    width: 100%;
    float: none;
    padding: 0;
}

.premium-bus-tags {
    clear: both;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 30px;
    margin: 18px 0 22px;
}

.premium-bus-tags span {
    min-height: 28px;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid rgba(16, 24, 32, .08);
    border-radius: 999px;
    background: #fff;
    color: #344054;
    font-size: 12px;
    font-weight: 750;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tg-populartoursslider .tg-populartourfoot {
    margin: 0 -26px;
    padding: 18px 26px;
    border-color: rgba(16, 24, 32, .08);
    background: rgba(255, 255, 255, .78);
}

.tg-populartoursslider .tg-durationrating {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tg-tourduration,
.tg-stars span,
.tg-stars {
    color: #667085;
}

.tg-pricearea h4,
.tg-pricearea span {
    color: #ff6945;
    font-weight: 900;
}

.premium-bus-order {
    width: max-content;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(22, 166, 106, .24);
    border-radius: 999px;
    background: rgba(22, 166, 106, .1);
    color: #0f8b58;
    font-size: 12px;
    font-weight: 850;
    line-height: 30px;
    text-decoration: none;
}

.premium-bus-order:hover {
    border-color: var(--mb-green);
    background: var(--mb-green);
    color: #fff;
}

.tg-populartoursslider {
    position: relative;
}

.tg-populartoursslider .owl-nav .tg-btnroundprev,
.tg-populartoursslider .owl-nav .tg-btnroundnext {
    position: absolute !important;
    top: 46% !important;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 50%;
    background: rgba(5, 8, 12, .45);
    color: #fff;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .24);
    backdrop-filter: blur(12px);
}

.tg-populartoursslider .owl-nav .tg-btnroundprev {
    left: -62px !important;
    right: auto !important;
}

.tg-populartoursslider .owl-nav .tg-btnroundnext {
    right: -62px !important;
    left: auto !important;
}

.tg-populartoursslider .owl-nav .tg-btnroundprev:hover,
.tg-populartoursslider .owl-nav .tg-btnroundnext:hover {
    border-color: var(--mb-gold);
    background: var(--mb-gold);
    color: #101820;
}

.tg-destinationsslider .item,
.tg-destination {
    border-radius: var(--mb-radius);
    overflow: hidden;
}

.tg-destination {
    box-shadow: var(--mb-shadow-soft);
}

.tg-destination figcaption h2,
.tg-destination figcaption h2 a,
.tg-post figcaption h2,
.tg-post figcaption h2 a {
    font-weight: 900;
    letter-spacing: 0;
}

.tg-footer {
    background: #05070a;
}

.tg-fourcolumns {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .02), transparent),
        #05070a;
}

.tg-footercolumn {
    min-height: 0;
    padding: 72px 0 58px;
    color: rgba(255, 255, 255, .74);
}

.tg-footer .row {
    display: flex;
    flex-wrap: wrap;
}

.tg-footer .row:before,
.tg-footer .row:after {
    display: none;
}

.tg-footer .row > [class^="col-"],
.tg-footer .row > [class*=" col-"] {
    float: none;
}

.tg-footercolumn .tg-widgetcontent,
.tg-footercolumn .tg-widgetcontent ul,
.tg-footercolumn .tg-widgetcontent li {
    float: none;
}

.tg-footercolumn .tg-widgetcontent {
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.tg-footercolumn.tg-widgetdestinations .tg-widgetcontent,
.tg-footercolumn.tg-widgettravelunews .tg-widgetcontent {
    display: block;
}

.tg-footercolumn .tg-widgettitle h3 {
    margin-bottom: 22px;
    color: #fff;
    font-size: 21px;
    font-weight: 900;
}

.tg-footercolumn .tg-widgetcontent p,
.tg-footercolumn .tg-widgetcontent li,
.tg-footercolumn .tg-widgetcontent a,
.tg-footercolumn .tg-widgetcontent span,
.tg-footercolumn .tg-widgetcontent .tg-newcontent h4 a {
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    line-height: 1.55;
}

.tg-footercolumn .tg-widgetcontent a:hover,
.tg-footercolumn .tg-widgetcontent .tg-newcontent h4 a:hover {
    color: var(--mb-gold);
}

.tg-footercolumn .tg-widgetcontent ul li {
    margin-bottom: 8px;
}

.tg-footercolumn .tg-widgetcontent ul,
.tg-footercolumn .tg-widgetcontent .tg-description {
    margin: 0;
    padding: 0;
}

.tg-footercolumn .tg-widgetcontent .tg-description p {
    margin: 0 0 16px !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, .68);
    line-height: 1.6;
}

.tg-footercolumn .tg-widgetcontent li {
    position: relative;
    list-style: none;
}

.tg-footercolumn.tg-widgetdestinations li a,
.tg-footercolumn.tg-widgettravelunews li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tg-footercolumn.tg-widgetdestinations li a:before,
.tg-footercolumn.tg-widgettravelunews li a:before {
    content: "";
    width: 5px;
    height: 5px;
    flex: 0 0 5px;
    border-radius: 50%;
    background: rgba(247, 211, 62, .74);
    box-shadow: 0 0 0 4px rgba(247, 211, 62, .08);
}

.tg-footercolumn .tg-newcontent h4 {
    margin: 0;
    line-height: 1.35;
}

.tg-footer-logo {
    display: inline-flex;
    margin: 2px 0 18px;
}

.tg-footercolumn .logo img {
    max-width: 142px;
    height: auto !important;
    opacity: .9;
    filter: drop-shadow(0 14px 30px rgba(0, 0, 0, .24));
}

.tg-footer-contacts {
    display: grid;
    width: 100%;
    min-width: 0;
    gap: 6px;
    margin-top: 2px;
    clear: both;
}

.tg-footer-contacts a {
    display: inline-flex;
    max-width: 100%;
    width: fit-content;
    color: rgba(255, 255, 255, .82) !important;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.tg-footerbar {
    background: #020305;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.tg-footerbar p {
    margin: 0;
    padding: 13px 0;
    color: rgba(255, 255, 255, .48);
    font-size: 13px;
}

.tg-search.open {
    background: rgba(5, 8, 12, .94);
    backdrop-filter: blur(16px);
}

.premium-bus-request-modal {
    background: rgba(5, 8, 12, .78);
}

.premium-bus-request-modal.open {
    overflow-y: auto;
}

.premium-bus-request-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(420px, .95fr) minmax(560px, 1.05fr);
    background: #f6f8fb;
}

.premium-bus-request-visual {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding: 64px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(5, 8, 12, .1), rgba(5, 8, 12, .88)),
        url("../images/singup-img2.jpg") center / cover no-repeat;
}

.premium-bus-request-visual:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 24% 20%, rgba(247, 211, 62, .2), transparent 24%),
        linear-gradient(90deg, rgba(5, 8, 12, .58), rgba(5, 8, 12, .18));
}

.premium-bus-request-visual__content {
    position: relative;
    z-index: 1;
    max-width: 520px;
    color: #fff;
}

.premium-bus-request-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--mb-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.premium-bus-request-kicker:before {
    content: "";
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.premium-bus-request-visual h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(34px, 3.5vw, 54px);
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: 0;
}

.premium-bus-request-visual p {
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    line-height: 1.65;
}

.premium-bus-request-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.premium-bus-request-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .88);
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(14px);
}

.premium-bus-request-points i {
    color: var(--mb-gold);
}

.premium-bus-request-panel {
    width: 100% !important;
    height: auto !important;
    min-height: 100vh;
    float: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 72px clamp(34px, 5vw, 82px) !important;
    background:
        radial-gradient(circle at 85% 8%, rgba(247, 211, 62, .14), transparent 24%),
        #f7f9fc !important;
}

.premium-bus-request-close {
    top: 28px !important;
    right: 28px !important;
    width: 46px !important;
    height: 46px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    background: #101820 !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    opacity: 1 !important;
    box-shadow: 0 18px 40px rgba(16, 24, 32, .18);
}

.premium-bus-request-close:hover {
    transform: rotate(90deg);
    background: var(--mb-gold) !important;
    color: #101820 !important;
}

.premium-bus-request-card {
    width: min(100%, 720px);
}

.premium-bus-request-logo {
    display: inline-flex;
    margin-bottom: 46px;
}

.premium-bus-request-logo img {
    width: auto;
    max-width: 128px;
    max-height: 72px;
    object-fit: contain;
}

.premium-bus-request-head {
    margin-bottom: 28px;
}

.premium-bus-request-head .premium-bus-request-kicker {
    color: var(--mb-green);
}

.premium-bus-request-head h2 {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    color: #07111f;
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: 0;
}

.premium-bus-request-head h2:after {
    content: "";
    width: 54px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--mb-gold), var(--mb-green));
}

.premium-bus-request-head p {
    max-width: 600px;
    margin: 14px 0 0;
    color: var(--mb-muted);
    font-size: 15px;
    line-height: 1.65;
}

.premium-bus-request-form {
    width: 100%;
}

.premium-bus-request-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.premium-bus-request-grid .form-group {
    margin: 0;
}

.premium-field {
    position: relative;
}

.premium-field--span-2 {
    grid-column: span 2;
}

.premium-field > i {
    position: absolute;
    top: 19px;
    left: 17px;
    z-index: 1;
    color: #98a2b3;
    font-size: 16px;
    pointer-events: none;
}

.premium-field .form-control {
    width: 100%;
    height: 58px;
    padding: 0 18px 0 46px;
    border: 1px solid rgba(16, 24, 32, .1);
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    color: #101820;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(16, 24, 32, .05);
}

.premium-field textarea.form-control {
    min-height: 156px;
    height: 156px;
    padding-top: 18px;
    line-height: 1.55;
}

.premium-field .form-control::placeholder {
    color: #667085;
    font-weight: 600;
}

.premium-field .form-control:focus {
    border-color: rgba(247, 211, 62, .95) !important;
    background: #fff;
    box-shadow: 0 18px 44px rgba(16, 24, 32, .1), 0 0 0 4px rgba(247, 211, 62, .18) !important;
}

.premium-field:focus-within > i {
    color: var(--mb-green);
}

.premium-privacy-check {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    margin: 16px 0 0;
    padding: 14px 16px;
    border: 1px solid rgba(16, 24, 32, .08);
    border-radius: 16px;
    background: rgba(255, 255, 255, .72);
    color: #475467;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.45;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(16, 24, 32, .05);
}

.premium-privacy-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.premium-privacy-check__box {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(16, 24, 32, .16);
    border-radius: 7px;
    background: #fff;
    color: transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
    transition: .2s ease;
}

.premium-privacy-check__box i {
    font-size: 12px;
}

.premium-privacy-check input:checked + .premium-privacy-check__box {
    border-color: var(--mb-green);
    background: var(--mb-green);
    color: #fff;
    box-shadow: 0 10px 22px rgba(22, 163, 106, .22);
}

.premium-privacy-check input:focus + .premium-privacy-check__box {
    box-shadow: 0 0 0 4px rgba(247, 211, 62, .2);
}

.premium-privacy-check a {
    color: #101820;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-color: rgba(247, 211, 62, .8);
    text-underline-offset: 3px;
}

.premium-privacy-check a:hover {
    color: var(--mb-green);
}

.premium-bus-request-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 22px;
}

.premium-bus-request-actions p {
    max-width: 360px;
    margin: 0;
    color: var(--mb-muted);
    font-size: 12px;
    line-height: 1.5;
}

.premium-bus-request-submit {
    min-width: 210px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffe45c, #f4c018);
    color: #101820;
    font-size: 15px;
    font-weight: 950;
    box-shadow: 0 18px 42px rgba(244, 192, 24, .32);
}

.premium-bus-request-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 56px rgba(244, 192, 24, .42);
}

.premium-bus-request-submit:disabled {
    cursor: wait;
    opacity: .76;
    transform: none;
    box-shadow: 0 12px 28px rgba(244, 192, 24, .18);
}

.premium-bus-request-submit i {
    transition: transform .2s ease;
}

.premium-bus-request-submit:hover i {
    transform: translateX(3px);
}

.premium-bus-request-form .alert-msg {
    margin-top: 14px;
    color: var(--mb-green);
    font-size: 14px;
    font-weight: 800;
}

.premium-auth-modal {
    background: rgba(5, 8, 12, .78);
}

.premium-auth-modal.open {
    overflow-y: auto;
}

.premium-auth-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(460px, .92fr) minmax(580px, 1.08fr);
    background:
        radial-gradient(circle at 85% 8%, rgba(247, 211, 62, .1), transparent 20%),
        linear-gradient(135deg, #f7f9fc, #eef3f8);
}

.premium-auth-visual {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding: 64px 72px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(5, 8, 12, .04), rgba(5, 8, 12, .86)),
        url("../images/singup-img.jpg") center / cover no-repeat;
}

.premium-auth-visual:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 12%, rgba(247, 211, 62, .28), transparent 26%),
        linear-gradient(90deg, rgba(5, 8, 12, .42), rgba(5, 8, 12, .08));
}

.premium-auth-visual__content {
    position: relative;
    z-index: 1;
    max-width: 500px;
    color: #fff;
}

.premium-auth-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--mb-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.premium-auth-kicker:before {
    content: "";
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.premium-auth-visual h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: 0;
}

.premium-auth-visual p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.65;
}

.premium-auth-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.premium-auth-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .9);
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(14px);
}

.premium-auth-points i {
    color: var(--mb-gold);
}

.premium-auth-panel {
    width: 100% !important;
    height: auto !important;
    min-height: 100vh;
    float: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 58px clamp(34px, 5vw, 82px) !important;
    background: transparent !important;
}

.premium-auth-close {
    top: 28px !important;
    right: 28px !important;
    width: 46px !important;
    height: 46px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    background: #101820 !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    opacity: 1 !important;
    box-shadow: 0 18px 40px rgba(16, 24, 32, .18);
}

.premium-auth-close:hover {
    transform: rotate(90deg);
    background: var(--mb-gold) !important;
    color: #101820 !important;
}

.premium-auth-card {
    width: min(100%, 620px);
    float: none !important;
    padding: 30px;
    border: 1px solid rgba(16, 24, 32, .08);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .94));
    box-shadow: 0 34px 90px rgba(16, 24, 32, .16);
}

.premium-auth-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.premium-auth-logo img {
    width: auto;
    max-width: 128px;
    max-height: 72px;
    object-fit: contain;
}

.premium-auth-modal .tg-loginnav {
    display: none;
}

.premium-auth-tabs {
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.premium-auth-modal .tg-navtbs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    line-height: 1;
    padding: 5px;
    border: 1px solid rgba(16, 24, 32, .08);
    border-radius: 18px;
    background: #f2f5f8;
}

.premium-auth-modal .tg-navtbs li {
    width: auto;
    float: none;
    padding: 0;
    border: 0;
    list-style: none;
}

.premium-auth-modal .tg-navtbs li:after {
    display: none;
}

.premium-auth-modal .tg-navtbs li a {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 14px;
    color: #667085;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2 !important;
    text-decoration: none;
}

.premium-auth-modal .tg-navtbs li.active a,
.premium-auth-modal .tg-navtbs li:hover a {
    background: #101820;
    color: #fff;
    box-shadow: 0 8px 18px rgba(16, 24, 32, .12);
}

.premium-auth-tabcontent {
    width: 100%;
    float: none;
    padding: 36px 10px 0 !important;
}

.premium-auth-head {
    margin-bottom: 22px;
    text-align: center;
}

.premium-auth-head h2 {
    margin: 0;
    color: #07111f;
    font-size: clamp(28px, 2.5vw, 36px);
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: 0;
}

.premium-auth-head p {
    max-width: 420px;
    margin: 10px auto 0;
    color: var(--mb-muted);
    font-size: 14px;
    line-height: 1.55;
}

.premium-auth-form {
    width: min(100%, 430px);
    margin: 0 auto;
}

.premium-auth-form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.premium-auth-field {
    position: relative;
    margin: 0 0 16px !important;
}

.premium-auth-field label {
    display: block;
    margin: 0 0 8px;
    color: #344054;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.2;
}

.premium-auth-field > i {
    position: absolute;
    left: 17px;
    bottom: 19px;
    z-index: 1;
    color: #98a2b3;
    font-size: 16px;
    pointer-events: none;
}

.premium-auth-field .auth-password-wrap {
    position: relative;
}

.premium-auth-field .form-control {
    width: 100%;
    height: 58px !important;
    padding: 0 18px 0 46px !important;
    border: 1px solid rgba(16, 24, 32, .1) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .94) !important;
    color: #101820 !important;
    font-size: 15px !important;
    font-weight: 750;
    box-shadow: 0 12px 28px rgba(16, 24, 32, .05);
}

.premium-auth-field .form-control::placeholder {
    color: #98a2b3;
    font-weight: 650;
}

.premium-auth-field .form-control:focus {
    border-color: rgba(247, 211, 62, .95) !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(16, 24, 32, .1), 0 0 0 4px rgba(247, 211, 62, .18) !important;
}

.premium-auth-modal input:-webkit-autofill,
.premium-auth-modal input:-webkit-autofill:hover,
.premium-auth-modal input:-webkit-autofill:focus {
    -webkit-text-fill-color: #101820;
    caret-color: #101820;
    border-color: rgba(16, 24, 32, .1) !important;
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, .96) inset, 0 12px 28px rgba(16, 24, 32, .05) !important;
    transition: background-color 9999s ease-out;
}

.premium-auth-field:focus-within > i {
    color: var(--mb-green);
}

.premium-auth-modal .auth-password-toggle {
    position: absolute;
    right: 9px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #667085;
    font-size: 16px;
}

.premium-auth-modal .auth-password-toggle:hover {
    background: rgba(16, 24, 32, .06);
    color: #101820;
}

.premium-auth-modal .auth-password-wrap .form-control {
    padding-right: 54px !important;
}

.premium-auth-submit {
    width: 100%;
    min-height: 58px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 4px !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #ffe45c, #f4c018) !important;
    color: #101820 !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    box-shadow: 0 18px 42px rgba(244, 192, 24, .32);
}

.premium-auth-submit:after {
    display: none !important;
}

.premium-auth-submit:hover {
    transform: translateY(-2px);
    color: #101820 !important;
    box-shadow: 0 24px 56px rgba(244, 192, 24, .42);
}

.premium-auth-submit:disabled,
.premium-auth-submit.is-loading {
    cursor: wait;
    opacity: .76;
    transform: none;
    box-shadow: 0 12px 28px rgba(244, 192, 24, .18);
}

.premium-auth-submit i {
    transition: transform .2s ease;
}

.premium-auth-submit:hover i {
    transform: translateX(3px);
}

.premium-auth-modal .auth-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.premium-auth-modal .alert,
.premium-auth-modal .alert-msg,
.premium-auth-modal .text-danger {
    border-radius: 14px;
}

.premium-tickets-page {
    background:
        radial-gradient(circle at 80% 0%, rgba(247, 211, 62, .12), transparent 24%),
        linear-gradient(180deg, #f6f8fb 0%, #eef2f7 100%) !important;
    padding-bottom: 74px;
}

.premium-tickets-page .tg-innerbanner,
.tg-innerbanner + .premium-tickets-page {
    position: relative;
}

.premium-tickets-page__content {
    top: -130px !important;
}





.premium-tickets-page__search .premium-booking-panel,
.premium-tickets-page__search #search_form {
    background: transparent;
}

.premium-tickets-page__search #search_form fieldset {
    gap: 12px;
}

.premium-tickets-page__search #search_form .form-group {
    min-height: 74px;
}

.premium-tickets-page__search #search_form input.form-control,
.premium-tickets-page__search #search_form .pass-input {
    height: 52px !important;
    min-height: 52px;
    border-radius: 13px;
    box-shadow: 0 10px 26px rgba(16, 24, 32, .1);
}

.premium-tickets-page__search #search_form .search-btn {
    height: 52px;
    line-height: 52px;
    border-radius: 13px !important;
}

.premium-tickets-page__search #search_form .ext_search {
    margin: 7px 10px 0;
    min-height: 15px;
}

.premium-tickets-page__head {
    width: min(100%, 1120px);
    padding: 0 !important;
}

.premium-tickets-page__head .race-ticket-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #07111f;
    font-size: clamp(26px, 2vw, 36px);
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: 0;
}

.premium-tickets-page__head .race-ticket-header:after {
    content: "";
    width: 54px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--mb-gold), var(--mb-green));
}

.premium-tickets-page__head p {
    margin: 10px 0 0;
    color: var(--mb-muted);
    font-size: 15px;
    font-weight: 750;
}

.premium-tickets-page .tg-tickets-list {
    width: min(100%, 1120px);
    display: grid;
    gap: 18px;
    margin: 0 auto;
}

.premium-ticket-tools {
    width: min(100%, 1120px);
    display: grid;
    gap: 14px;
    margin: 0 auto 20px;
}

.premium-ticket-tools__summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    color: var(--mb-muted);
    font-size: 14px;
    font-weight: 750;
}

.premium-ticket-tools__summary strong {
    color: #101820;
    font-size: 18px;
    font-weight: 950;
}

.premium-ticket-tools__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--mb-green);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.premium-ticket-tools__eyebrow:before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--mb-gold), var(--mb-green));
}

.premium-price-map {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}

.premium-price-map__day {
    position: relative;
    min-height: 82px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 10px;
    border: 1px solid rgba(16, 24, 32, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    color: #101820;
    text-align: left;
    box-shadow: 0 14px 34px rgba(16, 24, 32, .06);
}

.premium-price-map__day span {
    color: #98a2b3;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.premium-price-map__day strong {
    color: #101820;
    font-size: 18px;
    font-weight: 950;
    line-height: 1;
}

.premium-price-map__day em {
    color: var(--mb-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 750;
}

.premium-price-map__day small {
    position: absolute;
    right: 10px;
    top: 9px;
    display: inline-flex;
    align-items: center;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(22, 166, 106, .1);
    color: #16884f;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
}

.premium-price-map__day:hover {
    transform: translateY(-2px);
    border-color: rgba(247, 211, 62, .58);
    box-shadow: 0 20px 46px rgba(16, 24, 32, .1);
}

.premium-price-map__day.is-active {
    border-color: rgba(247, 211, 62, .72);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 251, 225, .9)),
        linear-gradient(135deg, rgba(247, 211, 62, .3), rgba(22, 166, 106, .1));
    box-shadow: 0 20px 50px rgba(247, 211, 62, .16);
}

.premium-price-map__day.is-active strong {
    color: #07111f;
}

.premium-price-map__day.is-active em {
    color: #b36b00;
    font-weight: 900;
}

.premium-ticket-sort {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 7px;
    border: 1px solid rgba(16, 24, 32, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .74);
    box-shadow: 0 14px 34px rgba(16, 24, 32, .05);
}

.premium-tickets-sort-btn {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 12px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #667085;
    font-size: 13px;
    font-weight: 900;
}

.premium-tickets-sort-btn i {
    color: #98a2b3;
    font-size: 12px;
}

.premium-tickets-sort-btn:hover {
    background: rgba(16, 24, 32, .06);
    color: #101820;
}

.premium-tickets-sort-btn:hover i {
    color: #101820;
}

.premium-tickets-sort-btn.is-active {
    background: #101820;
    color: #fff;
    box-shadow: 0 12px 26px rgba(16, 24, 32, .16);
}

.premium-tickets-sort-btn.is-active i {
    color: var(--mb-gold);
}

.premium-ticket-card {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 250px !important;
    gap: 22px !important;
    align-items: stretch;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(16, 24, 32, .08) !important;
    border-radius: 24px !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .94));
    color: #101820;
    box-shadow: 0 24px 70px rgba(16, 24, 32, .12);
    overflow: hidden;
}

.premium-ticket-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    border-radius: 24px 0 0 24px;
    background: linear-gradient(180deg, var(--mb-gold), #ffc400);
}

.premium-ticket-card:hover {
    transform: translateY(-3px);
    border-color: rgba(247, 211, 62, .46) !important;
    box-shadow: 0 34px 86px rgba(16, 24, 32, .16);
}

.premium-ticket-card__main {
    display: grid !important;
    gap: 16px;
    padding: 26px 0 28px 38px !important;
}

.premium-ticket-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.premium-ticket-card__badges span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 10px;
    border: 1px solid rgba(16, 24, 32, .08);
    border-radius: 999px;
    background: #f6f8fb;
    color: #475467;
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
}

.premium-ticket-card__badges i {
    color: var(--mb-green);
    font-size: 12px;
}

.premium-ticket-card__timeline {
    display: grid !important;
    grid-template-columns: auto minmax(130px, 1fr) auto;
    align-items: center;
    gap: 8px;
}

.premium-ticket-card__time {
    display: flex !important;
    flex-direction: column;
    gap: 6px;
    font-family: Roboto, Arial, Helvetica, sans-serif !important;
    font-variant-numeric: tabular-nums;
    color: #07111f !important;
    font-size: clamp(28px, 2.15vw, 34px) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0;
    text-align: left !important;
}

.premium-ticket-card__time:before {
    color: #98a2b3;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.premium-ticket-card__timeline time:first-child:before {
    content: "Отправление";
}

.premium-ticket-card__timeline time:last-child:before {
    content: "Прибытие";
}

.premium-ticket-card__duration {
    display: flex !important;
    align-items: center;
    gap: 6px;
    color: #cfd9e6;
}

.premium-ticket-card__duration:before,
.premium-ticket-card__duration:after {
    height: 1px;
    min-width: 0;
    flex: 1 1 auto;
    border: 0 !important;
    border-radius: 999px;
    background: #d4dde8;
    content: "";
}

.premium-ticket-card .hour-road {
    min-width: 42px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #16884f;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(22, 136, 79, .18);
}

.premium-ticket-card__route {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.premium-ticket-card__point {
    position: relative;
    display: block !important;
    min-width: 0;
    padding-left: 20px;
    text-align: left !important;
}

.premium-ticket-card__point:before {
    content: "";
    position: absolute;
    left: 0;
    top: 31px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--mb-gold);
    box-shadow: 0 0 0 5px rgba(247, 211, 62, .2);
}

.premium-ticket-card__point.ticket-route-point--to:before {
    background: var(--mb-green);
    box-shadow: 0 0 0 5px rgba(22, 166, 106, .14);
}

.premium-ticket-card .ticket-date {
    margin: 0 0 8px;
    color: #667085;
    font-size: 13px;
    font-weight: 750;
}

.premium-ticket-card .ticket-city {
    margin: 0;
    color: #101820;
    font-size: 20px;
    font-weight: 950;
    line-height: 1.18;
}

.premium-ticket-card .detail-city {
    max-width: 430px;
    margin: 8px 0 0 !important;
    color: #667085;
    font-size: 14px;
    line-height: 1.45;
}

.premium-ticket-card__meta {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(16, 24, 32, .1);
}

.premium-ticket-card .ticket-carrier,
.premium-ticket-card .ticket-route-number {
    color: #475467;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

.premium-ticket-card .ticket-carrier strong,
.premium-ticket-card .ticket-route-number strong {
    color: #101820;
    font-weight: 900;
}

.premium-ticket-card__equipment {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px !important;
}

.premium-ticket-card .equipment {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(16, 24, 32, .08);
    border-radius: 11px;
    background: #f6f8fb;
}

.premium-ticket-card .equipment img {
    max-width: 20px;
    max-height: 20px;
    object-fit: contain;
}

.premium-ticket-card__aside {
    min-width: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    padding: 28px 28px 28px 10px !important;
    border-left: 1px solid rgba(16, 24, 32, .08) !important;
    text-align: center !important;
}

.premium-ticket-card__seats {
    width: max-content;
    max-width: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0 auto;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef7f1;
    color: #18794e;
    font-size: 12px;
    font-weight: 850;
}

.premium-ticket-card__price {
    display: block;
    margin: 0;
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
    font-variant-numeric: proportional-nums;
    color: #07111f !important;
    font-size: clamp(34px, 2.45vw, 40px) !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: .01em;
    text-align: center !important;
}

.premium-ticket-card__price:after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin: 12px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--mb-gold), var(--mb-green));
}

.premium-ticket-card__price-note {
    width: auto !important;
    margin: -2px 0 14px !important;
    color: #667085;
    font-size: 12px !important;
    font-weight: 700;
}

.premium-ticket-card__button {
    width: 100% !important;
    min-height: 58px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #ffe65f, #ffc629) !important;
    color: #101820 !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    text-decoration: none !important;
    box-shadow: 0 18px 42px rgba(255, 198, 41, .36) !important;
}

.premium-ticket-card__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 56px rgba(255, 198, 41, .46) !important;
}

.premium-ticket-card__button i {
    transition: transform .2s ease;
}

.premium-ticket-card__button:hover i {
    transform: translateX(3px);
}

@media (max-width: 1199px) {
    .main-header .header-inner {
        gap: 16px;
    }

    .main-nav > a,
    .main-nav .dropdown > a,
    .main-nav .dropdown-toggle {
        padding: 0 12px;
        font-size: 14px;
    }

    #search_form fieldset {
        grid-template-columns: 1fr 1fr;
    }

    #search_form .button-mobile-search {
        grid-column: span 2;
    }

    .premium-auth-shell {
        grid-template-columns: 1fr;
    }

    .premium-auth-visual {
        min-height: 360px;
        padding: 52px 34px;
    }

    .premium-auth-panel {
        min-height: auto;
        padding: 44px 22px 54px !important;
    }

    .premium-ticket-card {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .premium-ticket-card__main {
        padding-right: 34px !important;
    }

    .premium-ticket-card__aside {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 10px 18px;
        padding: 22px 34px 30px 40px !important;
        border-left: 0 !important;
        border-top: 1px solid rgba(16, 24, 32, .08) !important;
        text-align: left !important;
    }

    .premium-ticket-card__seats,
    .premium-ticket-card__price,
    .premium-ticket-card__price-note {
        margin-left: 0 !important;
        text-align: left !important;
    }

    .premium-ticket-card__button {
        grid-column: 2;
        grid-row: 1 / span 3;
        min-width: 220px;
    }

}

@media (max-width: 991px) {
    .topbar {
        display: none;
    }

    .main-header {
        min-height: 64px;
    }

    .main-header .header-inner {
        min-height: 64px;
        padding: 0 18px;
    }

    .main-nav {
        display: none;
        justify-content: flex-end;
    }

    body.site-mobile-nav-open .main-nav {
        display: flex;
    }

    .main-header.scroll-to-fixed-fixed + div[style*="height"] {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }

    .tg-bannerholder,
    .tg-bannerholder .tg-homeslider,
    .tg-bannerholder .tg-homeslider .item,
    .tg-bannerholder .tg-homeslider.owl-carousel .owl-item {
        min-height: 720px;
        height: 720px;
    }

    .external-search-banner,
    .external-search-banner .tg-slidercontent {
        min-height: 640px;
        height: auto;
    }

    .external-search-widget {
        width: 100%;
        margin-top: 26px;
        padding: 8px;
        border-radius: 18px;
    }

    .external-search-widget__fallback {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 16px;
    }

    .external-search-widget__fallback a {
        width: 100%;
    }

    .tg-slidercontent h1 {
        font-size: 44px;
    }

    .tg-slidercontent h3 {
        color: rgba(255, 255, 255, .92) !important;
        font-size: 20px;
    }

    .tg-toursdestinations {
        grid-template-columns: 1fr;
        grid-auto-rows: 250px;
    }

    .tg-tourdestination:first-child {
        grid-row: span 1;
    }

    .tg-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .schedule-page-section {
        padding-top: 56px;
        padding-bottom: 70px;
    }

    .schedule-board {
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .schedule-days,
    .schedule-route-card {
        min-width: 980px;
    }

    .premium-bus-request-shell {
        grid-template-columns: 1fr;
    }

    .premium-bus-request-visual {
        min-height: 360px;
        padding: 48px;
    }

    .premium-bus-request-panel {
        min-height: auto;
        padding: 54px 34px !important;
    }
}

@media (max-width: 767px) {
    .container,
    .container-menu {
        width: 100%;
    }

    .main-header .logo {
        width: 96px;
        flex-basis: 96px;
    }

    .main-header .logo img {
        max-width: 94px;
        max-height: 48px;
    }

    .main-nav > a,
    .main-nav .dropdown > a,
    .main-nav .dropdown-toggle {
        min-height: 36px;
        padding: 0 9px;
        font-size: 13px;
    }

    .auth-block .tg-btn,
    .auth-block .tg-btndropdown,
    .main-header .tg-btn,
    .main-header .tg-btndropdown {
        height: 38px !important;
        min-height: 38px;
        padding: 0 14px !important;
        font-size: 12px;
        line-height: 38px !important;
    }

    .tg-bannerholder,
    .tg-bannerholder .tg-homeslider,
    .tg-bannerholder .tg-homeslider .item,
    .tg-bannerholder .tg-homeslider.owl-carousel .owl-item {
        min-height: auto;
        height: auto;
    }

    .tg-bannerholder .tg-slidercontent {
        position: absolute;
        inset: 0;
        min-height: 100%;
        padding: 74px 16px 42px;
    }

    .external-search-banner,
    .external-search-banner .tg-homeslider,
    .external-search-banner .tg-homeslider .item,
    .external-search-banner .tg-homeslider.owl-carousel .owl-item {
        min-height: 620px;
        height: 620px;
    }

    .external-search-banner .tg-slidercontent {
        position: relative;
        inset: auto;
        min-height: 620px;
        height: auto;
        padding: 68px 16px 46px;
    }

    .tg-slidercontent h1 {
        font-size: 30px !important;
    }

    .tg-slidercontent h3 {
        margin-bottom: 26px;
        font-size: 18px;
    }

    .premium-booking-panel {
        padding: 12px;
        border-radius: 16px;
    }

    #search_form fieldset {
        grid-template-columns: 1fr;
    }

    #search_form .button-mobile-search {
        grid-column: auto;
    }

    #search_form .ext_search {
        margin-bottom: 6px;
    }

    #search_form .search-btn {
        min-width: 0;
    }

    .premium-hero-trust {
        gap: 8px 14px;
    }

    .premium-hero-trust span {
        padding: 0;
        border-left: 0;
    }

    .tg-sectionspace {
        padding: 58px 0;
    }

    .schedule-page-section {
        padding-top: 40px;
        padding-bottom: 56px;
    }

    .schedule-page-head {
        display: grid;
        gap: 20px;
        margin-bottom: 24px;
    }

    .schedule-title-block h1 {
        font-size: 38px;
        gap: 12px;
    }

    .schedule-title-block h1:after {
        width: 42px;
    }

    .schedule-title-block p {
        margin-top: 10px;
        font-size: 14px;
    }

    .schedule-date-picker {
        width: 100%;
        min-width: 0;
        justify-content: flex-start;
    }

    .schedule-date-picker .form-control {
        width: 100% !important;
        min-width: 0;
    }

    .schedule-board {
        overflow: visible;
    }

    .schedule-days,
    .schedule-route-card {
        min-width: 0;
    }

    .schedule-days {
        display: block;
    }

    .schedule-days-spacer {
        display: none;
    }

    .schedule-day-list {
        display: flex;
        gap: 10px;
        margin: 0 -16px;
        padding: 0 16px 4px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }

    .schedule-day {
        min-width: 134px;
        flex: 0 0 134px;
        scroll-snap-align: start;
    }

    .schedule-route-card {
        display: grid;
        gap: 14px;
        padding: 12px;
        border-radius: 18px;
    }

    .schedule-route-info {
        padding: 14px;
    }

    .schedule-route-icon {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
        border-radius: 15px;
        font-size: 21px;
    }

    .schedule-route-main h3 {
        font-size: 18px;
    }

    .schedule-slots {
        display: flex;
        gap: 10px;
        margin: 0 -4px;
        padding: 0 4px 4px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }

    .schedule-slot {
        min-width: 154px;
        flex: 0 0 154px;
        scroll-snap-align: start;
    }

    .schedule-mobile-hint {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 14px;
        color: var(--mb-muted);
        font-size: 13px;
        font-weight: 700;
    }

    .premium-bus-request-visual {
        min-height: 300px;
        padding: 34px 18px;
    }

    .premium-auth-visual {
        min-height: 300px;
        padding: 34px 18px;
    }

    .premium-auth-visual h3 {
        font-size: 30px;
    }

    .premium-auth-visual p {
        font-size: 14px;
    }

    .premium-auth-points {
        gap: 8px;
        margin-top: 18px;
    }

    .premium-auth-points span {
        min-height: 30px;
        font-size: 11px;
    }

    .premium-auth-panel {
        padding: 42px 16px 30px !important;
    }

    .premium-auth-close {
        top: 14px !important;
        right: 14px !important;
        width: 40px !important;
        height: 40px !important;
        font-size: 22px !important;
    }

    .premium-auth-logo {
        margin-bottom: 22px;
    }

    .premium-auth-logo img {
        max-width: 112px;
        max-height: 62px;
    }

    .premium-auth-tabs {
        padding: 6px;
        border-radius: 18px;
    }

    .premium-auth-modal .tg-navtbs li a {
        min-height: 48px;
        padding: 0 10px;
        border-radius: 13px;
        font-size: 13px;
    }

    .premium-auth-tabcontent {
        padding: 24px 8px 10px !important;
    }

    .premium-auth-head {
        margin-bottom: 20px;
    }

    .premium-auth-head h2 {
        font-size: 30px;
    }

    .premium-auth-field .form-control {
        height: 54px !important;
    }

    .premium-auth-submit {
        min-height: 54px;
    }

    .premium-tickets-page__content {
        top: 0 !important;
    }

    .premium-tickets-page__search {
        margin-top: 16px;
        padding: 12px;
        border-radius: 18px;
    }

    .premium-tickets-page__head {
        margin: 24px auto 16px !important;
    }

    .premium-tickets-page__head .race-ticket-header {
        font-size: 26px;
    }

    .premium-tickets-page__head .race-ticket-header:after {
        width: 38px;
    }

    .premium-ticket-tools {
        margin-bottom: 16px;
    }

    .premium-ticket-tools__summary {
        display: grid;
        gap: 6px;
    }

    .premium-price-map {
        display: flex;
        gap: 10px;
        margin: 0 -16px;
        padding: 0 16px 4px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }

    .premium-price-map__day {
        min-width: 126px;
        flex: 0 0 126px;
        scroll-snap-align: start;
    }

    .premium-ticket-sort {
        flex-wrap: nowrap;
        margin: 0 -16px;
        padding: 8px 16px;
        overflow-x: auto;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        background: rgba(255, 255, 255, .72);
    }

    .premium-tickets-sort-btn {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .premium-ticket-card {
        border-radius: 20px !important;
    }

    .premium-ticket-card__main {
        gap: 16px;
        padding: 22px 18px 18px 22px !important;
    }

    .premium-ticket-card__timeline {
        grid-template-columns: auto minmax(86px, 1fr) auto;
    }

    .premium-ticket-card__time {
        font-size: 25px !important;
    }

    .premium-ticket-card__time:before {
        font-size: 10px;
    }

    .premium-ticket-card .hour-road {
        min-width: 36px;
        padding: 5px 8px;
        font-size: 11px;
    }

    .premium-ticket-card__route {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .premium-ticket-card__point:before {
        top: 28px;
    }

    .premium-ticket-card .ticket-city {
        font-size: 19px;
    }

    .premium-ticket-card .detail-city {
        font-size: 13px;
    }

    .premium-ticket-card__meta {
        display: block !important;
        padding-top: 16px;
    }

    .premium-ticket-card__equipment {
        justify-content: flex-start;
        margin-top: 12px;
    }

    .premium-ticket-card__aside {
        display: grid !important;
        grid-template-columns: 1fr;
        padding: 18px 18px 22px 22px !important;
        text-align: left !important;
    }

    .premium-ticket-card__seats {
        margin: 0 !important;
    }

    .premium-ticket-card__price {
        font-size: 34px !important;
        text-align: left !important;
    }

    .premium-ticket-card__price:after {
        margin-left: 0;
    }

    .premium-ticket-card__price-note {
        margin: -4px 0 4px !important;
    }

    .premium-ticket-card__button {
        grid-column: auto;
        grid-row: auto;
        min-width: 0;
        width: 100% !important;
    }

    .premium-bus-request-visual h3 {
        font-size: 30px;
    }

    .premium-bus-request-visual p {
        font-size: 14px;
    }

    .premium-bus-request-points {
        gap: 8px;
        margin-top: 18px;
    }

    .premium-bus-request-points span {
        min-height: 30px;
        font-size: 11px;
    }

    .premium-bus-request-panel {
        padding: 42px 16px 30px !important;
    }

    .premium-bus-request-close {
        top: 14px !important;
        right: 14px !important;
        width: 40px !important;
        height: 40px !important;
        font-size: 22px !important;
    }

    .premium-bus-request-logo {
        margin-bottom: 28px;
    }

    .premium-bus-request-logo img {
        max-width: 112px;
        max-height: 62px;
    }

    .premium-bus-request-head {
        margin-bottom: 22px;
    }

    .premium-bus-request-head h2 {
        font-size: 34px;
        gap: 12px;
    }

    .premium-bus-request-head h2:after {
        width: 42px;
    }

    .premium-bus-request-head p {
        font-size: 14px;
    }

    .premium-bus-request-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .premium-field--span-2 {
        grid-column: auto;
    }

    .premium-field .form-control {
        height: 54px;
    }

    .premium-field textarea.form-control {
        min-height: 132px;
        height: 132px;
    }

    .premium-bus-request-actions {
        display: grid;
        gap: 14px;
    }

    .premium-bus-request-submit {
        width: 100%;
    }

    .premium-payments-section .tg-sectionspace,
    .tg-parallax .tg-sectionspace:has(.tg-ourpartners) {
        padding: 48px 0 44px;
    }

    .tg-parallax .tg-ourpartners .tg-pattern {
        margin-bottom: 14px;
    }

    .tg-parallax .tg-partners {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 24px;
        padding: 28px 18px 0;
    }

    .tg-parallax .tg-partners li {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 52px;
        border-radius: 14px;
        background: rgba(255, 255, 255, .08);
    }

    .tg-sectiontitle,
    .tg-sectiontitleleft {
        margin-bottom: 26px;
        padding: 0 16px;
    }

    .tg-sectiontitle h2,
    .tg-sectiontitleleft h2 {
        font-size: 30px;
    }

    .tg-toursdestinations {
        padding: 0 16px !important;
        grid-auto-rows: 230px;
    }

    .tg-features {
        grid-template-columns: 1fr;
        padding: 0 16px;
    }

    .tg-populartour figure {
        height: 220px;
    }

    .tg-populartoursslider .owl-nav .tg-btnroundprev,
    .tg-populartoursslider .owl-nav .tg-btnroundnext {
        top: 170px !important;
    }

    .tg-populartoursslider .owl-nav .tg-btnroundprev {
        left: 14px !important;
    }

    .tg-populartoursslider .owl-nav .tg-btnroundnext {
        right: 14px !important;
    }

    .tg-footercolumn {
        padding: 34px 20px 0;
    }

    .tg-footercolumn .tg-widgettitle h3 {
        margin-bottom: 14px;
    }

    .tg-footer .row > [class^="col-"],
    .tg-footer .row > [class*=" col-"] {
        width: 100%;
    }
}
