.ticket-page-next {
    background: radial-gradient(circle at top left,rgba(64,166,255,.12),transparent 26%),linear-gradient(180deg,#f6fbff 0,#fff 520px);
    padding-bottom: 72px;
    overflow-x: clip;
}
@media (max-width:767px) {
    body.is-home-page .ticket-page-next {
        width: 100%;
        max-width: 100%;
        padding-bottom: 0;
        overflow-x: hidden;
        background: #fff;
    }
    body.is-home-page .public-header.is-home-shell.index_header {
        position: absolute;
        top: 6px;
        right: 0;
        left: 0 !important;
        z-index: 6500;
        width: 100%;
        padding: 0;
        background: 0 0;
        transform: none !important;
        pointer-events: none;
    }
    body.is-home-page .public-header.is-home-shell .container {
        width: 100%;
        max-width: 402px;
        padding-right: 7px;
        padding-left: 7px;
    }
    body.is-home-page .public-header.is-home-shell .header_content.ticket-shell-header__panel {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 25px;
        height: 25px;
        padding: 0 5px;
        border: 1px solid rgba(255,255,255,.16);
        border-radius: 3px;
        background: rgba(14,20,28,.72);
        box-shadow: none;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        pointer-events: auto;
    }
    body.is-home-page .public-header.is-home-shell .logo,body.is-home-page .public-header.is-home-shell .logo a {
        display: flex;
        align-items: center;
        width: 70px;
        height: 18px;
        margin: 0;
    }
    body.is-home-page .public-header.is-home-shell .logo img,body.is-home-page .public-header.is-home-shell .ticket-shell-header__logo-image {
        width: 70px;
        max-width: 70px;
        height: auto;
        max-height: 18px;
        object-fit: contain;
    }
    body.is-home-page .public-header.is-home-shell .ticket-shell-header__actions,body.is-home-page .public-header.is-home-shell .ticket-shell-header__nav {
        display: none !important;
    }
    body.is-home-page .public-header.is-home-shell .menu,body.is-home-page .public-header.is-home-shell .ticket-shell-header__menu {
        display: flex;
        width: auto;
        margin-left: auto;
        justify-content: flex-end;
    }
    body.is-home-page .public-header.is-home-shell .burger {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 22px;
        min-width: 22px;
        height: 22px;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        background: #419dff;
        box-shadow: none;
    }
    body.is-home-page .public-header.is-home-shell .burger img {
        width: 12px;
        height: 12px;
        object-fit: contain;
    }
    .ticket-page-next__hero-shell {
        position: relative;
        z-index: 20;
        width: 100%;
        padding-top: 0;
        overflow: visible;
    }
    .ticket-page-next__directions>.container,.ticket-page-next__hero-shell>.container,.ticket-page-next__popular>.container,.ticket-page-next__results>.container,.ticket-page-next__seo>.container {
        width: 100%;
        max-width: 402px;
        padding-right: 4px;
        padding-left: 4px;
    }
    .ticket-page-next__hero {
        width: 100%;
        min-height: 332px !important;
        height: 332px;
        padding: 42px 12px 0 !important;
        border-radius: 5px;
        overflow: hidden;
        background: #9186e6;
    }
    .ticket-page-next__hero-bg {
        object-position: center center;
    }
    .ticket-page-next__hero-content {
        display: block;
        width: 100%;
        min-height: 0;
    }
    .ticket-page-next__hero-copy {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        flex-direction: column;
        text-align: center;
    }
    .ticket-page-next__hero-title {
        order: 1;
        max-width: 330px;
        margin: 0 auto;
        font-size: 22px;
        font-weight: 400;
        line-height: 1.12;
        letter-spacing: -.02em;
    }
    .ticket-page-next__hero-subtitle {
        order: 2;
        max-width: 270px;
        margin: 10px auto 0;
        font-size: 12px;
        line-height: 1.22;
    }
    .ticket-page-next__hero-users {
        order: 3;
        justify-content: center;
        margin-top: 10px;
    }
    .ticket-page-next__hero-avatar {
        width: 29px;
        height: 29px;
    }
    .ticket-page-next__hero-avatar+.ticket-page-next__hero-avatar {
        margin-left: -7px;
    }
    .ticket-page-next__hero-users-copy strong {
        font-size: 19px;
        line-height: 22px;
    }
    .ticket-page-next__hero-users-copy span {
        font-size: 10px;
        line-height: 14px;
    }
    .ticket-page-next__hero-stores {
        order: 4;
        justify-content: center;
        gap: 6px;
        margin-top: 9px;
    }
    .ticket-page-next__hero-stores>a>picture>img {
        width: auto;
        height: 28px;
        border-radius: 2px;
    }
    .ticket-page-next__hero-phones,.ticket-page-next__hero-reflection,.ticket-page-next__hero-visual {
        display: none !important;
    }
    .ticket-page-next__search {
        width: 376px;
        max-width: calc(100% - 16px);
        margin: -89px auto 0;
    }
    .ticket-page-next__search .figma-home-search,body.is-home-page .ticket-page-next__search .figma-home-search {
        width: 100%;
        max-width: none;
        margin: 0 auto !important;
        position: relative !important;
    }
    .ticket-page-next__search .figma-home-search__bar {
        display: flex;
        width: 100%;
        min-height: 248px !important;
        height: auto !important;
        padding: 8px 13px 11px !important;
        flex-direction: column;
        align-items: stretch;
        gap: 5px;
        border: 1px solid #40a6ff;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0 10px 18px rgba(37,60,95,.11);
        overflow: hidden;
    }
    .ticket-page-next__search .figma-home-search__field {
        width: 100%;
        min-height: 36px !important;
        height: 36px !important;
        padding: 0 0 0 2px;
        gap: 7px;
        border: 0;
        border-bottom: 1px solid #ebeff5;
        border-radius: 0;
        background: #fff;
        box-shadow: none;
    }
    .ticket-page-next__search .figma-home-search__field::after,.ticket-page-next__search .figma-home-search__swap {
        display: none !important;
    }
    .ticket-page-next__search .figma-home-search__icon {
        width: 14px;
        height: 14px;
    }
    .ticket-page-next__search .figma-home-search__value {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0;
    }
    .ticket-page-next__search .figma-home-search__value--desktop {
        display: none;
    }
    .ticket-page-next__search .figma-home-search__value--mobile {
        display: inline;
    }
    .ticket-page-next__search .ticket-hero-search__quick-links--mobile {
        display: flex;
        justify-content: flex-start;
        gap: 8px;
        margin: -6px 0 0 22px;
        line-height: 1;
    }
    .ticket-page-next__search .ticket-hero-search__quick-links--mobile a {
        color: #40a6ff;
        font-size: 10px;
        line-height: 12px;
    }
    .ticket-page-next__search .ticket-hero-search__quick-links--desktop {
        display: none;
    }
    .ticket-page-next__search .figma-home-search__submit {
        width: 100%;
        min-height: 40px;
        height: 40px;
        margin: 5px 0 0;
        padding: 0;
        border-radius: 4px;
        font-size: 12px;
        line-height: 16px;
    }
    .ticket-page-next__search .figma-home-search__panel {
        position: fixed;
        top: auto !important;
        right: 8px !important;
        bottom: calc(10px + env(safe-area-inset-bottom)) !important;
        left: 8px !important;
        width: auto !important;
        max-width: 386px;
        max-height: min(78dvh,520px);
        margin: 0 auto;
        border-radius: 14px;
        z-index: 7200;
    }
    .ticket-page-next__results {
        padding-top: 7px;
    }
    .ticket-page-next__head {
        margin-bottom: 7px;
    }
    .ticket-page-next__title {
        max-width: 360px;
        margin: 0 auto;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.18;
        text-align: center;
    }
    .ticket-page-next__date-tabs {
        margin: 0-4px 8px;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .ticket-page-next__date-tabs-track {
        grid-auto-columns: 79px;
        min-width: 395px;
    }
    .ticket-page-next__date-tab {
        min-height: 41px;
    }
    .ticket-page-next__date-number,.ticket-page-next__date-weekday {
        font-size: 11px;
        line-height: 13px;
    }
    .ticket-page-next__results-summary {
        align-items: center;
        gap: 6px;
        margin: 0 0 8px;
        padding: 0;
    }
    .ticket-page-next__count {
        flex: 0 0 auto;
        font-size: 12px;
        line-height: 16px;
    }
    .ticket-page-next__sort-toolbar {
        gap: 4px;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 1px;
    }
    .ticket-page-next__sort-chip {
        min-height: 22px;
        padding: 4px 8px;
        border-radius: 3px;
        font-size: 10px;
        line-height: 12px;
        white-space: nowrap;
    }
    .ticket-page-next__cards {
        gap: 7px;
    }
    .ticket-route-card {
        min-height: 0 !important;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(17,29,46,.05);
    }
    .ticket-route-card+.ticket-route-card {
        margin-top: 7px;
    }
    .ticket-route-card__mobile {
        min-height: 0 !important;
        padding: 7px;
    }
    .ticket-route-card__mobile-head {
        grid-template-columns: minmax(0,1fr) 110px minmax(0,1fr);
        row-gap: 4px;
        column-gap: 6px;
    }
    .ticket-route-card__mobile-date {
        font-size: 11px;
    }
    .ticket-route-card__mobile-time {
        font-size: 18px;
        letter-spacing: -.7px;
    }
    .ticket-route-card__mobile-city {
        font-size: 18px;
        letter-spacing: -.8px;
    }
    .ticket-route-card__mobile-duration {
        font-size: 9px;
    }
    .ticket-route-card__mobile-station {
        font-size: 10px;
        line-height: 1.18;
    }
    .ticket-route-card__price--mobile {
        gap: 4px;
    }
    .ticket-route-card__price--mobile small,.ticket-route-card__price--mobile span {
        font-size: 24px;
    }
    .ticket-route-card__mobile-buy .ticket-route-card__buy {
        min-width: 168px;
        min-height: 30px;
        padding: 5px 12px;
        border-radius: 4px;
        font-size: 12px;
        line-height: 15px;
    }
    .ticket-route-card__mobile-footer {
        grid-template-columns: minmax(0,1fr) auto auto;
        gap: 6px;
        margin-top: 7px;
        padding-top: 5px;
    }
    .ticket-route-card__mobile-route {
        gap: 5px;
        font-size: 11px;
    }
    .ticket-route-card__mobile-route img {
        width: 21px;
        height: 21px;
    }
    .ticket-route-card__details-link--mobile {
        font-size: 10px;
    }
    .ticket-route-card__mobile-services {
        gap: 2px;
    }
    .ticket-route-card__service-icon--mobile {
        width: 21px;
        height: 21px;
    }
    .ticket-page-next__popular,.ticket-page-next__popular .container {
        padding-top: 14px;
    }
    .ticket-page-next__popular .ticket-page-next__section-head {
        margin-bottom: 11px;
    }
    .ticket-page-next__popular .ticket-page-next__section-title {
        font-size: 16px;
        line-height: 19px;
    }
    .ticket-page-next__popular-grid {
        display: flex;
        gap: 8px;
        margin-right: -4px;
        overflow-x: auto;
        padding: 0 0 11px;
        scrollbar-width: none;
    }
    .ticket-page-next__popular-grid::-webkit-scrollbar {
        display: none;
    }
    .ticket-page-next__popular-card {
        flex: 0 0 186px;
        min-height: 128px;
        padding: 9px 10px;
        border-radius: 4px;
        box-shadow: none;
    }
    .ticket-page-next__popular-card-title {
        margin-bottom: 8px;
        font-size: 13px;
    }
    .ticket-page-next__popular-route-row {
        column-gap: 8px;
        font-size: 10px;
        line-height: 12px;
    }
    .ticket-page-next__popular-route-price {
        font-size: 10px;
    }
}
.public-header.is-home-shell.index_header {
    position: relative;
    left: auto;
    top: auto;
    z-index: 6;
}
.public-header.is-home-shell {
    padding: 4px 0 0;
}
.public-header.is-home-shell .container {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    background: 0 0;
    border: 0;
    border-radius: 0;
}
.public-header.is-home-shell .header_content,.ticket-shell-header__panel {
    position: relative;
    display: grid;
    grid-template-columns: 170px minmax(0,1fr);
    align-items: center;
    height: 65px;
    min-height: 65px;
    padding: 0 17px 0 19px;
    border: .5px solid #6f6a6d;
    border-radius: 10px;
    background: rgba(50,48,50,.55);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.public-header.is-home-shell .logo {
    margin-left: 0;
    flex: 0 0 auto;
    width: 170px;
}
.public-header.is-home-shell .logo a {
    display: block;
    width: 170px;
}
.public-header.is-home-shell .logo img {
    display: block;
    width: 170px;
    height: 23.66px;
    max-width: none;
    object-fit: contain;
}
.ticket-shell-header__logo-image {
    display: block;
    width: 100%;
    height: 100%;
}
.public-header.is-home-shell .menu,.ticket-shell-header__menu {
    display: grid;
    grid-template-columns: minmax(0,1fr) 220px;
    align-items: center;
    justify-content: stretch;
    width: 100%;
    margin-left: 0;
    flex: 1 1 100%;
    min-width: 0;
    column-gap: 16px;
}
.ticket-shell-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    width: auto;
    max-width: none;
    margin: 0 auto;
    flex-wrap: nowrap;
    min-width: 0;
    gap: 41px;
    overflow: hidden;
}
.ticket-shell-header__nav-link {
    position: relative;
    color: #fff;
    font-family: "Exo 2",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.6px;
    letter-spacing: .43px;
    text-transform: uppercase;
    opacity: 1;
    white-space: nowrap;
}
.public-header.is-home-shell .ticket-shell-header__nav .dropdown_link.active,.public-header.is-home-shell .ticket-shell-header__nav-link.active,.public-header.is-home-shell .ticket-shell-header__nav-link:hover {
    color: #fff;
    opacity: 1;
}
.ticket-shell-header__nav-link--dropdown::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 7px;
    height: 5px;
    background: url(/images/figma/ticket/header-dropdown-arrow.svg)no-repeat center/contain;
    vertical-align: middle;
    transform: translateY(-1px);
}
.ticket-shell-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    width: 220px;
    margin-left: 0;
    flex: 0 0 auto;
    overflow: visible;
    justify-self: end;
}
.ticket-shell-header__actions .langs_block,.ticket-shell-header__actions .support_wrapper {
    margin-left: 0;
    flex: 0 0 auto;
}
.ticket-shell-header__lang .langs_select {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    cursor: pointer;
    appearance: none;
}
.ticket-shell-header__lang {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    min-width: 45px;
    height: 35px;
    position: relative;
    border-radius: 5px;
    background: #ede7df;
    overflow: hidden;
}
.ticket-shell-header__lang::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 14px;
    height: 14px;
    background: url(/images/figma/ticket/header-lang-icon.svg)no-repeat center/contain;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
}
.ticket-shell-header__lang::after {
    content: none;
}
.ticket-shell-header__lang-value {
    position: relative;
    z-index: 1;
    display: block;
    padding-left: 14px;
    color: #000;
    font-family: "Exo 2",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.6px;
    letter-spacing: -.57px;
    text-transform: uppercase;
    pointer-events: none;
}
.ticket-shell-header__account-btn,.ticket-shell-header__icon-btn {
    box-sizing: border-box;
    min-height: 35px;
    border-radius: 5px;
    overflow: hidden;
}
.ticket-shell-header__icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 45px;
    width: 45px;
    height: 35px;
    background: 0 0;
    color: #000;
    padding: 0;
    line-height: 0;
    vertical-align: top;
}
.ticket-shell-header__icon-btn img {
    width: 45px;
    height: 35px;
    display: block;
    vertical-align: top;
}
.ticket-shell-header__support {
    display: flex;
    align-items: center;
    width: 45px;
    min-width: 45px;
    height: 35px;
}
.ticket-shell-header__account-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex: 0 0 120px;
    width: 120px;
    height: 35px;
    padding: 0 10px;
    background: #40a6ff;
    color: #fff;
    font-family: "Exo 2",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: -.5px;
    text-transform: uppercase;
}
.ticket-shell-header__account-btn span {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
}
.ticket-shell-header__account-btn img {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    display: block;
}
.public-header.is-home-shell .burger {
    display: none;
}
.ticket-page-next__hero-shell {
    position: relative;
    z-index: 20;
    padding-top: 7px;
    overflow: visible;
}
.ticket-page-next__hero {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #838383;
    min-height: 384px;
    padding: 40px 85px 0 38px;
}
.ticket-page-next__hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}
.ticket-page-next__hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,783px) 339px;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
}
.ticket-page-next__hero-copy {
    max-width: 783px;
    width: 100%;
}
.ticket-page-next__hero-title {
    margin: 0;
    color: #fff;
    font-family: "Exo 2",sans-serif;
    font-size: 42px;
    line-height: 50.4px;
    font-weight: 400;
    letter-spacing: -.84px;
    max-width: 783px;
}
.ticket-page-next__hero-subtitle {
    margin: 16px 0 0;
    max-width: 568px;
    color: #fff;
    font-family: "Exo 2",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.ticket-page-next__hero-stores {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 17px;
}
.ticket-page-next__hero-stores img {
    height: 38px;
    width: auto;
}
.ticket-page-next__hero-users {
    gap: 10px;
    margin-top: 20px;
}
.ticket-page-next__hero-avatars,.ticket-page-next__hero-users {
    display: flex;
    align-items: center;
}
.ticket-page-next__hero-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
}
.ticket-page-next__hero-avatar+.ticket-page-next__hero-avatar {
    margin-left: -10px;
}
.ticket-page-next__hero-users-copy {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: #fff;
    font-family: "DM Sans",sans-serif;
}
.ticket-page-next__hero-users-copy strong {
    font-size: 26px;
    font-weight: 400;
    line-height: 29px;
}
.ticket-page-next__hero-users-copy span {
    color: #dbdbdb;
    font-family: "Exo 2",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
}
.ticket-page-next__hero-visual {
    display: flex;
    justify-content: flex-start;
    align-self: start;
    position: relative;
    min-height: 334px;
    width: 339px;
}
.ticket-page-next__hero-phones {
    position: relative;
    z-index: 2;
    width: 339px;
    max-width: 100%;
    transform: translateY(-16px);
}
.ticket-page-next__hero-reflection {
    position: absolute;
    left: 0;
    top: 281px;
    width: 339px;
    max-width: 100%;
    transform: scaleY(-1);
    opacity: .54;
    filter: blur(.4px);
    mask-image: linear-gradient(to bottom,rgba(0,0,0,.55),transparent);
    -webkit-mask-image: linear-gradient(to bottom,rgba(0,0,0,.55),transparent);
}
.ticket-page-next__search {
    position: relative;
    z-index: 80;
    margin: -21px auto 0;
    max-width: 1064px;
}
.ticket-page-next__search .figma-home-search {
    margin: 0 auto;
    position: relative;
    z-index: 80;
    box-shadow: none;
}
.ticket-page-next__search .figma-home-search__panel {
    z-index: 90;
}
.buy_btn.is-disabled,.schedule_details_btn.is-disabled {
    opacity: .55;
    cursor: default;
    pointer-events: none;
}
@media (min-width:768px) {
    .ticket-page-next__hero-shell.is-search-panel-open {
        position: relative;
        z-index: 2000;
    }
    .ticket-page-next__search .figma-home-search__panel {
        position: absolute !important;
        top: calc(100% + 6px) !important;
        right: auto !important;
        bottom: auto !important;
        max-height: none;
        overflow: hidden;
        transform: none !important;
        z-index: 1200;
    }
    .ticket-page-next__search .figma-home-search__panel[data-home-search-panel=from] {
        left: 14px;
    }
    .ticket-page-next__search .figma-home-search__panel[data-home-search-panel=to] {
        left: 257px;
    }
    .ticket-page-next__search .figma-home-search__panel[data-home-search-panel=date] {
        left: 433px;
    }
    .ticket-page-next__search .figma-home-search__panel[data-home-search-panel=passengers] {
        left: 695px;
    }
}
.ticket-page-next__search .figma-home-search__bar {
    position: relative;
    grid-template-columns: 247px 250px 202px 212px 153px;
    width: 1064px;
    max-width: 100%;
    min-height: 53px;
    height: 53px;
    border-radius: 50px;
    border-color: #40a6ff;
    box-shadow: 0 0 0 6px #fff,0 10px 30px rgba(34,59,93,.12);
    padding: 0;
    overflow: hidden;
}
.ticket-hero-search__quick-links {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 5px;
}
.figma-home-search__value--mobile,.ticket-hero-search__quick-links--mobile {
    display: none;
}
.ticket-hero-search__quick-links a {
    color: #40a6ff;
    font-family: "Exo 2",sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.36px;
    text-decoration: none;
}
.ticket-page-next__search .figma-home-search__field {
    min-height: 53px;
    padding: 0 16px 0 18px;
    gap: 8px;
}
.ticket-page-next__search .figma-home-search__field[data-home-search-toggle=to] {
    padding-left: 10px;
}
.ticket-page-next__search .figma-home-search__field[data-home-search-toggle=date],.ticket-page-next__search .figma-home-search__field[data-home-search-toggle=passengers] {
    padding-left: 12px;
}
.ticket-page-next__search .figma-home-search__field::after {
    top: 13px;
    height: 26px;
    background: #ececec;
}
.ticket-page-next__search .figma-home-search__swap {
    position: absolute;
    left: 232px;
    top: 22px;
    width: 11px;
    height: 7px;
    margin: 0;
    border-radius: 0;
    z-index: 3;
}
.ticket-page-next__search .figma-home-search__swap img {
    width: 11px;
    height: 7px;
}
.ticket-page-next__search .figma-home-search__icon {
    width: 14px;
    height: 14px;
}
.ticket-page-next__search .figma-home-search__icon img {
    width: 100%;
    height: 100%;
}
.ticket-page-next__search .figma-home-search__value {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.42px;
}
.ticket-page-next__search .figma-home-search__submit {
    width: 153px;
    height: 52px;
    border-radius: 0 30px 30px 0;
    padding: 0 50px;
}
.ticket-page-next__results {
    position: relative;
    z-index: 1;
    padding-top: 18px;
}
.ticket-page-next__date-tabs {
    margin-bottom: 28px;
}
.ticket-page-next__date-tabs-track {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(116px,1fr));
    max-width: 1248px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 14px 36px rgba(37,60,95,.06);
    overflow: hidden;
}
.ticket-page-next__date-tab {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 58px;
    gap: 2px;
    color: #373737;
    text-decoration: none;
    font-family: "Exo 2",sans-serif;
}
.ticket-page-next__date-tab+.ticket-page-next__date-tab::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: #efefef;
}
.ticket-page-next__date-tab.is-active {
    background: #40a6ff;
    color: #fff;
}
.ticket-page-next__date-number,.ticket-page-next__date-weekday {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.36px;
}
.ticket-page-next__head {
    margin-bottom: 20px;
}
.ticket-page-next__title {
    margin: 0;
    color: #3c3c3c;
    font-family: "Exo 2",sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}
