*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--clr-dark: #080808;--clr-cream: #f9f7ef;--clr-yellow: #ffda37;--clr-accent: #ffda37;--clr-text: #303030;--clr-muted: rgba(255,255,255,.75);--clr-border: rgba(8,8,8,.1);--clr-border2: rgba(8,8,8,.2);--font-head: "Onest", sans-serif;--font-body: "Inter", sans-serif;--max-w: 1440px;--px: 40px}@media (max-width: 480px){:root{--px: 16px}}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--clr-dark);background:#fff;font-size:16px;line-height:1.3;-webkit-font-smoothing:antialiased;overflow-x:clip}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}button{cursor:pointer;background:none;border:none;font-family:inherit}address{font-style:normal}.text-accent{color:var(--clr-accent)}.hero__title,.vehicle-hero__name,.about-intro__h1{font-family:var(--font-head);font-weight:600;font-size:90px;line-height:1;letter-spacing:-.04em}.section-title,.catalog-page__h1,.about-intro__h2,.about-ride__h2,.terms-page__h1,.contacts-page__h1{font-family:var(--font-head);font-weight:600;font-size:60px;line-height:1;letter-spacing:-.04em}.hero__tab-title,.review-card__title,.faq__question,.footer__form-title,.vehicle-details__title,.about-bullet-card__title,.product-card__name,.news-card__title,.sticky-bar__name,.terms-page__content h2{font-family:var(--font-head);font-weight:600;font-size:28px;line-height:1;letter-spacing:-.05em}.page-wrap{max-width:var(--max-w);margin:0 auto;padding:0 var(--px)}.btn{display:inline-flex;align-items:center;justify-content:center;height:50px;padding:14px 39px;border-radius:70px;font-family:var(--font-body);font-weight:700;font-size:18px;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;transition:opacity .2s,transform .15s}.btn:hover{opacity:.88}.btn:active{opacity:1}.btn--yellow{background:var(--clr-yellow);color:var(--clr-dark)}.btn--outline{border:1.5px solid var(--clr-dark);color:var(--clr-dark);transition:background .25s ease,color .25s ease}.btn--outline:hover{background:var(--clr-dark);color:#fff}.btn--full{width:100%}.btn--wide{min-width:436px}.btn--sm{height:40px;font-size:18px;padding:10px 39px}@media (max-width: 480px){.btn--wide{min-width:0;width:100%}}.tag{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:5px 10px;border-radius:70px;font-family:var(--font-body);font-size:14px;font-weight:500;letter-spacing:-.01em;white-space:nowrap}.tag--border{border:1px solid rgba(8,8,8,1);color:#080808;transition:border-color .25s ease,color .25s ease}.tag--yellow{background:var(--clr-yellow);opacity:1}.logo{display:flex;align-items:center;flex-shrink:0}.logo--current{cursor:default}.logo__text{font-family:var(--font-head);font-weight:700;font-size:20px;color:#fff;white-space:nowrap}.logo--dark .logo__text{color:var(--clr-dark)}.social-group{display:flex;align-items:center;gap:10px}.social-link{display:flex}.social-link img{width:30px;height:30px;object-fit:contain;filter:saturate(1) brightness(1);transition:filter .2s ease}.social-link:hover img{filter:saturate(0) brightness(10)}.footer__social .footer-icon{display:inline-block;width:30px;height:30px;background-color:#080808;-webkit-mask-image:var(--icon-url);mask-image:var(--icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;transition:background-color .2s ease}.footer__social .footer-icon:hover{background-color:#ffda37}.lang-switch{width:30px;height:30px;border-radius:50%;background:var(--clr-yellow);font-family:var(--font-head);font-weight:600;font-size:12px;letter-spacing:-.055em;color:var(--clr-dark);display:flex;align-items:center;justify-content:center;transition:background .2s ease;cursor:pointer}.lang-switch:hover{background:#fff}.lang-switch--dark{background:var(--clr-yellow)}.lang-switch--dark:hover{background:#fff}.contact-link{display:flex;align-items:center;gap:8px;font-size:16px;letter-spacing:-.02em;color:#fff;text-decoration:underline;white-space:nowrap}.contact-link--dark{color:var(--clr-text)}.contact-link__icon{width:16px;height:16px;flex-shrink:0}.header{position:fixed;top:0;left:0;right:0;max-width:100vw;z-index:100;padding:0 max(40px,calc((100% - var(--max-w)) / 2));pointer-events:none}.header__inner{padding:0 32px;height:80px;background:var(--clr-dark);backdrop-filter:blur(3.4px);display:flex;align-items:center;justify-content:space-between;gap:24px;pointer-events:auto}.header__left{display:flex;align-items:center;gap:32px;flex:1}.header__burger img{width:24px;height:24px;flex-shrink:0}.header__contacts{display:flex;align-items:center;gap:16px}.header__right{flex-shrink:0}@media (max-width: 995px){.header{padding:0}.header__inner{height:76px;padding:0 40px;gap:0}.header__left{flex:0 0 auto;display:flex;align-items:center;gap:12px;min-width:0}.header .logo{flex-shrink:0;min-width:0}.header .logo__text{min-width:0;white-space:nowrap}.header__right{margin-left:auto;flex-shrink:0;display:flex;align-items:center}.contact-link--email,.social-link--desktop-only{display:none}}@media (max-width: 600px){.header__inner{padding:0 16px}.header__contacts{display:none}}.header__burger-icon--close,body.nav-open .header__burger-icon--open{display:none}body.nav-open .header__burger-icon--close{display:block}body.nav-open{overflow:hidden}.nav-overlay{position:fixed;inset:80px 0 0;z-index:99;padding:0 max(40px,calc((100% - var(--max-w)) / 2));pointer-events:none;overflow-y:auto;opacity:0;transform:translateY(-10px);transition:opacity .22s ease,transform .22s ease}body.nav-open .nav-overlay{opacity:1;pointer-events:none;transform:translateY(0)}@media (max-width: 995px){.nav-overlay{top:76px}}.nav-overlay__panel{background:var(--clr-dark);padding:40px 32px 60px;display:grid;grid-template-columns:1fr 1fr;gap:32px;pointer-events:none;max-height:100%;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}body.nav-open .nav-overlay__panel{pointer-events:auto}.nav-menu{list-style:none;margin:0;padding:0}.nav-menu__item{border-bottom:1px solid rgba(255,255,255,.12)}.nav-menu__link{display:block;font-family:var(--font-head);font-size:50px;font-weight:600;line-height:1;letter-spacing:-.045em;color:#fff;padding:32px 0;text-decoration:none;transition:color .15s}.nav-menu__item:first-child .nav-menu__link{padding-top:0}@media (hover: hover){.nav-menu__link:hover{color:var(--clr-yellow)}}.nav-products{display:flex;flex-direction:column;gap:24px}.nav-product-card{display:flex;align-items:center;justify-content:space-between;height:154px;background:#121212;padding:0 31px 0 32px;text-decoration:none;transition:background .15s}@media (hover: hover){.nav-product-card:hover{background:#1c1c1c}}.nav-product-card__name{font-family:var(--font-head);font-size:38px;font-weight:600;line-height:1;letter-spacing:-.05em;color:#fff;margin:0 0 8px}.nav-product-card__cc{font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1.3;letter-spacing:-.02em;color:#e6e6e6;margin:0}.nav-product-card__img{width:98px;height:98px;object-fit:contain;flex-shrink:0}.nav-overlay__bottom{display:none}@media (max-width: 1024px){.nav-overlay__panel{padding:32px 40px}.nav-menu__link{font-size:40px;letter-spacing:-.04em}}@media (max-width: 995px){.nav-overlay__panel{padding:32px;min-height:100%;align-content:space-between}.nav-menu__link{font-size:40px;letter-spacing:-.04em}.nav-product-card{height:auto;padding:24px}.nav-product-card__name{font-size:30px;letter-spacing:-.05em}.nav-product-card__img{width:56px;height:56px}.nav-overlay__bottom{display:flex;grid-column:1 / -1;justify-content:space-between;align-items:center}.nav-overlay__bottom-contacts{display:flex;flex-direction:column;gap:5px}.nav-overlay__bottom-email,.nav-overlay__bottom-phone{display:flex;align-items:center;gap:8px;color:#fff;font-family:var(--font-body);font-size:16px;font-weight:400;letter-spacing:-.02em;text-decoration:none}.nav-overlay__bottom-phone{display:none}.nav-overlay__bottom-social{display:flex;align-items:center;gap:10px}}@media (max-width: 600px){.nav-overlay{padding:0}.nav-overlay__panel{grid-template-columns:1fr;padding:16px}.nav-menu__link{font-size:28px;letter-spacing:-.04em;padding:16px 0}.nav-products{gap:16px}.nav-product-card{padding:24px 16px}.nav-product-card__name{font-size:24px;letter-spacing:-.05em}.nav-overlay__bottom-phone{display:flex}}.hero{position:relative;background:#080808;height:100vh;min-height:640px;display:flex;flex-direction:column;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center top;opacity:0;transition:opacity .3s ease}.hero__bg-img.is-loaded{opacity:1}.hero__overlay{position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 18% 71%,#000000d9,#0000)}.hero__inner{position:relative;z-index:1;max-width:var(--max-w);width:100%;margin:0 auto;padding:80px var(--px) 210px;flex:1;display:flex;flex-direction:column;justify-content:center}.hero__content{display:flex;flex-direction:column;gap:24px;max-width:741px}.hero__title{color:#fff}.hero__bullets{display:flex;flex-direction:column;gap:16px;list-style:none}.hero__bullet{display:flex;align-items:center;gap:12px;font-family:var(--font-body);font-weight:700;font-size:16px;color:#fff;letter-spacing:-.02em}.bullet-icon{flex-shrink:0;width:24px;height:24px;background:var(--clr-yellow);border-radius:50%;display:flex;align-items:center;justify-content:center}.bullet-icon img{width:18px;height:18px}.hero__tabs{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;align-items:flex-end;padding:0 max(var(--px),calc((100% - var(--max-w)) / 2))}.hero__tab{flex:1;min-width:0;background:#08080826;backdrop-filter:blur(3.4px);padding:24px;display:flex;flex-direction:column;justify-content:flex-start;gap:0;min-height:105px;transition:background .3s ease;cursor:pointer}.hero__tab.is-active{background:var(--clr-dark);min-height:176px;transition:min-height .3s ease,background .3s ease}.hero__tab.is-active .hero__tab-title{color:#fff}.hero__tab.is-active .hero__tab-desc{color:#e6e6e6}.hero__tab.is-active .hero__tab-pic{width:50px;opacity:1}.hero__tab.is-active .hero__tab-btn{height:40px;opacity:1;pointer-events:auto}.hero__tab:hover{background:var(--clr-dark)}.hero__tab-info{display:flex;align-items:center;gap:8px;flex-shrink:0}.hero__tab-texts{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}.hero__tab-title{color:var(--clr-yellow);transition:color .3s ease}.hero__tab:hover .hero__tab-title{color:#fff}.hero__tab-desc{font-size:16px;color:var(--clr-muted);letter-spacing:-.02em;line-height:1.3;transition:color .3s ease}.hero__tab:hover .hero__tab-desc{color:#e6e6e6}.hero__tab-pic{width:0;height:50px;flex-shrink:0;overflow:hidden;opacity:0;position:relative;transition:width .3s ease,opacity .25s ease}.hero__tab-pic-inner{width:50px;height:50px;display:flex;align-items:center;justify-content:center}.hero__tab-img{width:100%;height:100%;object-fit:contain}.hero__tab-btn{width:100%;font-size:18px;padding:0 39px;flex-shrink:0;margin-top:auto;height:0;overflow:hidden;opacity:0;pointer-events:none;transition:height .3s ease,opacity .2s ease .05s}.hero__tab-btn-short{display:none}@media (min-width: 769px) and (max-width: 1024px){.hero__tab-pic,.hero__tab-btn-full{display:none}.hero__tab-btn-short{display:inline}}@media (max-width: 768px){.hero{min-height:900px}.hero__bg-img{object-position:71% top}.hero__inner{padding-top:248px;padding-bottom:225px;justify-content:flex-start}.hero__tabs{flex-wrap:wrap}.hero__tab{flex:0 0 50%}}@media (max-width: 600px){.hero{height:auto;min-height:100vh}.hero__inner{padding:165px 16px 89px;justify-content:flex-start}.hero__content{gap:16px}.hero__title{font-size:40px;letter-spacing:-.04em}.hero__tab-title{font-size:20px}.hero__tabs{position:relative;bottom:auto;left:auto;right:auto;flex-direction:column;flex-wrap:nowrap;padding:0;align-items:stretch}.hero__tab{flex:none;width:100%;min-height:0;max-height:69px;padding:10px 16px;overflow:hidden;transition:max-height .3s ease,background .3s ease,padding .3s ease}.hero__tab:hover{background:#08080826;min-height:0;max-height:69px;padding:10px 16px}.hero__tab:hover .hero__tab-title{color:var(--clr-yellow)}.hero__tab:hover .hero__tab-desc{color:var(--clr-muted)}.hero__tab:hover .hero__tab-pic{width:0;opacity:0}.hero__tab:hover .hero__tab-btn{height:0;opacity:0;pointer-events:none;margin-top:0}.hero__tab.is-active{background:var(--clr-dark);min-height:0;max-height:160px;padding:16px;gap:14px}.hero__tab.is-active .hero__tab-title{color:#fff}.hero__tab.is-active .hero__tab-desc{color:#e6e6e6}.hero__tab.is-active .hero__tab-pic{width:50px;opacity:1}.hero__tab.is-active .hero__tab-btn{height:40px;opacity:1;pointer-events:auto;margin-top:0}.hero__tab-pic{display:none}.hero__tab.is-active .hero__tab-pic{display:flex}}.benefits{background:var(--clr-cream);padding:90px var(--px)}.benefits__inner{max-width:var(--max-w);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px}.benefits__title{font-family:var(--font-head);font-weight:600;font-size:44px;letter-spacing:-.02em;color:var(--clr-dark);text-align:center;line-height:1.3;max-width:1000px}@media (max-width: 480px){.benefits{padding:48px var(--px) 16px}.benefits__title{font-size:28px;letter-spacing:-.02em}}.benefits__badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;align-items:center}.badge{display:inline-flex;align-items:center;align-self:flex-start;gap:9px;height:38px;padding:3px 6px;border:1px solid var(--clr-dark);border-radius:82px}.badge__icon{width:28px;height:28px;object-fit:contain}.badge__google{width:31px;height:32px;object-fit:contain}.badge__rating{display:flex;align-items:center;gap:4px}.badge__text{font-family:var(--font-body);font-weight:500;font-size:24px;letter-spacing:-.02em;color:var(--clr-dark)}.badge__stars{display:flex;align-items:center;flex-shrink:0}.badge__stars img{width:98px;height:17px;max-width:none}.section-title{color:var(--clr-dark)}@media (max-width: 480px){.section-title{font-size:36px;letter-spacing:-.04em}}.catalog{padding:80px var(--px)}.catalog__inner{max-width:var(--max-w);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:32px}.catalog__inner>.section-title{align-self:flex-start}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%}@media (max-width: 1099px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 820px){.product-card__more{display:none}}@media (max-width: 435px){.catalog-page .cards-grid{grid-template-columns:1fr}.catalog-page .product-card__info{flex:0 0 auto!important;justify-content:flex-start!important}.catalog-page .product-card__header{min-height:0!important}}@media (max-width: 600px){.catalog{padding-top:32px}.catalog__inner{gap:28px}.catalog{padding-bottom:0}.catalog .cards-grid{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:var(--px);-webkit-overflow-scrolling:touch;gap:16px;width:calc(100% + var(--px) * 2);margin-left:calc(var(--px) * -1);margin-right:calc(var(--px) * -1);padding:4px var(--px);scrollbar-width:none}.catalog .cards-grid::-webkit-scrollbar{display:none}.catalog .cards-grid>.product-card{flex:0 0 85%;scroll-snap-align:start}}.product-card{min-width:0;background:var(--clr-cream);border:1px solid var(--clr-border);border-radius:4px;overflow:hidden;display:flex;flex-direction:column;gap:24px;padding-bottom:24px;transition:background .25s ease,border-color .25s ease;cursor:pointer}.product-card__img-wrap{position:relative;aspect-ratio:437 / 327;overflow:hidden;background:#fff}.product-card__img-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(24px);transform:scale(1.15);z-index:0}.product-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block;z-index:1;transition:opacity .35s ease}.product-card__img--hover,.product-card:hover .product-card__img--normal{opacity:0}.product-card:hover .product-card__img--hover{opacity:1}.product-card__img--placeholder{display:flex;align-items:center;justify-content:center;font-size:56px;background:#f0f0f0}.product-card__amount--na{font-size:20px;color:var(--clr-muted, #aaa)}.product-card__unavailable,.vehicle-booking__unavailable{font-family:var(--font-body);font-weight:600;color:#9ca3af;letter-spacing:-.01em}.product-card__unavailable{font-size:20px;line-height:1}.vehicle-booking__unavailable{font-size:22px;text-align:center;padding:16px 0}.product-card__view-btn{position:absolute;top:16px;right:17px;z-index:2;width:32px;height:32px;background:var(--clr-yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .2s}.product-card__view-btn:hover{transform:scale(1.1)}.product-card__view-btn img{width:24px;height:24px}.product-card__info{display:flex;flex-direction:column;flex:1;justify-content:space-between;gap:16px;padding:0 24px}.product-card__header{display:flex;flex-direction:column;gap:10px;min-height:120px}.product-card__name-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.product-card__name{color:var(--clr-dark);line-height:1.1;flex:1;transition:color .25s ease}.product-card__more{font-size:14px;font-weight:500;letter-spacing:-.01em;color:#303030;text-decoration:underline;white-space:nowrap;padding-top:4px;flex-shrink:0;transition:color .25s ease}.product-card__footer{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px}.product-card__price{display:flex;align-items:flex-start;gap:4px}.product-card__amount{font-family:var(--font-body);font-weight:600;font-size:30px;letter-spacing:-.06em;color:var(--clr-dark);line-height:1;transition:color .25s ease}.product-card__unit{display:flex;flex-direction:column;padding-top:2px;line-height:1}.product-card__currency{font-size:14px;font-weight:600;color:var(--clr-dark);transition:color .25s ease}.product-card__per{font-size:11px;font-weight:400;color:var(--clr-dark);transition:color .25s ease}.product-card .btn--yellow{width:200px;height:50px}@media (max-width: 879px),(min-width: 1100px) and (max-width: 1279px){.product-card .btn__suffix{display:none}.product-card .btn--yellow{width:auto;padding:0 35px}}@media (max-width: 600px){.product-card .btn--yellow{padding:0 20px}}.product-card:hover{background:#080808;border-color:#080808}.product-card:hover .product-card__name,.product-card:hover .product-card__amount,.product-card:hover .product-card__currency,.product-card:hover .product-card__per{color:#fff}.product-card__price--with-baht{display:grid;grid-template-columns:auto auto;column-gap:4px;row-gap:0;align-items:start}.product-card__price-divider{grid-column:1 / -1;height:1px;margin:1.5px 0;background:var(--clr-dark);transition:background-color .25s ease}.product-card:hover .product-card__price-divider{background:#fff}.product-card__price--with-baht .product-card__amount,.product-card__price--with-baht .product-card__baht-amount{justify-self:end}.product-card__baht-amount,.product-card__baht-currency{font-size:14px;font-weight:600;color:var(--clr-dark);line-height:1;transition:color .25s ease}.product-card:hover .product-card__baht-amount,.product-card:hover .product-card__baht-currency{color:#fff}.product-card:hover .tag--border{border-color:#ffffffbf;color:#ffffffbf}.product-card:hover .product-card__more{color:#ffffffbf}.news{padding:0 var(--px) 0}@media (max-width: 600px){.news{padding-top:28px}}.news__inner{max-width:var(--max-w);margin:0 auto;display:flex;flex-direction:column;gap:32px}.news__inner>.btn{align-self:center}.news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.news-card{border-bottom:1px solid var(--clr-dark);padding:0 16px 24px 0;display:flex;flex-direction:column;gap:16px}.news-card__meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.news-card__body{display:grid;grid-template-columns:300fr 344fr;grid-template-areas:"title desc" "read  desc";column-gap:8px;row-gap:8px;align-items:start}.news-card__title{grid-area:title}.news-card__desc{grid-area:desc}.news-card__read{grid-area:read}.news-card__title{color:var(--clr-dark);line-height:1.2}.news-card__read{font-size:16px;color:var(--clr-text);text-decoration:underline;align-self:start}.news-card__desc{font-size:16px;color:var(--clr-text);line-height:1.4}@media (max-width: 767px){.news-grid{grid-template-columns:1fr}.news-card{padding-bottom:24px}.news-card__body{grid-template-columns:1fr;grid-template-areas:"title" "desc" "read"}}.reviews{position:relative;padding:80px var(--px) 0;overflow:hidden}@media (max-width: 600px){.reviews{padding-top:32px}}.reviews__quote-img{position:absolute;top:-10px;right:37px;width:627px;height:463px;pointer-events:none;z-index:0}.reviews__quote-img img{width:100%;height:100%;object-fit:contain}.reviews__inner{position:relative;z-index:1;max-width:var(--max-w);margin:0 auto;display:flex;flex-direction:column;gap:32px}.reviews__header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:16px}.reviews__header-left{display:flex;flex-direction:column;gap:12px;flex:1;min-width:300px}.reviews__nav{display:flex;gap:16px;align-items:center;flex-shrink:0;padding-top:10px}.reviews__nav-btn{width:48px;height:48px;border:1px solid var(--clr-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.reviews__nav-btn:hover{background:var(--clr-dark)}.reviews__nav-btn:hover img{filter:invert(1)}.reviews__nav-btn:disabled{opacity:.35;cursor:default;border-color:var(--clr-dark)}.reviews__nav-btn:disabled:hover{background:transparent}.reviews__nav-btn:disabled:hover img{filter:none}.reviews__nav-btn img{width:20px;height:20px;object-fit:contain}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}.review-card{padding-right:16px;display:flex;flex-direction:column;gap:8px}.review-card__title{color:var(--clr-dark)}.review-card__text{font-size:16px;letter-spacing:-.02em;color:var(--clr-text);line-height:1.3;flex:1}.review-card__author{display:flex;align-items:flex-end;gap:8px}.review-card__avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0}.review-card__avatar-placeholder{width:24px;height:24px;border-radius:50%;background:var(--clr-dark);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11px;flex-shrink:0}.review-card__name{font-size:16px;font-weight:700;letter-spacing:-.02em;color:var(--clr-text)}.review-card__name--link{text-decoration:none;transition:color .15s}.review-card__name--link:hover{color:var(--clr-dark);text-decoration:underline;text-underline-offset:3px}@media (max-width: 1023px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.reviews-grid{display:flex;grid-template-columns:none;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:var(--px);-webkit-overflow-scrolling:touch;margin:0 calc(-1 * var(--px));padding:0 var(--px) 4px;scrollbar-width:none}.reviews-grid::-webkit-scrollbar{display:none}.reviews-grid .review-card{flex:0 0 82%;scroll-snap-align:start;padding-right:0}.reviews__nav{display:none}}.faq{padding:64px var(--px) 80px}.faq__inner{max-width:var(--max-w);margin:0 auto;border:1px solid var(--clr-dark);padding:32px;display:flex;flex-direction:column;gap:32px}.faq__list{display:flex;flex-direction:column;gap:16px}.faq__item{border-bottom:1px solid rgba(8,8,8,.15)}.faq__item:last-child{border-bottom:none}.faq__item:last-child .faq__summary{padding-bottom:0}details[open].faq__item:last-child .faq__summary{padding-bottom:8px}.faq__item:last-child .faq__answer{padding-bottom:0}.faq__summary{display:flex;align-items:flex-start;gap:8px;padding:0 0 16px;cursor:pointer;list-style:none;user-select:none}.faq__summary::-webkit-details-marker{display:none}details[open] .faq__summary{padding-bottom:8px}.faq__question{flex:1;color:var(--clr-dark)}.faq__toggle{width:24px;height:24px;border:1.5px solid var(--clr-dark);border-radius:50%;flex-shrink:0;position:relative;margin-top:2px;transition:background .2s ease}@media (hover: hover){.faq__summary:hover .faq__toggle{background:var(--clr-dark)}}.faq__toggle:before{content:"";position:absolute;width:10px;height:1.5px;background:var(--clr-dark);top:50%;left:50%;transform:translate(-50%,-50%);transition:background .2s ease}@media (hover: hover){.faq__summary:hover .faq__toggle:before{background:#fff}}.faq__toggle:after{content:"";position:absolute;width:1.5px;height:10px;background:var(--clr-dark);top:50%;left:50%;transform:translate(-50%,-50%);transition:background .2s ease,opacity .2s ease}@media (hover: hover){.faq__summary:hover .faq__toggle:after{background:#fff}}details[open] .faq__toggle:after{opacity:0}.faq__answer{padding:0 0 16px;font-size:16px;font-weight:400;letter-spacing:-.02em;color:var(--clr-text);line-height:1.3}@media (max-width: 1023px){.faq__inner{padding:24px}}@media (max-width: 767px){.faq{padding:48px var(--px) 64px}.faq__inner{padding:20px;gap:24px}.faq__summary{padding:0 0 16px}details[open] .faq__summary{padding-bottom:8px}.faq__answer{padding:0 0 16px}}@media (max-width: 375px){.faq{padding:40px var(--px) 56px}.faq__inner{padding:16px;gap:20px}}@media (max-width: 600px){.faq{padding-top:28px}}.footer{background:#f9f7ee;padding:32px var(--px);overflow-x:hidden}.footer__inner{max-width:var(--max-w);margin:0 auto;display:flex;flex-direction:column}.footer__topbar{display:flex;align-items:center;padding:16px 0;border-top:1px solid rgba(8,8,8,.15);border-bottom:1px solid rgba(8,8,8,.15)}.footer__social{flex:1;display:flex;align-items:center;gap:10px}.footer__contacts{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:10px}.footer__main{display:grid;grid-template-columns:1fr 1px 1fr;padding:16px 0}.footer__left{display:flex;flex-direction:column;gap:15px;padding:16px 24px 16px 0}.footer__nav{display:grid;grid-template-columns:repeat(2,max-content);gap:9px 48px}.footer__nav a{font-size:16px;letter-spacing:-.02em;color:var(--clr-text);transition:color .2s}.footer__nav a:hover{color:var(--clr-dark);text-decoration:underline}.footer__address{display:flex;align-items:center;gap:8px}.footer__addr-icon{flex-shrink:0}.footer__address span{font-size:16px;letter-spacing:-.02em;color:var(--clr-text)}.footer__address--link{text-decoration:none;transition:opacity .15s}.footer__address--link:hover{opacity:.65}.footer__hours{display:flex;flex-direction:column;gap:4px}.footer__hours p{margin:0;font-size:16px;letter-spacing:-.02em;color:var(--clr-text)}.footer__divider{width:1px;background:#08080826;align-self:stretch}.footer__form-wrap{display:flex;flex-direction:column;gap:16px;padding:16px 0 16px 24px}.footer__form-title{color:var(--clr-dark)}.footer__form-fields{display:flex;flex-direction:column;gap:16px}.footer__fields-row{display:flex;gap:8px}.footer__fl{position:relative;padding-top:8px;flex:1;min-width:0}.footer__fl__label{position:absolute;top:8px;left:10px;transform:translateY(-50%);font-family:var(--font-body);font-size:11px;font-weight:400;color:var(--clr-dark);background:#fff;padding:0 4px;border-radius:2px;opacity:0;pointer-events:none;white-space:nowrap;transition:opacity .15s ease}.footer__input:focus+.footer__fl__label,.footer__input.has-value+.footer__fl__label,.footer__textarea:focus+.footer__fl__label,.footer__textarea.has-value+.footer__fl__label{opacity:1}.footer__fl--textarea{display:flex;flex-direction:column}.footer__input{width:100%;height:40px;border:1px solid #e0ddd1;border-radius:4px;padding:0 12px;font-family:var(--font-body);font-size:16px;color:var(--clr-dark);background:#fff;outline:none;transition:border-color .2s;box-sizing:border-box}.footer__input:focus{border-color:var(--clr-dark)}.footer__input::placeholder{color:#00000059}.footer__textarea{width:100%;height:90px;border:1px solid #e0ddd1;border-radius:4px;padding:10px 12px;font-family:var(--font-body);font-size:16px;color:var(--clr-dark);background:#fff;outline:none;resize:none;transition:border-color .2s;box-sizing:border-box}.footer__textarea:focus{border-color:var(--clr-dark)}.footer__textarea::placeholder{color:#00000059}.footer__submit{width:200px;height:50px;background:#ffda36;border-radius:70px;font-family:var(--font-body);font-weight:700;font-size:18px;letter-spacing:.03em;color:var(--clr-dark);cursor:pointer;transition:opacity .2s}.footer__submit:hover{opacity:.85}.footer__submit:disabled{opacity:.55;cursor:default}.footer__hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.footer__form-status{margin-top:12px;font-family:var(--font-body);font-size:14px;letter-spacing:-.02em;line-height:1.3}.footer__form-status:empty{display:none}.footer__form-status--success{color:#1f9d55}.footer__form-status--error{color:#d64545}.footer__bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:16px 24px;padding-top:16px;border-top:1px solid rgba(8,8,8,.15)}.footer__bottom-left{display:flex;flex-direction:column;gap:8px}.footer__legal{display:flex;flex-wrap:wrap;gap:6px 20px}.footer__legal a{font-size:12px;letter-spacing:-.02em;color:var(--clr-dark);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:opacity .15s ease,text-decoration-thickness .15s ease}.footer__legal a:hover{opacity:.65;text-decoration-thickness:2px}.footer__legal--cats{column-gap:16px}.footer__legal--cats a:not(:first-child){border-left:1px solid var(--clr-border2);padding-left:16px}.footer__copy,.footer__credits{font-size:12px;letter-spacing:-.02em;color:var(--clr-dark)}@media (max-width: 1023px){.footer__nav{gap:9px 32px}}@media (max-width: 767px){.footer__topbar{flex-wrap:wrap;justify-content:center;gap:12px}.footer__social{flex:none}.footer__contacts{flex:none;justify-content:center;flex-wrap:wrap}.footer__main{grid-template-columns:1fr;padding:0}.footer__divider{width:100%;height:1px;align-self:auto}.footer__left{padding:16px 0}.footer__form-wrap{padding:16px 0;gap:8px}.footer__nav{grid-template-columns:1fr 1fr;gap:9px 16px}.footer__fields-row{flex-direction:column;gap:16px}.footer__input{flex:none;width:100%}.footer__submit{align-self:center}.footer__bottom{flex-direction:column;align-items:flex-start;gap:12px}.footer__nav a,.footer__legal a{display:inline-flex;align-items:center;min-height:28px}}@media (max-width: 374px){.footer{padding:24px var(--px)}.footer__social{flex-wrap:wrap;justify-content:center}.footer__nav{grid-template-columns:1fr}.footer__submit{width:100%}}.vehicle-hero{background:var(--clr-dark);padding-top:80px}.vehicle-hero__inner{max-width:var(--max-w);margin:0 auto;padding:0 max(var(--px),calc((100% - var(--max-w)) / 2))}.vehicle-slider{position:relative;overflow:hidden}.vehicle-slider__track{display:flex;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.vehicle-slider__slide{flex-shrink:0;width:100%;position:relative;background:#fff}.vehicle-slider__slide img{display:block;width:100%;height:560px}.vehicle-slider__bg{position:absolute;inset:0;object-fit:cover;filter:blur(30px);transform:scale(1.1);z-index:0}.vehicle-slider__img{position:relative;object-fit:contain;z-index:1}.vehicle-slider__img--white{background:#fff}.vehicle-slider__overlay{position:absolute;top:0;left:0;right:0;z-index:2;background:linear-gradient(to bottom,rgba(8,8,8,.92) 0%,rgba(8,8,8,.6) 40%,transparent 100%);padding:16px 40px 56px}.vehicle-slider__gradient-bottom{position:absolute;bottom:0;left:0;right:0;height:220px;background:linear-gradient(to top,rgba(8,8,8,.8) 0%,transparent 100%);z-index:2;pointer-events:none}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:10px;padding-left:7px}.breadcrumbs__link{font-family:var(--font-body);font-size:12px;font-weight:500;color:var(--clr-accent);text-decoration:none;transition:opacity .15s}@media (hover: hover){.breadcrumbs__link:hover{opacity:.75}}.breadcrumbs__sep{font-size:12px;color:#ffda3680}.breadcrumbs__current{font-family:var(--font-body);font-size:12px;font-weight:500;color:var(--clr-accent)}.breadcrumbs--light{padding-left:0}.breadcrumbs--light .breadcrumbs__link{color:var(--clr-dark)}.breadcrumbs--light .breadcrumbs__current{color:#999}.breadcrumbs--light .breadcrumbs__sep-icon{filter:brightness(0);opacity:.35}.vehicle-hero__info{display:block}.vehicle-hero__name{color:#fff;margin:0}.vehicle-hero__category{font-family:var(--font-head);font-size:28px;font-weight:600;color:#ffffffbf;line-height:1;margin:0;padding:0 4px;display:block}.vehicle-hero__sep{opacity:.5;margin:0 4px}.vehicle-hero__gallery-btn{position:absolute;bottom:50px;right:50px;z-index:4;width:60px;height:60px;background:var(--clr-accent);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,background .15s}@media (hover: hover){.vehicle-hero__gallery-btn:hover{background:#e6b800;transform:scale(1.1)}}.vehicle-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:48px;height:48px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}@media (hover: hover){.vehicle-slider__arrow:hover{background:#ffffff4d}}.vehicle-slider__arrow--prev{left:20px}.vehicle-slider__arrow--next{right:20px}.vehicle-slider__dots{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;padding:16px 0;min-height:38px}.vehicle-slider__dot{width:14px;height:6px;border-radius:3px;background:#ffffff40;border:none;cursor:pointer;padding:0;transition:width .3s ease,background .3s ease}.vehicle-slider__dot.is-active{width:56px;background:var(--clr-accent)}.vehicle-details{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-areas:"desc specs booking";gap:0;padding:40px 0 64px;border-top:1px solid rgba(255,255,255,.1)}.vehicle-description{grid-area:desc;padding-right:32px}.vehicle-specs{grid-area:specs;padding:0 32px}.vehicle-booking{grid-area:booking;padding-left:32px}.vehicle-details__title{color:#fff;margin:0 0 24px}.vehicle-details__text{font-family:var(--font-body);font-size:16px;font-weight:400;color:#fff;line-height:1.65;margin:0}.specs-list{display:flex;flex-direction:column}.specs-row{display:flex;align-items:baseline;gap:12px;padding:6px 0;border-bottom:1px solid rgba(25,25,25,1)}.specs-row__label{font-family:var(--font-body);font-size:16px;font-weight:700;color:#fff;flex:0 0 170px}.specs-row__value{font-family:var(--font-body);font-size:16px;font-weight:400;color:#fff;flex:1 1 0}.specs-section-title{font-family:var(--font-body);font-size:16px;font-weight:700;color:var(--clr-accent);letter-spacing:0;text-transform:none;margin:16px 0 0;padding-bottom:8px;border-bottom:2px solid rgba(38,38,38,1)}.specs-row--hidden,.specs-block--hidden{display:none}.vehicle-specs__more-btn{display:inline-block;margin-top:16px;font-family:var(--font-body);font-size:14px;font-weight:500;color:var(--clr-accent);background:none;border:none;cursor:pointer;padding:0;text-decoration:underline dotted;text-underline-offset:3px;transition:opacity .15s}@media (hover: hover){.vehicle-specs__more-btn:hover{opacity:.75}}.vehicle-booking__card{background:transparent;border:1.5px solid var(--clr-accent);border-radius:53px;padding:16px 32px 32px}.vehicle-booking__top{display:flex;align-items:center;gap:7px;margin-bottom:16px;padding:0 8px}.vehicle-booking__label{font-family:var(--font-body);font-size:18px;font-weight:700;color:#ffffffbf;text-transform:uppercase;line-height:1.2;max-width:96px;margin:0;flex-shrink:0}.vehicle-booking__price-row{display:flex;align-items:center;gap:7px}.vehicle-booking__amount{font-family:var(--font-head);font-size:70px;font-weight:600;color:var(--clr-accent);line-height:1;letter-spacing:-.04em}.vehicle-booking__unit{font-family:var(--font-head);font-size:24px;font-weight:600;color:var(--clr-accent);line-height:31px}.vehicle-booking__per{display:inline-block;transform:translateY(-4px);white-space:nowrap;text-transform:uppercase}.vehicle-booking__price-row--with-baht{display:grid;grid-template-columns:auto auto;column-gap:7px;align-items:center;row-gap:0}.vehicle-booking__price-row--with-baht .vehicle-booking__amount,.vehicle-booking__price-row--with-baht .vehicle-booking__baht-amount{justify-self:end}.vehicle-booking__baht-amount,.vehicle-booking__baht-currency{font-family:var(--font-head);font-size:24px;font-weight:600;color:#fff;line-height:1}.vehicle-booking__price-divider{grid-column:1 / -1;height:1px;background:var(--clr-accent);margin:3px 0}.vehicle-booking__btn{display:flex;align-items:center;justify-content:center;width:100%;height:80px;background:var(--clr-accent);color:#080808;font-family:var(--font-head);font-size:32px;font-weight:700;text-decoration:none;letter-spacing:-.02em;text-transform:uppercase;border-radius:100px;margin-bottom:24px;transition:background .15s}@media (hover: hover){.vehicle-booking__btn:hover{background:#e6b800}}.vehicle-booking__bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.vehicle-booking__bullet{display:flex;align-items:flex-start;gap:12px;font-family:var(--font-body);font-size:16px;font-weight:400;color:#fff;line-height:1.4}.vehicle-booking__bullet img{flex-shrink:0;margin-top:1px}.vehicle-conditions{background:#fff;padding:80px var(--px)}.vehicle-conditions__inner{max-width:var(--max-w);margin:0 auto}.vehicle-conditions__header{margin-bottom:24px}.vehicle-conditions__title{font-family:var(--font-head);font-size:40px;font-weight:600;color:var(--clr-dark);letter-spacing:-.05em;line-height:1;margin:0 0 8px}.vehicle-conditions__subtitle{font-family:var(--font-body);font-size:16px;color:#3030308c;margin:0}.vehicle-conditions__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.conditions-box{background:var(--clr-cream);border:1px solid rgba(48,48,48,.12);padding:32px;display:flex;flex-direction:column;gap:20px}.conditions-box__icon-wrap{flex-shrink:0;width:40px;height:40px;background:#080808;border-radius:4px;display:flex;align-items:center;justify-content:center}.conditions-box__text{font-family:var(--font-head);font-size:24px;font-weight:500;color:var(--clr-dark);line-height:1.3;margin:0;letter-spacing:-.02em}.cards-grid--3{grid-template-columns:repeat(3,1fr)!important}@media (max-width: 1060px){.vehicle-slider__slide img{height:400px}.vehicle-slider__overlay{padding:20px 32px 48px}.vehicle-details{grid-template-columns:1fr 1fr;grid-template-areas:"booking booking" "desc    specs";gap:40px;padding:32px 0 48px}.vehicle-description{padding-right:0}.vehicle-specs{padding:0}.vehicle-booking{padding-left:0}.vehicle-conditions__title{font-size:32px}.conditions-box__text{font-size:20px}.cards-grid--3{grid-template-columns:repeat(2,1fr)!important}}@media (min-width: 1025px) and (max-width: 1199px){.specs-row__label{flex:0 0 123.9px}}@media (min-width: 766px) and (max-width: 1060px){.vehicle-booking__card{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"top btn" "bullets bullets";column-gap:24px;align-items:center}.vehicle-booking__top{grid-area:top;margin-bottom:0}.vehicle-booking__btn{grid-area:btn;margin-bottom:0}.vehicle-booking__bullets{grid-area:bullets;margin-top:24px}}@media (max-width: 600px){.specs-row__label{flex-basis:130px}.vehicle-hero{padding-top:76px}.vehicle-slider__slide img{height:260px}.vehicle-slider__slide{padding-top:45px;background:var(--clr-dark)}.vehicle-slider__bg{top:45px}.vehicle-slider__overlay{height:220px;padding:0;pointer-events:none;background:linear-gradient(to bottom,rgba(8,8,8,.92) 45px,rgba(8,8,8,.6) 90px,transparent 150px)}.vehicle-slider__gradient-bottom{height:80px}.vehicle-hero .breadcrumbs{position:absolute;top:0;left:20px;right:20px;margin:0;padding-left:0;pointer-events:auto}.vehicle-hero__info{position:absolute;top:65px;left:20px;right:20px;pointer-events:auto}.vehicle-hero__name{font-size:28px;letter-spacing:-.02em}.vehicle-hero__category{font-size:14px;padding:0}.vehicle-hero__gallery-btn{width:32px;height:32px;bottom:16px;left:16px;right:auto}.vehicle-hero__gallery-btn svg{width:18px;height:18px}.vehicle-details{grid-template-columns:1fr;grid-template-areas:"booking" "desc" "specs";gap:32px;padding:32px 0 40px;border-top:none}.vehicle-slider__dots{min-height:0;padding:0}.vehicle-description{padding-right:0}.vehicle-specs{padding:0}.vehicle-booking{padding-left:0}.vehicle-booking__btn{height:60px;font-size:22px}.vehicle-booking__amount{font-size:48px}.vehicle-booking__unit{font-size:16px;line-height:22px}.vehicle-booking__baht-amount,.vehicle-booking__baht-currency{font-size:16px}.vehicle-conditions{padding:48px 16px}.vehicle-conditions__title{font-size:26px}.vehicle-conditions__grid{grid-template-columns:1fr}.conditions-box{padding:24px}.conditions-box__text{font-size:18px}.cards-grid--3{grid-template-columns:1fr!important}}.scroll-top-btn{position:fixed;bottom:93px;right:max(var(--px),calc((100vw - 1440px) / 2 + var(--px)));z-index:201;width:48px;height:48px;border-radius:50%;border:none;background:var(--clr-accent);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(16px);pointer-events:none;transition:opacity .3s ease,transform .3s ease}.scroll-top-btn.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}@media (hover: hover){.scroll-top-btn:hover{background:#e6b800}}.sticky-bar{position:fixed;bottom:0;left:50%;z-index:200;width:calc(100% - 80px);max-width:1360px;height:81px;background:var(--clr-dark);display:flex;align-items:center;justify-content:space-between;padding-right:8px;transform:translate(-50%) translateY(100%);pointer-events:none;transition:transform .35s cubic-bezier(.4,0,.2,1)}.sticky-bar.is-visible{transform:translate(-50%) translateY(0);pointer-events:auto}.sticky-bar__product{display:flex;align-items:center;gap:24px;height:100%}.sticky-bar__img-wrap{width:131px;height:81px;flex-shrink:0;overflow:hidden;border-radius:3px 3px 0 0}.sticky-bar__img{width:131px;height:81px;object-fit:cover;display:block}.sticky-bar__meta{display:flex;flex-direction:column;gap:0}.sticky-bar__name{color:#fff;line-height:28px;margin:0;white-space:nowrap}.sticky-bar__cat{font-family:var(--font-body);font-size:16px;font-weight:400;color:#ffffffbf;line-height:20.8px;letter-spacing:-.02em;margin:0;white-space:nowrap}.sticky-bar__pill{display:flex;align-items:center;gap:8px;flex-shrink:0;height:66px;border:1px solid var(--clr-accent);border-radius:50px;padding:8px 8px 8px 24px}.sticky-bar__price-block{display:flex;align-items:center;gap:4px;padding-right:10px}.sticky-bar__from{font-family:var(--font-body);font-size:12px;font-weight:700;color:#ffffffbf;text-transform:uppercase;letter-spacing:.03em;line-height:14.4px;text-align:right;padding:0 4px;white-space:nowrap}.sticky-bar__amount{font-family:var(--font-body);font-size:34px;font-weight:600;color:var(--clr-accent);line-height:28px;letter-spacing:-.06em}.sticky-bar__unit{font-family:var(--font-body);font-size:16px;font-weight:600;color:var(--clr-accent);line-height:16px;padding-bottom:5px;text-align:left}.sticky-bar__unit{padding-bottom:0;line-height:1;position:relative;top:-3px}.sticky-bar .vehicle-booking__per{transform:none;font-size:11px;display:block;line-height:1;margin-top:2px}.sticky-bar__cur{display:inline-block;transform:translateY(4px)}.sticky-bar__btn{display:flex;align-items:center;justify-content:center;text-decoration:none;font-family:var(--font-body);font-size:18px;font-weight:700;color:var(--clr-dark);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;background:var(--clr-accent);border-radius:70px;padding:0 39px;height:50px;flex-shrink:0}@media (hover: hover){.sticky-bar__btn:hover{background:#e6b800}}@media (max-width: 995px){.sticky-bar{left:0;width:100%;transform:translateY(100%)}.sticky-bar.is-visible{transform:translateY(0)}.scroll-top-btn{right:40px}}@media (max-width: 800px){.sticky-bar{height:auto;min-height:81px;padding:0 8px}.sticky-bar__img-wrap{display:none}.scroll-top-btn{right:16px;bottom:91px;width:40px;height:40px}}@media (max-width: 600px){.sticky-bar{height:auto;min-height:81px;padding:0 16px;justify-content:center}.sticky-bar__product{display:none}.sticky-bar__unit{font-size:12px;line-height:14px}.scroll-top-btn{right:12px;bottom:89px;width:36px;height:36px}.sticky-bar__from{white-space:normal;max-width:84px;line-height:13px}.sticky-bar__pill{padding-left:14px}.sticky-bar__btn{padding:0 24px}.sticky-bar__cur{transform:translateY(3px)}.sticky-bar .vehicle-booking__per{margin-top:3px}}.upload-slots{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.upload-slot__label{font-size:11px;font-weight:600;color:var(--clr-muted, #9b9b9b);text-transform:uppercase;letter-spacing:.0375em;margin-bottom:6px}.upload-slot__zone{position:relative;aspect-ratio:16 / 9;border:1.5px dashed var(--clr-border, #e8e8e8);border-radius:8px;overflow:hidden;cursor:pointer;background:#f5f5f5;transition:border-color .15s}.upload-slot__zone:hover{border-color:var(--clr-yellow, #f5c518)}.upload-slot__zone input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:3}.upload-slot__preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;display:block}.upload-slot__overlay{position:absolute;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s;z-index:1;pointer-events:none}.upload-slot__zone:hover .upload-slot__overlay{opacity:1}.upload-slot__replace{color:#fff;font-size:12px;font-weight:600;letter-spacing:.025em}.upload-slot__empty{position:absolute;inset:0;display:none;flex-direction:column;align-items:center;justify-content:center;gap:4px;z-index:0}.upload-slot__zone:not(.has-image) .upload-slot__empty{display:flex}.upload-slot__zone:not(.has-image) .upload-slot__overlay{display:none}.upload-slot__icon{font-size:22px;color:var(--clr-muted, #9b9b9b)}.upload-slot__hint{font-size:11px;color:var(--clr-muted, #9b9b9b)}.upload-slot__zone.is-uploading{opacity:.5;pointer-events:none}.upload-slot__zone.is-uploading .upload-slot__overlay{opacity:1}.upload-slot__zone.is-uploading .upload-slot__replace:before{content:"Uploading\2026"}.upload-slot__zone.is-uploading .upload-slot__replace{display:none}@media (max-width: 900px){.upload-slots{grid-template-columns:repeat(2,1fr)}}.gallery-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;pointer-events:none;transition:opacity .2s ease}.gallery-overlay[aria-hidden=false]{opacity:1;pointer-events:auto}.gallery-overlay__backdrop{position:absolute;inset:0;background:#080808d9;cursor:zoom-out}.gallery-overlay__stage{position:relative;margin:0;max-width:min(1100px,92vw);display:flex;flex-direction:column;align-items:center;gap:14px}.gallery-overlay__img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000080;background:#1c1c1c}.gallery-overlay__caption{display:flex;align-items:center;gap:12px;color:#fff;font-family:var(--font-body);font-size:14px}.gallery-overlay__title{font-weight:600}.gallery-overlay__counter{color:#ffffffb3;font-variant-numeric:tabular-nums}.gallery-overlay__close{position:absolute;top:16px;right:20px;z-index:2;width:44px;height:44px;border-radius:50%;background:#ffffff1f;color:#fff;font-size:30px;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .15s}.gallery-overlay__close:hover{background:#ffffff40}.gallery-overlay__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:52px;height:52px;border-radius:50%;background:#ffffff1f;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .15s}.gallery-overlay__nav:hover{background:#ffffff40}.gallery-overlay__nav[hidden]{display:none}.gallery-overlay__nav--prev{left:20px}.gallery-overlay__nav--next{right:20px}@media (max-width: 600px){.gallery-overlay{padding:12px}.gallery-overlay__nav{width:40px;height:40px}.gallery-overlay__nav--prev{left:8px}.gallery-overlay__nav--next{right:8px}.gallery-overlay__close{top:10px;right:10px}.gallery-overlay__img{max-height:72vh}}body.modal-open{overflow:hidden}.bm-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;pointer-events:none;opacity:0;transition:opacity .2s ease}.bm-overlay[aria-hidden=false]{pointer-events:auto;opacity:1}.bm-backdrop{position:absolute;inset:0;background:#080808b8;cursor:pointer}.bm-panel{position:relative;z-index:1;width:100%;max-width:460px;max-height:calc(100dvh - 32px);overflow-y:auto;background:#fff;border:1px solid var(--clr-border);border-radius:4px;padding:28px 24px 24px;display:flex;flex-direction:column;gap:12px;transform:translateY(8px);transition:transform .2s ease}.bm-overlay[aria-hidden=false] .bm-panel{transform:translateY(0)}.bm-close{position:absolute;top:12px;right:14px;width:30px;height:30px;border:none;background:transparent;font-size:22px;line-height:1;color:var(--clr-dark);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .15s}.bm-close:hover{background:var(--clr-border)}.bm-vehicle{padding-right:36px}.bm-vehicle__name{font-family:var(--font-head);font-weight:600;font-size:20px;letter-spacing:-.025em;color:var(--clr-dark);line-height:1.2}.bm-type-row{display:flex;gap:20px}.bm-radio{display:flex;align-items:center;gap:7px;cursor:pointer;font-size:14px;font-weight:500;color:var(--clr-dark);user-select:none}.bm-radio input{display:none}.bm-radio__mark{width:18px;height:18px;border-radius:50%;border:2px solid var(--clr-border2);flex-shrink:0;position:relative;transition:border-color .15s}.bm-radio__mark:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--clr-yellow);opacity:0;transition:opacity .15s}.bm-radio input:checked+.bm-radio__mark{border-color:var(--clr-dark)}.bm-radio input:checked+.bm-radio__mark:after{opacity:1}.bm-input{width:100%;height:36px;padding:0 12px;border:1px solid var(--clr-border2);border-radius:4px;font-family:var(--font-body);font-size:14px;color:var(--clr-dark);background:#fff;outline:none;transition:border-color .15s;box-sizing:border-box}.bm-input:focus{border-color:var(--clr-dark)}.bm-input::placeholder{color:#08080861;font-size:14px}.bm-input--error{border-color:#c0392b!important}.bm-select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23080808' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer}.bm-fl{position:relative;padding-top:8px}.bm-fl--date{flex:1}.bm-fl__label{position:absolute;top:8px;left:10px;transform:translateY(-50%);font-family:var(--font-body);font-size:11px;font-weight:400;color:var(--clr-dark);background:#fff;padding:0 4px;border-radius:2px;opacity:0;pointer-events:none;white-space:nowrap;transition:opacity .15s ease}.bm-input:focus+.bm-fl__label,.bm-input.has-value+.bm-fl__label{opacity:1}.bm-fl--date .bm-input:focus+.bm-fl__label{opacity:0}.bm-fl--date .bm-input.has-value+.bm-fl__label{opacity:1}.bm-fl--textarea{display:flex;flex-direction:column}.bm-textarea{height:80px;padding:8px 12px;resize:none;line-height:1.5}@media (hover: none) and (pointer: coarse),(max-width: 600px){.bm-input,.bm-select,.bm-textarea{font-size:16px}.bm-input::placeholder{font-size:16px}}.bm-fl--textarea .bm-fl__label{top:8px}.bm-char-count{font-size:11px;color:#08080859;text-align:right;margin-top:2px}.bm-error{font-size:11px;color:#c0392b;margin-top:2px;min-height:14px;display:block}.bm-dates{display:flex;align-items:flex-end;gap:8px}.bm-dates__sep{color:var(--clr-border2);font-size:16px;flex-shrink:0;padding-bottom:8px}.bm-contact-row{display:flex;gap:12px}.bm-contact-row .bm-fl{flex:1;min-width:0}.bm-submit{width:100%;height:44px;font-size:14px;font-weight:600;letter-spacing:.0225em;margin-top:4px}.bm-status{font-size:13px;line-height:1.4;text-align:center}.bm-status:not(:empty){margin-top:10px}.bm-status--success{color:#16a34a}.bm-status--error{color:#d64545}.flatpickr-calendar{border-radius:4px;box-shadow:0 8px 24px #0808081f;font-family:var(--font-body);z-index:9999!important}.flatpickr-day{border-radius:4px}.flatpickr-day:hover{background:var(--clr-border);border-color:transparent}.flatpickr-day.selected,.flatpickr-day.selected:hover,.flatpickr-day.selected:focus,.flatpickr-day.startRange,.flatpickr-day.startRange:hover,.flatpickr-day.endRange,.flatpickr-day.endRange:hover{background:var(--clr-yellow)!important;border-color:var(--clr-yellow)!important;color:var(--clr-dark)!important}.flatpickr-day.today{border-color:#0808084d}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{color:#08080833;cursor:not-allowed}@media (max-width: 540px){.bm-panel{padding:24px 14px 20px}.bm-dates{flex-direction:column;align-items:stretch}.bm-dates__sep{display:none}.bm-contact-row{flex-direction:column;gap:12px}}.breadcrumbs__sep-icon{width:12px;height:12px;display:inline-block;vertical-align:-2px}.catalog-page{background:#fff;padding:96px var(--px) 80px}.catalog-page__inner{max-width:var(--max-w);margin:0 auto}@media (max-width: 995px){.catalog-page{padding-top:92px}}.catalog-page__h1{color:var(--clr-dark);margin:0 0 40px}@media (max-width: 1060px){.catalog-page__h1{font-size:48px;letter-spacing:-.0375em}}@media (max-width: 768px){.catalog-page{padding:92px var(--px) 48px}.catalog-page__h1{font-size:40px;letter-spacing:-.0375em;margin:0 0 10px}}@media (max-width: 480px){.catalog-page__h1{font-size:32px;letter-spacing:-.0375em}}.catalog-seo{max-width:900px;margin:64px 0 0}.catalog-seo h2{font-family:var(--font-head);font-size:28px;font-weight:600;line-height:1;letter-spacing:-.05em;color:var(--clr-dark);margin:40px 0 16px}.catalog-seo h2:first-child{margin-top:0}.catalog-seo p{font-family:var(--font-body);font-size:16px;font-weight:400;letter-spacing:-.02em;line-height:1.5;color:var(--clr-text);margin:0 0 16px}.catalog-seo strong{font-weight:700;color:var(--clr-dark)}@media (max-width: 768px){.catalog-seo{margin-top:40px}.catalog-seo h2{font-size:22px;letter-spacing:-.045em;margin:32px 0 12px}}.catalog-page__empty{color:var(--clr-text-muted, #6b7280);font-size:16px;padding:40px 0;text-align:center}.cat-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.cat-pill{display:inline-block;padding:6px 18px;border-radius:40px;border:1.5px solid var(--clr-border, #e5e7eb);background:transparent;color:var(--clr-dark);font-size:14px;font-weight:500;text-decoration:none;transition:border-color .15s,background .15s,color .15s;cursor:pointer}.cat-pill:hover{border-color:var(--clr-yellow);background:#f5c51814}.cat-pill.is-active{border-color:var(--clr-yellow);background:var(--clr-yellow);color:var(--clr-dark)}.vehicle-details__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}.vehicle-details__head .vehicle-details__title{margin-bottom:0}.year-select{position:relative;flex-shrink:0}.year-select__toggle{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:40px;border:1.5px solid rgba(255,255,255,.35);background:transparent;color:#fff;font-size:14px;font-weight:600;line-height:1.2;white-space:nowrap;transition:border-color .15s,background .15s}.year-select__toggle:hover,.year-select.is-open .year-select__toggle{border-color:var(--clr-yellow)}.year-select__caret{transition:transform .15s;flex-shrink:0}.year-select.is-open .year-select__caret{transform:rotate(180deg)}.year-select__menu{position:absolute;top:calc(100% + 6px);right:0;z-index:210;min-width:100%;margin:0;padding:6px;list-style:none;background:#1c1c1c;border:1px solid rgba(255,255,255,.15);border-radius:12px;box-shadow:0 10px 30px #0006;max-height:260px;overflow-y:auto}.year-select__option{padding:7px 14px;border-radius:8px;color:#fff;font-size:14px;font-weight:500;white-space:nowrap;cursor:pointer;transition:background .12s}.year-select__option:hover{background:#ffffff14}.year-select__option.is-selected{background:var(--clr-yellow);color:var(--clr-dark)}.error-404{margin:0;min-height:100vh;background:var(--clr-cream);color:var(--clr-dark);display:flex;align-items:center;justify-content:center;padding:32px var(--px);font-family:var(--font-body)}.error-404__inner{max-width:var(--max-w);text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}.error-404__code{font-family:var(--font-head);font-weight:600;font-size:clamp(120px,22vw,280px);line-height:1;letter-spacing:-.04em;color:var(--clr-dark);background:linear-gradient(transparent 75%,var(--clr-yellow) 75%);background-size:100% 100%;background-repeat:no-repeat;padding:0 .1em}.error-404__slogan{font-family:var(--font-head);font-weight:600;font-size:clamp(24px,4vw,40px);line-height:1.2;letter-spacing:-.02em;margin:0;max-width:800px}.error-404__hint{font-size:clamp(14px,2vw,18px);color:var(--clr-text);margin:0;max-width:600px;letter-spacing:-.02em}.error-404__cta{margin-top:8px}@media (max-width: 600px){.error-404{padding:24px 16px}.error-404__inner{gap:18px}}.vehicle-availability{margin:0 0 28px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1)}.vehicle-availability .bm-input,.vehicle-availability .flatpickr-alt-input{border:none;border-radius:4px;padding-right:36px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23080808' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.vehicle-availability .bm-input:focus,.vehicle-availability .flatpickr-alt-input:focus{border:none;outline:none}.vehicle-availability__form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:8px}.vehicle-availability__field{flex:1 1 0;min-width:0}.vehicle-availability__btn{height:44px;width:100%;margin-top:4px;white-space:nowrap}.vehicle-availability__result{margin-bottom:14px;padding:10px 14px;border-radius:4px;font-family:var(--font-body);font-size:14px;line-height:1.4}.vehicle-availability__result p{margin:0 0 6px}.vehicle-availability__result p:last-child{margin-bottom:0}.vehicle-availability__result--available{background:#ffda372e;color:#fff}.vehicle-availability__result--unavailable{background:#ffffff14;color:#ffffffd9}.vehicle-availability__result--error{background:#ef44442e;color:#fecaca}.vehicle-availability__cta{display:inline-block;margin-top:4px;font-weight:600;color:var(--clr-yellow);text-decoration:underline;text-underline-offset:3px}.vehicle-availability__cta:hover{color:#fff}@media (max-width: 540px){.vehicle-availability__form{flex-direction:column;align-items:stretch}.vehicle-availability__field{flex:1 1 auto}}.about-page{background:#fff;color:var(--clr-dark)}.about-intro{background:var(--clr-dark);color:#fff;padding:80px var(--px) 40px}.about-intro__inner{max-width:var(--max-w);margin:0 auto;display:flex;flex-direction:column;gap:40px}.about-intro__h1{color:#fff;margin:40px 0 0;max-width:1360px}.about-intro__hero-pic{width:100%;aspect-ratio:1360 / 636;background:#1a1a1a;border-radius:12px;overflow:hidden}.about-intro__hero-img{width:100%;height:100%;object-fit:cover;display:block}.about-intro__cols{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.about-intro__text{display:flex;flex-direction:column;gap:24px;padding-right:16px}.about-intro__h2{color:#fff;margin:0}.about-intro__body{font-family:var(--font-body);font-size:16px;line-height:1.3;letter-spacing:-.02em;color:#fff}.about-intro__body p{margin:0 0 12px}.about-intro__body p:last-child{margin:0}.about-intro__portrait{width:100%;aspect-ratio:1 / 1;background:#1a1a1a;border-radius:12px;overflow:hidden}.about-intro__portrait-img{width:100%;height:100%;object-fit:cover;display:block}.about-features{background:#fff;padding:80px var(--px);display:flex;justify-content:center}.about-features__quote{font-family:var(--font-body);font-size:40px;font-weight:500;line-height:1.2;letter-spacing:-.02em;color:var(--clr-dark);text-align:center;max-width:1010px;margin:0}.about-features__quote strong{font-weight:700;color:var(--clr-dark)}.about-features__quote strong.u{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px}.about-ride{background:var(--clr-cream);color:var(--clr-dark)}.about-ride__inner{max-width:var(--max-w);margin:0 auto;padding:80px var(--px);display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.about-ride__h2{color:var(--clr-dark);margin:0;max-width:668px}.about-ride__cols{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding-top:8px}.about-ride__col{font-family:var(--font-body);font-size:16px;line-height:1.3;letter-spacing:-.02em;color:var(--clr-text);margin:0}.about-bullets{background:#fff;padding:80px var(--px)}.about-bullets__inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:24px}.about-bullet-card{background:var(--clr-dark);border-radius:16px;padding:28px 32px 32px;display:flex;flex-direction:column;gap:24px}.about-bullet-card__title{color:#fff;margin:0}.about-bullet-card__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.about-bullet-card__list--row{grid-template-columns:repeat(3,1fr)}.about-bullet-card__item{display:flex;flex-direction:column;gap:8px}.about-bullet-card__item p{font-family:var(--font-body);font-size:16px;line-height:1.3;letter-spacing:-.02em;color:#fff;margin:0}.about-bullet-card__icon{display:inline-flex;width:24px;height:24px;flex-shrink:0}.about-bullet-card__footer{font-family:var(--font-body);font-size:16px;line-height:1.3;letter-spacing:-.02em;color:#ffffffd9;margin:0}@media (max-width: 1060px){.about-intro__h1{font-size:64px;letter-spacing:-.04em}.about-intro__h2{font-size:44px;letter-spacing:-.0375em}.about-features__quote{font-size:28px;letter-spacing:-.0175em}.about-ride__h2{font-size:44px;letter-spacing:-.0375em}.about-ride__inner{grid-template-columns:1fr}.about-ride__cols{grid-template-columns:1fr 1fr}.about-bullets__inner{grid-template-columns:1fr}.about-bullet-card__list,.about-bullet-card__list--row{grid-template-columns:1fr 1fr 1fr}}@media (max-width: 768px){.about-intro{padding:76px var(--px) 32px}.about-intro__h1{font-size:48px;letter-spacing:-.0375em}.about-intro__inner{gap:32px}.about-intro__h2{font-size:36px;letter-spacing:-.04em}.about-intro__cols{grid-template-columns:1fr}.about-features{padding:56px var(--px)}.about-features__quote{font-size:22px;line-height:1.3;letter-spacing:-.0175em}.about-ride__inner{padding:56px var(--px)}.about-ride__h2{font-size:36px;letter-spacing:-.04em}.about-ride__cols{grid-template-columns:1fr}.about-bullets{padding:56px var(--px)}.about-bullet-card{padding:22px 20px 24px}.about-bullet-card__list,.about-bullet-card__list--row{grid-template-columns:1fr}}@media (max-width: 480px){.about-intro__h1{font-size:36px;letter-spacing:-.0325em}.about-intro__h2{font-size:28px;letter-spacing:-.035em}.about-features__quote{font-size:18px}.about-ride__h2{font-size:28px;letter-spacing:-.035em}.about-bullet-card__title{font-size:22px;letter-spacing:-.045em}}.terms-page{background:#fff;color:var(--clr-dark);padding:80px var(--px) 64px}.terms-page__inner{max-width:900px}.terms-page__h1{color:var(--clr-dark);margin:32px 0 40px}.terms-page__content h2{color:var(--clr-dark);margin:40px 0 16px}.terms-page__content h2:first-child{margin-top:0}.terms-page__content p{font-family:var(--font-body);font-size:16px;font-weight:400;letter-spacing:-.02em;line-height:1.3;color:var(--clr-text);margin:0 0 16px}.terms-page__content strong{font-weight:700;color:var(--clr-dark)}.terms-page__content strong.u{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:2px}@media (max-width: 1060px){.terms-page__h1{font-size:48px;letter-spacing:-.0375em}}@media (max-width: 768px){.terms-page{padding:76px var(--px) 48px}.terms-page__h1{font-size:40px;letter-spacing:-.0375em;margin:24px 0 32px}.terms-page__content h2{font-size:22px;letter-spacing:-.045em;margin:32px 0 12px}}@media (max-width: 480px){.terms-page__h1{font-size:32px;letter-spacing:-.0375em}}.reviews-page{background:#fff;color:var(--clr-dark);padding:80px var(--px) 64px}.reviews-page__inner{max-width:var(--max-w);margin:0 auto}.reviews-page__h1{color:var(--clr-dark);margin:32px 0 40px}.reviews-page__empty{font-family:var(--font-body);font-size:16px;color:var(--clr-text)}.reviews-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 24px;align-items:start}.pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:48px}.pagination__page,.pagination__nav{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid var(--clr-border);border-radius:999px;font-family:var(--font-body);font-size:15px;color:var(--clr-dark);text-decoration:none;transition:background .2s,border-color .2s,color .2s}.pagination__page:hover,.pagination__nav:hover{border-color:var(--clr-dark)}.pagination__page--current{background:var(--clr-dark);border-color:var(--clr-dark);color:#fff;pointer-events:none}.pagination__nav--disabled{color:var(--clr-muted);border-color:var(--clr-border);opacity:.5;pointer-events:none}.pagination__gap{color:var(--clr-muted);padding:0 4px}.reviews__all{display:flex;justify-content:center;margin-top:32px}.reviews__all-btn[hidden]{display:none}@media (max-width: 1024px){.reviews-page__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.reviews-page{padding:76px var(--px) 48px}.reviews-page__h1{font-size:32px;letter-spacing:-.0375em;margin:24px 0 28px}.reviews-page__grid{grid-template-columns:1fr;gap:28px}}.contacts-page{background:#fff;color:var(--clr-dark);padding:80px var(--px) 64px}.contacts-page__inner{max-width:var(--max-w);margin:0 auto}.contacts-page__h1{color:var(--clr-dark);margin:0 0 40px}.contacts-page__intro{font-family:var(--font-body);font-size:16px;letter-spacing:-.02em;line-height:1.3;color:var(--clr-text);margin:-24px 0 16px}.contacts-page__grid{display:grid;grid-template-columns:minmax(300px,2fr) 3fr;gap:48px;align-items:start;padding-top:32px}.contacts-page__info{display:flex;flex-direction:column;gap:24px}.contacts-item__label{font-family:var(--font-body);font-size:13px;letter-spacing:-.02em;color:#08080880;margin-bottom:4px}.contacts-item__value{font-family:var(--font-head);font-size:24px;font-weight:600;letter-spacing:-.04em;line-height:1.15;color:var(--clr-dark)}a.contacts-item__value:hover{text-decoration:underline}.contacts-item__value--static{cursor:default}.contacts-page__map-wrap{width:100%;align-self:stretch}.contacts-page__map{width:100%;height:100%;min-height:420px;border:0;border-radius:16px;background:var(--clr-cream)}.contacts-page__taxi{margin-top:8px;padding:24px 28px;background:var(--clr-cream);border-radius:16px}.contacts-page__taxi-title{font-family:var(--font-head);font-size:22px;font-weight:600;letter-spacing:-.04em;color:var(--clr-dark);margin-bottom:10px}.contacts-page__taxi-text{font-family:var(--font-body);font-size:18px;line-height:1.45;color:var(--clr-text)}.contacts-page__bottom{display:flex;justify-content:center;margin-top:48px}.contacts-page__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}@media (max-width: 1200px){.contacts-page__h1{font-size:48px;letter-spacing:-.0375em}.contacts-page__grid{gap:32px}}@media (max-width: 1060px){.contacts-page__grid{grid-template-columns:1fr;padding-top:24px}.contacts-page__map{min-height:0;aspect-ratio:4 / 3;height:auto}}@media (max-width: 768px){.contacts-page{padding:76px var(--px) 48px}.contacts-page__h1{font-size:40px;letter-spacing:-.0375em;margin-bottom:32px}.contacts-page__intro{margin:-16px 0 8px}.contacts-item__value{font-size:20px;letter-spacing:-.04em}}@media (max-width: 480px){.contacts-page__h1{font-size:32px;letter-spacing:-.0375em}.contacts-page__taxi{padding:20px}.contacts-page__bottom{margin-top:36px}.contacts-page__actions,.contacts-page__actions .btn{width:100%}}
