.site-header{z-index:20;position:relative}.site-header__top{background:linear-gradient(90deg,#7d4000e0 0%,#ffa8002e 45%,#29292947 100%);align-items:center;min-height:64px;display:flex}.site-header__top .container{align-items:center;display:flex}.site-header__logo{color:#fff;font-size:36px;font-weight:700;line-height:1;display:inline-block}.site-header__nav-row{background:#292929;align-items:center;min-height:94px;display:flex}.site-header__nav-row .container{align-items:center;display:flex}.site-header__nav{flex-wrap:wrap;align-items:center;gap:84px;display:flex}.site-header__link{color:#fff;font-size:30px;font-weight:300;line-height:1.2;transition:color .2s}.site-header__link:hover{color:var(--accent)}@media (width<=1024px){.site-header__logo{font-size:30px}.site-header__nav{gap:40px}.site-header__link{font-size:22px}}@media (width<=768px){.site-header__top{min-height:56px}.site-header__nav-row{min-height:72px}.site-header__nav{gap:20px}.site-header__link{font-size:18px}}.site-footer{background:var(--dark-2);color:#fff;padding-top:70px}.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;padding-bottom:54px;display:grid}.site-footer h3{margin:0 0 20px;font-size:34px}.footer-list{gap:14px;margin:0;padding:0;font-size:24px;list-style:none;display:grid}.footer-subscribe{gap:12px;display:flex}.footer-subscribe__input{width:100%;min-height:52px;color:var(--text);background:#fff;border:1px solid #d9d9d9;padding:0 16px}.footer-subscribe__button{min-height:52px;color:inherit;background:0 0;border:1px solid;padding-inline:24px;transition:all .2s}.footer-subscribe__button:hover{background:#ffa80014}.footer-status{margin:10px 0 0}.footer-status--success{color:var(--success)}.footer-status--error{color:var(--danger)}.site-footer__social-title{margin-top:34px}.footer-social{gap:25px;margin-top:1rem;display:flex}.footer-social__link{justify-content:center;align-items:center;transition:opacity .3s;display:inline-flex}.footer-social__link:hover{opacity:.7}.footer-social__icon{object-fit:contain;filter:brightness(0)invert();width:24px;height:24px}.site-footer__bottom{border-top:1px solid #ffffff29;justify-content:space-between;align-items:center;min-height:92px;display:flex}.site-footer__up{width:36px;height:36px;color:inherit;border:1px solid #fff6;border-radius:50%;place-items:center;text-decoration:none;display:grid}@media (width<=980px){.site-footer__grid{grid-template-columns:1fr}.footer-subscribe{flex-direction:column}.footer-subscribe__button{width:100%}}.search-form--hero{box-sizing:border-box;background:#292929cc;width:100%;max-width:700px;margin-bottom:8px;padding:36px 30px 32px}.search-form__section+.search-form__section{margin-top:54px}.autocomplete{width:100%;position:relative}.autocomplete__dropdown{z-index:1000;background:#fff;border:1px solid #ccc;border-radius:4px;max-height:250px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 2px 8px #00000026}.autocomplete__option{cursor:pointer;text-align:left;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;transition:background .2s;display:flex}.autocomplete__option:hover{background:#f5f5f5}.autocomplete__option small{color:#666;margin-left:8px;font-size:12px}.autocomplete__hint{color:#666;margin-top:4px;font-size:12px;display:block}.search-form__section-title{color:#fff;margin:0 0 18px;font-size:30px;font-weight:300;line-height:1.15}.search-form__route-row,.search-form__date-row{grid-template-columns:1fr 1fr;gap:38px;display:grid}.search-form__route-row,.search-form__field{position:relative}.search-form__input{color:#292929;box-sizing:border-box;background:#fff;border:1px solid #0000;border-radius:3px;width:100%;height:60px;padding:0 58px 0 20px;font-size:24px;font-weight:400}.search-form__input::placeholder{color:#c4c4c4}.search-form__input:focus{border-color:var(--accent);outline:none}.search-form__input--error{border-color:#dc3545}.search-form__field-icon,.search-form__location-icon{color:#c4c4c4;pointer-events:none;width:15px;height:15px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.search-form__input--autocomplete{color:#292929;box-sizing:border-box;background:#fff;border:1px solid #0000;border-radius:3px;width:100%;height:60px;padding:0 52px 0 20px;font-size:24px}.search-form__input--autocomplete::placeholder{color:#c4c4c4}.search-form__input--autocomplete:focus{border-color:#ffa800;outline:none}.search-form__calendar-icon{color:#c4c4c4;pointer-events:none;width:20px;height:20px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.search-form__input[type=date]{appearance:none}.search-form__input[type=date]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:56px;height:100%;position:absolute;right:0}.search-form__input[type=date]::-webkit-inner-spin-button{display:none}.search-form__input[type=date]::-webkit-clear-button{display:none}.search-form__swap{z-index:2;color:#cfcfcf;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.search-form__swap:hover:not(:disabled){color:#fff}.search-form__swap:disabled{opacity:.5;cursor:not-allowed}.search-form__swap-icon{width:24px;height:24px}.search-form__errors-row{grid-template-columns:1fr 1fr;gap:38px;margin-top:8px;display:grid}.search-form__error-text{color:#ffb3b3;min-height:18px;font-size:13px;line-height:1.3;display:block}.search-form__error--submit{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;margin-top:16px;padding:10px 12px;font-size:14px}.search-form__submit-row{justify-content:flex-end;margin-top:46px;display:flex}.search-form__submit{background:var(--accent);color:#292929;cursor:pointer;border:none;border-radius:5px;min-width:323px;height:60px;padding:0 24px;font-size:30px;font-weight:700;transition:background .2s,transform .2s}.search-form__submit:hover:not(:disabled){background:#ffb933}.search-form__submit:active:not(:disabled){transform:translateY(1px)}.search-form__submit:disabled{opacity:.6;cursor:not-allowed}.search-form__sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=1024px){.search-form__input{font-size:20px}.search-form__submit{min-width:280px;font-size:24px}}@media (width<=768px){.search-form--hero{padding:24px 20px}.search-form__section-title{font-size:24px}.search-form__route-row,.search-form__date-row,.search-form__errors-row{grid-template-columns:1fr;gap:12px}.search-form__swap{justify-self:center;transform:translate(-50%,-50%)rotate(90deg)}.search-form__submit-row{justify-content:stretch;margin-top:28px}.search-form__submit{width:100%;min-width:0}}.hero-search-progress{opacity:0;z-index:2;pointer-events:none;background:#cfcfcf;height:8px;transition:opacity .2s;position:absolute;bottom:0;left:0;right:0}.hero-search-progress--visible{opacity:1}.hero-search-progress__bar{background:var(--accent);width:0;height:100%;transition:width .14s linear}.home-hero{background:linear-gradient(#00000047,#00000047),url(../assets/images/home-hero.jpg) 50%/cover no-repeat;min-height:600px;position:relative;overflow:hidden}.home-hero:after{content:"";background:var(--accent);z-index:1;height:8px;position:absolute;bottom:0;left:0;right:0}.home-hero--loading{border-bottom-color:#0000}.home-hero--loading:after{opacity:0}.home-hero__inner{box-sizing:border-box;grid-template-columns:minmax(360px,1fr) 700px;align-items:center;min-height:500px;margin-bottom:0;padding-top:200px;display:grid}.home-hero__copy{z-index:1;color:#fff;max-width:420px;padding-left:82px;position:relative}.home-hero__lead{margin:0 0 20px;font-size:50px;font-weight:300;line-height:.95}.home-hero__title{margin:0;font-size:50px;font-weight:700;line-height:.95}.home-hero__search{z-index:3;justify-self:end;width:100%;max-width:700px;position:relative}.content-section{padding:110px 0}.content-section h2,.how-section h2{text-transform:uppercase;margin:0 0 32px;font-size:clamp(40px,4vw,52px)}.narrow-content{max-width:1120px;margin:0}.quote-box{border-left:8px solid var(--accent);padding-left:22px;font-size:24px;line-height:1.45}.quote-box__strong{font-weight:700}.how-section{color:#fff;padding:92px 0 110px;position:relative;overflow:hidden}.how-section:before{content:"";background:linear-gradient(#d48b00d1,#d48b00d1),linear-gradient(120deg,#ffffff14 0 2px,#0000 2px 24px),radial-gradient(circle at 50% 80%,#ffffff24,#0000 45%);position:absolute;inset:0}.how-section>.container{z-index:1;position:relative}.section-title-row{justify-content:space-between;align-items:center;gap:24px;margin-bottom:68px;display:flex}.outline-button{min-height:58px;color:inherit;background:0 0;border:1px solid;padding-inline:24px;transition:all .2s}.outline-button:hover{background:#ffa80014}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;display:grid}.feature-card{text-align:center;justify-items:center;gap:24px;display:grid}.feature-card__icon{aspect-ratio:1;background:#fff;border-radius:50%;place-items:center;width:164px;display:grid;box-shadow:0 0 0 12px #ffffff57}.feature-card__icon-image{object-fit:contain;width:62px;height:62px}.feature-card__title{margin:0}.review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;display:grid}.review-card{grid-template-columns:140px 1fr;align-items:center;gap:26px;display:grid}.review-card__avatar{aspect-ratio:1;color:#fff;background:linear-gradient(135deg,#a4d4ff,#43536d);border-radius:50%;place-items:center;width:140px;font-size:54px;font-weight:700;display:grid}.review-card h3{margin:0 0 12px;font-size:30px}.review-card p{color:var(--muted);margin:0;font-size:20px;font-style:italic}.review-card__avatar-image{object-fit:cover;border-radius:50%;width:100%;height:100%}.review-card__avatar-fallback{background:var(--accent);color:#292929;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:24px;font-weight:700;display:flex}@media (width<=1200px){.home-hero__inner{grid-template-columns:1fr;gap:28px;padding-top:48px;padding-bottom:56px}.home-hero__copy{max-width:none;padding-left:0}.home-hero__search{justify-self:stretch;max-width:none}}@media (width<=980px){.feature-grid,.review-grid{grid-template-columns:1fr}.section-title-row{flex-direction:column;align-items:stretch}.review-card{text-align:center;grid-template-columns:1fr;justify-items:center}}@media (width<=768px){.home-hero{min-height:auto}.home-hero__lead,.home-hero__title{font-size:48px;line-height:1}}.booking-sidebar{width:100%}.booking-sidebar__field{display:block;position:relative}.booking-sidebar__field input{color:#292929;box-sizing:border-box;background:#fff;border:none;border-radius:3px;width:100%;height:43px;padding:0 44px 0 12px;font-size:18px}.booking-sidebar__panel{color:#fff;background:#3e3c41}.booking-sidebar__block,.booking-sidebar__section{padding:34px 34px 30px}.booking-sidebar__title{margin:0 0 12px;font-size:20px;font-weight:400;line-height:1.2}.booking-sidebar__field input[type=date]{appearance:none;position:relative}.booking-sidebar__field input[type=date]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:40px;height:100%;position:absolute;right:0}.booking-sidebar__field input[type=date]::-webkit-inner-spin-button{display:none}.booking-sidebar__field input[type=date]::-webkit-clear-button{display:none}.booking-sidebar__divider{background:#ffffff80;height:1px}.booking-sidebar__toggles{gap:24px;padding:26px 34px;display:grid}.booking-sidebar__toggle-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.booking-sidebar__toggle-label{align-items:center;gap:18px;font-size:24px;font-weight:400;line-height:1.2;display:flex}.booking-sidebar__toggle-svg{color:#fff;flex:none;width:28px;height:28px}.booking-sidebar__toggle{background:#fff;border:none;border-radius:20px;flex:none;width:72px;height:28px;padding:0;transition:background .2s;position:relative}.booking-sidebar__toggle.is-active{background:#f4d28a}.booking-sidebar__toggle-thumb{background:#cfcfcf;border-radius:50%;width:28px;height:28px;transition:left .2s,background .2s;position:absolute;top:50%;left:2px;transform:translateY(-50%)}.booking-sidebar__toggle.is-active .booking-sidebar__toggle-thumb{background:var(--accent);left:42px}.booking-sidebar__price-head{justify-content:space-between;margin-bottom:10px;font-size:24px;line-height:1.2;display:flex}.booking-sidebar__section-header{color:#fff;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:0;font-size:20px;font-weight:700;display:flex}.booking-sidebar__section-left{align-items:center;gap:12px;display:flex}.booking-sidebar__direction-badge{background:var(--accent);color:#292929;border-radius:6px;flex:0 0 24px;place-items:center;width:24px;height:24px;font-size:14px;font-weight:700;display:grid}.booking-sidebar__section-icon{color:#fff;flex:0 0 20px;width:20px;height:20px}.booking-sidebar__section-content{gap:18px;margin-top:16px;display:grid}.booking-sidebar__time-group h4{color:#fff;margin:0 0 6px;font-size:18px;font-weight:400;line-height:1.2}.booking-sidebar__calendar{position:relative}.booking-sidebar__calendar-button{color:#292929;box-sizing:border-box;background:#fff;border:none;border-radius:3px;justify-content:space-between;align-items:center;width:100%;height:43px;padding:0 48px 0 14px;font-size:18px;display:flex}.booking-sidebar__field-icon{color:#d9d9d9;pointer-events:none;width:20px;height:20px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.booking-sidebar__calendar-popup{z-index:20;color:#292929;box-sizing:border-box;background:#fff;border-radius:8px;width:100%;min-width:290px;padding:14px;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 16px 40px #0000003d}.booking-sidebar__calendar-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.booking-sidebar__calendar-head button{color:#292929;background:0 0;border:none;font-size:24px}.booking-sidebar__calendar-head strong{text-transform:capitalize;font-size:18px}.booking-sidebar__calendar-weekdays,.booking-sidebar__calendar-grid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.booking-sidebar__calendar-weekdays{color:#928f94;text-align:center;margin-bottom:8px;font-size:12px}.booking-sidebar__calendar-day{color:#292929;background:0 0;border:1px solid #0000;border-radius:6px;min-height:34px;font-size:14px}.booking-sidebar__calendar-day.is-other{color:#c4c4c4}.booking-sidebar__calendar-day.is-selected{border-color:var(--accent);background:#fff1cf}.booking-sidebar__calendar-day:disabled{color:#d9d9d9;cursor:not-allowed}.booking-sidebar__native-date{display:none}.double-range{width:100%;padding-top:4px;padding-bottom:18px;position:relative}.double-range__track-base,.double-range__track-active{border-radius:999px;height:8px;position:absolute;top:50%;transform:translateY(-50%)}.double-range__track-active{background:#ffa800}.double-range__track-base{background:0 0;border:1px solid #c4c4c4;left:0;right:0}.double-range__labels{color:#fff;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:18px;line-height:1;display:flex}.double-range__track{box-sizing:border-box;background:0 0;border:1px solid #ffffffb3;border-radius:999px;height:6px;position:absolute;top:32px;left:0;right:0}.double-range__fill{background:var(--accent);z-index:1;border-radius:999px;height:6px;position:absolute;top:32px}.double-range__input{appearance:none;pointer-events:none;z-index:2;background:0 0;width:100%;height:24px;margin:0;position:absolute;top:22px;left:0}.double-range__input::-webkit-slider-thumb{appearance:none;cursor:pointer;pointer-events:auto;background:#fff;border:none;border-radius:50%;width:18px;height:18px}.double-range__input::-moz-range-thumb{cursor:pointer;pointer-events:auto;background:#fff;border:none;border-radius:50%;width:18px;height:18px}.double-range__input::-webkit-slider-runnable-track{background:0 0;border:none;height:6px}.double-range__input::-moz-range-track{background:0 0;border:none;height:6px}.double-range__values{color:#fff;grid-template-columns:1fr 1fr 1fr;align-items:center;margin-top:50px;font-size:14px;line-height:1;display:grid}.double-range__values span:first-child{text-align:left}.double-range__values span:nth-child(2){text-align:center}.double-range__values span:nth-child(3){text-align:right}@media (width<=768px){.booking-sidebar__section{padding:20px 16px 18px}.booking-sidebar__time-group h4,.double-range__labels{font-size:16px}.booking-sidebar__block,.booking-sidebar__section,.booking-sidebar__toggles{padding:20px 16px}.booking-sidebar__title{margin-bottom:12px;font-size:20px}.booking-sidebar__toggle-label{gap:10px;font-size:16px}.booking-sidebar__toggle-svg{width:20px;height:20px}.booking-sidebar__calendar-button{height:40px;padding:0 40px 0 12px;font-size:16px}.booking-sidebar__field-icon{width:20px;height:20px}.booking-sidebar__price-head{font-size:18px}.booking-sidebar__section-header{font-size:20px}.booking-sidebar__time-group h4{margin-bottom:10px;font-size:18px}.booking-sidebar__section-content{gap:22px;margin-top:18px}.double-range__labels{margin-top:22px;font-size:14px}.double-range__values{font-size:14px}.booking-sidebar__calendar-popup{display:none}}.inner-search-form{box-sizing:border-box;background:#292929c2;width:100%;padding:36px 38px 30px}.inner-search-form__grid{grid-template-columns:1.05fr 1fr;align-items:start;gap:36px;display:grid}.inner-search-form__title{color:#fff;margin:0 0 16px;font-size:30px;font-weight:300;line-height:1.15}.inner-search-form__route-row{grid-template-columns:1fr 1fr;gap:34px;display:grid;position:relative}.inner-search-form__date-row{grid-template-columns:1fr 1fr;gap:34px;display:grid}.inner-search-form__field{width:100%;display:block;position:relative}.inner-search-form__input{color:#292929;box-sizing:border-box;background:#fff;border:none;border-radius:3px;width:100%;height:60px;padding:0 58px 0 20px;font-size:24px}.inner-search-form__input::placeholder{color:#c4c4c4}.inner-search-form__input[type=date]{appearance:none}.inner-search-form__input[type=date]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:56px;height:100%;position:absolute;right:0}.inner-search-form__field-icon{color:#c4c4c4;pointer-events:none;width:30px;height:30px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.inner-search-form__swap{z-index:2;color:#cfcfcf;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.inner-search-form__swap-icon{width:22px;height:22px}.inner-search-form__submit-row{justify-content:flex-end;margin-top:28px;display:flex}.inner-search-form__submit{background:var(--accent);color:#292929;border:none;border-radius:5px;min-width:323px;height:60px;font-size:30px;font-weight:700}.inner-search-form__sr-only{clip:rect(0, 0, 0, 0);width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.inner-search-form__autocomplete{position:relative}.inner-search-form__input--autocomplete{padding-right:56px}.inner-search-form__location-icon{z-index:3;color:#c4c4c4;pointer-events:none;font-size:28px;line-height:1;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.inner-search-form__autocomplete .autocomplete{position:relative}.inner-search-form__autocomplete .autocomplete__dropdown{z-index:15;background:#fff;border:1px solid #d9d9d9;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 16px 40px #1616162e}.inner-search-form__autocomplete .autocomplete__option{text-align:left;color:#292929;background:0 0;border:none;justify-content:space-between;align-items:flex-start;gap:12px;width:100%;padding:12px 16px;display:flex}.inner-search-form__autocomplete .autocomplete__option:hover{background:#ffa80014}.inner-search-form__autocomplete .autocomplete__option small,.inner-search-form__autocomplete .autocomplete__hint{color:#928f94}.inner-search-form__autocomplete .autocomplete__hint{font-size:12px;position:absolute;top:calc(100% + 6px);left:2px}.inner-search-form__error{color:#ffb3b3;margin:18px 0 0;font-size:14px}@media (width<=1180px){.inner-search-form__grid{grid-template-columns:1fr;gap:24px}}@media (width<=768px){.inner-search-form{padding:24px 20px}.inner-search-form__route-row,.inner-search-form__date-row{grid-template-columns:1fr;gap:12px}.inner-search-form__swap{transform:translate(-50%,-50%)rotate(90deg)}.inner-search-form__submit{width:100%;min-width:0}}.progress-steps{z-index:1;background:var(--dark);color:#fff;grid-template-columns:repeat(4,1fr);max-width:1600px;margin-left:auto;margin-right:auto;display:grid;position:relative}.progress-steps__item{align-items:center;gap:12px;min-height:92px;padding-left:clamp(16px,4vw,58px);font-size:26px;font-weight:700;display:flex;position:relative}.progress-steps__item:after{content:"";border-top:46px solid #0000;border-bottom:46px solid #0000;border-left:38px solid var(--dark);z-index:2;width:0;height:0;position:absolute;top:0;right:-38px}.progress-steps__item:last-child:after{display:none}.progress-steps__item--active,.progress-steps__item--done{background:var(--accent);color:#fff}.progress-steps__item--active:after,.progress-steps__item--done:after{border-left-color:var(--accent)}.progress-steps__number{border:2px solid;border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:20px;display:grid}@media (width<=980px){.progress-steps{grid-template-columns:1fr}.progress-steps__item:after{display:none}}.inner-hero{background:linear-gradient(#00000057,#00000057),url(../assets/images/home-hero.jpg) 50%/cover no-repeat;padding:28px 0 0;position:relative}.inner-hero__content{padding-bottom:0}.inner-hero .progress-steps{margin-top:0}.progress-steps{z-index:2;margin-top:0;position:relative}@media (width<=768px){.inner-hero{min-height:auto}.inner-hero__content{padding-top:24px}}.route-card{background:#fff;border:1px solid #c4c4c4;grid-template-columns:180px minmax(0,1fr) 270px;width:100%;min-width:0;transition:border-color .2s,box-shadow .2s;display:grid;box-shadow:0 2px 2px #3e3c411a}.route-card:hover,.route-card:focus-within{border-color:var(--accent);box-shadow:0 2px 10px #ffa8002e}.route-card__train-block{color:#3e3c41;background:#e4e0ec;align-content:center;gap:16px;padding:58px 28px 42px;display:grid}.route-card__train-icon{color:#f0eff3;background:0 0;border:2px solid #fffffff2;border-radius:50%;justify-content:center;align-items:center;width:86px;height:86px;display:flex}.route-card__train-svg{width:38px;height:38px;display:block}.route-card__train-block strong{font-size:24px;font-weight:700;line-height:1.2}.route-card__train-block span{color:#928f94;font-size:16px;line-height:1.25}.route-card__main{gap:28px;min-width:0;padding:42px 29px 29px;display:grid}.route-card__line{grid-template-columns:1fr 140px 1fr;align-items:center;gap:18px;display:grid}.route-card__line strong{color:#000;font-size:24px;font-weight:700;line-height:1.1;display:block}.route-card__line span{color:#292929;font-size:18px;line-height:1.15;display:block}.route-card__line small{color:#928f94;font-size:16px;line-height:1.2;display:block}.route-card__center{text-align:center}.route-card__center span{color:#c4c4c4;font-size:18px;line-height:1.2;display:block}.route-card__arrow-icon{width:30px;height:20px;color:var(--accent);margin:8px auto 0;display:block}.route-card__arrow-icon.is-reversed{transform:scaleX(-1)}.route-card__aside{border-left:1px solid #e5e3e7;align-content:center;gap:22px;min-width:0;padding:28px 20px 20px;display:grid}.route-card__prices{gap:18px;display:grid}.route-card__price-item{position:relative}.route-card__price-row{grid-template-columns:82px 34px 24px auto 18px;align-items:baseline;column-gap:8px;display:grid}.route-card__price-type{white-space:nowrap;color:#928f94;min-width:0;font-size:14px;line-height:1.2}.route-card__seats-button{color:var(--accent);text-align:right;cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:18px;font-weight:400;line-height:1}.route-card__seats-button:disabled{cursor:default}.route-card__from-label{color:#928f94;text-align:right;font-size:16px;line-height:1}.route-card__price-value{color:#2d2b2f;text-align:right;white-space:nowrap;justify-self:end;font-size:24px;font-weight:700;line-height:1}.route-card__price-value-currency{color:#928f94;white-space:nowrap;text-align:left;justify-self:start;font-size:24px;font-weight:400;line-height:1}.route-card__services{color:#c4c4c4;justify-content:flex-end;align-items:center;gap:12px;margin-top:2px;display:flex}.route-card__service-icon{color:#c4c4c4;flex:0 0 18px;width:18px;height:18px}.route-card__button,.accent-button.accent-button--small{background:var(--accent);color:#fff;border:none;border-radius:5px;min-height:39px;padding:0 18px;font-size:24px;font-weight:700;transition:background .2s}.route-card__button:hover,.accent-button.accent-button--small:hover{background:var(--accent-dark)}.route-card__popup{z-index:10;background:#f4f2f5;border-radius:6px;min-width:220px;padding:14px 16px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 6px 16px #0000002e}.route-card__popup:before{content:"";background:#f4f2f5;width:14px;height:14px;position:absolute;top:-7px;right:52px;transform:rotate(45deg)}.route-card__popup-row{grid-template-columns:1fr auto auto;align-items:center;gap:12px;display:grid}.route-card__popup-row+.route-card__popup-row{margin-top:10px}.route-card__popup-row span:first-child{color:#292929;font-size:18px}.route-card__popup-row strong{color:var(--accent);font-size:18px;font-weight:500}.route-card__popup-price{color:#292929;white-space:nowrap;font-size:24px;font-weight:700}.route-card__popup-empty{color:#928f94;font-size:14px}@media (width<=1360px){.route-card{grid-template-columns:160px minmax(0,1fr) 240px}.route-card__price-row{grid-template-columns:76px 30px 22px auto 18px}.route-card__price-value,.route-card__price-value-currency{font-size:20px}}@media (width<=1180px){.route-card{grid-template-columns:1fr}.route-card__aside{border-top:1px solid #e5e3e7;border-left:none}}@media (width<=768px){.route-card__train-block,.route-card__main,.route-card__aside{padding-left:18px;padding-right:18px}.route-card__line{grid-template-columns:1fr}.route-card__center{padding:8px 0}.route-card__price-row{grid-template-columns:82px 28px 20px minmax(0,1fr) 16px}.route-card__line strong,.route-card__price-value,.route-card__price-value-currency{font-size:22px}.route-card__line span,.route-card__price-type{font-size:16px}.route-card__line small{font-size:14px}}.booking-layout{grid-template-columns:360px minmax(0,1fr);align-items:start;gap:42px;padding-top:50px;padding-bottom:50px;display:grid}.booking-layout__sidebar{gap:30px;display:grid}.booking-layout__main{min-width:0}.last-tickets{padding:0}.last-tickets h3{color:#292929;text-transform:uppercase;margin:0 0 28px;font-size:30px;font-weight:700;line-height:1.1}.last-tickets__list{gap:18px;display:grid}.last-ticket-card{background:#fff;border:1px solid #d9d9d9;padding:18px 18px 16px;box-shadow:0 2px 4px #00000014}.last-ticket-card__top{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;margin-bottom:22px;display:grid}.last-ticket-card__route{min-width:0}.last-ticket-card__route--to{text-align:right}.last-ticket-card__city{color:#292929;margin:0 0 4px;font-size:24px;font-weight:400;line-height:1.1;display:block}.last-ticket-card__station{color:#928f94;font-size:16px;line-height:1.2;display:block}.last-ticket-card__bottom{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.last-ticket-card__icons{color:#cfcfcfcf;align-items:center;gap:12px;min-height:24px;display:flex}.last-ticket-card__icon{flex:0 0 20px;width:20px;height:20px}.last-ticket-card__price{white-space:nowrap;justify-content:flex-end;align-items:flex-end;gap:6px;display:flex}.last-ticket-card__price-prefix{color:#928f94;font-size:18px;line-height:1;transform:translateY(-2px)}.last-ticket-card__price-value{color:#ffa800;font-size:45px;font-weight:700;line-height:.95}.last-ticket-card__price-currency{color:#928f94;font-size:45px;line-height:.95}.results-head__sort{align-items:center;gap:10px;display:flex;position:relative}.results-head__sort-dropdown{position:relative}.results-head__sort-current{color:#292929;cursor:pointer;background:0 0;border:none;padding:0;font-size:18px;line-height:1.2}.results-head__sort-menu{z-index:20;background:#f7f5f9;border:1px solid #e5e3e7;min-width:128px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 4px 14px #0000002e}.results-head__sort-option{color:#3e3c41;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:12px 14px;font-size:18px;line-height:1.2;display:block}.results-head__sort-option:hover{background:#ffa80014}.pagination{justify-content:center;align-items:center;gap:30px;margin-top:140px;display:flex}.pagination__button{color:#928f94;background:0 0;border:1px solid #c4c4c4;width:84px;height:75px;font-size:36px;font-weight:700;line-height:1;transition:border-color .2s,color .2s,background .2s}.pagination__button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.pagination__button.is-active{background:var(--accent);border-color:var(--accent);color:#fff}.pagination__button:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){.pagination{gap:12px;margin-top:70px}.pagination__button{width:56px;height:56px;font-size:24px}}@media (width<=1180px){.booking-layout{grid-template-columns:300px minmax(0,1fr)}.last-ticket-card__city{font-size:22px}.last-ticket-card__price-value,.last-ticket-card__price-currency{font-size:30px}}@media (width<=980px){.booking-layout{grid-template-columns:1fr}.booking-layout__sidebar{order:2}.booking-layout__main{order:1}}@media (width<=768px){.last-tickets h3{margin-bottom:20px;font-size:24px}.last-ticket-card{padding:16px 14px 14px}.last-ticket-card__city{font-size:20px}.last-ticket-card__station{font-size:14px}.last-ticket-card__bottom{gap:12px}.last-ticket-card__price-value,.last-ticket-card__price-currency{font-size:28px}.last-ticket-card__price-prefix{font-size:16px}}.results-head{color:#928f94;grid-template-columns:1fr auto auto;align-items:center;gap:40px;margin-bottom:44px;font-size:18px;line-height:1.2;display:grid}.results-head__found{color:#928f94;justify-self:start;font-size:18px}.results-head__sort,.results-head__limit{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.results-head__label{color:#928f94}.results-head__sort-button,.results-head__limit-button{color:#928f94;cursor:pointer;background:0 0;border:none;padding:0;font-size:18px;line-height:1.2;transition:color .2s}.results-head__sort-button:hover,.results-head__limit-button:hover{color:var(--accent)}.results-head__sort-button.is-active,.results-head__limit-button.is-active{color:#292929}@media (width<=1180px){.results-head{grid-template-columns:1fr;gap:16px;margin-bottom:30px}.results-head__found,.results-head__sort,.results-head__limit{justify-self:start}}@media (width<=768px){.results-head{gap:12px;margin-bottom:24px;font-size:16px}.results-head__found,.results-head__sort-button,.results-head__limit-button{font-size:16px}.results-head__sort,.results-head__limit{gap:10px}}.seats-page{padding:48px 0 80px}.seats-page__title{color:#292929;text-transform:uppercase;margin:0 0 32px;font-size:30px;font-weight:700;line-height:1.2}.seats-direction-card,.seats-block{background:#fff;border:1px solid #c4c4c4;box-shadow:0 2px 4px #3e3c4114}.seats-direction-card+.seats-block,.seats-block+.seats-direction-card,.seats-block+.seats-block{margin-top:28px}.seats-block__placeholder{color:#928f94;padding:24px;font-size:18px;line-height:1.4}.seats-direction-card__top{border-bottom:1px solid #e5e3e7;align-items:center;gap:12px;padding:24px 24px 20px;display:flex}.seats-direction-card__duration{align-items:center;gap:12px;display:flex}.seats-direction-card__clock-icon{width:30px;height:30px;color:var(--accent);flex:0 0 30px}.seats-direction-card__back{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:5px;width:56px;height:56px;font-size:28px}.seats-direction-card__arrow-icon{width:30px;height:20px;color:var(--accent);margin:0 auto 8px;display:block}.seats-direction-card__change{color:#292929;cursor:pointer;background:#fff;border:1px solid #292929;border-radius:5px;min-height:56px;padding:0 28px;font-size:24px;font-weight:700}.seats-direction-card__info{grid-template-columns:220px minmax(0,1fr);align-items:stretch;display:grid}.seats-direction-card__train{background:#f7f6f9;border-right:1px solid #e5e3e7;gap:10px;padding:24px;display:grid}.seats-direction-card__train strong{color:#3e3c41;font-size:24px;font-weight:700;line-height:1.2}.seats-direction-card__train span{color:#928f94;font-size:16px;line-height:1.3}.seats-direction-card__time{grid-template-columns:1fr 140px 1fr;align-items:center;gap:20px;padding:24px 28px;display:grid}.seats-direction-card__time strong{color:#000;font-size:24px;font-weight:700;line-height:1.1;display:block}.seats-direction-card__time span{color:#292929;font-size:18px;line-height:1.15;display:block}.seats-direction-card__time small{color:#928f94;font-size:16px;display:block}.ticket-counts{border-top:1px solid #e5e3e7;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.ticket-counts__card{background:#fff;border-right:1px solid #e5e3e7;min-height:190px;padding:22px 28px 26px}.ticket-counts__card:last-child{border-right:none}.ticket-counts__card--accent{background:#fffdf8;border:1px solid #ffa800;margin:-1px 0}.ticket-counts__control{align-items:center;gap:14px;margin-bottom:22px}.ticket-counts__value{color:#292929;border:1px solid #928f94;border-radius:5px;align-items:center;min-height:50px;padding:0 16px;font-size:24px;line-height:1.2;display:flex}.ticket-counts__hint{color:#928f94;margin:0;font-size:18px;line-height:1.3}@media (width<=1180px){.ticket-counts{grid-template-columns:1fr}.ticket-counts__card{border-bottom:1px solid #e5e3e7;border-right:none}.ticket-counts__card:last-child{border-bottom:none}}.coach-types{border-top:1px dashed #e5e3e7;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:20px 28px 28px;display:grid}.coach-types__item{cursor:pointer;background:0 0;border:none;justify-items:center;gap:14px;padding:8px 8px 0;display:grid}.coach-types__icon{flex-shrink:0;width:50px;height:50px;display:block}.coach-types__label{color:#928f94;font-size:30px;font-weight:400;line-height:1.1}.coach-types__item.is-active .coach-types__label{color:#928f94}@media (width<=1180px){.coach-types{grid-template-columns:repeat(2,minmax(0,1fr))}.coach-types__label{font-size:24px}}@media (width<=768px){.coach-types{grid-template-columns:1fr 1fr;gap:18px;padding:18px 18px 22px}.coach-types__icon{width:44px;height:44px}.coach-types__label{font-size:20px}}.coach-numbers{flex-wrap:wrap;gap:12px;padding:20px 28px 0;display:flex}.coach-numbers__item{color:#928f94;cursor:pointer;background:0 0;border:none;min-width:56px;min-height:40px;padding:0 14px;font-size:24px;font-weight:700;line-height:1}.coach-numbers__item.is-active{color:#ffa800}.coach-summary{gap:14px;padding:24px 28px 28px;display:grid}.coach-summary__row{border-bottom:1px solid #e5e3e7;justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;display:flex}.coach-summary__row:last-child{border-bottom:none;padding-bottom:0}.coach-summary__label{color:#928f94;font-size:18px;line-height:1.2}.coach-summary__value{color:#292929;font-size:20px;font-weight:700;line-height:1.2}@media (width<=768px){.coach-numbers{padding:18px 18px 0}.coach-summary{padding:20px 18px 22px}.coach-numbers__item{font-size:20px}.coach-summary__label,.coach-summary__value{font-size:16px}}.seat-legend{flex-wrap:wrap;gap:18px;padding:20px 28px 0;display:flex}.seat-legend__item{color:#928f94;align-items:center;gap:8px;font-size:16px;display:flex}.seat-legend__mark{border-radius:4px;width:16px;height:16px;display:inline-block}.seat-legend__mark--available{background:#fff;border:1px solid #c4c4c4}.seat-legend__mark--selected{background:#ffa800}.seat-legend__mark--unavailable{background:#c4c4c4}.seat-grid{grid-template-columns:repeat(auto-fill,minmax(54px,54px));gap:12px;padding:24px 28px 0;display:grid}.seat-grid__item{color:#292929;cursor:pointer;background:#fff;border:1px solid #c4c4c4;border-radius:6px;width:54px;height:44px;font-size:18px;font-weight:700;transition:border-color .2s,background .2s,color .2s}.seat-grid__item.is-available:hover{border-color:#ffa800}.seat-grid__item.is-selected{color:#fff;background:#ffa800;border-color:#ffa800}.seat-grid__item.is-unavailable{color:#fff;cursor:not-allowed;background:#c4c4c4;border-color:#c4c4c4}.seat-summary{justify-content:space-between;align-items:center;gap:16px;padding:24px 28px 28px;display:flex}.seat-summary__label{color:#928f94;font-size:18px}.seat-summary__value{color:#292929;font-size:20px;font-weight:700}@media (width<=768px){.seat-legend{padding:18px 18px 0}.seat-grid{grid-template-columns:repeat(auto-fill,minmax(48px,48px));gap:10px;padding:20px 18px 0}.seat-grid__item{width:48px;height:40px;font-size:16px}.seat-summary{padding:20px 18px 22px}}.seats-page__actions{justify-content:flex-end;margin-top:32px;display:flex}.seats-page__next-button{color:#292929;cursor:pointer;background:#ffa800;border:none;border-radius:5px;min-width:222px;height:60px;padding:0 24px;font-size:24px;font-weight:700}.seats-page__next-button:disabled{opacity:.5;cursor:not-allowed}.passengers-page{padding:48px 0 80px}.passengers-page__title{color:#292929;text-transform:uppercase;margin:0 0 32px;font-size:30px;font-weight:700}.passengers-page__card{background:#fff;border:1px solid #c4c4c4;margin-bottom:24px;padding:24px 28px;box-shadow:0 2px 4px #3e3c4114}.passengers-page__subtitle{color:#292929;margin:0 0 20px;font-size:24px;font-weight:700}.passengers-page__row{border-bottom:1px solid #e5e3e7;justify-content:space-between;gap:16px;padding:12px 0;display:flex}.passengers-page__row:last-child{border-bottom:none}.passengers-page__form{gap:16px;display:grid}.passengers-page__input{border:1px solid #c4c4c4;border-radius:4px;width:100%;height:54px;padding:0 16px;font-size:18px}.passengers-page__actions{justify-content:space-between;gap:16px;margin-top:32px;display:flex}.passengers-page__back-button,.passengers-page__next-button{cursor:pointer;border:none;border-radius:5px;min-width:220px;height:56px;padding:0 20px;font-size:22px;font-weight:700}.passengers-page__back-button{color:#fff;background:#928f94}.passengers-page__next-button{color:#292929;background:#ffa800}:root{--bg:#f3f1f6;--surface:#fff;--dark:#3e3c41;--dark-2:#29272c;--text:#292929;--muted:#928f94;--border:#e5e3e7;--accent:#ffa800;--accent-dark:#f09c00;--success:#00a35d;--danger:#d53939;--container:1240px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:Inter,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;color:var(--text);margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.container{width:min(var(--container), calc(100vw - 40px));margin:0 auto}.page-shell{min-height:calc(100vh - 86px)}
