

/* Start:/local/components/china/travel/templates/.default/style.css?177274352342877*/
/* ===================================================
   TRAVEL — Путешествия в Китай
   BEM: .travel-*
   Colors: #1a237e (navy), #ff6f00 (orange), #283593 (blue)
   =================================================== */

.travel-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0px 40px;
    font-family: inherit;
    color: #333;
}

/* ================================ */
/* Навигация                        */
/* ================================ */

.travel-nav {
    margin-bottom: 16px;
}

.travel-nav__back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1a237e;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s;
}

.travel-nav__back:hover {
    color: #ff6f00;
}

/* ================================ */
/* Быстрые ссылки                   */
/* ================================ */

.travel-quicklinks {
    display: flex;
    justify-content: center;
    gap: 24px;
    padding: 24px 0;
    flex-wrap: wrap;
}

.travel-quicklink {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #333;
    transition: transform 0.2s;
}

.travel-quicklink:hover {
    transform: translateY(-4px);
}

.travel-quicklink__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a237e;
    transition: box-shadow 0.2s, background 0.2s;
}

.travel-quicklink:hover .travel-quicklink__icon {
    background: #1a237e;
    color: #fff;
    box-shadow: 0 4px 20px rgba(26,35,126,0.3);
}

.travel-quicklink__name {
    font-size: 13px;
    font-weight: 500;
}

/* ================================ */
/* Поиск                            */
/* ================================ */

.travel-search {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 24px;
    margin-bottom: 32px;
}

.travel-search__tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.travel-search__tab {
    padding: 8px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    transition: all 0.2s;
}

.travel-search__tab--active {
    border-color: #1a237e;
    color: #1a237e;
    background: #e8eaf6;
}

.travel-search__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.travel-search__fields {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.travel-search__field {
    flex: 1;
    min-width: 140px;
}

.travel-search__field--pax {
    flex: 0 0 120px;
    min-width: 120px;
}

.travel-search__label {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
    font-weight: 500;
}

.travel-search__input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    background: #fafafa;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.travel-search__input:focus {
    border-color: #1a237e;
    outline: none;
    background: #fff;
}

.travel-search__pax {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 0;
}

.travel-search__pax-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.travel-search__pax-btn:hover {
    border-color: #1a237e;
    color: #1a237e;
}

.travel-search__pax-val {
    font-size: 18px;
    font-weight: 600;
    min-width: 20px;
    text-align: center;
}

.travel-search__submit {
    padding: 14px 32px;
    background: #ff6f00;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    align-self: flex-end;
}

.travel-search__submit:hover {
    background: #e65100;
}

.travel-search__form--inline {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 24px;
}

/* ================================ */
/* Баннер                           */
/* ================================ */