.ticket-page-next__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #8090a5;
    font-family: "Exo 2",sans-serif;
    font-size: 14px;
    line-height: 1.4;
}
.ticket-page-next__meta-separator {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b7c2d1;
}
.ticket-page-next__cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ticket-page-next__empty,.ticket-page-next__seo-card {
    border-radius: 20px;
    border: 1px solid #edf2f8;
    background: #fff;
    box-shadow: 0 18px 44px rgba(37,60,95,.06);
}
.ticket-page-next__empty {
    padding: 28px;
    color: #53657c;
    font-family: "Exo 2",sans-serif;
    font-size: 18px;
    text-align: center;
}
.ticket-route-card__body {
    display: grid;
    grid-template-columns: minmax(0,1fr) 210px;
}
.ticket-route-card__main {
    display: grid;
    grid-template-columns: minmax(0,1fr) 260px minmax(0,1fr);
    gap: 24px;
    padding: 24px 26px 22px;
}
.ticket-route-card__center {
    justify-content: center;
}
.ticket-route-card__duration {
    margin-bottom: 14px;
}
.ticket-route-card__track {
    display: flex;
    width: 100%;
    align-items: center;
}
.ticket-route-card__track-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #40a6ff;
    background: #fff;
}
.ticket-route-card__track-line {
    flex: 1;
    border-top: 1px dashed #40a6ff;
}
.ticket-route-card__track-icon {
    position: relative;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    margin: 0 12px;
    border-radius: 50%;
    border: 1px solid rgba(64,166,255,.45);
    background: #fff;
}
.ticket-route-card__track-icon::before {
    content: "";
    position: absolute;
    inset: 11px 10px 11px 11px;
    background: url(/images/legacy/common/ticket_logo_2.svg)no-repeat center/contain;
}
.ticket-route-card__aside {
    justify-content: center;
}
.ticket-route-card__price {
    text-align: center;
    font-family: "Exo 2",sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
}
.ticket-route-card__price small {
    display: block;
    margin-top: 6px;
}
.ticket-route-card__buy {
    width: 100%;
}
.ticket-route-card__footer {
    display: grid;
    grid-template-columns: minmax(200px,1.4fr) minmax(180px,1.6fr) auto auto;
    gap: 14px 18px;
    align-items: center;
    padding: 18px 26px 20px;
    border-top: 1px solid #edf2f8;
}
.ticket-route-card__carrier {
    margin-top: 4px;
    color: #8b98aa;
    font-family: "Exo 2",sans-serif;
    font-size: 13px;
}
.ticket-route-card__labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ticket-route-card__label,.ticket-route-card__service {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    font-family: "Exo 2",sans-serif;
    font-size: 13px;
    font-weight: 600;
}
.ticket-route-card__label {
    background: rgba(64,166,255,.1);
    color: #2484d8;
}
.ticket-route-card__label--accent {
    background: rgba(255,124,0,.14);
    color: #ff7c00;
}
.ticket-route-card__service {
    background: #f4f7fb;
    color: #61748c;
}
.ticket-route-card__actions {
    display: flex;
    gap: 10px;
}
.ticket-route-card__action,.ticket-route-card__availability {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    border-radius: 999px;
    font-family: "Exo 2",sans-serif;
    font-size: 13px;
}
.ticket-route-card__action {
    justify-content: center;
    padding: 0 16px;
    border: 1px solid #dce6f3;
    background: #fff;
    color: #406485;
    font-weight: 600;
}
.ticket-route-card__availability {
    justify-self: end;
    padding: 0 14px;
    background: rgba(64,166,255,.12);
    color: #2484d8;
    font-weight: 700;
    text-align: center;
}
.ticket-page-next__directions,.ticket-page-next__seo {
    padding-top: 42px;
}
.ticket-page-next__section-head {
    margin-bottom: 22px;
}
.ticket-page-next__section-title {
    margin: 0;
    color: #2d3c4f;
    font-family: "Exo 2",sans-serif;
    font-size: 28px;
    font-weight: 600;
}
.ticket-page-next__section-subtitle {
    margin: 10px 0 0;
    max-width: 560px;
    color: #8191a5;
    font-family: "Exo 2",sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.ticket-page-next__popular-card {
    text-decoration: none;
}
.ticket-page-next__popular-route {
    color: #2d3c4f;
    font-family: "Exo 2",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}
.ticket-page-next__popular-line,.ticket-page-next__popular-times {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #61748c;
    font-family: "Exo 2",sans-serif;
    font-size: 14px;
}
.ticket-page-next__popular-times {
    color: #2d3c4f;
    font-weight: 600;
}
.ticket-page-next__popular-arrow {
    color: #40a6ff;
    font-weight: 700;
}
.ticket-page-next__popular-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(64,166,255,.12);
    color: #2484d8;
    font-family: "Exo 2",sans-serif;
    font-size: 13px;
    font-weight: 700;
    width: fit-content;
}
.ticket-page-next__directions .figma-home-routes {
    padding-top: 0;
}
.ticket-page-next__seo-card {
    padding: 26px 28px;
    color: #53657c;
    font-family: "Exo 2",sans-serif;
    font-size: 16px;
    line-height: 1.8;
}
@media (max-width:1199px) {
    .public-header.is-home-shell .header_content {
        grid-template-columns: 170px minmax(0,1fr);
    }
    .public-header.is-home-shell .menu {
        display: flex;
    }
    .public-header.is-home-shell .burger {
        display: inline-flex;
        margin-left: 20px;
    }
    .ticket-shell-header__nav {
        position: static;
        transform: none;
        width: auto;
        justify-content: flex-end;
        gap: 28px;
    }
    .ticket-shell-header__actions {
        width: auto;
    }
    .ticket-route-card__body {
        grid-template-columns: 1fr;
    }
    .ticket-route-card__aside {
        border-left: none;
        border-top: 1px solid #edf2f8;
        flex-direction: row;
        justify-content: space-between;
    }
    .ticket-route-card__buy {
        max-width: 260px;
    }
}
@media (max-width:991px) {
    .public-header.is-home-shell.index_header {
        position: absolute;
        left: 50%;
        top: 5px;
        width: min(384px,calc(100% - 10px));
        transform: translateX(-50%);
        z-index: 8;
    }
    .public-header.is-home-shell,.public-header.is-home-shell .container {
        padding: 0;
    }
    .public-header.is-home-shell .header_content,.ticket-shell-header__panel {
        grid-template-columns: 83px 1fr 28px;
        height: 40px;
        min-height: 40px;
        padding: 0 6px;
        border-radius: 10px;
    }
    .public-header.is-home-shell .logo,.public-header.is-home-shell .logo a {
        width: 83px;
    }
    .public-header.is-home-shell .logo img {
        width: 83px;
        height: 11.55px;
    }
    .public-header.is-home-shell .menu {
        justify-content: flex-end;
    }
    .ticket-shell-header__actions,.ticket-shell-header__nav {
        display: none !important;
    }
    .public-header.is-home-shell .burger {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        margin-left: auto !important;
        padding: 0;
        border-radius: 40px;
        background: #40a6ff;
        box-shadow: none;
    }
    .public-header.is-home-shell .burger img {
        width: 18px;
        height: 7.2px;
        object-fit: contain;
    }
    .ticket-page-next__hero-shell {
        padding-top: 0;
    }
    .ticket-page-next__hero {
        min-height: 457px;
        padding: 61px 11px 0;
    }
    .ticket-page-next__hero-content {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .ticket-page-next__hero-visual {
        justify-content: center;
    }
    .ticket-route-card__footer,.ticket-route-card__main {
        grid-template-columns: 1fr;
    }
    .ticket-route-card__availability {
        justify-self: start;
    }
}
@media (max-width:767px) {
    .ticket-page-next {
        padding-bottom: 52px;
    }
    .ticket-page-next__hero {
        min-height: 457px;
        padding: 61px 0 0;
    }
    .ticket-page-next__hero-title {
        width: 100%;
        max-width: 372px;
        margin: 0 auto;
        font-size: 24px;
        line-height: normal;
        letter-spacing: -.48px;
        font-weight: 400;
        text-align: center;
    }
    .ticket-page-next__hero-subtitle {
        max-width: 304px;
        margin: 11px auto 0;
        font-size: 14px;
        line-height: normal;
        text-align: center;
    }
    .ticket-page-next__hero-copy {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 372px;
        width: 100%;
        margin: 0 auto;
        padding: 0 9px;
    }
    .ticket-page-next__hero-users {
        order: 3;
        flex-direction: column;
        gap: 6px;
        margin-top: 17px;
    }
    .ticket-page-next__hero-stores {
        order: 4;
        gap: 3px;
        margin-top: 16px;
        justify-content: center;
    }
    .ticket-page-next__hero-stores>a:first-child>picture>img {
        width: 128.25px;
        height: 38px;
    }
    .ticket-page-next__hero-stores>a:last-child>picture>img {
        width: 112px;
        height: 38px;
    }
    .ticket-page-next__hero-avatar {
        width: 38.24px;
        height: 38.24px;
    }
    .ticket-page-next__hero-avatar+.ticket-page-next__hero-avatar {
        margin-left: -7.65px;
    }
    .ticket-page-next__hero-users-copy strong {
        font-size: 20px;
        line-height: 29px;
    }
    .ticket-page-next__hero-users-copy span {
        font-size: 12px;
        line-height: 29px;
    }
    .ticket-page-next__hero-reflection,.ticket-page-next__hero-visual {
        display: none;
    }
    .ticket-page-next__search {
        margin-top: -122px;
        max-width: 376px;
    }
    .ticket-page-next__search .figma-home-search {
        width: 376px;
        max-width: 100%;
    }
    .ticket-page-next__search .figma-home-search__bar {
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
        border-radius: 10px;
        border: 1px solid #40a6ff;
        box-shadow: 0 4px 4px rgba(0,0,0,.15);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        background: rgba(255,255,255,.96);
    }
    .ticket-page-next__search .figma-home-search__field {
        min-height: 55px;
        padding: 0 20px;
        border-radius: 0;
        background: 0 0;
    }
    .ticket-page-next__search .figma-home-search__field[data-home-search-toggle=from] {
        border-top: none;
    }
    .ticket-page-next__search .figma-home-search__field[data-home-search-toggle=date],.ticket-page-next__search .figma-home-search__field[data-home-search-toggle=passengers],.ticket-page-next__search .figma-home-search__field[data-home-search-toggle=to] {
        border-top: 1px solid #ececec;
    }
    .ticket-page-next__search .figma-home-search__field::after,.ticket-page-next__search .figma-home-search__swap {
        display: none;
    }
    .ticket-page-next__search .figma-home-search__icon {
        width: 14px;
        height: 14px;
    }
    .ticket-hero-search__quick-links--desktop,.ticket-page-next__search .figma-home-search__value--desktop {
        display: none;
    }
    .ticket-page-next__search .figma-home-search__value--mobile {
        display: block;
    }
    .ticket-page-next__search .figma-home-search__field[data-home-search-toggle=date] {
        min-height: 47px;
        padding-bottom: 0;
    }
    .ticket-hero-search__quick-links--mobile {
        display: flex;
        justify-content: flex-start;
        gap: 12px;
        padding: 0 20px 8px;
    }
    .ticket-page-next__search .figma-home-search__submit {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% + 2px);
        min-height: 52px;
        margin-left: -1px;
        margin-bottom: -1px;
        border-radius: 0 0 10px 10px;
        padding: 0;
    }
    .ticket-page-next__search .figma-home-search__panel {
        position: fixed;
        top: auto;
        right: 14px;
        bottom: max(14px,env(safe-area-inset-bottom));
        left: 14px !important;
        z-index: 1200;
        width: auto !important;
        max-height: min(72vh,calc(100dvh - 28px));
        overflow-y: auto;
        border: 1px solid rgba(64,166,255,.26);
        border-radius: 24px;
        box-shadow: 0 24px 70px rgba(10,34,63,.34);
    }
    .ticket-page-next__date-tabs-track {
        grid-template-columns: 1fr 1fr;
    }
    .ticket-page-next__title {
        font-size: 26px;
    }
    .ticket-page-next__meta {
        flex-wrap: wrap;
        gap: 8px 12px;
    }
    .ticket-route-card__main {
        padding: 20px 18px 18px;
    }
    .ticket-route-card__time {
        font-size: 34px;
    }
    .ticket-route-card__city {
        font-size: 18px;
    }
    .ticket-route-card__aside {
        padding: 18px;
        flex-direction: column;
        align-items: stretch;
    }
    .ticket-route-card__buy {
        max-width: none;
    }
    .ticket-route-card__footer {
        padding: 18px;
    }
    .ticket-page-next__directions,.ticket-page-next__popular,.ticket-page-next__seo {
        padding-top: 14px;
    }
    .ticket-page-next__section-title {
        font-size: 24px;
    }
}
.ticket-page-next__store-mobile {
    display: none;
}
.ticket-page-next__hero-stores>a>picture>img {
    display: block;
    width: auto;
    height: 38px;
    max-width: none;
}
.ticket-page-next__hero-stores .figma-app-store-badge {
    width: 112px;
    height: 38px;
}
.ticket-page-next__hero-stores .figma-app-store-badge img {
    width: auto;
    height: auto;
}
.ticket-page-next__results-summary {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 30px 0 16px 10px;
}
.ticket-page-next__count {
    color: #3c3c3c;
    font-family: "Exo 2",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.ticket-page-next__sort-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    flex-wrap: wrap;
}
.ticket-page-next__sort-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 0;
    padding: 6px 16px;
    border: 1px solid #40a6ff;
    border-radius: 4px;
    background: #fff;
    color: #40a6ff;
    font-family: "Exo 2",sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.36px;
    text-decoration: none;
    transition: border-color .2s ease,background-color .2s ease,color .2s ease;
}
.ticket-page-next__sort-chip img {
    display: block;
    width: 10px;
    height: 10px;
}
.ticket-page-next__sort-chip.is-active {
    border-color: #40a6ff;
    background: #40a6ff;
    color: #fff;
    box-shadow: none;
}
.ticket-page-next__popular {
    padding-top: 28px;
}
.ticket-page-next__popular .container {
    position: relative;
    padding-top: 18px;
}
.ticket-page-next__popular .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #e9edf2;
}
.ticket-page-next__popular .ticket-page-next__section-head {
    margin-bottom: 14px;
}
.ticket-page-next__popular .ticket-page-next__section-title {
    color: #1a1a1a;
    font-family: "Exo 2",sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}
