/* Travel by Kate 1.9C — about/contact refinement */
:root{--tbk19b-gold:#c99532;--tbk19b-gold-deep:#a86f12;--tbk19b-paper:#fffaf1;--tbk19b-stone:#f4f0e9;--tbk19b-ink:#1d2f49;--tbk19b-shadow:0 16px 34px rgba(65,49,30,.09)}

/* Never decorate nav labels as struck/underlined text. Active state remains a clean pill. */


/* About: separate the two information windows without introducing loud colors. */
body.about-19c .tbk-about-lower{gap:26px;padding-top:30px}
body.about-19c .tbk-about-lower>section{
  position:relative;overflow:hidden;
  border:1px solid rgba(199,146,45,.42);
  background:linear-gradient(145deg,#fff 0%,#fffaf1 100%);
  box-shadow:var(--tbk19b-shadow);
  padding:28px 26px 30px;
}
body.about-19c .tbk-about-lower>section::before{
  content:"";position:absolute;left:0;right:0;top:0;height:4px;
  background:linear-gradient(90deg,transparent 0%,#d8aa4a 16%,#b77a18 50%,#d8aa4a 84%,transparent 100%);
}
body.about-19c .tbk-about-lower .tbk-section-head h2{color:#17304e}
body.about-19c .tbk-trust-grid article,
body.about-19c .tbk-process-grid article{
  border:1px solid rgba(199,146,45,.18);border-radius:14px;
  background:rgba(255,255,255,.82);padding:14px 10px;min-height:150px;
}
body.about-19c .tbk-trust-grid article>span,
body.about-19c .tbk-process-grid b{background:#fff8e9;border-color:rgba(199,146,45,.48);box-shadow:0 5px 14px rgba(116,82,24,.06)}
body.about-19c .tbk-trust-grid h3, body.about-19c .tbk-process-grid span{color:#263a54}

/* Reviews: intentional spacing after removing the public moderation note. */
body.reviews-19b .tbk-review-page-grid{margin-bottom:8px}

/* Contacts: smaller portrait, one compact highlighted contact module, then online/work block. */
body.contacts-19c .tbk-contact-hero{grid-template-columns:minmax(0,1.22fr) minmax(330px,.78fr);min-height:350px}
body.contacts-19c .tbk-contact-copy{padding:42px 46px}
body.contacts-19c .tbk-contact-image{min-height:350px;max-height:390px;background:#f2ece4}
body.contacts-19c .tbk-contact-image img{object-fit:cover!important;object-position:52% 36%!important}
body.contacts-19c .tbk-contact-grid{grid-template-columns:1fr;gap:18px;padding-top:26px}
body.contacts-19c .tbk-contact-methods-head{
  display:flex;align-items:end;justify-content:space-between;gap:18px;
  padding:0 4px 2px;
}
body.contacts-19c .tbk-contact-methods-head span{display:block;color:#a86f12;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:850;margin-bottom:4px}
body.contacts-19c .tbk-contact-methods-head h2{font:500 2rem/1.05 Georgia,serif;color:#17304e;margin:0}
body.contacts-19c .tbk-contact-methods-head p{margin:0;color:#6d7887;font-size:.86rem}
body.contacts-19c .tbk-contact-side{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;
  padding:18px;border:1px solid rgba(199,146,45,.38);border-radius:20px;
  background:linear-gradient(145deg,#fff 0%,#fff9ed 100%);box-shadow:var(--tbk19b-shadow);
}
body.contacts-19c .tbk-contact-card{
  min-height:128px;grid-template-columns:46px minmax(0,1fr);grid-template-rows:auto;
  gap:12px;border-color:rgba(199,146,45,.28);border-radius:14px;padding:18px 16px;
  background:#fff;box-shadow:0 7px 18px rgba(61,48,33,.055);
}
body.contacts-19c .tbk-contact-card>span{width:44px;height:44px;background:#fff8e9;border-color:rgba(199,146,45,.52)}
body.contacts-19c .tbk-contact-card b{font-size:1rem;color:#213650;margin-bottom:4px}
body.contacts-19c .tbk-contact-card small{display:block;color:#6f7b8b;overflow-wrap:anywhere}
body.contacts-19c .tbk-contact-card i{display:none}
body.contacts-19c .tbk-online-card{margin-top:0;box-shadow:var(--tbk19b-shadow);border-color:rgba(199,146,45,.34)}

/* Tourvisor: reserve a clean stable area and surface load status only if needed. */
body.tours-19b .tbk-search-card{min-height:300px;overflow:visible}
body.tours-19b .tbk-search-card .tv-search-form{min-height:235px;width:100%}
body.tours-19b .tbk-tourvisor-status{display:none;margin-top:12px;padding:14px 16px;border:1px solid rgba(199,146,45,.35);border-radius:12px;background:#fff9ed;color:#5c6470;font-size:.9rem;line-height:1.45;text-align:center}
body.tours-19b .tbk-tourvisor-status.is-visible{display:block}
body.tours-19b .tbk-tourvisor-status button{margin-left:8px;border:1px solid rgba(168,111,18,.45);background:#fff;color:#8a5b10;border-radius:8px;padding:7px 12px;font-weight:750;cursor:pointer}

@media(max-width:1050px){
  body.contacts-19c .tbk-contact-side{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.contacts-19c .tbk-contact-hero{grid-template-columns:1fr .72fr}
}
@media(max-width:900px){
  body.contacts-19c .tbk-contact-hero{grid-template-columns:1fr}
  body.contacts-19c .tbk-contact-image{min-height:0;max-height:none}
  body.contacts-19c .tbk-contact-image img{height:auto!important;max-height:520px;object-position:center 28%!important}
  body.contacts-19c .tbk-contact-methods-head{display:block;text-align:center}
  body.contacts-19c .tbk-contact-methods-head p{margin-top:7px}
}
@media(max-width:640px){
  body.about-19c .tbk-about-lower>section{padding:22px 16px}
  body.about-19c .tbk-trust-grid article, body.about-19c .tbk-process-grid article{min-height:0}
  body.contacts-19c .tbk-contact-copy{padding:30px 22px}
  body.contacts-19c .tbk-contact-side{grid-template-columns:1fr;padding:12px}
  body.contacts-19c .tbk-contact-card{min-height:96px}
}

/* 1.9C — About: smaller full portrait, more air, one CTA geometry, stronger chips. */
body.about-19c .tbk-about-hero{
  grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);
  min-height:410px;
  align-items:stretch;
}
body.about-19c .tbk-about-copy{padding:46px 54px 42px}
body.about-19c .tbk-about-photo{
  min-height:410px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px 22px;
  background:linear-gradient(145deg,#f6f1e9,#fffaf1);
}
body.about-19c .tbk-about-photo img{
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:390px!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:18px;
  box-shadow:0 14px 30px rgba(52,39,24,.10);
}
body.about-19c .tbk-about-company-text{margin-bottom:0}
body.about-19c .tbk-about-actions{
  margin-top:34px;
  gap:14px;
  align-items:stretch;
}
body.about-19c .tbk-about-actions .tbk-btn{
  min-width:238px;
  min-height:58px;
  padding:0 26px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:.98rem;
  font-weight:800;
  line-height:1.15;
  text-align:center;
  border:1px solid rgba(169,111,18,.52);
  box-shadow:0 13px 28px rgba(177,116,19,.18);
}
body.about-19c .tbk-about-actions .tbk-btn:hover{transform:translateY(-2px);box-shadow:0 17px 34px rgba(177,116,19,.24)}
body.about-19c .tbk-about-facts{
  margin-top:22px;
  gap:10px;
}
body.about-19c .tbk-about-facts span{
  min-height:43px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 17px;
  border:1px solid rgba(199,146,45,.48);
  border-radius:12px;
  background:linear-gradient(180deg,#fffdf8,#fff5df);
  color:#866118;
  box-shadow:0 7px 16px rgba(90,66,27,.06);
  font-size:.78rem;
  letter-spacing:.01em;
}

/* 1.9C — Contacts: show the complete source portrait, only smaller. */
body.contacts-19c .tbk-contact-hero{
  grid-template-columns:minmax(0,1.38fr) minmax(300px,.62fr);
  min-height:410px;
  align-items:stretch;
}
body.contacts-19c .tbk-contact-copy{padding:46px 52px}
body.contacts-19c .tbk-contact-copy>p{max-width:650px}
body.contacts-19c .tbk-contact-image{
  min-height:410px;
  max-height:none;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:linear-gradient(145deg,#f4eee6,#fffaf3);
}
body.contacts-19c .tbk-contact-image img{
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:390px!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:18px;
  box-shadow:0 14px 30px rgba(52,39,24,.10);
}
body.contacts-19c .tbk-contact-hero-actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:30px;
  max-width:590px;
}
body.contacts-19c .tbk-contact-hero-actions .tbk-btn{
  min-height:58px;
  border-radius:14px;
  padding:0 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:.96rem;
  font-weight:800;
  line-height:1.15;
  text-align:center;
  text-decoration:none!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
body.contacts-19c .tbk-contact-phone-btn{
  color:#fff;
  border:1px solid #a76d11;
  background:linear-gradient(180deg,#dda940,#b97812);
  box-shadow:0 14px 28px rgba(185,120,18,.22);
}
body.contacts-19c .tbk-contact-telegram-btn{
  color:#fff;
  border:1px solid #188fca;
  background:linear-gradient(180deg,#32aee8,#229ed9);
  box-shadow:0 14px 28px rgba(34,158,217,.23);
}
body.contacts-19c .tbk-contact-hero-actions .tbk-btn:hover{transform:translateY(-2px);filter:saturate(1.04)}
body.contacts-19c .tbk-contact-btn-icon{font-size:1.1rem;line-height:1}
body.contacts-19c .tbk-telegram-logo{width:21px;height:21px;display:block;fill:currentColor;flex:0 0 auto}
body.contacts-19c .tbk-contact-card-telegram>span{
  color:#fff!important;
  background:#229ed9!important;
  border-color:#188fca!important;
  box-shadow:0 8px 18px rgba(34,158,217,.18)!important;
}
body.contacts-19c .tbk-contact-card-telegram>span .tbk-telegram-logo{width:22px;height:22px;fill:#fff}

@media(max-width:1050px){
  body.about-19c .tbk-about-hero{grid-template-columns:minmax(0,1.2fr) minmax(270px,.8fr)}
  body.contacts-19c .tbk-contact-hero{grid-template-columns:minmax(0,1.15fr) minmax(270px,.85fr)}
}
@media(max-width:900px){
  body.about-19c .tbk-about-hero, body.contacts-19c .tbk-contact-hero{grid-template-columns:1fr}
  body.about-19c .tbk-about-photo, body.contacts-19c .tbk-contact-image{min-height:0;padding:22px}
  body.about-19c .tbk-about-photo img, body.contacts-19c .tbk-contact-image img{max-height:520px!important}
  body.contacts-19c .tbk-contact-hero-actions{max-width:none}
}
@media(max-width:640px){
  body.about-19c .tbk-about-copy, body.contacts-19c .tbk-contact-copy{padding:30px 22px}
  body.about-19c .tbk-about-actions, body.contacts-19c .tbk-contact-hero-actions{grid-template-columns:1fr;display:grid}
  body.about-19c .tbk-about-actions .tbk-btn, body.contacts-19c .tbk-contact-hero-actions .tbk-btn{width:100%;min-width:0}
  body.about-19c .tbk-about-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  body.about-19c .tbk-about-facts span{width:100%;padding-inline:10px}
}


/* Travel by Kate 1.9D — final internal-page balance, navigation and requisites */

/* Navigation: never use a line through menu labels. */




/* About: one coherent composition; portrait itself, no empty photo well. */
body.about-19d .tbk-about-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(300px,345px)!important;
  gap:38px!important;
  align-items:center!important;
  min-height:0!important;
  padding:38px 42px!important;
  background:#fff!important;
}
body.about-19d .tbk-about-copy{
  padding:0!important;
  background:transparent!important;
  justify-content:flex-start!important;
}
body.about-19d .tbk-about-copy h1{
  font-size:clamp(2.55rem,3.4vw,3.35rem)!important;
  line-height:1!important;
  margin:5px 0 3px!important;
}
body.about-19d .tbk-about-copy h2{
  font-size:clamp(1.35rem,1.8vw,1.7rem)!important;
  line-height:1.24!important;
  margin:17px 0 14px!important;
  max-width:720px!important;
}
body.about-19d .tbk-about-company-text{max-width:750px!important;gap:9px!important}
body.about-19d .tbk-about-company-text p{
  font-size:.95rem!important;
  line-height:1.68!important;
  color:#667181!important;
}
body.about-19d .tbk-about-photo{
  min-height:0!important;
  max-height:none!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  overflow:visible!important;
  display:block!important;
}
body.about-19d .tbk-about-photo img{
  display:block!important;
  width:100%!important;
  max-width:345px!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:16px!important;
  box-shadow:0 12px 28px rgba(52,39,24,.10)!important;
}
body.about-19d .tbk-about-actions{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,235px))!important;
  gap:12px!important;
  margin-top:28px!important;
}
body.about-19d .tbk-about-actions .tbk-btn{
  width:100%!important;
  min-width:0!important;
  min-height:52px!important;
  padding:0 22px!important;
  border-radius:12px!important;
  font-size:.91rem!important;
  font-weight:800!important;
  box-shadow:0 9px 20px rgba(177,116,19,.15)!important;
}
body.about-19d .tbk-about-facts{margin-top:17px!important;gap:8px!important}
body.about-19d .tbk-about-facts span{
  min-height:35px!important;
  padding:0 12px!important;
  border-radius:10px!important;
  font-size:.72rem!important;
  box-shadow:none!important;
}

/* Trust/process panels: quiet but clearly separated in brand colors. */
body.about-19d .tbk-about-lower{gap:18px!important}
body.about-19d .tbk-about-lower>section{
  border:1px solid rgba(199,146,45,.34)!important;
  background:linear-gradient(145deg,#fff 0%,#fffaf0 100%)!important;
  box-shadow:0 12px 28px rgba(62,47,29,.07)!important;
}
body.about-19d .tbk-about-lower>section::before{height:3px!important}

/* Contacts: coherent text + complete seated portrait with no empty surrounding box. */
body.contacts-19d .tbk-contact-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(300px,345px)!important;
  gap:38px!important;
  align-items:center!important;
  min-height:0!important;
  padding:38px 42px!important;
  background:#fff!important;
}
body.contacts-19d .tbk-contact-copy{
  padding:0!important;
  background:transparent!important;
  justify-content:flex-start!important;
}
body.contacts-19d .tbk-contact-copy h1{
  font-size:clamp(2.55rem,3.4vw,3.35rem)!important;
  line-height:1!important;
  margin:5px 0 3px!important;
}
body.contacts-19d .tbk-contact-copy>p{
  max-width:690px!important;
  font-size:.96rem!important;
  line-height:1.68!important;
  margin:12px 0 0!important;
}
body.contacts-19d .tbk-contact-image{
  min-height:0!important;
  max-height:none!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  overflow:visible!important;
  display:block!important;
}
body.contacts-19d .tbk-contact-image img{
  display:block!important;
  width:100%!important;
  max-width:345px!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:16px!important;
  box-shadow:0 12px 28px rgba(52,39,24,.10)!important;
}
body.contacts-19d .tbk-contact-hero-actions{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,235px))!important;
  gap:12px!important;
  max-width:none!important;
  margin-top:28px!important;
}
body.contacts-19d .tbk-contact-hero-actions .tbk-btn{
  width:100%!important;
  min-height:52px!important;
  border-radius:12px!important;
  padding:0 18px!important;
  font-size:.91rem!important;
}
body.contacts-19d .tbk-contact-grid{padding-top:22px!important}
body.contacts-19d .tbk-contact-side{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  padding:16px!important;
}
body.contacts-19d .tbk-contact-card{
  min-height:110px!important;
  padding:15px 13px!important;
  border-radius:14px!important;
}
body.contacts-19d .tbk-online-card .tbk-btn-blue{
  color:#fff!important;
  border-color:#a76d11!important;
  background:linear-gradient(180deg,#dda940,#b97812)!important;
  box-shadow:0 12px 25px rgba(185,120,18,.20)!important;
}

/* Requisites */
.tbk-legal-strip{
  margin:25px 0 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:15px 18px;
  border:1px solid rgba(199,146,45,.30);
  border-radius:14px;
  background:linear-gradient(145deg,#fff,#fff9ed);
}
.tbk-legal-strip b{display:block;color:#263a54;font-size:.91rem;margin-bottom:3px}
.tbk-legal-strip span{display:block;color:#737d8a;font-size:.80rem;line-height:1.45}
.tbk-legal-strip a{flex:0 0 auto;color:#946415;font-weight:800;font-size:.81rem;text-decoration:none}
.tbk-requisites-card{
  width:min(820px,100%);
  margin:0 auto;
  padding:30px;
  border:1px solid rgba(199,146,45,.34);
  border-radius:20px;
  background:linear-gradient(145deg,#fff,#fffaf1);
  box-shadow:0 14px 34px rgba(65,49,30,.08);
}
.tbk-requisites-list{display:grid;gap:13px;margin-top:22px}
.tbk-requisites-row{display:grid;grid-template-columns:220px 1fr;gap:22px;padding:14px 0;border-bottom:1px solid rgba(199,146,45,.17)}
.tbk-requisites-row:last-child{border-bottom:0}
.tbk-requisites-row b{color:#253a55}
.tbk-requisites-row span, .tbk-requisites-row a{color:#687587;overflow-wrap:anywhere}
.tbk-footer-legal{margin-top:10px;color:rgba(255,255,255,.62);font-size:.75rem;line-height:1.55}
.tbk-footer-legal a{font-size:inherit!important;color:rgba(255,255,255,.84)!important}

@media(max-width:1050px){
  body.about-19d .tbk-about-hero,
body.contacts-19d .tbk-contact-hero{grid-template-columns:minmax(0,1fr) 295px!important;gap:28px!important;padding:32px!important}
  body.contacts-19d .tbk-contact-side{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:820px){
  body.about-19d .tbk-about-hero,
body.contacts-19d .tbk-contact-hero{grid-template-columns:1fr!important;padding:28px 24px!important}
  body.about-19d .tbk-about-photo,
body.contacts-19d .tbk-contact-image{justify-self:start!important}
  body.about-19d .tbk-about-photo img,
body.contacts-19d .tbk-contact-image img{max-width:330px!important}
  .tbk-requisites-row{grid-template-columns:1fr;gap:5px}
}
@media(max-width:640px){
  body.about-19d .tbk-about-actions,
body.contacts-19d .tbk-contact-hero-actions{grid-template-columns:1fr!important}
  body.contacts-19d .tbk-contact-side{grid-template-columns:1fr!important;padding:12px!important}
  .tbk-legal-strip{display:grid}
  .tbk-legal-strip a{justify-self:start}
}

.tbk-legal-document-id{margin:14px auto 0;max-width:900px;color:#667181;font-size:.86rem;line-height:1.55;text-align:center}

/* Travel by Kate 1.9F — About symmetry and Telegram CTA. */
body.about-19c .tbk-about-actions .tbk-btn-telegram,
body.about-19c .tbk-about-actions .tbk-about-telegram-btn{
  color:#fff!important;border-color:#178fc9!important;background:linear-gradient(180deg,#32afe9,#229ed9)!important;
  box-shadow:0 13px 28px rgba(34,158,217,.22)!important;text-decoration:none!important;gap:9px!important;
}
body.about-19c .tbk-about-actions .tbk-telegram-logo{width:20px;height:20px;fill:currentColor;flex:0 0 20px}
body.about-19c .tbk-about-lower{align-items:stretch}
body.about-19c .tbk-about-lower>section{display:flex;flex-direction:column;min-height:292px}
body.about-19c .tbk-about-lower .tbk-section-head{min-height:72px;margin-bottom:13px}
body.about-19c .tbk-trust-grid, body.about-19c .tbk-process-grid{flex:1;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:10px}
body.about-19c .tbk-trust-grid article, body.about-19c .tbk-process-grid article{
  display:grid;grid-template-rows:50px minmax(36px,auto) 1fr;align-content:start;justify-items:center;
  min-height:168px!important;height:100%;padding:13px 9px!important;box-sizing:border-box;
}
body.about-19c .tbk-trust-grid article>span, body.about-19c .tbk-process-grid b{width:44px!important;height:44px!important;margin:0 auto 8px!important}
body.about-19c .tbk-trust-grid h3, body.about-19c .tbk-process-grid span{display:flex!important;align-items:center;justify-content:center;min-height:36px;margin:0 0 5px!important;text-align:center;font-size:.75rem!important;line-height:1.2!important}
body.about-19c .tbk-trust-grid p, body.about-19c .tbk-process-grid p{margin:0!important;text-align:center;font-size:.68rem!important;line-height:1.42!important}
@media(max-width:720px){
 body.about-19c .tbk-trust-grid, body.about-19c .tbk-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.about-19c .tbk-about-lower>section{min-height:0}
}
/* 1.9F — explicit envelope SVG in contact cards. */
body.contacts-19c .tbk-contact-card .tbk-email-card-icon{display:grid!important;place-items:center!important;background:#fff8e9!important;color:#c7922d!important}
body.contacts-19c .tbk-contact-card .tbk-email-card-icon .tbk-email-logo{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