.travel-banner {
    position: relative;
    background: linear-gradient(135deg, #1a237e 0%, #283593 50%, #303f9f 100%);
    border-radius: 16px;
    padding: 48px 40px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 40px;
}

.travel-banner--avia {
    background: linear-gradient(135deg, #0d47a1 0%, #1565c0 50%, #1976d2 100%);
}

.travel-banner--hotels {
    background: linear-gradient(135deg, #4a148c 0%, #6a1b9a 50%, #7b1fa2 100%);
}

.travel-banner--tours {
    background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 50%, #388e3c 100%);
}

.travel-banner--business {
    background: linear-gradient(135deg, #263238 0%, #37474f 50%, #455a64 100%);
}

.travel-banner--auto {
    background: linear-gradient(135deg, #bf360c 0%, #d84315 50%, #e64a19 100%);
}

.travel-banner--insurance {
    background: linear-gradient(135deg, #004d40 0%, #00695c 50%, #00796b 100%);
}

.travel-banner--city {
    background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
}

.travel-banner__decor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0.5;
}

.travel-banner__lantern {
    position: absolute;
    width: 80px;
    height: 80px;
}

.travel-banner__content {
    position: relative;
    z-index: 1;
}

.travel-banner__cn {
    display: block;
    font-size: 48px;
    opacity: 0.2;
    line-height: 1;
    margin-bottom: 8px;
}

.travel-banner__title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.2;
}

.travel-banner__subtitle {
    font-size: 16px;
    opacity: 0.85;
    margin: 0 0 24px;
    max-width: 600px;
    line-height: 1.5;
}

.travel-banner__stats {
    display: flex;
    gap: 32px;
}

.travel-banner__stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.travel-banner__stat-val {
    font-size: 24px;
    font-weight: 700;
}

.travel-banner__stat-label {
    font-size: 13px;
    opacity: 0.7;
}

/* ================================ */
/* Секция                           */
/* ================================ */

.travel-section {
    margin-bottom: 48px;
}

.travel-section__title {
    font-size: 24px;
    font-weight: 700;
    color: #1a237e;
    margin: 0 0 8px;
}

.travel-section__subtitle {
    font-size: 15px;
    color: #888;
    margin: 0 0 24px;
}

/* ================================ */
/* Горячие предложения              */
/* ================================ */

.travel-deals {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.travel-deal {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 20px;
    text-decoration: none;
    color: #333;
    position: relative;
    transition: box-shadow 0.2s, transform 0.2s;
}

.travel-deal:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.travel-deal__badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    align-self: flex-start;
}

.travel-deal__badge--flight { background: #e3f2fd; color: #1565c0; }
.travel-deal__badge--hotel { background: #f3e5f5; color: #7b1fa2; }
.travel-deal__badge--tour { background: #e8f5e9; color: #2e7d32; }

.travel-deal__discount {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #ff6f00;
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}

.travel-deal__route {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.travel-deal__from,
.travel-deal__to {
    font-size: 16px;
    font-weight: 600;
}

.travel-deal__arrow {
    color: #ff6f00;
    font-size: 16px;
}

.travel-deal__detail {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

.travel-deal__dates {
    font-size: 13px;
    color: #666;
    margin-bottom: 12px;
}

.travel-deal__prices {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: auto;
}

.travel-deal__old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.travel-deal__price {
    font-size: 22px;
    font-weight: 700;
    color: #ff6f00;
}

/* ================================ */
/* Направления                      */
/* ================================ */

.travel-destinations {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.travel-dest {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 20px;
    text-decoration: none;
    color: #333;
    transition: box-shadow 0.2s, transform 0.2s;
}

.travel-dest:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.travel-dest__header {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
}

.travel-dest__name {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #1a237e;
}

.travel-dest__cn {
    font-size: 14px;
    color: #999;
}

.travel-dest__desc {
    font-size: 13px;
    color: #888;
    line-height: 1.4;
    margin: 0 0 12px;
    flex-grow: 1;
}

.travel-dest__prices {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
}

.travel-dest__price-item {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.travel-dest__price-label {
    color: #888;
}

.travel-dest__price-val {
    font-weight: 600;
    color: #ff6f00;
}

.travel-dest__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
    font-size: 13px;
}

.travel-dest__time {
    color: #888;
}

.travel-dest__more {
    color: #1a237e;
    font-weight: 500;
}

/* ================================ */
/* Преимущества                     */
/* ================================ */

.travel-advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.travel-advantage {
    text-align: center;
    padding: 24px 16px;
}

.travel-advantage__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e8eaf6;
    color: #1a237e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.travel-advantage__title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #1a237e;
}

.travel-advantage__desc {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    margin: 0;
}

/* ================================ */
/* Динамика цен                     */
/* ================================ */

.travel-dynamics {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 24px;
}

.travel-dynamics__tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.travel-dynamics__tab {
    padding: 8px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s;
}

.travel-dynamics__tab--active {
    background: #1a237e;
    color: #fff;
    border-color: #1a237e;
}

.travel-dynamics__table-wrap {
    overflow-x: auto;
}

.travel-dynamics__table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.travel-dynamics__table th {
    padding: 8px 6px;
    font-size: 13px;
    font-weight: 500;
    color: #888;
    border-bottom: 1px solid #eee;
}

.travel-dynamics__table td {
    padding: 12px 6px;
    font-size: 14px;
    font-weight: 500;
}

.travel-dynamics__th--current {
    color: #ff6f00 !important;
    font-weight: 700 !important;
}

.travel-dynamics__td--current {
    background: #fff3e0;
    font-weight: 700;
    color: #ff6f00;
    border-radius: 6px;
}

.travel-dynamics__td--min {
    color: #2e7d32;
    font-weight: 700;
}

/* ================================ */
/* FAQ                              */
/* ================================ */

.travel-faq {
    max-width: 100%;
}

.travel-faq__item {
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 8px;
    overflow: hidden;
    transition: border-color 0.2s;
}

.travel-faq__item:hover {
    border-color: #ccc;
}

.travel-faq__item--open {
    border-color: #1a237e;
}

.travel-faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    font-family: inherit;
    gap: 12px;
}

.travel-faq__question svg {
    flex-shrink: 0;
    color: #999;
    transition: transform 0.2s;
}

.travel-faq__item--open .travel-faq__question svg {
    transform: rotate(180deg);
    color: #1a237e;
}

.travel-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.travel-faq__item--open .travel-faq__answer {
    max-height: 500px;
}

.travel-faq__answer p {
    padding: 0 20px 16px;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

/* ================================ */
/* Маршруты (авиа)                  */
/* ================================ */

.travel-routes {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.travel-route {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px 20px;
    text-decoration: none;
    color: #333;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.travel-route:hover {
    border-color: #1a237e;
    box-shadow: 0 4px 16px rgba(26,35,126,0.08);
}

.travel-route__cities {
    display: flex;
    align-items: center;
    gap: 12px;
}

.travel-route__from {
    font-weight: 500;
}

.travel-route__arrow {
    color: #ff6f00;
}

.travel-route__to {
    font-weight: 600;
    color: #1a237e;
}

.travel-route__to small {
    color: #999;
    font-weight: 400;
    margin-left: 4px;
}

.travel-route__info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.travel-route__time {
    font-size: 13px;
    color: #888;
}

.travel-route__price {
    font-weight: 700;
    color: #ff6f00;
    font-size: 16px;
}

/* ================================ */
/* Авиакомпании                     */
/* ================================ */

.travel-airlines {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.travel-airline {
    display: flex;
    gap: 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
}

.travel-airline__logo {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #e8eaf6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.travel-airline__iata {
    font-size: 18px;
    font-weight: 700;
    color: #1a237e;
}

.travel-airline__name {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px;
}

.travel-airline__desc {
    font-size: 13px;
    color: #888;
    margin: 0 0 4px;
    line-height: 1.4;
}

.travel-airline__hub {
    font-size: 12px;
    color: #1a237e;
    font-weight: 500;
}

/* ================================ */
/* Советы                           */
/* ================================ */

.travel-tips {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.travel-tip {
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
}

.travel-tip__num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1a237e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
}

.travel-tip__title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 8px;
}

.travel-tip__text {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    margin: 0;
}

/* ================================ */
/* Отели — города                   */
/* ================================ */

.travel-hotel-cities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.travel-hotel-city {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    color: #333;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.travel-hotel-city:hover {
    border-color: #7b1fa2;
    box-shadow: 0 4px 16px rgba(123,31,162,0.1);
}

.travel-hotel-city__header {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
}

.travel-hotel-city__name {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #1a237e;
}

.travel-hotel-city__cn {
    font-size: 14px;
    color: #999;
}

.travel-hotel-city__price {
    font-size: 16px;
    font-weight: 700;
    color: #ff6f00;
    margin-bottom: 12px;
}

.travel-hotel-city__types {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.travel-hotel-city__type {
    font-size: 12px;
    color: #888;
    padding-left: 12px;
    position: relative;
}

.travel-hotel-city__type::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ccc;
    transform: translateY(-50%);
}

/* Типы размещения */

.travel-hotel-types {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.travel-hotel-type {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.travel-hotel-type__header {
    margin-bottom: 8px;
}

.travel-hotel-type__name {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.travel-hotel-type__stars {
    color: #ffc107;
    display: block;
    margin-top: 4px;
}

.travel-hotel-type__price {
    font-size: 14px;
    font-weight: 700;
    color: #ff6f00;
    margin-bottom: 8px;
}

.travel-hotel-type__desc {
    font-size: 12px;
    color: #888;
    line-height: 1.4;
    margin: 0;
}

/* ================================ */
/* Туры                             */
/* ================================ */

.travel-tour-types {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.travel-tour-type {
    text-align: center;
    padding: 24px 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
}

.travel-tour-type__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e8f5e9;
    color: #2e7d32;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.travel-tour-type__name {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}

.travel-tour-type__desc {
    font-size: 13px;
    color: #888;
    line-height: 1.4;
    margin: 0;
}

.travel-tours-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.travel-tour-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 24px;
    transition: box-shadow 0.2s;
}

.travel-tour-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.travel-tour-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.travel-tour-card__type {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.travel-tour-card__type--excursion { background: #e3f2fd; color: #1565c0; }
.travel-tour-card__type--beach { background: #fff3e0; color: #e65100; }
.travel-tour-card__type--gastro { background: #fce4ec; color: #c62828; }
.travel-tour-card__type--adventure { background: #e8f5e9; color: #2e7d32; }

.travel-tour-card__days {
    font-size: 13px;
    color: #888;
}

.travel-tour-card__name {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #1a237e;
}

.travel-tour-card__desc {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    margin: 0 0 12px;
}

.travel-tour-card__cities {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.travel-tour-card__city {
    padding: 3px 10px;
    background: #f5f5f5;
    border-radius: 20px;
    font-size: 12px;
    color: #666;
}

.travel-tour-card__highlights {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
}

.travel-tour-card__highlight {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #555;
}

.travel-tour-card__includes {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

.travel-tour-card__include {
    padding: 3px 10px;
    background: #e8f5e9;
    border-radius: 20px;
    font-size: 11px;
    color: #2e7d32;
}

.travel-tour-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.travel-tour-card__price-label {
    font-size: 12px;
    color: #888;
}

.travel-tour-card__price-val {
    font-size: 22px;
    font-weight: 700;
    color: #ff6f00;
}

.travel-tour-card__price-per {
    font-size: 12px;
    color: #888;
}

.travel-tour-card__btn {
    padding: 10px 20px;
    background: #1a237e;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s;
}

.travel-tour-card__btn:hover {
    background: #283593;
}

/* ================================ */
/* Бизнес-туры                      */
/* ================================ */

.travel-biz-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.travel-biz-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 24px;
}

.travel-biz-card__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.travel-biz-card__period {
    padding: 4px 10px;
    background: #fff3e0;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #e65100;
}

.travel-biz-card__days {
    font-size: 13px;
    color: #888;
}

.travel-biz-card__name {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px;
}

.travel-biz-card__city {
    font-size: 14px;
    color: #1a237e;
    font-weight: 500;
    margin-bottom: 12px;
}

.travel-biz-card__desc {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    margin: 0 0 16px;
}

.travel-biz-card__includes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.travel-biz-card__include {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #555;
}

.travel-biz-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}

.travel-biz-card__price {
    font-size: 20px;
    font-weight: 700;
    color: #ff6f00;
}

.travel-biz-card__btn {
    padding: 10px 20px;
    background: #263238;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s;
}

.travel-biz-card__btn:hover {
    background: #37474f;
}

/* Услуги */

.travel-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.travel-service {
    padding: 24px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    text-align: center;
}

.travel-service__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #e8eaf6;
    color: #1a237e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.travel-service__name {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}

.travel-service__desc {
    font-size: 13px;
    color: #888;
    line-height: 1.4;
    margin: 0;
}

/* Выставки */

.travel-exhibitions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.travel-exhibition {
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
}

.travel-exhibition__name {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}

.travel-exhibition__meta {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
}

.travel-exhibition__city {
    font-size: 13px;
    color: #1a237e;
    font-weight: 500;
}

.travel-exhibition__period {
    font-size: 13px;
    color: #ff6f00;
    font-weight: 500;
}

.travel-exhibition__desc {
    font-size: 13px;
    color: #888;
    margin: 0;
}

/* Форма заявки */

.travel-biz-form {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 32px;
}

.travel-biz-form__fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.travel-biz-form__field--full {
    grid-column: 1 / -1;
}

.travel-biz-form__field label {
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 4px;
    font-weight: 500;
}

.travel-biz-form__field input,
.travel-biz-form__field select,
.travel-biz-form__field textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    background: #fafafa;
    box-sizing: border-box;
}

.travel-biz-form__field input:focus,
.travel-biz-form__field select:focus,
.travel-biz-form__field textarea:focus {
    border-color: #1a237e;
    outline: none;
}

.travel-biz-form__submit {
    padding: 14px 40px;
    background: #ff6f00;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.travel-biz-form__submit:hover {
    background: #e65100;
}

/* ================================ */
/* Аренда авто                      */
/* ================================ */

.travel-auto-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.travel-auto-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 24px 20px;
    text-align: center;
}

.travel-auto-card__icon {
    margin-bottom: 12px;
    color: #1a237e;
}

.travel-auto-card__name {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px;
}

.travel-auto-card__example {
    font-size: 13px;
    color: #888;
    margin-bottom: 16px;
}

.travel-auto-card__price {
    margin-bottom: 4px;
}

.travel-auto-card__price-val {
    font-size: 28px;
    font-weight: 700;
    color: #ff6f00;
}

.travel-auto-card__price-per {
    font-size: 14px;
    color: #888;
}

.travel-auto-card__deposit {
    font-size: 12px;
    color: #999;
    margin-bottom: 16px;
}

.travel-auto-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
}

.travel-auto-card__features li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    font-size: 13px;
    color: #555;
    text-align: left;
}

.travel-auto-card__btn {
    display: block;
    width: 100%;
    padding: 10px;
    background: #1a237e;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: background 0.2s;
    margin-top: auto;
}

.travel-auto-card__btn:hover {
    background: #283593;
}

.travel-auto-cities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.travel-auto-city {
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
}

/* Требования */

.travel-requirements {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.travel-requirement {
    padding: 24px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
}

.travel-requirement__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #fff3e0;
    color: #e65100;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.travel-requirement h3 {
    font-size: 16px;
    margin: 0 0 8px;
}

.travel-requirement p {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    margin: 0;
}

/* ================================ */
/* Страховки                        */
/* ================================ */

.travel-insurance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.travel-insurance-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 2px solid #eee;
    border-radius: 16px;
    padding: 28px 24px;
    position: relative;
    transition: border-color 0.2s;
}

.travel-insurance-card--popular {
    border-color: #ff6f00;
    box-shadow: 0 8px 32px rgba(255,111,0,0.15);
}

.travel-insurance-card__badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff6f00;
    color: #fff;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.travel-insurance-card__name {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 16px;
}

.travel-insurance-card__price {
    text-align: center;
    margin-bottom: 8px;
}

.travel-insurance-card__price-val {
    font-size: 36px;
    font-weight: 700;
    color: #ff6f00;
}

.travel-insurance-card__price-per {
    font-size: 16px;
    color: #888;
}

.travel-insurance-card__coverage {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.travel-insurance-card__includes {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    flex-grow: 1;
}

.travel-insurance-card__include,
.travel-insurance-card__exclude {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    font-size: 13px;
}

.travel-insurance-card__include {
    color: #333;
}

.travel-insurance-card__exclude {
    color: #bbb;
    text-decoration: line-through;
}

.travel-insurance-card__example {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin-bottom: 20px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

.travel-insurance-card__btn {
    display: block;
    text-align: center;
    padding: 14px;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: opacity 0.2s;
}

.travel-insurance-card__btn:hover {
    opacity: 0.9;
}

/* Покрытие */

.travel-coverage {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.travel-coverage__item {
    padding: 24px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
}

.travel-coverage__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #e0f2f1;
    color: #00695c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.travel-coverage__item h3 {
    font-size: 16px;
    margin: 0 0 8px;
}

.travel-coverage__item p {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    margin: 0;
}

/* Шаги */

.travel-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.travel-step {
    text-align: center;
    padding: 20px;
}

.travel-step__num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #00695c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 12px;
}

.travel-step h3 {
    font-size: 15px;
    margin: 0 0 8px;
}

.travel-step p {
    font-size: 13px;
    color: #888;
    line-height: 1.4;
    margin: 0;
}

/* ================================ */
/* Страница города                  */
/* ================================ */

.travel-city-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.travel-city-fact {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.travel-city-fact__label {
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 4px;
}

.travel-city-fact__val {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #1a237e;
}

.travel-city-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.travel-city-highlight {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    font-size: 14px;
}

.travel-city-flights {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 24px;
}

.travel-city-flight-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.travel-city-flight-price__label {
    font-size: 13px;
    color: #888;
    display: block;
}

.travel-city-flight-price__val {
    font-size: 28px;
    font-weight: 700;
    color: #ff6f00;
}

.travel-city-flight-price__note {
    font-size: 12px;
    color: #999;
    display: block;
}

.travel-city-flight-meta {
    text-align: right;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.travel-city-airlines__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.travel-city-airline {
    padding: 6px 14px;
    background: #e8eaf6;
    border-radius: 6px;
    font-size: 13px;
    color: #1a237e;
    font-weight: 500;
}

.travel-city-link {
    display: inline-block;
    margin-top: 16px;
    color: #1a237e;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.travel-city-link:hover {
    color: #ff6f00;
}

.travel-city-hotels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.travel-city-hotel-type {
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    font-size: 14px;
}

/* Туры города */

.travel-city-tours {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.travel-city-tour {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
}

.travel-city-tour__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.travel-city-tour__type {
    font-size: 12px;
    font-weight: 600;
    color: #1a237e;
}

.travel-city-tour__days {
    font-size: 12px;
    color: #888;
}

.travel-city-tour__name {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}

.travel-city-tour__desc {
    font-size: 13px;
    color: #888;
    line-height: 1.4;
    margin: 0 0 12px;
}

.travel-city-tour__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.travel-city-tour__price {
    font-weight: 700;
    color: #ff6f00;
}

.travel-city-tour__link {
    color: #1a237e;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

/* Климат */

.travel-climate-bars {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    padding: 20px 0;
}

.travel-climate-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    gap: 4px;
}

.travel-climate-bar__month {
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

.travel-climate-bar__track {
    width: 20px;
    height: 120px;
    background: #f0f0f0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.travel-climate-bar__fill {
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #1565c0, #ff6f00);
    border-radius: 10px;
}

.travel-climate-bar__hi {
    font-size: 12px;
    font-weight: 700;
    color: #c62828;
}

.travel-climate-bar__lo {
    font-size: 11px;
    color: #1565c0;
}

.travel-climate-bar--current .travel-climate-bar__month {
    color: #ff6f00;
    font-weight: 700;
}

.travel-climate-bar--current .travel-climate-bar__track {
    background: #fff3e0;
}

/* Другие города */

.travel-other-cities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.travel-other-city {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    text-decoration: none;
    color: #333;
    transition: border-color 0.2s;
}

.travel-other-city:hover {
    border-color: #1a237e;
}

.travel-other-city__name {
    font-weight: 600;
}

.travel-other-city__cn {
    font-size: 13px;
    color: #999;
}

.travel-other-city__price {
    font-size: 14px;
    font-weight: 700;
    color: #ff6f00;
    margin-top: 4px;
}

/* 404 */

.travel-404 {
    text-align: center;
    padding: 80px 20px;
}

.travel-404 h1 {
    font-size: 28px;
    color: #1a237e;
    margin: 0 0 12px;
}

.travel-404 p {
    color: #888;
    margin: 0 0 20px;
}

.travel-404 a {
    color: #1a237e;
    font-weight: 500;
}

/* ================================ */
/* АДАПТИВНОСТЬ                     */
/* ================================ */

@media (max-width: 1024px) {
    .travel-destinations {
        grid-template-columns: repeat(3, 1fr);
    }

    .travel-deals {
        grid-template-columns: repeat(2, 1fr);
    }

    .travel-hotel-cities {
        grid-template-columns: repeat(2, 1fr);
    }

    .travel-hotel-types {
        grid-template-columns: repeat(3, 1fr);
    }

    .travel-auto-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .travel-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .travel-exhibitions {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .travel-page {
        padding: 0 16px 32px;
    }

    .travel-banner {
        padding: 32px 24px;
    }

    .travel-banner__title {
        font-size: 24px;
    }

    .travel-banner__cn {
        font-size: 36px;
    }

    .travel-banner__stats {
        gap: 20px;
    }

    .travel-quicklinks {
        gap: 16px;
    }

    .travel-quicklink__icon {
        width: 60px;
        height: 60px;
    }

    .travel-search__fields {
        flex-direction: column;
    }

    .travel-search__field {
        min-width: auto;
    }

    .travel-search__field--pax {
        flex: auto;
    }

    .travel-search__submit {
        align-self: stretch;
    }

    .travel-destinations {
        grid-template-columns: repeat(2, 1fr);
    }

    .travel-deals {
        grid-template-columns: 1fr;
    }

    .travel-advantages {
        grid-template-columns: repeat(2, 1fr);
    }

    .travel-tours-grid {
        grid-template-columns: 1fr;
    }

    .travel-biz-grid {
        grid-template-columns: 1fr;
    }

    .travel-services {
        grid-template-columns: repeat(2, 1fr);
    }

    .travel-airlines {
        grid-template-columns: 1fr;
    }

    .travel-tips {
        grid-template-columns: 1fr;
    }

    .travel-hotel-types {
        grid-template-columns: repeat(2, 1fr);
    }

    .travel-tour-types {
        grid-template-columns: repeat(2, 1fr);
    }

    .travel-insurance-grid {
        grid-template-columns: 1fr;
    }

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

    .travel-city-facts {
        grid-template-columns: repeat(2, 1fr);
    }

    .travel-city-highlights {
        grid-template-columns: 1fr;
    }

    .travel-city-flight-info {
        flex-direction: column;
        gap: 16px;
    }

    .travel-city-flight-meta {
        text-align: left;
    }

    .travel-city-tours {
        grid-template-columns: 1fr;
    }

    .travel-other-cities {
        grid-template-columns: repeat(2, 1fr);
    }

    .travel-coverage {
        grid-template-columns: repeat(2, 1fr);
    }

    .travel-requirements {
        grid-template-columns: 1fr;
    }

    .travel-exhibitions {
        grid-template-columns: 1fr;
    }

    .travel-biz-form__fields {
        grid-template-columns: 1fr;
    }

    .travel-route__info {
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
    }

    .travel-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .travel-destinations {
        grid-template-columns: 1fr;
    }

    .travel-advantages {
        grid-template-columns: 1fr;
    }

    .travel-hotel-cities {
        grid-template-columns: 1fr;
    }

    .travel-hotel-types {
        grid-template-columns: 1fr;
    }

    .travel-services {
        grid-template-columns: 1fr;
    }

    .travel-city-facts {
        grid-template-columns: 1fr;
    }

    .travel-other-cities {
        grid-template-columns: 1fr;
    }

    .travel-coverage {
        grid-template-columns: 1fr;
    }

    .travel-quicklinks {
        gap: 12px;
    }

    .travel-quicklink__icon {
        width: 52px;
        height: 52px;
    }

    .travel-quicklink__name {
        font-size: 11px;
    }

    .travel-tour-types {
        grid-template-columns: 1fr;
    }

    .travel-route {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .travel-route__info {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }

    .travel-climate-bar__track {
        height: 80px;
    }

    .travel-banner__stats {
        flex-direction: column;
        gap: 8px;
    }
}

/* End */
/* /local/components/china/travel/templates/.default/style.css?177274352342877 */