.ticket-page-next__popular .ticket-page-next__section-subtitle {
    display: none;
}
.ticket-page-next__popular-nav {
    display: none;
}
.ticket-page-next__popular-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 10px;
}
.ticket-page-next__popular-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 10px 11px 9px;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(17,29,46,.04);
}
.ticket-page-next__popular-card-title {
    margin: 0 0 18px;
    color: #1a1a1a;
    font-family: "Exo 2",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
}
.ticket-page-next__popular-routes {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.ticket-page-next__popular-route-row {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    column-gap: 12px;
    color: #ff6b14;
    font-family: "Exo 2",sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.15;
    text-decoration: none;
}
.ticket-page-next__popular-route-label {
    min-width: 0;
    color: #ff6b14;
}
.ticket-page-next__popular-route-price {
    color: #111;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}
.ticket-page-next__seo .ticket-page-next__section-head {
    margin-bottom: 28px;
}
.ticket-page-next__seo-card {
    position: relative;
    max-width: 974px;
    padding-bottom: 30px;
    background: 0 0;
    box-shadow: none;
}
.ticket-page-next__seo-copy {
    max-height: 250px;
    overflow: hidden;
    color: #141414;
    font-family: "Exo 2",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.43;
}
.ticket-page-next__seo-copy p {
    margin: 0 0 16px;
}
.ticket-page-next__seo-copy p:last-child {
    margin-bottom: 0;
}
.ticket-page-next__seo-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    height: 120px;
    background: linear-gradient(180deg,rgba(255,255,255,.02)0,rgba(255,255,255,.9) 28%,#fff 100%);
    backdrop-filter: blur(2px);
    pointer-events: none;
}
.ticket-page-next__seo-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    padding: 0;
    border: 0;
    background: 0 0;
    color: #40a6ff;
    font-family: "Exo 2",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.5px;
}
.ticket-page-next__seo-toggle img {
    display: block;
    width: 7px;
    height: 3px;
    transition: transform .2s ease;
}
.ticket-page-next__seo-card.is-expanded .ticket-page-next__seo-copy {
    max-height: none;
}
.ticket-page-next__seo-card.is-expanded .ticket-page-next__seo-fade {
    display: none;
}
.ticket-page-next__seo-card.is-expanded .ticket-page-next__seo-toggle img {
    transform: rotate(180deg);
}
.ticket-route-card {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,.05);
    overflow: hidden;
}
.ticket-route-card+.ticket-route-card {
    margin-top: 14px;
}
.ticket-route-card__desktop {
    display: block;
    min-height: 271px;
}
.ticket-route-card__mobile {
    display: none;
}
.ticket-route-card__desktop-top {
    position: relative;
    min-height: 186px;
    padding: 0;
}
.ticket-route-card__point {
    position: absolute;
    top: 19px;
    left: 28px;
    width: 185px;
    height: 144px;
    min-width: 0;
}
.ticket-route-card__point--arrival {
    left: 622px;
    width: 175px;
}
.ticket-route-card__date {
    position: absolute;
    top: 0;
    left: 0;
    color: #a6a6a6;
    font-family: "Oswald",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.42px;
}
.ticket-route-card__time {
    top: 21px;
    color: #373737;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.25px;
}
.ticket-route-card__city,.ticket-route-card__station,.ticket-route-card__time {
    position: absolute;
    left: 0;
    margin-top: 0;
    font-family: "Oswald",sans-serif;
}
.ticket-route-card__city {
    top: 64px;
    color: #373737;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -1.1px;
}
.ticket-route-card__station {
    top: 102px;
    width: 100%;
    max-width: none;
    color: #a6a6a6;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.28;
}
.ticket-route-card__center {
    position: absolute;
    left: 137px;
    top: 38px;
    width: 429px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-top: 0;
}
.ticket-route-card__duration {
    color: #40a6ff;
    font-family: "Oswald",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.42px;
}
.ticket-route-card__track img {
    display: block;
    width: 429px;
    max-width: none;
    height: 38px;
}
.ticket-route-card__aside {
    position: absolute;
    top: 13px;
    left: auto;
    right: 117px;
    width: 316px;
    height: 162px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    min-height: 0;
    padding: 25px 0 0 115px;
    border-left: 1px solid #efefef;
}
.ticket-route-card__price {
    display: inline-flex;
    align-items: baseline;
    gap: 9px;
    margin-left: 28px;
    padding: 0;
    border: 0;
    background: 0 0;
    color: #ff6604;
    cursor: default;
}
.ticket-route-card__price small,.ticket-route-card__price span {
    color: inherit;
    font-family: "Exo 2",sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 32px;
    letter-spacing: -.32px;
}
.ticket-route-card__price small {
    text-transform: uppercase;
}
.ticket-route-card__buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-width: 200px;
    min-height: 45px;
    padding: 10px 24px;
    border-radius: 7px;
    font-family: "Exo 2",sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.5px;
}
.ticket-route-card__desktop-bottom {
    position: relative;
    display: grid;
    grid-template-columns: 271px 430px 358px;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding: 27px 28px 22px;
    border-top: 0;
}
.ticket-route-card__desktop-bottom::before {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 0;
    height: 1px;
    background: #efefef;
}
.ticket-route-card__route {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 271px;
    min-width: 0;
    color: #111;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.48px;
}
.ticket-route-card__route img {
    flex: 0 0 auto;
    width: 35px;
    height: 35px;
}
.ticket-route-card__route>span {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ticket-route-card__details-link {
    margin-left: 13px;
    padding: 0;
    border: 0;
    background: 0 0;
    color: #a6a6a6;
    font-family: "Oswald",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.42px;
    white-space: nowrap;
}
.ticket-route-card__note {
    width: 430px;
    color: #888585;
    font-family: "Exo 2",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    justify-self: start;
}
.ticket-route-card__mobile-services,.ticket-route-card__services {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}
.ticket-route-card__services {
    width: 358px;
    justify-self: start;
    justify-content: flex-start;
}
.ticket-route-card__payment {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 6px 20px;
    border-radius: 30px;
    background: #40a6ff;
    color: #fff;
    font-family: "Exo 2",sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.39px;
    white-space: nowrap;
}
.ticket-route-card__service-icon {
    position: relative;
    width: 31.367px;
    height: 31.367px;
    flex: 0 0 auto;
}
.ticket-route-card__service-asset,.ticket-route-card__service-bg {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.ticket-route-card__service-asset {
    color: #fff;
}
.ticket-route-card__service-asset svg {
    display: block;
    width: 17px;
    height: 17px;
}
@media (max-width:1199px) {
    .ticket-page-next__popular-grid {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .ticket-route-card__desktop-top {
        display: grid;
        grid-template-columns: minmax(130px,1fr) minmax(240px,370px) minmax(130px,1fr) 250px;
        gap: 18px;
        align-items: start;
        min-height: 0;
        padding: 22px 27px 19px;
    }
    .ticket-route-card__aside,.ticket-route-card__center,.ticket-route-card__point,.ticket-route-card__point--arrival {
        position: static;
        width: auto;
        height: auto;
    }
    .ticket-route-card__city,.ticket-route-card__date,.ticket-route-card__station,.ticket-route-card__time {
        position: static;
        top: auto;
        left: auto;
        width: auto;
    }
    .ticket-route-card__time {
        margin-top: 8px;
    }
    .ticket-route-card__city {
        margin-top: 10px;
    }
    .ticket-route-card__station {
        margin-top: 10px;
        max-width: 100%;
    }
    .ticket-route-card__center {
        gap: 14px;
        padding-top: 44px;
    }
    .ticket-route-card__track img {
        width: 100%;
        max-width: 429px;
        height: auto;
    }
    .ticket-route-card__aside {
        align-items: flex-end;
        gap: 24px;
        min-height: 134px;
        padding: 0 0 0 20px;
    }
    .ticket-route-card__desktop-bottom::before {
        left: 0;
        right: 0;
    }
    .ticket-route-card__note {
        width: auto;
    }
}
@media (max-width:991px) {
    .ticket-page-next__results-summary {
        flex-direction: column;
        align-items: flex-start;
    }
    .ticket-page-next__sort-toolbar {
        justify-content: flex-start;
    }
    .ticket-page-next__popular-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .ticket-route-card__desktop-top {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .ticket-route-card__aside {
        grid-column: 1/-1;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        min-height: auto;
        padding-left: 0;
        padding-top: 18px;
        border-left: 0;
        border-top: 1px solid #efefef;
    }
    .ticket-route-card__desktop-bottom {
        grid-template-columns: 1fr;
    }
    .ticket-route-card__note {
        text-align: left;
    }
    .ticket-route-card__services {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}
@media (max-width:767px) {
    .ticket-page-next__store-desktop {
        display: none;
    }
    .ticket-page-next__store-mobile {
        display: inline-flex;
    }
    .ticket-page-next__results-summary {
        margin: 26px 0 18px;
        gap: 16px;
    }
    .ticket-page-next__count {
        font-size: 18px;
    }
    .ticket-page-next__sort-toolbar {
        gap: 8px;
    }
    .ticket-page-next__sort-chip {
        min-height: 40px;
        padding: 9px 14px;
        font-size: 13px;
    }
    .ticket-page-next__popular-grid {
        grid-template-columns: 1fr;
    }
    .ticket-route-card__desktop {
        display: none;
    }
    .ticket-route-card__mobile {
        display: block;
        padding: 8px 7px 10px;
    }
    .ticket-route-card__mobile-head {
        display: grid;
        grid-template-columns: minmax(0,1fr) 108px minmax(0,1fr);
        grid-template-areas: "dep-date duration arr-date""dep-time track arr-time""dep-city track arr-city""dep-station track arr-station""sep sep sep""price buy buy";
        column-gap: 8px;
        row-gap: 6px;
        align-items: start;
    }
    .ticket-route-card__mobile-sep {
        grid-area: sep;
        height: 1px;
        margin: 5px -12px 2px;
        background: #ececec;
    }
    .ticket-route-card__mobile-date {
        color: #a6a6a6;
        font-family: "Oswald",sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -.42px;
    }
    .ticket-route-card__mobile-date--departure {
        grid-area: dep-date;
    }
    .ticket-route-card__mobile-date--arrival {
        grid-area: arr-date;
        text-align: right;
    }
    .ticket-route-card__mobile-time {
        color: #373737;
        font-family: "Oswald",sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -1px;
    }
    .ticket-route-card__mobile-time--departure {
        grid-area: dep-time;
    }
    .ticket-route-card__mobile-time--arrival {
        grid-area: arr-time;
        text-align: right;
    }
    .ticket-route-card__mobile-city {
        color: #373737;
        font-family: "Oswald",sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -1px;
    }
    .ticket-route-card__mobile-city--departure {
        grid-area: dep-city;
    }
    .ticket-route-card__mobile-city--arrival {
        grid-area: arr-city;
        text-align: right;
    }
    .ticket-route-card__mobile-duration {
        grid-area: duration;
        align-self: end;
        color: #40a6ff;
        font-family: "Oswald",sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -.3px;
        text-align: center;
    }
    .ticket-route-card__mobile-track {
        grid-area: track;
        align-self: center;
    }
    .ticket-route-card__mobile-track img {
        display: block;
        width: 100%;
        height: auto;
    }
    .ticket-route-card__mobile-station {
        color: #a6a6a6;
        font-family: "Oswald",sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.45;
    }
    .ticket-route-card__mobile-station--departure {
        grid-area: dep-station;
    }
    .ticket-route-card__mobile-station--arrival {
        grid-area: arr-station;
        text-align: right;
    }
    .ticket-route-card__mobile-price {
        grid-area: price;
        align-self: center;
    }
    .ticket-route-card__price--mobile small,.ticket-route-card__price--mobile span {
        font-size: 26px;
        letter-spacing: -.26px;
    }
    .ticket-route-card__mobile-buy {
        grid-area: buy;
        justify-self: end;
        align-self: center;
    }
    .ticket-route-card__mobile-buy .ticket-route-card__buy {
        min-width: 215px;
        min-height: 33px;
        padding: 6px 18px;
        font-size: 14px;
    }
    .ticket-route-card__mobile-footer {
        display: grid;
        grid-template-columns: auto auto 1fr;
        align-items: center;
        gap: 12px;
        margin-top: 10px;
        padding-top: 7px;
        border-top: 1px solid #efefef;
    }
    .ticket-route-card__mobile-route {
        display: flex;
        align-items: center;
        gap: 8px;
        min-width: 0;
        color: #111;
        font-family: "Oswald",sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -.42px;
    }
    .ticket-route-card__mobile-route img {
        width: 26px;
        height: 26px;
    }
    .ticket-route-card__details-link--mobile {
        margin-left: 0;
        font-size: 14px;
    }
    .ticket-route-card__mobile-services {
        justify-self: end;
    }
    .ticket-route-card__service-icon--mobile {
        width: 25.945px;
        height: 25.945px;
    }
    .ticket-page-next__seo-card {
        padding-bottom: 28px;
    }
    .ticket-page-next__seo-copy {
        max-height: 176px;
        font-size: 14px;
        line-height: 1.5;
    }
}
.ticket-page-next__hero-stores>a,.ticket-page-next__hero-stores>a>picture {
    display: block;
}
.regular-routes-page {
    background: #fff;
    padding-bottom: 76px;
}
.regular-routes-page__breadcrumb-shell {
    width: min(1415px,calc(100% - 26px));
    margin: 0 auto;
    padding-top: 18px;
}
.regular-routes-page__breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 60px;
    padding: 0 21px;
    border-radius: 5px;
    background: linear-gradient(90deg,#40a6ff 0,#b9a0f5 100%);
    color: #fff;
    font-family: "Exo 2",sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}
.regular-routes-page__breadcrumb a,.regular-routes-page__breadcrumb span {
    color: inherit;
}
.regular-routes-page__breadcrumb a:hover {
    color: inherit;
    text-decoration: none;
}
.regular-routes-page__container {
    width: min(1346px,calc(100% - 94px));
    margin: 0 auto;
}
.regular-routes-page__head {
    margin-top: 12px;
    text-align: center;
}
.regular-routes-page__title {
    margin: 0;
    color: #333;
    font-family: "Exo 2",sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
}
.regular-routes-page__subtitle {
    margin: 6px 0 0;
    color: #333;
    font-family: "Exo 2",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}
.regular-routes-page__tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(130px,1fr));
    width: min(819px,100%);
    min-height: 45px;
    margin: 20px auto 0;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,.05);
}
.regular-routes-page__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 9px 18px;
    border-right: 1px solid #f0f0f0;
    color: #111;
    font-family: "Exo 2",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}
.regular-routes-page__tab:last-child {
    border-right: 0;
}
.regular-routes-page__tab:hover {
    color: #111;
    text-decoration: none;
}
.regular-routes-page__tab.is-active {
    background: #40a6ff;
    color: #fff;
}
.regular-routes-page__sort {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 43px;
}
.regular-routes-page__cards {
    margin-top: 15px;
}
.ticket-route-card__regularity {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: 28px;
    color: #888585;
    font-family: "Exo 2",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}
.ticket-route-card__regularity img {
    display: block;
    width: 15px;
    height: 14px;
    object-fit: contain;
}
.ticket-route-card--regular .ticket-route-card__aside {
    gap: 16px;
}
.regular-routes-page__more,.ticket-page-next__more {
    display: flex;
    justify-content: center;
    margin-top: 33px;
}
.regular-routes-page__more-button,.ticket-page-next__more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 35px;
    padding: 8px 20px;
    border: 1px solid #40a6ff;
    border-radius: 5px;
    background: #fff;
    color: #40a6ff;
    font-family: "Exo 2",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}
.regular-routes-page__more-button:hover,.ticket-page-next__more-button:hover {
    color: #40a6ff;
    text-decoration: none;
}
.regular-routes-page__services {
    margin-top: 79px;
}
.regular-routes-page__services-title {
    margin: 0;
    color: #333;
    font-family: "Exo 2",sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
}
.regular-routes-page__services-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 10px;
    margin-top: 37px;
}
.regular-routes-page__service-card {
    min-height: 117px;
    padding: 23px 21px 20px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    background: #fbfbfb;
    box-shadow: 0 4px 4px rgba(0,0,0,.05);
}
.regular-routes-page__service-card h3 {
    margin: 0;
    color: #111;
    font-family: "Exo 2",sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}
.regular-routes-page__service-card p {
    margin: 8px 0 0;
    color: #141414;
    font-family: "Exo 2",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}
@media (max-width:1199px) {
    .regular-routes-page__container {
        width: min(1000px,calc(100% - 48px));
    }
    .regular-routes-page__breadcrumb-shell {
        width: min(1000px,calc(100% - 24px));
    }
}
@media (max-width:991px) {
    .regular-routes-page__services-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width:767px) {
    .regular-routes-page {
        padding-bottom: 42px;
    }
    .regular-routes-page__breadcrumb-shell,.regular-routes-page__container {
        width: 100%;
        max-width: 402px;
        padding-right: 7px;
        padding-left: 7px;
    }
    .regular-routes-page__breadcrumb-shell {
        padding-top: 42px;
    }
    .regular-routes-page__breadcrumb {
        min-height: 42px;
        padding: 0 12px;
        font-size: 11px;
    }
    .regular-routes-page__head {
        margin-top: 18px;
    }
    .regular-routes-page__services-title,.regular-routes-page__title {
        font-size: 28px;
        line-height: 1.15;
    }
    .regular-routes-page__subtitle {
        max-width: 300px;
        margin: 7px auto 0;
        font-size: 13px;
    }
    .regular-routes-page__tabs {
        display: flex;
        width: 100%;
        margin-top: 20px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .regular-routes-page__tab {
        flex: 0 0 128px;
        min-height: 42px;
        padding: 8px 14px;
        font-size: 13px;
    }
    .regular-routes-page__sort {
        margin-top: 22px;
        gap: 8px;
    }
    .ticket-route-card--regular .ticket-route-card__mobile-head {
        grid-template-areas: "dep-time duration arr-time""dep-city track arr-city""dep-station track arr-station""sep sep sep""price buy buy";
    }
    .ticket-route-card__regularity--mobile {
        justify-content: center;
        width: 100%;
        margin: 5px 0 0;
        font-size: 12px;
    }
    .ticket-route-card__regularity--mobile img {
        width: 13px;
        height: 12px;
    }
    .regular-routes-page__more,.ticket-page-next__more {
        margin-top: 22px;
    }
    .regular-routes-page__more-button,.ticket-page-next__more-button {
        width: 100%;
        min-height: 40px;
    }
    .regular-routes-page__services {
        margin-top: 42px;
    }
    .regular-routes-page__services-grid {
        gap: 10px;
        margin-top: 20px;
    }
    .regular-routes-page__service-card {
        min-height: 0;
        padding: 18px 16px;
    }
    .regular-routes-page__service-card h3 {
        font-size: 22px;
    }
    .regular-routes-page__service-card p {
        font-size: 14px;
    }
}
.ticket-directions {
    padding-top: 42px;
}
.ticket-directions__header {
    display: grid;
    grid-template-columns: minmax(0,1fr) 361px;
    align-items: end;
    gap: 24px;
    margin-bottom: 22px;
}
.ticket-directions__subtitle {
    margin: 0;
    color: #141414;
    font-family: "Exo 2",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: right;
}
.ticket-directions__meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ticket-directions__meta-row {
    display: grid;
    grid-template-columns: 124px minmax(0,1fr);
    align-items: start;
    gap: 16px;
}
.ticket-directions__meta-row--trips {
    grid-template-columns: 124px auto;
    align-items: center;
}
.ticket-directions__label {
    color: #3c3c3c;
    font-family: "Exo 2",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.ticket-directions__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ticket-directions__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 3px 15px;
    border-radius: 20px;
    background: #40a6ff;
    color: #fff;
    font-family: "Exo 2",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    white-space: nowrap;
}
.ticket-directions__tabs {
    display: inline-grid;
    grid-template-columns: max-content max-content;
    gap: 0;
    /* the columns are sized to their content (219px for "Міжнародні"/"Внутрішні"), so a hard 293px
       left 71px of empty box hanging off the right of the second tab. Hugging the content also keeps
       the control correct in locales whose labels are longer or shorter. */
    width: max-content;
    height: 40px;
    box-sizing: border-box;
    justify-self: start;
    padding: 2px 3px;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    background: #fff;
    /* border-box 40px - 2px border - 4px padding = a 34px content box, but .ticket-directions__tab
       is min-height:36px. Those 2px of overflow all landed at the bottom, so the active pill sat
       flush against the lower border (top gap 3px, bottom 1px). Centring the grid row splits the
       overflow evenly - 2px / 2px - without changing the control's 40px height. */
    align-content: center;
}
.ticket-directions__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 13px;
    border-radius: 7px;
    color: #8e8e8e;
    font-family: "Exo 2",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}
.ticket-directions__tab.is-active {
    background: #40a6ff;
    color: #fff;
}
.ticket-directions__panel {
    display: none;
    margin-top: 16px;
}
.ticket-directions__panel.is-active {
    display: block;
}
.ticket-directions__grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 10px;
}
.ticket-directions__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 57px;
    padding: 0 10px 0 9px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
}
.ticket-directions__choose,.ticket-directions__route {
    align-items: center;
    font-family: "Exo 2",sans-serif;
    font-weight: 500;
}
.ticket-directions__route {
    display: flex;
    gap: 3px;
    min-width: 0;
    color: #000;
    font-size: 16px;
    line-height: normal;
}
.ticket-directions__route span {
    white-space: nowrap;
}
.ticket-directions__route img {
    width: 31px;
    height: 8px;
    flex: 0 0 auto;
}
.ticket-directions__choose {
    display: inline-flex;
    justify-content: center;
    min-width: 100px;
    min-height: 27px;
    padding: 8px 13px;
    border-radius: 5px;
    background: #40a6ff;
    color: #fff;
    font-size: 14px;
    line-height: 22.5px;
    letter-spacing: -.5px;
}
.ticket-directions__footer {
    display: flex;
    justify-content: center;
    margin-top: 17px;
}
.ticket-directions__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 220px;
    min-height: 35px;
    padding: 10px;
    border: 1px solid #40a6ff;
    border-radius: 5px;
    color: #40a6ff;
    font-family: "Exo 2",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.5px;
    text-decoration: none;
}
.ticket-directions__more img {
    width: 11px;
    height: 11px;
}
@media (max-width:1199px) {
    .ticket-directions__grid {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}
@media (max-width:991px) {
    .ticket-directions__header {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .ticket-directions__subtitle {
        text-align: left;
    }
    .ticket-directions__grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}
@media (max-width:767px) {
    .ticket-page-next__hero-stores>a>picture>img {
        height: 38px;
    }
    .ticket-directions {
        padding-top: 34px;
    }
    .ticket-directions__header {
        margin-bottom: 18px;
    }
    .ticket-directions__subtitle {
        max-width: 300px;
        font-size: 12px;
        line-height: 1.3;
    }
    .ticket-directions__meta {
        gap: 10px;
    }
    .ticket-directions__meta-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .ticket-directions__meta-row--trips {
        grid-template-columns: 1fr;
        align-items: start;
    }
    .ticket-directions__label {
        font-size: 18px;
    }
    .ticket-directions__chips {
        gap: 6px;
    }
    .ticket-directions__chip {
        min-height: 23px;
        padding: 2px 12px;
        font-size: 13px;
    }
    .ticket-directions__tab {
        min-height: 34px;
        padding: 8px 12px;
        font-size: 13px;
    }
    .ticket-directions__tabs {
        width: auto;
        height: auto;
        justify-self: start;
        padding: 2px;
        border: 1px solid #e3eaf3;
        background: #fff;
}
    .ticket-directions__grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .ticket-directions__card {
        min-height: 52px;
        gap: 10px;
        padding: 0 8px;
    }
    .ticket-directions__route {
        font-size: 14px;
    }
    .ticket-directions__choose {
        min-width: 92px;
        min-height: 27px;
        font-size: 13px;
    }
    .ticket-directions__more {
        width: 100%;
        max-width: 220px;
        font-size: 15px;
    }
}
.ticket-page-next__hero-shell.is-search-panel-open {
    position: relative;
    z-index: 2500;
}
.ticket-page-next__search .figma-home-search__panel.is-open {
    z-index: 5000;
}
@media (max-width:767px) {
    .public-header.is-home-shell .header_content,.ticket-shell-header__panel {
        background: rgba(50,48,50,.55);
        border: .5px solid #6f6a6d;
    }
    .ticket-shell-header__panel {
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
    .ticket-page-next__search .figma-home-search__panel {
        bottom: max(13px,env(safe-area-inset-bottom));
        max-height: min(72vh,calc(100dvh - 26px));
    }
    .ticket-route-card {
        width: 100%;
        min-height: 256px;
        border-radius: 10px;
    }
    .ticket-route-card+.ticket-route-card {
        margin-top: 11px;
    }
    .ticket-route-card__mobile {
        min-height: 256px;
        padding: 8px 7px 10px;
    }
    .ticket-route-card__mobile-head {
        grid-template-columns: minmax(0,1fr) 108px minmax(0,1fr);
        row-gap: 6px;
    }
    .ticket-route-card__mobile-buy .ticket-route-card__buy {
        min-width: 215px;
        min-height: 33px;
        border-radius: 5px;
    }
    .ticket-page-next .ticket-route-card__price--mobile small,.ticket-page-next .ticket-route-card__price--mobile span {
        font-size: 24px !important;
        line-height: 26px !important;
        white-space: nowrap !important;
    }
    .ticket-page-next {
        padding-bottom: 0 !important;
        background: #fff !important;
    }
    .ticket-page-next,.ticket-page-next>section,.ticket-page-next__directions,.ticket-page-next__hero-shell,.ticket-page-next__popular,.ticket-page-next__results,.ticket-page-next__seo {
        overflow-x: clip !important;
    }
    .ticket-page-next__hero-shell {
        padding: 0 !important;
        overflow: visible !important;
    }
    .ticket-page-next__directions>.container,.ticket-page-next__hero-shell>.container,.ticket-page-next__popular>.container,.ticket-page-next__results>.container,.ticket-page-next__seo>.container {
        width: min(calc(100% - 10px),392px) !important;
        max-width: 392px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .public-header.is-home-shell.index_header {
        position: absolute !important;
        top: 6px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        transform: none !important;
    }
    .public-header.is-home-shell .header_content,.public-header.is-home-shell .ticket-shell-header__panel {
        width: min(calc(100% - 18px),386px) !important;
        height: 25px !important;
        min-height: 25px !important;
        padding: 0 4px 0 7px !important;
        border: 1px solid rgba(255,255,255,.2) !important;
        border-radius: 0 !important;
        background: rgba(42,44,58,.72) !important;
        backdrop-filter: blur(5px) !important;
        -webkit-backdrop-filter: blur(5px) !important;
    }
    .public-header.is-home-shell .logo img,.public-header.is-home-shell .ticket-shell-header__logo img {
        width: 70px !important;
        max-height: 18px !important;
    }
    .public-header.is-home-shell .header__actions,.public-header.is-home-shell .header__nav,.public-header.is-home-shell .ticket-shell-header__actions,.public-header.is-home-shell .ticket-shell-header__nav {
        display: none !important;
    }
    .public-header.is-home-shell .burger {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 22px !important;
        height: 22px !important;
        margin-left: auto !important;
        border-radius: 50% !important;
        background: #419dff !important;
    }
    .ticket-page-next__hero {
        width: 100% !important;
        min-height: 332px !important;
        height: 332px !important;
        padding: 42px 12px 0 !important;
        border-radius: 5px !important;
        overflow: hidden !important;
        background: #9287e7 !important;
    }
    .ticket-page-next__hero-bg {
        object-fit: cover !important;
        object-position: center center !important;
    }
    .ticket-page-next__hero-content {
        display: block !important;
        width: 100% !important;
        min-height: 0 !important;
    }
    .ticket-page-next__hero-copy {
        display: flex !important;
        align-items: center !important;
        flex-direction: column !important;
        max-width: 360px !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
    .ticket-page-next__hero-title {
        order: 1 !important;
        max-width: 330px !important;
        margin: 0 auto !important;
        font-size: 22px !important;
        line-height: 1.12 !important;
        letter-spacing: -.45px !important;
    }
    .ticket-page-next__hero-subtitle {
        order: 2 !important;
        max-width: 270px !important;
        margin: 10px auto 0 !important;
        font-size: 12px !important;
        line-height: 1.22 !important;
    }
    .ticket-page-next__hero-users {
        order: 3 !important;
        justify-content: center !important;
        margin-top: 10px !important;
    }
    .ticket-page-next__hero-avatar {
        width: 29px !important;
        height: 29px !important;
    }
    .ticket-page-next__hero-avatar+.ticket-page-next__hero-avatar {
        margin-left: -7px !important;
    }
    .ticket-page-next__hero-users-copy strong {
        font-size: 19px !important;
        line-height: 22px !important;
    }
    .ticket-page-next__hero-users-copy span {
        font-size: 10px !important;
        line-height: 14px !important;
    }
    .ticket-page-next__hero-stores {
        order: 4 !important;
        justify-content: center !important;
        gap: 6px !important;
        margin-top: 9px !important;
    }
    .ticket-page-next__hero-stores>a,.ticket-page-next__hero-stores>a>picture {
        display: inline-flex !important;
    }
    .ticket-page-next__hero-stores>a>picture>img {
        width: auto !important;
        height: 28px !important;
        border-radius: 2px !important;
    }
    .ticket-page-next__hero-phones,.ticket-page-next__hero-reflection,.ticket-page-next__hero-visual {
        display: none !important;
    }
    .ticket-page-next__search {
        position: relative !important;
        z-index: 5 !important;
        width: 376px !important;
        max-width: calc(100% - 16px) !important;
        margin: -60px auto 0 !important;
    }
    .ticket-page-next__search .figma-home-search,body.is-home-page .ticket-page-next__search .figma-home-search {
        position: relative !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 auto !important;
    }
    .ticket-page-next__search .figma-home-search__bar {
        display: flex !important;
        width: 100% !important;
        min-height: 248px !important;
        height: auto !important;
        padding: 8px 13px 11px !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 5px !important;
        border: 1px solid #40a6ff !important;
        border-radius: 5px !important;
        background: #fff !important;
        box-shadow: 0 10px 18px rgba(12,60,110,.16) !important;
        overflow: hidden !important;
    }
    .ticket-page-next__search .figma-home-search__field {
        width: 100% !important;
        min-height: 36px !important;
        height: 36px !important;
        padding: 0 0 0 2px !important;
        gap: 7px !important;
        border: 0 !important;
        border-bottom: 1px solid #ebeff5 !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
    }
    .ticket-page-next__search .figma-home-search__field::after,.ticket-page-next__search .figma-home-search__swap {
        display: none !important;
    }
    .ticket-page-next__search .figma-home-search__icon {
        width: 14px !important;
        height: 14px !important;
    }
    .ticket-page-next__search .figma-home-search__value {
        font-size: 12px !important;
        line-height: 16px !important;
        letter-spacing: 0 !important;
    }
    .ticket-page-next__search .figma-home-search__value--desktop {
        display: none !important;
    }
    .ticket-page-next__search .figma-home-search__value--mobile {
        display: inline !important;
    }
    .ticket-page-next__search .ticket-hero-search__quick-links--desktop {
        display: none !important;
    }
    .ticket-page-next__search .ticket-hero-search__quick-links--mobile {
        display: flex !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        margin: -6px 0 0 22px !important;
        line-height: 1 !important;
    }
    .ticket-page-next__search .ticket-hero-search__quick-links--mobile a {
        color: #40a6ff !important;
        font-size: 10px !important;
        line-height: 12px !important;
    }
    .ticket-page-next__search .figma-home-search__submit {
        width: 100% !important;
        min-height: 40px !important;
        height: 40px !important;
        margin: 5px 0 0 !important;
        padding: 0 !important;
        border-radius: 4px !important;
        font-size: 12px !important;
        line-height: 16px !important;
    }
    .ticket-page-next__search .figma-home-search__panel {
        position: fixed !important;
        top: auto !important;
        right: 8px !important;
        bottom: calc(10px + env(safe-area-inset-bottom)) !important;
        left: 8px !important;
        width: auto !important;
        max-width: 386px !important;
        max-height: min(78dvh,520px) !important;
        margin: 0 auto !important;
        border-radius: 14px !important;
        z-index: 7200 !important;
    }
    .ticket-page-next__results {
        padding-top: 7px !important;
    }
    .ticket-page-next__head {
        margin-bottom: 7px !important;
    }
    .ticket-page-next__title {
        max-width: 360px !important;
        margin: 0 auto !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 1.18 !important;
        text-align: center !important;
    }
    .ticket-page-next__date-tabs {
        margin: 0-4px 8px !important;
        overflow-x: auto !important;
        scrollbar-width: none !important;
    }
    .ticket-page-next__date-tabs::-webkit-scrollbar {
        display: none !important;
    }
    .ticket-page-next__date-tabs-track {
        display: grid !important;
        grid-auto-flow: column !important;
        grid-auto-columns: 79px !important;
        grid-template-columns: none !important;
        width: max-content !important;
        min-width: 395px !important;
        max-width: none !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }
    .ticket-page-next__date-tab {
        min-height: 41px !important;
        gap: 0 !important;
        border-right: 1px solid #efefef !important;
    }
    .ticket-page-next__date-tab::before {
        content: none !important;
    }
    .ticket-page-next__date-number,.ticket-page-next__date-weekday {
        font-size: 11px !important;
        line-height: 13px !important;
    }
    .ticket-page-next__results-summary {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        margin: 0 0 8px !important;
        padding: 0 !important;
    }
    .ticket-page-next__count {
        flex: 0 0 auto !important;
        font-size: 12px !important;
        line-height: 16px !important;
    }
    .ticket-page-next__sort-toolbar {
        gap: 4px !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        padding-bottom: 1px !important;
        scrollbar-width: none !important;
    }
    .ticket-page-next__popular-grid::-webkit-scrollbar,.ticket-page-next__sort-toolbar::-webkit-scrollbar {
        display: none !important;
    }
    .ticket-page-next__sort-chip {
        min-height: 22px !important;
        padding: 4px 8px !important;
        border-radius: 3px !important;
        font-size: 10px !important;
        line-height: 12px !important;
        white-space: nowrap !important;
    }
    .ticket-page-next__cards {
        gap: 7px !important;
    }
    .ticket-page-next .ticket-route-card {
        min-height: 0 !important;
        border-radius: 5px !important;
    }
    .ticket-page-next .ticket-route-card+.ticket-route-card {
        margin-top: 7px !important;
    }
    .ticket-page-next .ticket-route-card__desktop,.ticket-page-next .ticket-route-card__mobile-track img {
        display: none !important;
    }
    .ticket-page-next .ticket-route-card__mobile {
        display: block !important;
        min-height: 0 !important;
        padding: 7px !important;
    }
    .ticket-page-next .ticket-route-card__mobile-head {
        grid-template-columns: minmax(0,1fr) 110px minmax(0,1fr) !important;
        row-gap: 4px !important;
        column-gap: 6px !important;
    }
    .ticket-page-next .ticket-route-card__mobile-date {
        font-size: 11px !important;
        line-height: 13px !important;
    }
    .ticket-page-next .ticket-route-card__mobile-city,.ticket-page-next .ticket-route-card__mobile-time {
        font-size: 18px !important;
        line-height: 20px !important;
        letter-spacing: -.8px !important;
    }
    .ticket-page-next .ticket-route-card__mobile-duration {
        font-size: 9px !important;
        line-height: 11px !important;
    }
    .ticket-page-next .ticket-route-card__mobile-station {
        font-size: 10px !important;
        line-height: 1.18 !important;
    }
    .ticket-page-next .ticket-route-card__mobile-track {
        position: relative !important;
        align-self: center !important;
        width: 110px !important;
        height: 34px !important;
    }
    .ticket-page-next .ticket-route-card__mobile-track::before {
        content: "" !important;
        position: absolute !important;
        top: 16px !important;
        right: 0 !important;
        left: 0 !important;
        border-top: 1px dashed #40a6ff !important;
    }
    .ticket-page-next .ticket-route-card__mobile-track::after {
        content: "" !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        width: 28px !important;
        height: 28px !important;
        border: 1px solid rgba(64,166,255,.65) !important;
        border-radius: 50% !important;
        background: #fff url(/images/legacy/common/ticket_logo_2.svg)no-repeat center/15px auto !important;
        transform: translate(-50%,-50%) !important;
    }
    .ticket-page-next .ticket-route-card__price--mobile {
        gap: 4px !important;
        margin-left: 0 !important;
        white-space: nowrap !important;
    }
    .ticket-page-next .ticket-route-card__mobile-buy .ticket-route-card__buy {
        min-width: 168px !important;
        min-height: 30px !important;
        padding: 5px 12px !important;
        border-radius: 4px !important;
        font-size: 12px !important;
        line-height: 15px !important;
    }
    .ticket-page-next .ticket-route-card__mobile-footer {
        grid-template-columns: minmax(0,1fr) auto auto !important;
        gap: 6px !important;
        margin-top: 7px !important;
        padding-top: 5px !important;
    }
    .ticket-page-next .ticket-route-card__mobile-route {
        gap: 5px !important;
        font-size: 11px !important;
        line-height: 14px !important;
    }
    .ticket-page-next .ticket-route-card__mobile-route img {
        width: 21px !important;
        height: 21px !important;
    }
    .ticket-page-next .ticket-route-card__details-link--mobile {
        font-size: 10px !important;
        line-height: 13px !important;
    }
    .ticket-page-next .ticket-route-card__mobile-services {
        gap: 2px !important;
    }
    .ticket-page-next .ticket-route-card__service-icon--mobile {
        width: 21px !important;
        height: 21px !important;
    }
    .ticket-page-next__popular {
        padding-top: 23px !important;
    }
    .ticket-page-next__popular .container {
        padding-top: 18px !important;
    }
    .ticket-page-next__popular-head {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
    }
    .ticket-page-next__popular-nav {
        display: flex !important;
        flex: 0 0 auto !important;
        gap: 8px !important;
        margin-top: 0 !important;
    }
    .ticket-page-next__popular-navbtn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 32px !important;
        height: 32px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 50% !important;
        background: #e9e9e9 !important;
        color: #8e8e8e !important;
        font-size: 20px !important;
        line-height: 1 !important;
        font-family: Arial, "Helvetica Neue", sans-serif !important;
        cursor: pointer !important;
    }
    .ticket-page-next__popular-navbtn--next {
        background: #40a6ff !important;
        color: #fff !important;
    }
    .ticket-page-next__popular-navbtn:disabled {
        opacity: .4 !important;
        cursor: default !important;
    }
    .ticket-page-next__popular-grid {
        display: grid !important;
        grid-auto-flow: column !important;
        grid-template-columns: none !important;
        grid-template-rows: auto auto !important;
        grid-auto-columns: min(330px, 82vw) !important;
        gap: 8px !important;
        overflow-x: auto !important;
        padding: 0 0 4px !important;
        scrollbar-width: none !important;
        scroll-behavior: smooth !important;
    }
    .ticket-page-next__popular-card {
        flex: none !important;
        width: auto !important;
        min-height: 121px !important;
        border-radius: 8px !important;
    }
    .ticket-page-next__seo {
        padding-top: 14px !important;
    }
    .ticket-page-next__seo .ticket-page-next__section-head {
        margin-bottom: 8px !important;
    }
    .ticket-page-next__seo-card {
        padding-top: 6px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 22px !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }
    .public-header.is-home-shell.index_header {
        z-index: 9000 !important;
        pointer-events: auto !important;
    }
    .public-header.is-home-shell .container {
        position: relative !important;
        z-index: 9001 !important;
    }
    .public-header.is-home-shell .header_content.ticket-shell-header__panel {
        position: relative !important;
        z-index: 9002 !important;
    }
}
.ticket-page-next {
    background: #fff !important;
}
.ticket-page-next.is-schedule-loading [data-schedule-results] {
    opacity: .62;
    pointer-events: none;
    transition: opacity .16s ease;
}
.ticket-page-next__search .ticket-hero-search__quick-links--desktop {
    transform: translateX(22px);
}
.ticket-page-next__date-weekday {
    text-transform: none;
}
.ticket-page-next .ticket-route-card__center,.ticket-page-next .ticket-route-card__center *,.ticket-page-next .ticket-route-card__desktop-bottom,.ticket-page-next .ticket-route-card__desktop-top,.ticket-page-next .ticket-route-card__details-link,.ticket-page-next .ticket-route-card__details-link--mobile,.ticket-page-next .ticket-route-card__mobile-footer,.ticket-page-next .ticket-route-card__mobile-head,.ticket-page-next .ticket-route-card__mobile-head *,.ticket-page-next .ticket-route-card__mobile-route,.ticket-page-next .ticket-route-card__mobile-route *,.ticket-page-next .ticket-route-card__point,.ticket-page-next .ticket-route-card__point *,.ticket-page-next .ticket-route-card__route,.ticket-page-next .ticket-route-card__route * {
    font-family: "Oswald",sans-serif !important;
}
.ticket-page-next .ticket-route-card__aside,.ticket-page-next .ticket-route-card__aside *,.ticket-page-next .ticket-route-card__buy,.ticket-page-next .ticket-route-card__mobile-buy,.ticket-page-next .ticket-route-card__mobile-buy *,.ticket-page-next .ticket-route-card__mobile-price,.ticket-page-next .ticket-route-card__mobile-price *,.ticket-page-next .ticket-route-card__note,.ticket-page-next .ticket-route-card__price,.ticket-page-next .ticket-route-card__price * {
    font-family: "Exo 2",sans-serif !important;
}
@media (min-width:768px) {
    .ticket-page-next__popular .ticket-page-next__section-head {
        margin-bottom: 18px !important;
    }
    .ticket-page-next__popular .ticket-page-next__section-title {
        font-size: 28px !important;
        line-height: 1.15 !important;
    }
    .ticket-page-next__popular-card-title {
        font-size: 16px !important;
        line-height: 1.15 !important;
    }
}
@media (max-width:767px) {
    .ticket-page-next__search .ticket-hero-search__quick-links--desktop {
        transform: none;
    }
    .ticket-page-next__search .ticket-hero-search__quick-links--mobile {
        transform: translateX(10px);
    }
}
@media (min-width:768px) {
    .ticket-page-next__search .figma-home-search {
        --ticket-search-from-width: 247px;
        --ticket-search-to-width: 250px;
        --ticket-search-date-width: 202px;
    }
    .ticket-page-next__search .ticket-hero-search__quick-links--desktop {
        width: var(--ticket-search-date-width);
        max-width: var(--ticket-search-date-width);
        margin: 5px 0 0 calc(var(--ticket-search-from-width) + var(--ticket-search-to-width));
        justify-content: center;
        transform: none;
    }
}
.ticket-page-next__sort-chip.is-active img {
    transform: rotate(90deg);
    transform-origin: center;
}
@media (max-width:767px) {
    .ticket-page-next__search .ticket-hero-search__quick-links--mobile {
        align-self: flex-start !important;
        justify-content: flex-start !important;
        gap: 9px !important;
        margin: -9px 0 1px 44px !important;
        transform: none !important;
    }
    .ticket-page-next__search .ticket-hero-search__quick-links--mobile a {
        font-size: 10px !important;
        font-weight: 500 !important;
        line-height: 12px !important;
    }
    .ticket-page-next__search .figma-home-search__submit {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
}
@media (min-width:768px) {
    .ticket-page-next__popular .ticket-page-next__section-head {
        margin-bottom: 18px !important;
    }
    .ticket-page-next__popular .ticket-page-next__section-title {
        font-size: 28px !important;
        font-weight: 500 !important;
        line-height: 32px !important;
    }
    .ticket-page-next__popular-card-title {
        margin-bottom: 18px !important;
        font-size: 16px !important;
        line-height: 18px !important;
    }
}
@media (max-width:767px) {
    .ticket-page-next__title {
        width: calc(100% - 18px) !important;
    }
    .ticket-page-next__hero-shell>.container {
        width: min(calc(100vw - 12px),392px) !important;
        max-width: 392px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .ticket-page-next__directions>.container,.ticket-page-next__popular>.container,.ticket-page-next__results>.container,.ticket-page-next__seo>.container {
        width: min(calc(100vw - 26px),376px) !important;
        max-width: 376px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .regular-routes-page__breadcrumb-shell,.regular-routes-page__container {
        width: 98vw !important;
        max-width: none !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .ticket-page-next__hero-shell {
        padding-top: 5px !important;
    }
    .ticket-page-next__hero {
        min-height: 401px !important;
        height: 401px !important;
        padding-top: 60px !important;
        border-radius: 5px !important;
    }
    .ticket-page-next__search {
        width: min(376px,calc(100vw - 22px)) !important;
        max-width: calc(100vw - 22px) !important;
        margin: -111px auto 0 !important;
    }
    .ticket-page-next__search .figma-home-search__bar {
        min-height: 248px !important;
        padding: 8px 13px 11px !important;
        border-radius: 5px !important;
        overflow: visible !important;
    }
    .ticket-page-next__search .figma-home-search__field {
        min-height: 36px !important;
        height: 36px !important;
    }
    .ticket-page-next__search .ticket-hero-search__quick-links--mobile {
        margin: -6px 0 0 22px !important;
        transform: none !important;
    }
    .ticket-page-next__search .figma-home-search__submit {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 40px !important;
        height: 40px !important;
        margin-top: 5px !important;
        text-align: center !important;
    }
    .ticket-page-next__results {
        margin-top: -10px !important;
        padding-top: 4px !important;
    }
    .ticket-page-next__head {
        margin-bottom: 12px !important;
    }
    .ticket-page-next__title {
        width: 100% !important;
        max-width: 370px !important;
        margin: 0 auto !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 1.18 !important;
        letter-spacing: 0 !important;
        text-align: center !important;
    }
    .ticket-page-next__date-tabs {
        margin: 0 0 10px !important;
    }
    .ticket-page-next__results-summary {
        margin-bottom: 8px !important;
    }
    .ticket-page-next .ticket-route-card {
        border-radius: 10px !important;
        overflow: hidden !important;
    }
    .ticket-page-next .ticket-route-card__mobile {
        padding: 10px 12px 9px !important;
    }
    .ticket-page-next .ticket-route-card__mobile-head {
        grid-template-columns: minmax(0,1fr) 124px minmax(0,1fr) !important;
        column-gap: 8px !important;
        row-gap: 4px !important;
    }
    .ticket-page-next .ticket-route-card__mobile-date {
        color: #a6a6a6 !important;
        font-size: 11px !important;
        font-weight: 500 !important;
        line-height: 13px !important;
    }
    .ticket-page-next .ticket-route-card__mobile-city,.ticket-page-next .ticket-route-card__mobile-time {
        color: #333 !important;
        font-size: 19px !important;
        font-weight: 700 !important;
        line-height: 22px !important;
        letter-spacing: 0 !important;
    }
    .ticket-page-next .ticket-route-card__mobile-duration {
        align-self: end !important;
        color: #40a6ff !important;
        font-size: 10px !important;
        font-weight: 500 !important;
        line-height: 12px !important;
        text-align: center !important;
        white-space: nowrap !important;
    }
    .ticket-page-next .ticket-route-card__mobile-track {
        align-self: center !important;
        width: 124px !important;
        height: 34px !important;
    }
    .ticket-page-next .ticket-route-card__mobile-track::before {
        top: 17px !important;
        right: 2px !important;
        left: 2px !important;
        border-top: 1px dashed #40a6ff !important;
    }
    .ticket-page-next .ticket-route-card__mobile-track::after {
        width: 30px !important;
        height: 30px !important;
        background-size: 16px auto !important;
    }
    .ticket-page-next .ticket-route-card__mobile-station {
        color: #a6a6a6 !important;
        font-size: 10px !important;
        font-weight: 500 !important;
        line-height: 1.18 !important;
    }
    .ticket-page-next .ticket-route-card__price--mobile small,.ticket-page-next .ticket-route-card__price--mobile span {
        font-size: 22px !important;
        line-height: 24px !important;
    }
    .ticket-page-next .ticket-route-card__mobile-buy .ticket-route-card__buy {
        min-width: 160px !important;
        min-height: 32px !important;
        border-radius: 5px !important;
    }
    .ticket-page-next .ticket-route-card__mobile-footer {
        grid-template-columns: minmax(0,1fr) auto auto !important;
        align-items: center !important;
        min-height: 42px !important;
        margin: 9px -12px -9px !important;
        padding: 7px 12px !important;
        border-top: 1px solid #ececec !important;
        background: #fff !important;
    }
    .ticket-page-next .ticket-route-card__mobile-route {
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 14px !important;
    }
    .ticket-page-next .ticket-route-card__mobile-route img {
        width: 24px !important;
        height: 24px !important;
    }
    .ticket-page-next .ticket-route-card__details-link--mobile {
        color: #9b9b9b !important;
        font-size: 10px !important;
        line-height: 13px !important;
    }
    .ticket-page-next__popular {
        padding-top: 20px !important;
    }
    .ticket-page-next__popular .container {
        padding-top: 18px !important;
        border-top: 1px solid #e9edf2 !important;
    }
    .regular-routes-page {
        padding-bottom: 42px !important;
    }
    .regular-routes-page__breadcrumb-shell {
        padding-top: 6px !important;
    }
    .regular-routes-page__breadcrumb {
        min-height: 60px !important;
        padding: 0 22px !important;
        border-radius: 5px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
    }
    .regular-routes-page__head {
        margin-top: 18px !important;
    }
    .regular-routes-page__title {
        font-size: 18px !important;
        line-height: 1.2 !important;
    }
    .regular-routes-page__subtitle {
        max-width: 330px !important;
        font-size: 12px !important;
    }
    .regular-routes-page__sort {
        margin-top: 22px !important;
    }
}
@media (min-width:768px) {
    .regular-routes-page__container {
        width: min(1386px,calc(100% - 54px)) !important;
    }
    .regular-routes-page__cards {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        margin-top: 15px !important;
    }
    .regular-routes-page .ticket-route-card--regular .ticket-route-card__aside {
        gap: 20px !important;
    }
}
@media (max-width:767px) {
    .regular-routes-page__cards {
        display: flex !important;
        flex-direction: column !important;
        gap: 7px !important;
    }
    .regular-routes-page .ticket-route-card__price--mobile small,.regular-routes-page .ticket-route-card__price--mobile span {
        font-size: 22px !important;
        line-height: 24px !important;
    }
    .regular-routes-page .ticket-route-card__mobile-buy {
        width: 160px !important;
        justify-self: end !important;
    }
    .regular-routes-page .ticket-route-card__mobile-buy .ticket-route-card__buy {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 32px !important;
        border-radius: 5px !important;
    }
    .regular-routes-page .ticket-route-card__regularity--mobile {
        justify-content: center !important;
        width: 100% !important;
        margin: 5px 0 0 !important;
        font-size: 12px !important;
    }
    .regular-routes-page .ticket-route-card__mobile-footer {
        grid-template-columns: minmax(0,1fr) auto auto !important;
        align-items: center !important;
        min-height: 42px !important;
        margin: 9px -12px -9px !important;
        padding: 7px 12px 0 !important;
    }
    .ticket-page-next__search .figma-home-search__submit {
        width: 348px !important;
        max-width: calc(100% - 28px) !important;
        margin: 5px auto 0 !important;
        align-self: center !important;
        justify-self: center !important;
        padding: 0 !important;
        border-radius: 4px !important;
    }
}
.regular-routes-page__search-shell {
    display: none;
}
@media (max-width:767px) {
    .regular-routes-page__search-shell {
        display: block;
    }
    .regular-routes-page__search {
        width: min(376px,98vw) !important;
        max-width: 98vw !important;
        margin: 10px auto 18px !important;
    }
    .ticket-page-next__search {
        width: min(376px,calc(100vw - 26px)) !important;
        max-width: calc(100vw - 26px) !important;
    }
    .ticket-page-next__search .figma-home-search,.ticket-page-next__search .figma-home-search--ticket-page {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    .ticket-page-next__search .figma-home-search__bar {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        width: 100% !important;
        min-height: 272px !important;
        height: auto !important;
        padding: 0 !important;
        border: 1px solid #40a6ff !important;
        border-radius: 5px !important;
        background: #fff !important;
        box-shadow: 0 10px 18px rgba(12,60,110,.16) !important;
        overflow: hidden !important;
    }
    .ticket-page-next__search .figma-home-search__field {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        min-height: 55px !important;
        height: 55px !important;
        padding: 0 19px !important;
        gap: 7px !important;
        border: 0 !important;
        border-bottom: 1px solid #ececec !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
    }
    .ticket-page-next__search .figma-home-search__field[data-home-search-toggle=date] {
        min-height: 33px !important;
        height: 33px !important;
        padding-top: 8px !important;
        padding-bottom: 0 !important;
        border-bottom: 0 !important;
    }
    .ticket-page-next__search .figma-home-search__field[data-home-search-toggle=passengers] {
        border-top: 1px solid #ececec !important;
    }
    .ticket-page-next__search .figma-home-search__field::after,.ticket-page-next__search .figma-home-search__swap {
        display: none !important;
    }
    .ticket-page-next__search .figma-home-search__icon,.ticket-page-next__search .figma-home-search__icon img {
        width: 14px !important;
        min-width: 14px !important;
        height: 14px !important;
        object-fit: contain !important;
    }
    .ticket-page-next__search .figma-home-search__value {
        color: #5f5f5f !important;
        font-family: "Exo 2",sans-serif !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 17px !important;
        letter-spacing: -.42px !important;
        text-align: left !important;
    }
    .ticket-page-next__search .figma-home-search__value--desktop,.ticket-page-next__search .ticket-hero-search__quick-links--desktop {
        display: none !important;
    }
    .ticket-page-next__search .figma-home-search__value--mobile {
        display: inline !important;
    }
    .ticket-page-next__search .ticket-hero-search__quick-links--mobile {
        display: flex !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        min-height: 22px !important;
        margin: 0 !important;
        padding: 0 19px 8px 40px !important;
        line-height: 1 !important;
        transform: none !important;
    }
    .ticket-page-next__search .ticket-hero-search__quick-links--mobile a {
        color: #40a6ff !important;
        font-family: "Exo 2",sans-serif !important;
        font-size: 10px !important;
        font-weight: 500 !important;
        line-height: 12px !important;
        letter-spacing: 0 !important;
    }
    .ticket-page-next__search .figma-home-search__submit {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: calc(100% + 2px) !important;
        max-width: none !important;
        min-height: 52px !important;
        height: 52px !important;
        margin: 0-1px -1px !important;
        padding: 0 !important;
        border-radius: 0 0 5px 5px !important;
        background: #40a6ff !important;
        color: #fff !important;
        font-family: "Exo 2",sans-serif !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 17px !important;
        text-align: center !important;
    }
}

/* --- Route details popup (Подробнее / детали рейса) --- */
.route-details {
    box-sizing: border-box;
    padding: 16px 16px 26px;
    font-family: "Exo 2", sans-serif;
    color: #181818;
}
.route-details * { box-sizing: border-box; }
.route-details__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0 0 6px -6px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.route-details__close img { width: 18px; height: 18px; }
.route-details__title {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #181818;
}
.route-details__endpoints {
    position: relative;
    margin-bottom: 14px;
}
.route-details__endpoint {
    display: grid;
    grid-template-columns: 52px 18px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 4px 0;
}
.route-details__endpoint--arrival { padding-top: 18px; }
.route-details__when {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    color: #181818;
    white-space: nowrap;
}
.route-details__bullet {
    position: relative;
    width: 14px;
    height: 14px;
    margin-top: 5px;
    border: 2px solid #40a6ff;
    border-radius: 50%;
    background: #fff;
    justify-self: center;
}
.route-details__bullet--filled { background: #40a6ff; }
.route-details__endpoint:first-child .route-details__bullet::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 50%;
    width: 0;
    height: 44px;
    border-left: 2px dashed #cfe3f7;
    transform: translateX(-50%);
}
.route-details__city {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #181818;
}
.route-details__station {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.3;
    color: #8d8c8c;
}
.route-details__stops {
    position: relative;
    margin: 6px 0 14px;
    padding: 14px 0 4px;
    border-top: 1px solid #ececec;
}
.route-details__stop {
    display: grid;
    grid-template-columns: 18px 52px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 5px 0;
    color: #181818;
    text-decoration: none;
}
.route-details__stop-dot {
    position: relative;
    width: 12px;
    height: 12px;
    border: 2px solid #40a6ff;
    border-radius: 50%;
    background: #fff;
    justify-self: center;
}
.route-details__stop-dot.is-filled { background: #40a6ff; }
.route-details__stop:not(:last-child) .route-details__stop-dot::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    width: 0;
    height: 22px;
    border-left: 2px solid #e4f0fb;
    transform: translateX(-50%);
}
.route-details__stop-time {
    font-size: 14px;
    font-weight: 600;
    color: #181818;
    white-space: nowrap;
}
.route-details__stop-text {
    font-size: 13px;
    line-height: 1.3;
    color: #4f4f4f;
}
.route-details__transfer {
    margin-left: 4px;
    color: #40a6ff;
    font-weight: 600;
}
.route-details.is-stops-collapsed .route-details__stop--mid { display: none; }
.route-details__note {
    margin: 0 0 14px;
    font-size: 12px;
    line-height: 1.4;
    color: #8d8c8c;
}
.route-details__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #40a6ff;
    border-radius: 8px;
    background: #fff;
    color: #2484d8;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.route-details__toggle img { width: 12px; height: 7px; transition: transform .2s ease; }
.route-details.is-stops-collapsed .route-details__toggle img { transform: rotate(180deg); }
.route-details__services {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #ececec;
}
.route-details__services-title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #181818;
}
.route-details__services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.route-details__service {
    padding: 6px 12px;
    border-radius: 999px;
    background: #e8f3ff;
    color: #2484d8;
    font-size: 13px;
    font-weight: 600;
}

/* Route details popup container — narrower + rounded */
.schedule_route_details_popup {
    max-width: 520px !important;
    width: calc(100% - 30px) !important;
    max-height: 85vh !important;
    border-radius: 16px !important;
    box-shadow: 0 24px 60px rgba(12, 32, 60, .28) !important;
    overflow: hidden auto !important;
    z-index: 2147483646 !important;
}
.schedule_route_details_overlay {
    z-index: 2147483645 !important;
}

.ticket-route-card__unavailable{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:8px;background:#f3f5f8;color:#8a94a4;font-family:"Exo 2",sans-serif;font-size:13px;font-weight:600;line-height:1.25;text-align:center;}
