:root{
--ch-bg:#0b0b0d;
--ch-panel:#141417;
--ch-panel-2:#1c1d21;
--ch-soft:#f5f1e8;
--ch-cream:#efe8db;
--ch-card:#ffffff;
--ch-line:rgba(255,255,255,.12);
--ch-line-dark:rgba(17,17,19,.11);
--ch-text:#121214;
--ch-text-soft:#5f6069;
--ch-text-light:rgba(255,255,255,.88);
--ch-muted:rgba(255,255,255,.6);
--ch-gold:#d7b06a;
--ch-gold-strong:#c79943;
--ch-shadow:0 20px 60px rgba(10,10,14,.14);
--ch-radius:28px;
--ch-radius-sm:18px;
--ch-max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.character-site{
margin:0;
font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
color:var(--ch-text);
background:#f8f5ef;
line-height:1.6;
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
body.ch-menu-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
main{display:block}
.ch-container{width:min(calc(100% - 32px),var(--ch-max));margin:0 auto}
.ch-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.ch-center{text-align:center}
.ch-inline-actions{display:flex;gap:18px;flex-wrap:wrap;align-items:center} .ch-header{
position:fixed;
top:0;left:0;right:0;
z-index:50;
padding:14px 0;
background:linear-gradient(180deg,rgba(8,8,10,.96),rgba(10,10,12,.9));
backdrop-filter:blur(14px);
border-bottom:1px solid rgba(215,176,106,.12);
box-shadow:0 6px 26px rgba(0,0,0,.14);
transition:padding .25s ease, background .25s ease, box-shadow .25s ease;
}
.admin-bar .ch-header{top:32px}
.ch-header.is-scrolled{padding:10px 0;background:linear-gradient(180deg,rgba(8,8,10,.98),rgba(10,10,12,.96));box-shadow:0 14px 34px rgba(0,0,0,.26)}
.ch-header-in{display:flex;align-items:center;gap:22px;min-height:64px}
.ch-logo{display:inline-flex;align-items:center;flex:0 0 auto}
.ch-logo img{width:auto;height:54px;object-fit:contain;filter:brightness(0) invert(1);opacity:.96}
.ch-nav{display:flex;align-items:center;justify-content:center;gap:28px;flex:1 1 auto}
.ch-nav a{position:relative;color:#fff;font-size:15px;font-weight:500}
.ch-nav a::after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:2px;background:var(--ch-gold);transform:scaleX(0);transform-origin:center;transition:transform .25s ease}
.ch-nav a:hover::after{transform:scaleX(1)}
.ch-header-actions{display:flex;align-items:center;gap:14px;flex:0 0 auto}
.ch-phone{color:#fff;font-size:15px;font-weight:600;white-space:nowrap}
.ch-burger{display:none;position:relative;flex:0 0 auto;width:46px;height:46px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.04);border-radius:14px;cursor:pointer}
.ch-burger span{position:absolute;left:11px;right:11px;height:2px;border-radius:2px;background:#fff;transition:transform .25s ease,opacity .25s ease,top .25s ease}
.ch-burger span:nth-child(1){top:15px}.ch-burger span:nth-child(2){top:22px}.ch-burger span:nth-child(3){top:29px}
.ch-burger.is-open span:nth-child(1){top:22px;transform:rotate(45deg)}
.ch-burger.is-open span:nth-child(2){opacity:0}.ch-burger.is-open span:nth-child(3){top:22px;transform:rotate(-45deg)} .ch-btn{
display:inline-flex;align-items:center;justify-content:center;gap:12px;
min-height:50px;padding:0 24px;border-radius:16px;border:1px solid transparent;
font-size:14px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;
transition:transform .22s ease,background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.ch-btn:hover{transform:translateY(-2px)}
.ch-btn span{font-size:16px;line-height:1}
.ch-btn-gold{background:linear-gradient(180deg,#e4c07e,#c79841);color:#111;box-shadow:0 10px 24px rgba(199,153,67,.28)}
.ch-btn-gold:hover{background:linear-gradient(180deg,#ebc988,#d0a04d);color:#111}
.ch-btn-ghost{background:transparent;border-color:rgba(255,255,255,.24);color:#fff}
.ch-btn-ghost:hover{background:#fff;color:#111;border-color:#fff}
.ch-light .ch-btn-ghost,.ch-cream .ch-btn-ghost,.ch-contact-copy .ch-btn-ghost{border-color:rgba(17,17,19,.14);color:#111;background:#fff}
.ch-light .ch-btn-ghost:hover,.ch-cream .ch-btn-ghost:hover,.ch-contact-copy .ch-btn-ghost:hover{background:#111;color:#fff;border-color:#111}
.ch-btn-dark{background:#111;color:#fff;border-color:#111}
.ch-btn-dark:hover{background:#2a2a30;border-color:#2a2a30;color:#fff}
.ch-text-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--ch-text)}
.ch-text-link:hover{color:var(--ch-gold-strong)} .ch-eyebrow{display:inline-block;margin:0 0 12px;color:var(--ch-gold);font-size:12px;font-weight:800;letter-spacing:.26em;text-transform:uppercase}
.ch-lead{font-size:20px;line-height:1.76;color:rgba(255,255,255,.84);max-width:44ch}
.ch-section{padding:96px 0}
.ch-light{background:#fff}
.ch-dark{background:linear-gradient(180deg,#111217,#0b0b0d);color:#fff}
.ch-cream{background:var(--ch-cream)}
.ch-section-head{max-width:760px;margin:0 0 40px}
.ch-section-head span{display:inline-block;margin-bottom:12px;color:var(--ch-gold);font-size:12px;font-weight:800;letter-spacing:.26em;text-transform:uppercase}
.ch-section-head h2{margin:0;color:var(--ch-text);font-size:clamp(32px,3vw,50px);line-height:1.08;letter-spacing:-.03em}
.ch-section-head p{margin:16px 0 0;color:#5c6069;font-size:17px;line-height:1.7}
.ch-head-light h2,.ch-head-light p{color:#fff}
.ch-head-light p{color:rgba(255,255,255,.72)}
.ch-section-head.ch-centered{max-width:860px;margin:0 auto 40px;text-align:center}
.ch-contact-copy .ch-socials{margin-top:18px}
.ch-contact-copy .ch-social-link{background:#fff;color:#111;border-color:rgba(17,17,19,.08);box-shadow:0 10px 24px rgba(15,15,20,.08)}
.ch-contact-copy .ch-social-link:hover{background:linear-gradient(180deg,#121318,#0d0d10);color:var(--ch-gold);border-color:rgba(215,176,106,.3)}
.ch-footer .ch-socials{margin-top:10px} .ch-hero{padding:136px 0 30px;background:radial-gradient(circle at top left,#23242b 0,#15161b 34%,#0b0b0e 100%)}
.ch-hero-shell{
display:grid;grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr);gap:26px;align-items:stretch;
}
.ch-hero-media,.ch-hero-copy,.ch-hero-card{
border-radius:var(--ch-radius);
overflow:hidden;
}
.ch-hero-media{position:relative;min-height:650px;box-shadow:0 28px 80px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.06)}
.ch-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.12));pointer-events:none}
.ch-hero-media img{width:100%;height:100%;object-fit:cover}
.ch-hero-content{display:grid;grid-template-columns:1fr;gap:20px;align-items:stretch}
.ch-hero-copy{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:420px;background:linear-gradient(180deg,rgba(18,19,23,.96),rgba(8,8,11,.98));padding:52px 46px 40px;color:#fff;border:1px solid rgba(255,255,255,.06);box-shadow:0 24px 60px rgba(0,0,0,.22)}
.ch-hero-copy::before{content:"";position:absolute;top:30px;left:44px;width:72px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--ch-gold),rgba(215,176,106,.16))}
.ch-hero-copy h1{margin:18px 0 18px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(62px,7vw,100px);font-weight:400;line-height:.9;letter-spacing:-.052em;max-width:11ch;text-wrap:balance}
.ch-hero-copy p{margin:0}
.ch-hero-pills{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 26px}
.ch-hero-pills span{display:inline-flex;align-items:center;min-height:40px;padding:0 15px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:#fff;font-size:13px;font-weight:600;backdrop-filter:blur(8px)}
.ch-hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0 24px}
.ch-hero-meta{display:flex;gap:18px;flex-wrap:wrap;color:rgba(255,255,255,.7);font-size:14px}
.ch-hero-meta span{display:inline-flex;align-items:center;gap:8px}
.ch-hero-card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-self:stretch;background:transparent;padding:0;color:#fff;border:none;box-shadow:none}
.ch-hero-card > div{padding:28px 24px;background:linear-gradient(145deg,#23252b,#14151a);border:1px solid rgba(255,255,255,.07);border-radius:24px;box-shadow:0 16px 40px rgba(0,0,0,.12)}
.ch-hero-card > div:last-child{border-bottom:0}
.ch-hero-card b{display:block;margin-bottom:10px;color:var(--ch-gold);font-size:34px;font-weight:700;font-family:Georgia,serif}
.ch-hero-card h3{margin:0 0 10px;font-size:20px;line-height:1.18;color:#fff}
.ch-hero-card p{margin:0;color:rgba(255,255,255,.73);font-size:16px;line-height:1.6} .ch-trust{padding:0 0 18px;background:#0b0b0d}
.ch-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:rgba(255,255,255,.08);border-radius:26px;overflow:hidden}
.ch-trust-grid > div{padding:30px 30px 26px;background:#0f1014;color:#fff;min-height:130px;display:flex;flex-direction:column;justify-content:flex-end}
.ch-trust-grid strong{display:block;margin-bottom:8px;color:#e1be78;font-family:Georgia,serif;font-size:52px;font-weight:500;line-height:1}
.ch-trust-grid span{color:rgba(255,255,255,.74);font-size:15px;line-height:1.5} .ch-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.ch-service-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--ch-line-dark);border-radius:24px;overflow:hidden;box-shadow:0 16px 45px rgba(15,15,20,.06);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.ch-service-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px rgba(15,15,20,.12);border-color:rgba(199,153,67,.28)}
.ch-service-media{aspect-ratio:4/4.4;overflow:hidden}
.ch-service-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.ch-service-card:hover .ch-service-media img{transform:scale(1.05)}
.ch-service-copy{padding:24px 24px 28px;color:var(--ch-text)}
.ch-service-icon{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;margin-bottom:16px;border-radius:50%;background:#111;color:var(--ch-gold);font-size:18px}
.ch-service-copy h3{margin:0 0 10px;font-size:26px;line-height:1.1;color:var(--ch-text)}
.ch-service-copy p{margin:0 0 18px;color:#666b74;min-height:52px}
.ch-service-copy b{color:var(--ch-gold-strong);font-size:14px;letter-spacing:.08em;text-transform:uppercase}
.ch-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;align-items:center}
.ch-photo-stack{display:grid;grid-template-columns:1fr .82fr;gap:20px;align-items:end}
.ch-photo-stack img,.ch-photo-panel img{width:100%;border-radius:24px;object-fit:cover;box-shadow:var(--ch-shadow)}
.ch-photo-stack img:first-child{min-height:520px;height:100%}
.ch-photo-stack img:last-child{min-height:340px;height:76%}
.ch-copy h2{margin:0 0 20px;font-size:clamp(32px,3vw,48px);line-height:1.08;color:inherit;letter-spacing:-.03em}
.ch-copy p{margin:0 0 18px;color:inherit;font-size:17px;line-height:1.74}
.ch-light .ch-copy p,.ch-cream .ch-copy p{color:#5d616a}
.ch-dark .ch-copy p{color:rgba(255,255,255,.76)}
.ch-checks{display:grid;gap:14px;list-style:none;margin:26px 0 0;padding:0}
.ch-checks li{position:relative;padding-left:34px;font-size:16px}
.ch-checks li::before{content:"";position:absolute;left:0;top:10px;width:14px;height:14px;border-radius:50%;background:var(--ch-gold);box-shadow:0 0 0 5px rgba(215,176,106,.18)}
.ch-price-split .ch-copy{padding-right:18px}
.ch-price-preview{display:grid;gap:14px;padding:30px;background:#fff;border:1px solid var(--ch-line-dark);border-radius:24px;box-shadow:0 16px 45px rgba(15,15,20,.06)}
.ch-price-preview div,.ch-price-row{display:flex;align-items:flex-end;gap:16px;padding-bottom:13px;border-bottom:1px solid #ebe8e1}
.ch-price-preview div:last-child{padding-bottom:0;border-bottom:0}
.ch-price-preview span,.ch-price-row span{font-size:16px;color:var(--ch-text);line-height:1.45}
.ch-price-preview i,.ch-price-row i{flex:1 1 auto;border-bottom:1px dashed #d5cfbf;transform:translateY(-5px)}
.ch-price-preview strong,.ch-price-row strong{white-space:nowrap;color:var(--ch-gold-strong);font-size:16px;font-weight:700}
.ch-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.ch-benefit{padding:28px;background:#fff;border-radius:22px;border:1px solid rgba(17,17,19,.08);box-shadow:0 14px 40px rgba(15,15,20,.05)}
.ch-benefit span{display:inline-block;margin-bottom:14px;color:var(--ch-gold);font-family:Georgia,serif;font-size:32px}
.ch-benefit h3{margin:0 0 10px;color:var(--ch-text);font-size:22px;line-height:1.15}
.ch-benefit p{margin:0;color:#62656d;font-size:15px;line-height:1.7}
.ch-promo-grid,.ch-work-grid{display:grid;gap:22px}
.ch-promo-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}
.ch-promo{position:relative;display:flex;align-items:flex-end;min-height:420px;border-radius:24px;overflow:hidden;background-position:center;background-size:cover;box-shadow:0 20px 50px rgba(0,0,0,.18)}
.ch-promo::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,.28) 34%,rgba(0,0,0,.84) 100%)}
.ch-promo > div{position:absolute;left:0;right:0;bottom:0;padding:26px 22px 24px;color:#fff;z-index:1}
.ch-promo span{display:inline-flex;min-height:34px;align-items:center;padding:0 12px;margin-bottom:14px;border-radius:999px;background:rgba(255,255,255,.12);backdrop-filter:blur(8px);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.ch-promo h3{margin:0 0 12px;font-size:22px;line-height:1.08;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.32)}
.ch-promo p{margin:0 0 14px;color:rgba(255,255,255,.9);font-size:15px;line-height:1.75;text-shadow:0 1px 8px rgba(0,0,0,.28)}
.ch-promo a{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:700}
.ch-work-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.ch-work{position:relative;margin:0;border-radius:24px;overflow:hidden;background:#111;min-height:340px;box-shadow:0 16px 45px rgba(15,15,20,.1)}
.ch-work img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease,opacity .4s ease}
.ch-work:hover img{transform:scale(1.04);opacity:.88}
.ch-work figcaption{position:absolute;left:18px;right:18px;bottom:18px;padding:12px 14px;border-radius:16px;background:rgba(13,13,16,.68);backdrop-filter:blur(8px);color:#fff;font-size:14px;font-weight:600;line-height:1.4}
.ch-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.ch-steps article{padding:32px;border-radius:24px;background:#fff;box-shadow:0 14px 38px rgba(15,15,20,.06);border:1px solid rgba(17,17,19,.08)}
.ch-steps b{display:block;margin-bottom:14px;color:var(--ch-gold);font-family:Georgia,serif;font-size:38px;line-height:1}
.ch-steps h3{margin:0 0 10px;color:var(--ch-text);font-size:24px;line-height:1.1}
.ch-steps p{margin:0;color:#656972;font-size:16px;line-height:1.7}
.ch-reviews-wrap{display:grid;gap:18px;justify-items:center;padding:30px;background:#fff;border-radius:28px;border:1px solid rgba(17,17,19,.08);box-shadow:0 16px 45px rgba(15,15,20,.06)}
.ch-reviews-wrap iframe{display:block;width:100%;max-width:700px;height:460px;border:0;border-radius:20px;background:#f3f3f3}
.ch-reviews-wrap a{font-weight:700;color:var(--ch-gold-strong)}
.ch-review-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:980px;margin:0 auto 22px}
.ch-review-summary article{padding:22px 24px;background:#fff;border:1px solid rgba(17,17,19,.08);border-radius:22px;box-shadow:0 14px 36px rgba(15,15,20,.05);text-align:center}
.ch-review-summary strong{display:block;margin-bottom:8px;color:var(--ch-text);font-family:Georgia,serif;font-size:46px;line-height:1}
.ch-review-summary article:nth-child(3) strong{font-size:24px;font-family:Inter,system-ui,sans-serif;font-weight:700}
.ch-review-summary span{display:block;color:#666b74;font-size:15px;line-height:1.6}
.ch-seo-rich{padding:44px 44px 38px}
.ch-seo-intro{max-width:940px;margin:0 auto 26px;text-align:left}
.ch-seo-intro h2{max-width:820px}
.ch-seo-intro > p{margin:0;color:rgba(255,255,255,.84);font-size:18px;line-height:1.8;max-width:74ch}
.ch-seo-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0 0 24px}
.ch-seo-highlights article{padding:24px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:22px}
.ch-seo-highlights b{display:block;margin-bottom:12px;color:var(--ch-gold);font-family:Georgia,serif;font-size:34px;line-height:1}
.ch-seo-highlights h3{margin:0 0 10px;color:#fff;font-size:22px;line-height:1.15}
.ch-seo-highlights p{margin:0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.7}
.ch-seo-columns{column-count:2;column-gap:28px}
.ch-seo-columns p{break-inside:avoid;margin:0 0 16px;color:rgba(255,255,255,.76);font-size:15px;line-height:1.85}
.ch-seo{background:linear-gradient(180deg,#111217,#0b0b0d)}
.ch-seo-box{padding:36px 42px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.08);border-radius:28px;color:#fff}
.ch-seo-box h2{margin:0 0 16px;font-size:clamp(30px,3vw,44px);line-height:1.1;color:#fff}
.ch-seo-box p{margin:0;color:rgba(255,255,255,.76);font-size:15px;line-height:1.85} .ch-contact-section{padding:0 0 96px;background:#0b0b0d}
.ch-contact-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:28px;align-items:stretch}
.ch-contact-copy{padding:40px;background:#fff;border-radius:28px;box-shadow:var(--ch-shadow)}
.ch-contact-copy h2{margin:0 0 18px;color:var(--ch-text);font-size:clamp(30px,3vw,44px);line-height:1.1}
.ch-contact-copy > p{margin:0 0 12px;color:#5e636b;font-size:17px}
.ch-contact-phone{display:inline-block;margin-top:8px;color:var(--ch-text);font-size:30px;font-weight:800;letter-spacing:-.03em}
.ch-contact-list{display:grid;gap:18px;margin:22px 0 26px}
.ch-contact-list span{display:block;margin-bottom:5px;color:var(--ch-gold-strong);font-size:12px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}
.ch-contact-list p,.ch-contact-list a{margin:0;color:#4b5058;font-size:16px;line-height:1.7}
.ch-contact-grid iframe{display:block;width:100%;min-height:100%;height:100%;border:0;border-radius:28px;overflow:hidden;box-shadow:var(--ch-shadow);background:#ddd} .ch-socials{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.ch-social-link{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;border:1px solid rgba(17,17,19,.08);background:#fff;color:#111;box-shadow:0 10px 24px rgba(15,15,20,.08);transition:transform .22s ease,background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease}
.ch-social-link svg{width:20px;height:20px;display:block}
.ch-social-link:hover{transform:translateY(-3px);background:linear-gradient(180deg,#e4c07e,#c79841);color:#111;border-color:var(--ch-gold);box-shadow:0 14px 30px rgba(15,15,20,.16)}
.ch-dark .ch-social-link,.ch-footer .ch-social-link{background:transparent;color:#fff;border-color:rgba(215,176,106,.24);box-shadow:none}
.ch-dark .ch-social-link:hover,.ch-footer .ch-social-link:hover{background:linear-gradient(180deg,#e4c07e,#c79841);color:#111;border-color:var(--ch-gold)} .ch-inner-hero{padding:170px 0 78px;background:linear-gradient(180deg,#121318,#0d0d10);color:#fff}
.ch-inner-hero h1{margin:0 0 14px;font-size:clamp(44px,5vw,72px);line-height:1.02;letter-spacing:-.05em;color:#fff}
.ch-inner-hero p{max-width:660px;margin:0;color:rgba(255,255,255,.76);font-size:18px;line-height:1.7}
.ch-service-hero{position:relative;min-height:540px;display:flex;align-items:flex-end;padding:180px 0 56px;overflow:hidden;background:#111;color:#fff}
.ch-service-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.62)}
.ch-service-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,8,9,.1),rgba(8,8,9,.75))}
.ch-service-hero .ch-container{position:relative;z-index:1}
.ch-service-hero h1{max-width:660px;margin:0 0 14px;font-size:clamp(44px,5vw,72px);line-height:1.02;letter-spacing:-.05em;color:#fff}
.ch-service-hero p{max-width:620px;margin:0 0 26px;color:rgba(255,255,255,.82);font-size:18px;line-height:1.7}
.ch-photo-panel img{min-height:480px;height:100%}
.ch-cta{display:flex;align-items:center;justify-content:space-between;gap:28px}
.ch-cta h2{margin:0 0 12px;color:#fff;font-size:clamp(32px,3vw,48px);line-height:1.08}
.ch-cta p{margin:0;color:rgba(255,255,255,.72);font-size:17px}
.ch-cta > div:last-child{display:flex;gap:14px;flex-wrap:wrap} .ch-price-cats{display:grid;gap:28px}
.ch-price-cat{padding:30px;background:#fff;border-radius:24px;border:1px solid rgba(17,17,19,.08);box-shadow:0 16px 45px rgba(15,15,20,.06)}
.ch-price-cat h2{margin:0 0 20px;font-size:32px;line-height:1.1;color:var(--ch-text)}
.ch-price-accordion{display:grid;gap:14px}
.ch-price-section{border:1px solid #eae4d6;border-radius:18px;overflow:hidden;background:#fff}
.ch-price-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:18px 22px;border:0;background:#fff;color:var(--ch-text);cursor:pointer;text-align:left}
.ch-price-toggle span{font-size:18px;font-weight:700;line-height:1.4}
.ch-price-toggle b{font-size:24px;color:var(--ch-gold-strong);transition:transform .24s ease}
.ch-price-section.is-open .ch-price-toggle b{transform:rotate(45deg)}
.ch-price-body{display:none;padding:0 22px 10px}
.ch-price-section.is-open .ch-price-body{display:block}
.ch-price-row:last-child{border-bottom:0}
.ch-price-note{margin-top:26px;color:#666a73;font-size:15px;line-height:1.75} .ch-footer{padding:72px 0 22px;background:#0b0b0d;color:#fff}
.ch-footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,.9fr);gap:28px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.09);align-items:flex-start}
.ch-footer-grid h4{margin:0 0 16px;color:#fff;font-size:16px;letter-spacing:.08em;text-transform:uppercase}
.ch-footer-grid p,.ch-footer-grid a{display:block;margin:0 0 10px;color:rgba(255,255,255,.72);font-size:15px;line-height:1.75}
.ch-footer-grid a:hover{color:#fff}
.ch-footer-logo img{height:62px;filter:brightness(0) invert(1);opacity:.96}
.ch-copyright{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:18px;color:rgba(255,255,255,.52);font-size:13px}
.ch-float-wa{position:fixed;right:22px;bottom:22px;z-index:40;display:flex;align-items:center;justify-content:center;width:62px;height:62px;border-radius:50%;background:#1fbf62;color:#fff;box-shadow:0 18px 40px rgba(31,191,98,.35);transition:transform .22s ease,box-shadow .22s ease}
.ch-float-wa svg{width:28px;height:28px}
.ch-float-wa:hover{transform:translateY(-3px);box-shadow:0 22px 42px rgba(31,191,98,.42)} .ch-reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}
.ch-reveal.is-visible{opacity:1;transform:none} @media (max-width:1180px){
.ch-header-actions .ch-phone{display:none}
.ch-hero-shell,.ch-contact-grid,.ch-split,.ch-cta,.ch-footer-grid{grid-template-columns:1fr}
.ch-hero-content{grid-template-columns:1fr}
.ch-hero-copy{min-height:auto}
.ch-hero-card{grid-template-columns:1fr}
.ch-hero-media{min-height:520px}
.ch-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.ch-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.ch-promo-grid,.ch-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.ch-steps{grid-template-columns:1fr}
}
@media (max-width:960px){
.ch-logo img{height:46px;filter:brightness(0) invert(1)}
.ch-header-in{min-height:58px}
.ch-header-actions{display:none}
.ch-burger{display:inline-flex}
.ch-nav{
position:absolute;top:calc(100% + 10px);left:16px;right:16px;
display:none;flex-direction:column;align-items:flex-start;gap:16px;
padding:22px;background:rgba(10,10,13,.98);border:1px solid rgba(255,255,255,.09);
border-radius:22px;box-shadow:0 18px 40px rgba(0,0,0,.28)
}
.ch-nav.is-open{display:flex}
.ch-nav a{font-size:16px}
.ch-hero{padding-top:118px}
.ch-hero-copy{padding:38px 24px 30px}
.ch-hero-copy::before{left:24px;top:24px;width:58px}
.ch-hero-copy h1{font-size:clamp(42px,10vw,66px);margin-top:16px}
.ch-hero-card{padding-inline:24px}
.ch-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.ch-service-grid,.ch-benefit-grid,.ch-promo-grid,.ch-work-grid{grid-template-columns:1fr}
.ch-photo-stack{grid-template-columns:1fr}
.ch-photo-stack img:first-child,.ch-photo-stack img:last-child,.ch-photo-panel img{min-height:300px;height:auto}
}
@media (max-width:782px){
.admin-bar .ch-header{top:46px}
}
@media (max-width:680px){
.ch-container{width:min(calc(100% - 24px),var(--ch-max))}
.ch-section{padding:72px 0}
.ch-contact-section{padding-bottom:72px}
.ch-inner-hero{padding:146px 0 62px}
.ch-service-hero{min-height:420px;padding:150px 0 46px}
.ch-trust-grid{grid-template-columns:1fr}
.ch-trust-grid > div{min-height:auto;padding:22px 22px 20px}
.ch-trust-grid strong{font-size:42px}
.ch-hero-media{min-height:420px}
.ch-hero-copy h1,.ch-inner-hero h1,.ch-service-hero h1,.ch-copy h2,.ch-section-head h2,.ch-cta h2,.ch-contact-copy h2{word-break:break-word}
.ch-hero-buttons,.ch-inline-actions,.ch-cta > div:last-child{flex-direction:column;align-items:stretch}
.ch-btn{width:100%}
.ch-hero-meta{flex-direction:column;gap:8px}
.ch-price-preview,.ch-price-cat,.ch-reviews-wrap,.ch-contact-copy,.ch-steps article,.ch-benefit,.ch-service-card,.ch-promo,.ch-work,.ch-seo-box{border-radius:22px}
.ch-work{min-height:280px}
.ch-contact-phone{font-size:24px}
.ch-float-wa{right:16px;bottom:16px;width:56px;height:56px}
}
@media (max-width:1180px){
.ch-seo-highlights{grid-template-columns:1fr}
.ch-seo-columns{column-count:1}
}
@media (max-width:960px){
.ch-review-summary{grid-template-columns:1fr}
}
@media (max-width:680px){
.ch-review-summary{margin-bottom:18px}
.ch-seo-rich{padding:28px 22px}
.ch-seo-intro > p{font-size:16px}
} html{
width:100%!important;
max-width:none!important;
margin:0!important;
padding:0!important;
overflow-x:hidden;
}
body.character-site{
position:relative;
width:100%!important;
max-width:none!important;
min-width:0!important;
margin:0!important;
padding:0!important;
overflow-x:hidden!important;
background:#f6f2eb;
}
body.character-site main,
body.character-site .ch-header,
body.character-site .ch-footer{
width:100%!important;
max-width:none!important;
}
body.character-site a,
body.character-site a:hover,
body.character-site a:focus,
body.character-site a:active,
body.character-site a:visited{
text-decoration:none!important;
text-decoration-line:none!important;
text-underline-offset:0!important;
}
body.character-site a:focus-visible,
body.character-site button:focus-visible{
outline:2px solid var(--ch-gold)!important;
outline-offset:4px;
}
.ch-container{width:min(calc(100% - 44px),var(--ch-max))}
.ch-section{padding:104px 0}
.ch-section-head{margin-bottom:46px}
.ch-section-head p{max-width:68ch} .ch-header{
padding:12px 0;
border-bottom-color:rgba(215,176,106,.16);
background:linear-gradient(180deg,rgba(8,8,10,.985),rgba(9,9,12,.955));
}
.ch-header-in{position:relative;min-height:66px;gap:24px}
.ch-logo img{height:52px;max-width:100%}
.ch-nav{gap:24px}
.ch-nav a{
padding:10px 2px;
color:rgba(255,255,255,.82);
font-size:14px;
font-weight:650;
letter-spacing:.02em;
transition:color .2s ease,opacity .2s ease,background .2s ease;
}
.ch-nav a::after{display:none!important}
.ch-nav a:hover,.ch-nav a:focus-visible{color:var(--ch-gold)}
.ch-phone{transition:color .2s ease}
.ch-phone:hover{color:var(--ch-gold)}
.ch-burger{
margin-left:auto;
width:52px;
height:48px;
padding:0;
border:1px solid rgba(215,176,106,.42);
border-radius:15px;
background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 30px rgba(0,0,0,.24);
transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
}
.ch-burger:hover{
transform:translateY(-1px);
border-color:rgba(215,176,106,.75);
background:linear-gradient(145deg,rgba(215,176,106,.16),rgba(255,255,255,.035));
box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 15px 34px rgba(0,0,0,.28);
}
.ch-burger span{
left:14px;
right:14px;
height:1.5px;
border-radius:99px;
background:linear-gradient(90deg,#fff,var(--ch-gold));
}
.ch-burger span:nth-child(1){top:15px}
.ch-burger span:nth-child(2){top:23px;left:19px}
.ch-burger span:nth-child(3){top:31px}
.ch-burger.is-open{
border-color:var(--ch-gold);
background:rgba(215,176,106,.12);
}
.ch-burger.is-open span:nth-child(1),
.ch-burger.is-open span:nth-child(3){left:14px;right:14px;top:23px} .ch-btn{
min-height:52px;
padding:0 25px;
border-radius:15px;
box-shadow:none;
}
.ch-btn-gold{box-shadow:0 12px 30px rgba(199,153,67,.22)}
.ch-btn:hover,.ch-btn:focus-visible{text-decoration:none!important}
.ch-text-link{
position:relative;
padding:4px 0;
transition:color .2s ease,transform .2s ease;
}
.ch-text-link:hover{transform:translateX(3px)} .ch-service-grid{gap:26px}
.ch-service-card{
height:100%;
border-radius:26px;
box-shadow:0 18px 52px rgba(17,17,22,.075);
}
.ch-service-card:hover{transform:translateY(-5px);box-shadow:0 28px 64px rgba(17,17,22,.13)}
.ch-service-media{aspect-ratio:5/4;min-height:0;background:#171719}
.ch-service-media img{object-position:center 42%}
.ch-service-card--hair .ch-service-media img{object-position:center 43%}
.ch-service-card--nails .ch-service-media img{object-position:center 52%}
.ch-service-card--brows .ch-service-media img{object-position:center 28%}
.ch-service-card--men .ch-service-media img{object-position:center 45%}
.ch-service-card--tattoo .ch-service-media img{object-position:center 46%}
.ch-service-card--complex .ch-service-media img{object-position:center 30%}
.ch-service-copy{
display:flex;
flex:1 1 auto;
flex-direction:column;
align-items:flex-start;
padding:26px 26px 30px;
}
.ch-service-copy h3{font-size:25px}
.ch-service-copy p{min-height:0;margin-bottom:20px}
.ch-service-copy b{margin-top:auto}
.ch-service-icon{
width:46px;
height:46px;
margin-bottom:18px;
background:linear-gradient(145deg,#191a1f,#0f0f12);
border:1px solid rgba(215,176,106,.23);
box-shadow:0 10px 24px rgba(15,15,20,.14);
}
.ch-benefit,.ch-steps article,.ch-price-preview,.ch-price-cat,.ch-reviews-wrap,.ch-contact-copy{
box-shadow:0 18px 52px rgba(15,15,20,.07);
}
.ch-promo-grid{gap:24px}
.ch-promo{
min-height:440px;
border-radius:26px;
background-position:center 38%;
}
.ch-promo > div{padding:28px 24px 26px}
.ch-promo a{color:var(--ch-gold);transition:color .2s ease,transform .2s ease}
.ch-promo a:hover{color:#fff;transform:translateX(3px)}
.ch-work-grid{gap:24px}
.ch-work{
min-height:0;
aspect-ratio:4/5;
border-radius:26px;
box-shadow:0 18px 48px rgba(15,15,20,.12);
}
.ch-work img{position:absolute;inset:0}
.ch-work figcaption{
left:16px;
right:16px;
bottom:16px;
padding:13px 15px;
border:1px solid rgba(255,255,255,.13);
border-radius:15px;
background:rgba(10,10,13,.76);
box-shadow:0 10px 28px rgba(0,0,0,.2);
} .ch-socials{gap:11px}
.ch-social-link{
position:relative;
width:56px;
height:56px;
padding:0!important;
border-radius:17px;
overflow:hidden;
border:1px solid rgba(18,18,22,.1);
background:linear-gradient(145deg,#fff,#f1ede5);
color:#111216;
box-shadow:0 12px 28px rgba(15,15,20,.1);
isolation:isolate;
}
.ch-social-link::before{
content:"";
position:absolute;
inset:1px;
z-index:-1;
border-radius:15px;
background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.08));
opacity:.55;
}
.ch-social-link svg{
width:24px;
height:24px;
display:block;
overflow:visible;
transform:none;
}
.ch-social-link--vk svg{width:25px;height:25px}
.ch-social-link--ok svg{width:23px;height:23px}
.ch-social-link:hover{
transform:translateY(-3px);
background:linear-gradient(145deg,#e8c989,#c9963d);
color:#111216;
border-color:rgba(215,176,106,.9);
box-shadow:0 17px 34px rgba(199,153,67,.22);
}
.ch-dark .ch-social-link,.ch-footer .ch-social-link{
background:linear-gradient(145deg,#17181d,#0e0e11);
color:#fff;
border-color:rgba(215,176,106,.3);
box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 13px 28px rgba(0,0,0,.2);
}
.ch-dark .ch-social-link::before,.ch-footer .ch-social-link::before{
background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,0));
}
.ch-dark .ch-social-link:hover,.ch-footer .ch-social-link:hover{
background:linear-gradient(145deg,#e8c989,#c9963d);
color:#111216;
border-color:var(--ch-gold);
}
.ch-contact-copy .ch-social-link{
background:linear-gradient(145deg,#fff,#eee9df);
color:#111216;
border-color:rgba(17,17,19,.1);
}
.ch-contact-copy .ch-social-link:hover{
background:linear-gradient(145deg,#e8c989,#c9963d);
color:#111216;
} .ch-inner-hero{padding:166px 0 76px}
.ch-service-hero{min-height:570px;padding-bottom:64px}
.ch-service-hero img{object-position:center 42%}
.ch-photo-panel{min-width:0}
.ch-photo-panel img{width:100%;object-fit:cover}
.ch-contact-grid{gap:32px}
.ch-contact-copy{padding:44px}
.ch-contact-grid iframe{min-height:520px} .ch-footer{padding:76px 0 24px}
.ch-footer-grid{
grid-template-columns:1.28fr .72fr .96fr 1.05fr;
gap:42px;
padding-bottom:38px;
}
.ch-footer-grid > div{min-width:0}
.ch-footer-grid h4{margin-bottom:18px;color:#f3e9d5;font-size:14px;letter-spacing:.12em}
.ch-footer-grid p,.ch-footer-grid a{margin-bottom:9px;color:rgba(255,255,255,.7);line-height:1.7}
.ch-footer-grid a{transition:color .2s ease,transform .2s ease}
.ch-footer-grid a:not(.ch-logo):not(.ch-social-link):hover{color:var(--ch-gold);transform:translateX(2px)}
.ch-footer-logo{margin-bottom:18px}
.ch-footer-logo img{height:58px}
.ch-footer .ch-socials{margin-top:12px}
.ch-copyright{padding-top:22px}
@media (max-width:1180px){
.ch-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 48px}
.ch-hero-shell{gap:22px}
.ch-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:960px){
.ch-container{width:min(calc(100% - 34px),var(--ch-max))}
.ch-header{padding:9px 0}
.ch-header-in{min-height:62px;justify-content:space-between;gap:14px}
.ch-logo{max-width:calc(100% - 68px)}
.ch-logo img{height:45px;max-width:100%;object-fit:contain}
.ch-burger{display:inline-flex;align-items:center;justify-content:center;margin-left:auto}
.ch-nav{
top:calc(100% + 9px);
left:0;
right:0;
z-index:4;
gap:7px;
padding:14px;
border-radius:20px;
border-color:rgba(215,176,106,.23);
background:linear-gradient(180deg,rgba(18,19,23,.995),rgba(8,8,11,.995));
box-shadow:0 24px 60px rgba(0,0,0,.42);
}
.ch-nav a{
width:100%;
padding:13px 15px;
border-radius:12px;
color:#fff;
font-size:15px;
}
.ch-nav a:hover,.ch-nav a:focus-visible{background:rgba(215,176,106,.1);color:var(--ch-gold)}
.ch-hero-shell{display:flex;flex-direction:column}
.ch-hero-content{order:1}
.ch-hero-media{order:2;min-height:480px}
.ch-hero-card{padding-inline:0}
.ch-service-grid{grid-template-columns:1fr}
.ch-service-media{aspect-ratio:16/10}
.ch-promo-grid,.ch-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.ch-contact-grid iframe{min-height:440px}
}
@media (max-width:680px){
.ch-container{width:min(calc(100% - 28px),var(--ch-max))}
.ch-section{padding:68px 0}
.ch-section-head{margin-bottom:32px}
.ch-section-head h2{font-size:clamp(31px,10vw,42px);line-height:1.08}
.ch-section-head p{font-size:16px;line-height:1.65}
.ch-header{padding:8px 0}
.ch-header-in{min-height:58px}
.ch-logo img{height:40px}
.ch-burger{width:50px;height:46px;border-radius:14px}
.ch-burger span{left:13px;right:13px}
.ch-burger span:nth-child(2){left:18px}
.ch-nav{left:0;right:0;padding:12px;border-radius:18px}
.ch-inner-hero{padding:132px 0 54px}
.ch-inner-hero p{font-size:16px;line-height:1.65}
.ch-service-hero{min-height:430px;padding:136px 0 42px}
.ch-service-hero h1,.ch-inner-hero h1,.ch-hero-copy h1,.ch-copy h2,.ch-section-head h2,.ch-cta h2,.ch-contact-copy h2{
word-break:normal!important;
overflow-wrap:normal!important;
hyphens:none!important;
text-wrap:balance;
}
.ch-hero{padding:106px 0 22px}
.ch-hero-media{min-height:390px;border-radius:22px}
.ch-hero-copy{padding:36px 22px 28px;border-radius:22px}
.ch-hero-copy h1{font-size:clamp(43px,13vw,60px);line-height:.94}
.ch-hero-pills{gap:9px;margin:24px 0 20px}
.ch-hero-pills span{min-height:36px;padding:0 12px;font-size:12px}
.ch-hero-card{gap:12px}
.ch-hero-card > div{padding:24px 21px;border-radius:20px}
.ch-service-card{border-radius:22px}
.ch-service-media{aspect-ratio:16/10}
.ch-service-copy{padding:22px 21px 25px}
.ch-service-copy h3{font-size:24px}
.ch-promo-grid,.ch-work-grid{grid-template-columns:1fr}
.ch-promo{min-height:410px;border-radius:22px}
.ch-work{aspect-ratio:4/4.7;border-radius:22px}
.ch-benefit-grid{gap:14px}
.ch-benefit,.ch-steps article{padding:25px 22px}
.ch-price-preview,.ch-price-cat,.ch-reviews-wrap,.ch-contact-copy,.ch-seo-box{padding:25px 21px}
.ch-price-preview div,.ch-price-row{gap:9px}
.ch-price-preview span,.ch-price-row span{font-size:14px}
.ch-price-preview strong,.ch-price-row strong{font-size:14px}
.ch-contact-grid{gap:18px}
.ch-contact-grid iframe{min-height:390px;border-radius:22px}
.ch-contact-copy{border-radius:22px}
.ch-social-link{width:54px;height:54px;border-radius:16px}
.ch-footer{padding:62px 0 22px}
.ch-footer-grid{grid-template-columns:1fr;gap:0;padding-bottom:25px}
.ch-footer-grid > div{padding:24px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.ch-footer-grid > div:first-child{padding-top:0}
.ch-footer-grid > div:last-child{border-bottom:0}
.ch-footer-logo img{height:52px}
.ch-copyright{gap:7px;flex-direction:column}
}
@media (prefers-reduced-motion:reduce){
html{scroll-behavior:auto}
.ch-reveal{opacity:1;transform:none;transition:none}
.ch-service-card,.ch-service-media img,.ch-work img,.ch-btn,.ch-social-link,.ch-text-link{transition:none!important}
} .ch-socials{display:flex;align-items:center;flex-wrap:wrap}
.ch-social-link{
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
flex:0 0 auto;
line-height:1;
text-decoration:none!important;
}
.ch-social-link::after{content:none!important;display:none!important}
.ch-social-link svg{
display:block;
flex:none;
margin:0;
position:relative;
z-index:2;
}
.ch-footer .ch-socials,
.ch-contact-copy .ch-socials{align-items:center}
.ch-float-wa{
overflow:hidden;
isolation:isolate;
font-size:0;
line-height:0;
text-indent:0;
text-decoration:none!important;
background-image:none!important;
}
.ch-float-wa::before,
.ch-float-wa::after{content:none!important;display:none!important}
.ch-float-wa svg{
display:block;
width:30px;
height:30px;
position:relative;
z-index:2;
margin:0;
} .ch-btn{
box-sizing:border-box;
max-width:100%;
min-width:0;
}
.ch-hero-buttons{
width:100%;
min-width:0;
}
.ch-hero-buttons > *{
min-width:0;
}
.ch-contact-copy,
.ch-contact-copy *{
box-sizing:border-box;
}
@media (max-width:680px){
.ch-contact-copy{
width:100%;
overflow:hidden;
}
.ch-contact-copy .ch-hero-buttons{
width:100%;
margin:24px 0 18px;
}
.ch-contact-copy .ch-hero-buttons .ch-btn,
.ch-contact-copy .ch-hero-buttons a{
width:100%;
max-width:100%;
justify-content:center;
}
.ch-contact-copy .ch-socials{
width:100%;
}
} .ch-service-icon{
font-size:0;
}
.ch-service-icon svg{
width:22px;
height:22px;
display:block;
}
.ch-price-luxe{
display:grid;
grid-template-columns:minmax(0,1fr) minmax(340px,.88fr);
gap:28px;
align-items:stretch;
}
.ch-price-luxe-copy,
.ch-price-luxe-panel{
min-width:0;
}
.ch-price-luxe-copy{
padding:38px 40px;
border:1px solid #ebe5d7;
border-radius:28px;
background:linear-gradient(180deg,#fff,#f7f4ec);
box-shadow:0 16px 45px rgba(15,15,20,.06);
}
.ch-price-luxe-copy h2{
margin:0 0 16px;
font-size:clamp(34px,4vw,52px);
line-height:1.02;
color:var(--ch-text);
}
.ch-price-luxe-copy > p{
margin:0;
color:#5e636b;
font-size:17px;
line-height:1.8;
}
.ch-price-luxe-stats{
display:grid;
gap:14px;
margin-top:24px;
}
.ch-price-luxe-stats article{
padding:18px 20px;
border-radius:20px;
background:#fff;
border:1px solid #eee7d9;
}
.ch-price-luxe-stats h3{margin:0 0 8px;color:var(--ch-text);font-size:19px}
.ch-price-luxe-stats p{margin:0;color:#666a73;line-height:1.7}
.ch-price-luxe-panel{
padding:22px;
border-radius:28px;
background:linear-gradient(180deg,#111217,#0b0b0d);
border:1px solid rgba(255,255,255,.06);
box-shadow:0 20px 48px rgba(0,0,0,.18);
}
.ch-price-panel-head{
display:flex;
align-items:center;
justify-content:space-between;
gap:16px;
margin-bottom:16px;
}
.ch-price-panel-head span{color:#f3e9d5;font-size:15px;letter-spacing:.12em;text-transform:uppercase}
.ch-price-panel-head .ch-text-link{white-space:nowrap}
.ch-price-preview--dark{
background:transparent;
border:0;
box-shadow:none;
padding:8px 0 0;
}
.ch-price-preview--dark div{border-bottom-color:rgba(255,255,255,.1)}
.ch-price-preview--dark span{color:rgba(255,255,255,.84)}
.ch-price-preview--dark i{border-bottom-color:rgba(255,255,255,.18)}
.ch-price-preview--dark strong{color:#e9c784}
.ch-price-nav{
display:flex;
flex-wrap:wrap;
gap:12px;
margin:0 0 26px;
}
.ch-price-nav a{
display:inline-flex;
align-items:center;
min-height:46px;
padding:0 18px;
border-radius:999px;
border:1px solid rgba(17,17,19,.12);
background:#fff;
color:var(--ch-text);
font-size:14px;
font-weight:600;
text-decoration:none;
box-shadow:0 8px 22px rgba(15,15,20,.05);
}
.ch-price-nav a:hover{border-color:rgba(215,176,106,.55);color:var(--ch-gold-strong);transform:translateY(-2px)}
.ch-price-cat-head{
display:flex;
align-items:flex-end;
justify-content:space-between;
gap:18px;
margin:0 0 20px;
}
.ch-price-cat-head h2{margin:8px 0 0}
.ch-price-cat-head p{margin:0;color:#7a7f87;font-size:14px;line-height:1.6;text-align:right}
.ch-contact-section--spaced{padding-top:34px}
@media (max-width:1180px){
.ch-price-luxe{grid-template-columns:1fr}
}
@media (max-width:680px){
.ch-price-luxe-copy,.ch-price-luxe-panel{padding:25px 21px;border-radius:22px}
.ch-price-luxe-copy h2{font-size:clamp(30px,10vw,42px)}
.ch-price-panel-head{flex-direction:column;align-items:flex-start}
.ch-price-cat-head{flex-direction:column;align-items:flex-start}
.ch-price-cat-head p{text-align:left}
.ch-price-nav a{width:100%;justify-content:center}
.ch-contact-section--spaced{padding-top:20px}
} .ch-about-home{padding-bottom:92px}
.ch-about-values{margin-top:34px}
.ch-about-contact{padding-top:44px}
@media (max-width:960px){
.ch-about-home{padding-bottom:72px}
.ch-about-values{margin-top:24px}
.ch-about-contact{padding-top:28px}
}
@media (max-width:680px){
.ch-about-home{padding-bottom:60px}
.ch-about-values{margin-top:18px}
.ch-about-contact{padding-top:20px}
} .ch-home-top{
background:radial-gradient(circle at top left,#23242b 0,#15161b 34%,#0b0b0e 100%);
}
.ch-home-top .ch-hero,
.ch-home-top .ch-trust{
background:transparent;
}
.ch-hero{
padding-top:164px;
padding-bottom:40px;
}
.ch-inner-hero{
padding:194px 0 92px;
}
.ch-service-hero{
padding:206px 0 74px;
}
.ch-trust{
padding:0 0 42px;
background:radial-gradient(circle at top left,#23242b 0,#15161b 34%,#0b0b0e 100%);
}
.ch-trust-grid{
gap:18px;
background:transparent;
border-radius:0;
overflow:visible;
}
.ch-trust-grid > div{
min-height:148px;
padding:32px 30px 28px;
border-radius:24px;
background:linear-gradient(180deg,rgba(23,24,29,.96),rgba(12,13,17,.98));
border:1px solid rgba(255,255,255,.08);
box-shadow:0 18px 40px rgba(0,0,0,.18);
}
.ch-trust-grid strong{
display:flex;
align-items:flex-end;
gap:4px;
margin-bottom:10px;
}
.ch-price-preview{
gap:16px;
}
.ch-price-preview span{
font-size:15px;
line-height:1.55;
}
.ch-slider{
position:relative;
}
.ch-slider-viewport{
overflow-x:auto;
overflow-y:visible;
scroll-snap-type:x mandatory;
scrollbar-width:none;
-ms-overflow-style:none;
padding:4px 0;
}
.ch-slider-viewport::-webkit-scrollbar{display:none}
.ch-slider-track{
display:grid;
grid-auto-flow:column;
gap:22px;
}
.ch-slider--works .ch-slider-track{
grid-auto-columns:calc((100% - 66px) / 4);
}
.ch-slider--reviews .ch-slider-track{
grid-auto-columns:calc((100% - 44px) / 3);
}
.ch-slider-btn{
position:absolute;
top:50%;
transform:translateY(-50%);
z-index:3;
width:48px;
height:48px;
border:1px solid rgba(17,17,19,.1);
border-radius:50%;
background:rgba(255,255,255,.94);
color:var(--ch-text);
box-shadow:0 14px 30px rgba(15,15,20,.12);
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
line-height:1;
transition:transform .22s ease, background .22s ease, color .22s ease, opacity .22s ease;
}
.ch-slider-btn:hover{transform:translateY(-50%) scale(1.04);background:linear-gradient(180deg,#e4c07e,#c79841);color:#111}
.ch-slider-btn:disabled{opacity:.35;cursor:default;transform:translateY(-50%)}
.ch-slider-btn--prev{left:-20px}
.ch-slider-btn--next{right:-20px}
.ch-work-slide,
.ch-review-card{
scroll-snap-align:start;
}
.ch-work{
min-height:380px;
}
.ch-work img{
filter:saturate(.9) contrast(1.03) brightness(.94) sepia(.08);
}
.ch-work figcaption{
padding:14px 16px;
background:rgba(9,10,14,.76);
border:1px solid rgba(255,255,255,.08);
}
.ch-review-summary{
margin-bottom:28px;
}
.ch-review-summary article{
background:linear-gradient(180deg,#fff,#fbf8f2);
}
.ch-review-summary strong{
color:var(--ch-gold-strong);
}
.ch-reviews-wrap{
padding:16px 10px 12px;
}
.ch-review-card{
min-height:100%;
padding:26px 24px 22px;
border-radius:24px;
background:linear-gradient(180deg,#fff,#faf7f1);
border:1px solid rgba(17,17,19,.08);
box-shadow:0 16px 40px rgba(15,15,20,.06);
display:flex;
flex-direction:column;
}
.ch-review-card-top{
display:flex;
align-items:flex-start;
justify-content:space-between;
gap:14px;
margin-bottom:14px;
}
.ch-review-card-top strong{
display:block;
font-size:19px;
line-height:1.2;
color:var(--ch-text);
}
.ch-review-card-top span{
display:inline-flex;
align-items:center;
min-height:30px;
padding:0 12px;
border-radius:999px;
background:#f4ede0;
color:var(--ch-gold-strong);
font-size:12px;
font-weight:700;
letter-spacing:.08em;
text-transform:uppercase;
white-space:nowrap;
}
.ch-review-stars{
margin-bottom:14px;
color:#d7b06a;
letter-spacing:.18em;
font-size:16px;
}
.ch-review-card p{
margin:0 0 18px;
color:#5d616a;
font-size:15px;
line-height:1.8;
flex:1 1 auto;
}
.ch-review-card-bottom{
display:flex;
align-items:flex-end;
justify-content:space-between;
gap:12px;
padding-top:14px;
border-top:1px solid rgba(17,17,19,.08);
}
.ch-review-card-bottom b{
color:var(--ch-gold-strong);
font-family:Georgia,serif;
font-size:32px;
line-height:1;
}
.ch-review-card-bottom small{
color:#737884;
font-size:13px;
font-weight:600;
}
.ch-reviews-link-wrap{
padding:18px 14px 6px;
text-align:center;
}
.ch-reviews-link-wrap a{
font-weight:700;
color:var(--ch-gold-strong);
}
.ch-seo-rich{
padding:52px 48px 46px;
}
.ch-seo-intro{margin-bottom:34px}
.ch-seo-highlights{margin-bottom:30px}
.ch-seo-columns{
column-count:unset;
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:18px 28px;
}
.ch-seo-columns p{
margin:0;
padding:0;
}
.ch-map-frame{
position:relative;
min-height:100%;
border-radius:28px;
overflow:hidden;
box-shadow:var(--ch-shadow);
}
.ch-map-frame::after{
content:"";
position:absolute;
inset:0;
pointer-events:none;
background:linear-gradient(180deg,rgba(215,176,106,.08),rgba(215,176,106,.14));
mix-blend-mode:multiply;
}
.ch-map-frame iframe,
iframe[src*="map-widget"]{
display:block;
width:100%;
min-height:100%;
height:100%;
border:0;
background:#ddd;
filter:sepia(.16) saturate(.92) hue-rotate(-12deg) contrast(1.02) brightness(1.01);
}
.ch-price-cat{
border-radius:30px;
border:1px solid rgba(225,215,196,.82);
background:#fff;
box-shadow:0 10px 24px rgba(215,176,106,.06);
}
.ch-price-section{
border:1px solid rgba(228,220,205,.92);
border-radius:22px;
overflow:hidden;
background:#fffdfa;
box-shadow:none;
transition:border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.ch-price-section:hover,
.ch-price-section.is-open{
border-color:rgba(217,193,144,.92);
background:#fffcf6;
box-shadow:0 8px 18px rgba(215,176,106,.08);
}
.ch-price-toggle{
display:flex;
align-items:center;
justify-content:flex-start;
gap:18px;
width:100%;
padding:24px 30px 24px 28px;
border:0;
background:transparent;
color:var(--ch-text);
cursor:pointer;
text-align:left;
}
.ch-price-section.is-open .ch-price-toggle{
background:rgba(247,240,226,.72);
}
.ch-price-toggle span{
flex:1 1 auto;
font-size:19px;
font-weight:700;
line-height:1.35;
}
.ch-price-toggle b{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
width:auto;
min-width:0;
height:auto;
margin-left:auto;
padding:0;
border-radius:0;
background:none;
border:0;
color:#c89b41;
font-size:28px;
line-height:1;
box-shadow:none;
}
.ch-price-body{
padding:4px 28px 18px;
background:transparent;
}
.ch-price-row{
padding:0 2px 15px;
border-bottom:1px solid rgba(235,228,216,.95);
}
.ch-copyright a{
color:#d7b06a;
font-weight:600;
}
.ch-copyright a:hover{color:#fff}
@media (max-width:1180px){
.ch-slider-btn--prev{left:-10px}
.ch-slider-btn--next{right:-10px}
.ch-slider--works .ch-slider-track{grid-auto-columns:calc((100% - 22px) / 2)}
.ch-slider--reviews .ch-slider-track{grid-auto-columns:calc((100% - 22px) / 2)}
}
@media (max-width:960px){
.ch-hero{padding-top:136px}
.ch-inner-hero{padding:160px 0 74px}
.ch-service-hero{padding:174px 0 56px}
.ch-slider-btn{display:none}
.ch-slider--works .ch-slider-track,
.ch-slider--reviews .ch-slider-track{grid-auto-columns:minmax(78vw,78vw)}
.ch-seo-columns{grid-template-columns:1fr}
}
@media (max-width:680px){
.ch-hero{padding-top:122px;padding-bottom:30px}
.ch-inner-hero{padding:142px 0 58px}
.ch-service-hero{padding:148px 0 46px}
.ch-trust{padding-bottom:30px}
.ch-trust-grid{gap:14px}
.ch-trust-grid > div{min-height:auto;padding:22px 20px}
.ch-slider--works .ch-slider-track,
.ch-slider--reviews .ch-slider-track{grid-auto-columns:minmax(88vw,88vw)}
.ch-review-card{padding:22px 18px 18px}
.ch-review-card-top{flex-direction:column;align-items:flex-start}
.ch-seo-rich{padding:30px 22px 28px}
.ch-price-cat{border-radius:24px}
.ch-price-section{border-radius:18px}
} .ch-float-wa{display:none!important}
.ch-slider{
width:100%;
min-width:0;
overflow:visible;
}
.ch-slider-viewport{
width:100%;
min-width:0;
overflow-x:auto;
overflow-y:hidden!important;
overscroll-behavior-x:contain;
padding:6px 0 10px;
}
.ch-slider-track{
align-items:stretch;
}
.ch-slider--reviews .ch-slider-track{
grid-auto-rows:1fr;
gap:24px;
}
.ch-slider--reviews .ch-review-card{
height:100%;
min-height:340px;
overflow:hidden;
}
.ch-review-card p{
overflow:visible;
max-height:none;
}
.ch-reviews-wrap{
width:100%;
overflow:visible;
padding:18px 20px 16px;
}
.ch-reviews-wrap .ch-slider{
width:100%;
}
.ch-reviews-link-wrap{
width:100%;
padding-top:22px;
}
@media (min-width:1321px){
.ch-slider-btn--prev{left:-62px}
.ch-slider-btn--next{right:-62px}
}
@media (min-width:1181px) and (max-width:1320px){
.ch-slider-btn--prev{left:-24px}
.ch-slider-btn--next{right:-24px}
}
.ch-seo-box.ch-seo-rich{
width:min(100%,1120px);
max-width:1120px;
margin-inline:auto;
padding:54px 54px 50px;
display:grid;
gap:32px;
}
.ch-seo-rich .ch-seo-intro,
.ch-seo-rich .ch-seo-highlights,
.ch-seo-rich .ch-seo-columns{
width:100%;
max-width:none;
margin:0;
}
.ch-seo-rich .ch-seo-intro{
padding:0;
}
.ch-seo-rich .ch-seo-intro h2{
max-width:880px;
margin-bottom:18px;
}
.ch-seo-rich .ch-seo-intro > p{
max-width:850px;
}
.ch-seo-rich .ch-seo-highlights{
gap:18px;
}
.ch-seo-rich .ch-seo-highlights article{
min-height:178px;
display:flex;
flex-direction:column;
justify-content:flex-start;
}
.ch-seo-rich .ch-seo-columns{
padding:32px;
border-radius:24px;
background:rgba(255,255,255,.025);
border:1px solid rgba(255,255,255,.065);
gap:22px 32px;
}
.ch-seo-rich .ch-seo-columns p{
margin:0;
line-height:1.88;
}
@media (max-width:960px){
.ch-reviews-wrap{padding:14px 0 12px}
.ch-slider--reviews .ch-review-card{min-height:330px}
.ch-seo-box.ch-seo-rich{
width:min(100%,calc(100% - 8px));
padding:38px 30px 34px;
gap:26px;
}
.ch-seo-rich .ch-seo-columns{
padding:26px;
}
}
@media (max-width:680px){
.ch-slider-viewport{padding-bottom:6px}
.ch-slider--reviews .ch-review-card{min-height:0}
.ch-reviews-wrap{border-radius:20px;padding:10px 0 8px}
.ch-seo-box.ch-seo-rich{
width:100%;
padding:28px 20px 24px;
gap:22px;
}
.ch-seo-rich .ch-seo-highlights{gap:14px}
.ch-seo-rich .ch-seo-highlights article{min-height:auto;padding:21px}
.ch-seo-rich .ch-seo-columns{
padding:21px 18px;
border-radius:20px;
gap:18px;
}
} .ch-section-head.ch-centered > p{
width:min(100%,760px);
margin:16px auto 0;
text-align:center;
}
.ch-slider--reviews .ch-slider-track{
grid-auto-rows:auto;
align-items:stretch;
}
.ch-slider--reviews .ch-review-card{
height:auto;
min-height:372px;
overflow:visible;
align-self:stretch;
}
.ch-slider--reviews .ch-review-card-bottom{
margin-top:auto;
}
.ch-slider--reviews .ch-slider-viewport{
padding-top:8px;
padding-bottom:20px;
}
.ch-reviews-link-wrap{
position:relative;
z-index:1;
padding:18px 14px 5px;
}
@media (min-width:1321px){
.ch-slider--reviews .ch-slider-btn--prev,
.ch-slider--works .ch-slider-btn--prev{left:-82px}
.ch-slider--reviews .ch-slider-btn--next,
.ch-slider--works .ch-slider-btn--next{right:-82px}
}
@media (min-width:1181px) and (max-width:1320px){
.ch-slider--reviews .ch-slider-btn--prev,
.ch-slider--works .ch-slider-btn--prev{left:-52px}
.ch-slider--reviews .ch-slider-btn--next,
.ch-slider--works .ch-slider-btn--next{right:-52px}
}
@media (min-width:961px) and (max-width:1180px){
.ch-slider--reviews,
.ch-slider--works{
padding-inline:62px;
}
.ch-slider--reviews .ch-slider-btn--prev,
.ch-slider--works .ch-slider-btn--prev{left:0}
.ch-slider--reviews .ch-slider-btn--next,
.ch-slider--works .ch-slider-btn--next{right:0}
.ch-slider--reviews .ch-review-card{min-height:360px}
}
@media (max-width:960px){
.ch-slider--reviews,
.ch-slider--works{padding-inline:0}
.ch-slider--reviews .ch-review-card{min-height:330px}
}
@media (max-width:680px){
.ch-section-head.ch-centered > p{width:100%}
.ch-slider--reviews .ch-review-card{min-height:0}
}
@media (max-width:680px){
.ch-price-toggle{padding:20px 18px;gap:14px}
.ch-price-toggle span{font-size:17px}
.ch-price-toggle b{width:auto;min-width:0;height:auto;font-size:22px}
.ch-price-body{padding:0 18px 14px}
} body.character-site .ch-price-cat{
padding:34px!important;
border:0!important;
outline:0!important;
border-radius:28px!important;
background:linear-gradient(180deg,#ffffff 0%,#fdfaf5 100%)!important;
box-shadow:0 18px 52px rgba(51,40,24,.075)!important;
}
body.character-site .ch-price-accordion{
gap:12px!important;
}
body.character-site .ch-price-section{
position:relative!important;
margin:0!important;
padding:0!important;
border:0!important;
border-left:0!important;
border-right:0!important;
border-top:0!important;
border-bottom:0!important;
outline:0!important;
border-radius:18px!important;
overflow:hidden!important;
background:#f8f4ed!important;
box-shadow:0 1px 0 rgba(184,139,62,.08),0 10px 26px rgba(55,43,26,.045)!important;
transition:transform .22s ease,background-color .22s ease,box-shadow .22s ease!important;
}
body.character-site .ch-price-section::before,
body.character-site .ch-price-section::after{
content:none!important;
display:none!important;
}
body.character-site .ch-price-section:hover{
border:0!important;
background:#f5efe5!important;
box-shadow:0 1px 0 rgba(184,139,62,.1),0 14px 30px rgba(55,43,26,.065)!important;
transform:translateY(-1px)!important;
}
body.character-site .ch-price-section.is-open{
border:0!important;
background:#fbf7f0!important;
box-shadow:0 1px 0 rgba(184,139,62,.1),0 16px 34px rgba(55,43,26,.07)!important;
}
body.character-site .ch-price-toggle,
body.character-site .ch-price-toggle:hover,
body.character-site .ch-price-toggle:focus,
body.character-site .ch-price-toggle:active{
-webkit-appearance:none!important;
appearance:none!important;
display:flex!important;
align-items:center!important;
justify-content:space-between!important;
gap:20px!important;
width:100%!important;
min-height:78px!important;
margin:0!important;
padding:21px 24px 21px 26px!important;
border:0!important;
border-left:0!important;
border-right:0!important;
border-top:0!important;
border-bottom:0!important;
outline:0!important;
border-radius:0!important;
background:transparent!important;
box-shadow:none!important;
color:var(--ch-text)!important;
text-align:left!important;
text-shadow:none!important;
transform:none!important;
}
body.character-site .ch-price-toggle::before,
body.character-site .ch-price-toggle::after{
content:none!important;
display:none!important;
}
body.character-site .ch-price-section.is-open .ch-price-toggle{
border:0!important;
background:linear-gradient(90deg,rgba(241,229,205,.72),rgba(250,246,238,.28))!important;
box-shadow:inset 0 -1px 0 rgba(190,150,79,.18)!important;
}
body.character-site .ch-price-toggle span{
flex:1 1 auto!important;
margin:0!important;
color:#34363a!important;
font-size:19px!important;
font-weight:750!important;
line-height:1.35!important;
}
body.character-site .ch-price-toggle b{
position:relative!important;
flex:0 0 18px!important;
display:block!important;
width:18px!important;
min-width:18px!important;
height:18px!important;
margin:0!important;
padding:0!important;
border:0!important;
border-radius:0!important;
outline:0!important;
background:transparent!important;
box-shadow:none!important;
color:transparent!important;
font-size:0!important;
line-height:0!important;
transform:none!important;
}
body.character-site .ch-price-toggle b::before,
body.character-site .ch-price-toggle b::after{
content:""!important;
position:absolute!important;
left:50%!important;
top:50%!important;
display:block!important;
border:0!important;
border-radius:2px!important;
background:#b88735!important;
box-shadow:none!important;
transform:translate(-50%,-50%)!important;
transition:opacity .2s ease,transform .2s ease!important;
}
body.character-site .ch-price-toggle b::before{
width:14px!important;
height:2px!important;
}
body.character-site .ch-price-toggle b::after{
width:2px!important;
height:14px!important;
}
body.character-site .ch-price-section.is-open .ch-price-toggle b{
transform:none!important;
}
body.character-site .ch-price-section.is-open .ch-price-toggle b::after{
opacity:0!important;
transform:translate(-50%,-50%) scaleY(0)!important;
}
body.character-site .ch-price-body{
margin:0!important;
padding:12px 24px 16px!important;
border:0!important;
outline:0!important;
background:#fffdfa!important;
box-shadow:none!important;
}
body.character-site .ch-price-row{
min-height:42px!important;
margin:0!important;
padding:9px 4px 13px!important;
border:0!important;
border-bottom:1px solid rgba(219,207,185,.58)!important;
outline:0!important;
background:transparent!important;
box-shadow:none!important;
}
body.character-site .ch-price-row:last-child{
border-bottom:0!important;
}
body.character-site .ch-price-row i{
border:0!important;
border-bottom:1px dashed rgba(194,177,145,.72)!important;
}
body.character-site .ch-price-row strong{
color:#bb8325!important;
}
@media (max-width:680px){
body.character-site .ch-price-cat{
padding:18px!important;
border-radius:22px!important;
}
body.character-site .ch-price-section{
border-radius:15px!important;
}
body.character-site .ch-price-toggle,
body.character-site .ch-price-toggle:hover,
body.character-site .ch-price-toggle:focus,
body.character-site .ch-price-toggle:active{
min-height:68px!important;
padding:18px 18px 18px 20px!important;
gap:14px!important;
}
body.character-site .ch-price-toggle span{
font-size:17px!important;
}
body.character-site .ch-price-body{
padding:8px 18px 13px!important;
}
body.character-site .ch-price-row{
gap:9px!important;
padding:9px 2px 12px!important;
}
body.character-site .ch-price-row span,
body.character-site .ch-price-row strong{
font-size:14px!important;
}
}  body.character-site .ch-seo{
overflow:hidden!important;
}
body.character-site .ch-seo-box.ch-seo-rich{
position:relative!important;
width:min(calc(100% - 32px),1120px)!important;
max-width:1120px!important;
min-width:0!important;
margin-inline:auto!important;
padding:52px!important;
overflow:hidden!important;
box-sizing:border-box!important;
isolation:isolate!important;
}
body.character-site .ch-seo-box.ch-seo-rich > *,
body.character-site .ch-seo-rich .ch-seo-intro,
body.character-site .ch-seo-rich .ch-seo-highlights,
body.character-site .ch-seo-rich .ch-seo-columns{
position:relative!important;
inset:auto!important;
width:100%!important;
max-width:100%!important;
min-width:0!important;
margin-left:0!important;
margin-right:0!important;
box-sizing:border-box!important;
transform:none!important;
}
body.character-site .ch-seo-rich .ch-seo-highlights{
grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
body.character-site .ch-seo-rich .ch-seo-highlights article{
width:100%!important;
max-width:100%!important;
min-width:0!important;
margin:0!important;
overflow:hidden!important;
box-sizing:border-box!important;
}
body.character-site .ch-seo-rich .ch-seo-columns{
grid-template-columns:repeat(2,minmax(0,1fr))!important;
overflow:hidden!important;
}
body.character-site .ch-seo-rich .ch-seo-intro h2,
body.character-site .ch-seo-rich .ch-seo-intro p,
body.character-site .ch-seo-rich .ch-seo-highlights h3,
body.character-site .ch-seo-rich .ch-seo-highlights p,
body.character-site .ch-seo-rich .ch-seo-columns p{
max-width:100%!important;
min-width:0!important;
overflow-wrap:anywhere!important;
word-break:normal!important;
} body.character-site button.ch-slider-btn,
body.character-site button.ch-slider-btn:hover,
body.character-site button.ch-slider-btn:focus,
body.character-site button.ch-slider-btn:active{
-webkit-appearance:none!important;
appearance:none!important;
position:absolute!important;
top:50%!important;
z-index:8!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
flex:0 0 56px!important;
width:56px!important;
min-width:56px!important;
max-width:56px!important;
height:56px!important;
min-height:56px!important;
max-height:56px!important;
margin:0!important;
padding:0!important;
border:1px solid rgba(18,18,22,.16)!important;
border-radius:50%!important;
outline:0!important;
background:rgba(255,255,255,.96)!important;
color:#202126!important;
box-shadow:0 14px 34px rgba(15,15,20,.14)!important;
font-size:0!important;
line-height:0!important;
text-indent:0!important;
transform:translateY(-50%)!important;
cursor:pointer!important;
box-sizing:border-box!important;
}
body.character-site button.ch-slider-btn:hover{
background:linear-gradient(180deg,#e5c17f,#c99a43)!important;
color:#111!important;
transform:translateY(-50%) scale(1.05)!important;
}
body.character-site button.ch-slider-btn:disabled{
opacity:.34!important;
cursor:default!important;
transform:translateY(-50%)!important;
}
body.character-site button.ch-slider-btn::before{
content:""!important;
display:block!important;
width:10px!important;
height:10px!important;
border:0!important;
border-top:2px solid currentColor!important;
border-right:2px solid currentColor!important;
border-radius:0!important;
background:transparent!important;
box-shadow:none!important;
}
body.character-site button.ch-slider-btn--prev::before{
transform:rotate(-135deg)!important;
margin-left:4px!important;
}
body.character-site button.ch-slider-btn--next::before{
transform:rotate(45deg)!important;
margin-right:4px!important;
}
body.character-site button.ch-slider-btn::after{
content:none!important;
display:none!important;
}
@media (min-width:1500px){
body.character-site .ch-slider--reviews,
body.character-site .ch-slider--works{
padding-inline:0!important;
}
body.character-site .ch-slider--reviews .ch-slider-btn--prev,
body.character-site .ch-slider--works .ch-slider-btn--prev{
left:-96px!important;
}
body.character-site .ch-slider--reviews .ch-slider-btn--next,
body.character-site .ch-slider--works .ch-slider-btn--next{
right:-96px!important;
}
}
@media (min-width:1181px) and (max-width:1499px){
body.character-site .ch-slider--reviews,
body.character-site .ch-slider--works{
padding-inline:78px!important;
}
body.character-site .ch-slider--reviews .ch-slider-btn--prev,
body.character-site .ch-slider--works .ch-slider-btn--prev{
left:0!important;
}
body.character-site .ch-slider--reviews .ch-slider-btn--next,
body.character-site .ch-slider--works .ch-slider-btn--next{
right:0!important;
}
}
@media (min-width:961px) and (max-width:1180px){
body.character-site .ch-slider--reviews,
body.character-site .ch-slider--works{
padding-inline:72px!important;
}
body.character-site .ch-slider--reviews .ch-slider-btn--prev,
body.character-site .ch-slider--works .ch-slider-btn--prev{
left:0!important;
}
body.character-site .ch-slider--reviews .ch-slider-btn--next,
body.character-site .ch-slider--works .ch-slider-btn--next{
right:0!important;
}
}
@media (max-width:1180px){
body.character-site .ch-seo-rich .ch-seo-highlights{
grid-template-columns:1fr!important;
}
body.character-site .ch-seo-rich .ch-seo-columns{
grid-template-columns:1fr!important;
}
}
@media (max-width:960px){
body.character-site button.ch-slider-btn{
display:none!important;
}
body.character-site .ch-slider--reviews,
body.character-site .ch-slider--works{
padding-inline:0!important;
}
body.character-site .ch-seo-box.ch-seo-rich{
width:min(calc(100% - 24px),1120px)!important;
padding:36px 28px 32px!important;
}
}
@media (max-width:680px){
body.character-site .ch-seo-box.ch-seo-rich{
width:calc(100% - 20px)!important;
padding:27px 18px 23px!important;
}
body.character-site .ch-seo-rich .ch-seo-columns{
padding:20px 17px!important;
}
}.chaty *,.chaty-chat-view *,.chaty-outer-forms *{box-sizing:border-box}.chaty-agent-data,.chaty-whatsapp-field input[type=text],.chaty-whatsapp-message,.chaty-whatsapp-message p{font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif}.chaty-agent-header,.chaty-channel,.chaty-channels,.chaty-form-body,.chaty-tooltip{position:relative}.chaty-tooltip .on-hover-text,.chaty-tooltip .on-hover-text:before,.chaty-tooltip:after,.chaty-tooltip:before{text-transform:none;font-size:.9em;line-height:1;user-select:none;pointer-events:none;position:absolute;display:none;opacity:0}.on-hover-text{display:none;white-space:pre}.chaty-tooltip .on-hover-text:before,.chaty-tooltip:before{content:"";border:5px solid transparent;z-index:1001}.chaty-tooltip:after{content:attr(data-hover)}.chaty-tooltip .on-hover-text,.chaty-tooltip:after{text-align:center;min-width:1em;max-width:21em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px 15px;border-radius:10px;background:#fff;color:#333;z-index:1000;box-shadow:0 1.93465px 7.73859px rgb(0 0 0 / 15%);font-size:17px;line-height:21px}.chaty-animation-shockwave:after,.chaty-animation-shockwave:before{content:"";border-radius:50%;position:absolute;top:0;right:0;bottom:0}.chaty-tooltip .on-hover-text{overflow:visible;white-space:pre}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip:hover .on-hover-text,.chaty-tooltip:hover .on-hover-text:before,.chaty-tooltip:hover:after,.chaty-tooltip:hover:before{display:block;opacity:1}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip.pos-left:hover .on-hover-text,.chaty-tooltip.pos-left:hover .on-hover-text:before,.chaty-tooltip.pos-left:hover:after,.chaty-tooltip.pos-left:hover:before,.chaty-tooltip.pos-right:hover .on-hover-text,.chaty-tooltip.pos-right:hover .on-hover-text:before,.chaty-tooltip.pos-right:hover:after,.chaty-tooltip.pos-right:hover:before{animation:ease-out forwards tooltips-horz}.chaty-i-trigger.single-channel>.chaty-channel>.on-hover-text,.chaty-tooltip.has-on-hover:after,.chaty-tooltip.has-on-hover:before,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:before,.chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger,.on-hover-text:empty,[data-hover=""]:after,[data-hover=""]:before{display:none!important}.chaty-tooltip.pos-top:before{border-bottom-width:0;border-top-color:#fff;bottom:calc(100% + 5px)}.chaty-tooltip.pos-top:after{bottom:calc(100% + 10px)}.chaty-tooltip.pos-top:after,.chaty-tooltip.pos-top:before{left:50%;transform:translate(-50%,-.5em)}.chaty-tooltip.pos-down:before{top:100%;border-top-width:0;border-bottom-color:#fff}.chaty-tooltip.pos-down:after{top:calc(100% + 5px)}.chaty-tooltip.pos-down:after,.chaty-tooltip.pos-down:before{left:50%;transform:translate(-50%,.5em)}.chaty-tooltip.pos-left .on-hover-text:before,.chaty-tooltip.pos-left:before{top:50%;border-right-width:0;border-left-color:#fff;left:calc(0em - 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-left .on-hover-text:before{left:auto;right:calc(0em - 5px)}.chaty-tooltip.pos-left .on-hover-text,.chaty-tooltip.pos-left:after{top:50%;right:calc(100% + 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before,.chaty-tooltip.pos-right:before{top:50%;border-left-width:0;border-right-color:#fff;right:calc(0em - 10px);transform:translate(.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before{left:calc(0em - 5px);right:auto}.chaty-tooltip.pos-right .on-hover-text,.chaty-tooltip.pos-right:after{top:50%;left:calc(100% + 10px);transform:translate(.5em,-50%)}@keyframes tooltips-vert{to{opacity:1;transform:translate(-50%,0)}}@keyframes tooltips-horz{to{opacity:1;transform:translate(0,-50%)}}.chaty-tooltip.pos-down:hover:after,.chaty-tooltip.pos-down:hover:before,.chaty-tooltip.pos-top:hover:after,.chaty-tooltip.pos-top:hover:before{animation:ease-out forwards tooltips-vert}@-webkit-keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}100%{transform:scale(2.25)}}@keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}100%{transform:scale(2.25)}}@-webkit-keyframes chaty-animation-blink{0%,100%{opacity:1}20%{opacity:.5}}@keyframes chaty-animation-blink{0%,100%{opacity:1}20%{opacity:.5}}@-webkit-keyframes chaty-animation-pulse{0%{transform:scale(1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:50%}100%{transform:scale(1.1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:45%}}@keyframes chaty-animation-pulse{0%{transform:scale(1);border-radius:50%}100%{transform:scale(1.1);border-radius:45%}}.chaty-animation-shockwave:after{left:0;-webkit-animation:2s ease-out 1.3s infinite chaty-animation-shockwave;animation:2s ease-out 1.3s infinite chaty-animation-shockwave}.chaty-animation-shockwave:before{left:0;-webkit-animation:2s ease-out .8s infinite chaty-animation-shockwave;animation:2s ease-out .8s infinite chaty-animation-shockwave}.chaty-animation-blink{-webkit-animation:1.33s ease-out infinite chaty-animation-blink;animation:1.33s ease-out infinite chaty-animation-blink}.chaty-animation-pulse,.chaty-animation-pulse-icon{-webkit-animation:.4s infinite alternate chaty-animation-pulse;animation:.4s infinite alternate chaty-animation-pulse}.chaty-animation-sheen{position:relative;overflow:hidden}.chaty-animation-sheen:after{animation:5s infinite chaty-animation-sheen;content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.5) 50%,transparent);transform:rotateZ(60deg) translate(0,5em)}@keyframes chaty-animation-sheen{100%,20%{transform:rotateZ(60deg) translate(0,-80px)}}.chaty-animation-fade{animation:5s infinite chaty-animation-fade}.chaty-animation-spin{animation:5s cubic-bezier(.56,-.35,.22,1.5) infinite chaty-animation-spin}@keyframes chaty-animation-fade{15%,5%{opacity:.25}10%,100%,20%{opacity:1}}@keyframes chaty-animation-spin{10%{transform:rotateZ(-20deg);animation-timing-function:ease}100%,20%{transform:rotateZ(360deg)}}.chaty-animation-bounce,.chaty-animation-jump{animation:5s cubic-bezier(.84,-.54,.31,1.19) infinite chaty-animation-bounce}@keyframes chaty-animation-bounce{0%,100%,20%{transform:none}10%{transform:translateY(-1em)}}@keyframes chaty-animation-waggle{0%{transform:none}10%{transform:rotateZ(-20deg) scale(1.2)}13%{transform:rotateZ(25deg) scale(1.2)}15%{transform:rotateZ(-15deg) scale(1.2)}17%{transform:rotateZ(15deg) scale(1.2)}20%{transform:rotateZ(-12deg) scale(1.2)}22%{transform:rotateZ(0) scale(1.2)}100%,24%{transform:rotateZ(0) scale(1)}}.chaty-animation-waggle{animation:5s infinite chaty-animation-waggle}.chaty{display:none;z-index:99999}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty.active,.chaty.form-open .chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger{display:block!important}.chaty *,.chaty-form-body form{margin:0;padding:0}.chaty .sr-only,.hide-cht-svg-bg{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important;outline:0!important}.chaty a,.chaty a:focus,.chaty a:hover,.chaty button{border:none;text-decoration:none;outline:0;box-shadow:none}.chaty-widget{position:fixed;bottom:25px;right:25px;z-index:10001}.chaty-widget.left-position{left:25px;right:auto}.chaty-channel-list{display:flex;width:62px;height:124px;position:absolute;bottom:-4px;right:0;flex-direction:column;align-items:flex-start;pointer-events:none}.chaty-widget.left-position .chaty-channel-list{left:0;right:auto}.chaty-widget.chaty-open .chaty-channel-list,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:after,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:before{pointer-events:auto}.chaty-channel-list .chaty-channel,.chaty-channel.single .chaty-svg{display:inline-block;width:54px;height:54px;border-radius:50%;margin:4px;cursor:pointer;box-shadow:0 3px 6px rgb(0 0 0 / 25%)}.chaty-channel-list .chaty-channel{position:absolute;bottom:0;opacity:0;transition:.5s;-webkit-transition:.5s}.chaty-channel.single .chaty-svg{margin:0}.chaty-widget.chaty-open .chaty-channel-list .chaty-channel{opacity:1}.chaty-channel a,.chaty-channel button,.chaty-svg{display:block;width:54px;height:54px;border-radius:50%;cursor:pointer;position:relative;outline:0}.chaty-channel button{background:0 0;border-radius:50%}.chaty-channel a .chaty-custom-icon,.chaty-channel button .chaty-custom-icon,.chaty-svg .chaty-custom-icon{width:54px;height:54px;border-radius:50%;text-align:center;font-size:27px;line-height:54px;color:#fff}.chaty-channel a:focus,.chaty-channel button:focus,.chaty-contact-form-box button.chaty-submit-button{outline:0}.chaty-agent-icon svg,.chaty-channel svg,.chaty-view-channels .chaty-channel span svg{width:100%;height:100%}.chaty-channel img{width:54px;height:54px;object-fit:cover;border-radius:50%}.chaty-i-trigger .chaty-channel{position:absolute;bottom:0;right:4px;transition:.5s;border-radius:50%;cursor:pointer}.chaty-cta-button{transition:.5s;box-shadow:0 3px 6px rgb(0 0 0 / 25%);border-radius:50%}.chaty-widget.left-position .chaty-i-trigger .chaty-channel{left:4px;right:auto}.chaty-widget .chaty-cta-main .chaty-cta-button{z-index:1099;opacity:1;position:relative}.chaty-widget.chaty-open .chaty-cta-main .chaty-cta-button{z-index:999;opacity:0;transform:rotate(540deg);visibility:hidden}.chaty-widget .chaty-i-trigger .chaty-cta-close{pointer-events:none}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close{pointer-events:auto;z-index:101}.chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:999;opacity:0;visibility:hidden}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:1099;opacity:1;transform:rotate(180deg);visibility:visible}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip{z-index:91}.chaty-channel button.open-chaty-channel,.chaty-widget.chaty-no-close-button:not(.has-single) .chaty-i-trigger:not(.single-channel),.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-channel button.open-chaty,.chaty.form-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-i-trigger .chaty-tooltip:after,.chaty.form-open .chaty-i-trigger .chaty-tooltip:before,.chaty.form-open .chaty-widget.has-single .chaty-i-trigger .on-hover-text{display:none}.chaty-widget .ch-pending-msg{position:absolute;right:-4px;top:-4px;width:16px;height:16px;text-align:center;background:red;color:#fff;font-size:10px;line-height:16px;border-radius:50%;z-index:1101}.chaty-widget.left-position.hor-mode .chaty-channel-list{width:136px;height:62px;left:0;bottom:0}.chaty-widget.right-position.hor-mode .chaty-channel-list{width:136px;height:62px;right:0;left:auto;bottom:0}.chaty-widget.hor-mode .chaty-channel-list .chaty-channel{margin-top:0;margin-bottom:0}.chaty-widget.hor-mode.left-position .chaty-channel-list .chaty-channel{left:0}.chaty-widget.hor-mode.right-position .chaty-channel-list .chaty-channel{right:0;left:auto}.chaty-chat-view,.chaty-outer-forms{vertical-align:bottom;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;position:fixed!important;bottom:-25px;left:25px;padding:0;width:320px;max-width:90%;-moz-transition:.5s linear;box-shadow:rgba(0,0,0,.16) 0 5px 40px;-webkit-box-shadow:rgba(0,0,0,.16) 0 5px 40px;-moz-box-shadow:rgba(0,0,0,.16) 0 5px 40px;opacity:0;visibility:hidden;pointer-events:none;z-index:-1;transition:.5s;-webkit-transition:.5s;animation-delay:-2s;-webkit-animation-delay:-2s}.chaty-chat-view.pos-left,.chaty-outer-forms.pos-left{left:25px}.chaty-chat-view.pos-right,.chaty-outer-forms.pos-right{right:25px;left:auto}.chaty-outer-forms.active,.chaty:not(.form-open) .chaty-widget.chaty-open+.chaty-chat-view{-webkit-transform:translateY(-93px);transform:translateY(-93px);opacity:1;z-index:999999;visibility:visible;bottom:0;pointer-events:auto}.chaty-whatsapp-body{background:#e6ddd4;padding:0;min-height:260px;position:relative;z-index:2;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;border-top-left-radius:6px;border-top-right-radius:6px}.chaty-whatsapp-content{padding:20px 20px 20px 10px}.chaty-form-body{background:#fff;z-index:99999;min-height:75px;border-radius:10px}.qr-code-image{padding:10px;text-align:center}.qr-code-image img{max-width:100%;max-height:360px;margin:0 auto;display:block;width:100%;height:auto}.chaty-whatsapp-body:before{display:block;position:absolute;content:"";left:0;top:0;height:100%;width:100%;z-index:0;opacity:.08;background-image:url(//salonkrasoti-pushkino.ru/wp-content/plugins/chaty-pro/images/whatsapp.png)}.chaty-whatsapp-message{padding:7px 14px 6px;background-color:#fff;border-radius:0 8px 8px;position:relative;transform-origin:center top;z-index:2;box-shadow:rgba(0,0,0,.13) 0 1px .5px;margin-top:4px;margin-left:15px;max-width:calc(100% - 40px);font-size:14px}.chaty-whatsapp-message:before{position:absolute;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);background-position:50% 50%;background-repeat:no-repeat;background-size:contain;content:"";top:0;left:-12px;width:12px;height:19px}.chaty-whatsapp-message p{margin:0;padding:0;color:#111b21;font-weight:400}.chaty-whatsapp-footer{position:relative;padding:12px 15px;background:#f0f0f0;-webkit-border-bottom-right-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomright:6px;-moz-border-radius-bottomleft:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.whatsapp-chaty-form{display:flex;margin:0;padding:0}.chaty-whatsapp-button button,.chaty-whatsapp-button button:focus,.chaty-whatsapp-button button:hover{line-height:48px!important;text-align:center!important;float:right;height:48px!important;width:48px!important;padding:8px 10px 8px 15px!important;background:#25d366!important;border-radius:24px!important;outline:0!important;box-shadow:none!important;cursor:pointer!important;margin:0!important;text-decoration:none!important;border:none!important;min-width:1px!important}.chaty-whatsapp-data{display:flex;flex:1}.chaty-whatsapp-field{padding-right:12px;flex:1}.chaty-whatsapp-button{flex:0 0 48px}.chaty-whatsapp-button svg{width:100%;height:100%;margin:0;padding:0}.chaty-whatsapp-field input[type=text]{height:48px!important;line-height:32px;padding:0 10px 0 15px;font-size:16px;resize:none;width:100%;border:none!important;border-radius:24px;outline:0;box-shadow:none!important;background:#fff!important;margin:0;color:#111b21}.chaty-whatsapp-field input[type=text]:focus{outline:0;border:none;margin:0;color:#111b21}.chaty-whatsapp-button button:focus,.chaty-whatsapp-button button:hover{background:#22bf5b!important}.close-chaty-form{position:absolute;right:5px;top:5px;background:#30534b;width:22px;height:22px;border-radius:15px;padding:3px;cursor:pointer;transition:.4s;-webkit-transition:.4s;-moz-transition:.4s}.close-chaty-form:hover{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg)}.chaty-close-button{position:relative;width:16px;height:16px;transition:.4s;cursor:pointer}.chaty-close-button:after,.chaty-close-button:before{content:"";position:absolute;width:12px;height:2px;background-color:#fff;display:block;border-radius:2px;transform:rotate(45deg);top:7px;left:2px}.chaty-close-button:after{transform:rotate(-45deg)}.chaty-contact-input,.chaty.form-open .chaty-channel button.open-chaty-channel,.chaty.form-open .chaty-no-close-button.has-single .chaty-i-trigger{display:block}.chaty-agent-data{font-size:16px}.chaty-agent-header{font-size:18px;padding:20px 15px;background:#22bf5b;color:#fff;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;border-top-left-radius:10px;border-top-right-radius:10px}.chaty-agent-data .close-chaty-form{right:10px;top:12px}.chaty-agent-data .chaty-agent{display:flex;align-items:center;padding:15px}.chaty-agent-data .chaty-agent a{color:#49687e;font-size:16px;text-decoration:none;display:flex;width:100%;align-items:center;outline:0;font-weight:400}.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field,.chaty-contact-input textarea.chaty-textarea-field{color:#28303d;font-family:BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-sans;margin:0;background:#fff;outline:0}.chaty-agent-data .chaty-agent+.chaty-agent{border-top:2px solid #f6f8f9}.chaty-agent-img{width:36px;height:36px;object-fit:cover;border-radius:50%}.chaty-agent-icon{width:48px;height:48px;margin:0 15px 0 0}.chaty-agent-data .chaty-custom-icon{width:48px;height:48px;text-align:center;display:block;line-height:48px;background:silver;border-radius:50%;color:#fff;font-size:28px}.chaty-close-agent-list{position:absolute;right:15px;top:10px;width:26px;height:26px;cursor:pointer;z-index:10;padding:0 0 10px 10px}.chaty-agent-icon img{width:48px;height:48px;object-fit:cover}.chaty-close-agent-list svg{fill:#ffffff}.agent-sub-header{font-size:14px;line-height:20px;font-weight:400}.agent-main-header{font-size:20px;line-height:32px;font-weight:700;position:relative}.chaty-agent-header:before,.chaty-view-header:before{content:"";background:url(//salonkrasoti-pushkino.ru/wp-content/plugins/chaty-pro/images/header-top.png) no-repeat;width:215px;height:41px;position:absolute;top:0;left:0;z-index:1}.chaty-agent-header:after,.chaty-view-header:after{content:"";background:url(//salonkrasoti-pushkino.ru/wp-content/plugins/chaty-pro/images/header-bottom.png) no-repeat;width:44px;height:41px;position:absolute;bottom:0;right:0;z-index:1}.chaty-custom-channel-icon{display:block;border-radius:50%;color:#fff;text-align:center;line-height:54px}.chaty-contact-form-title{padding:10px 15px;text-align:left;font-size:18px;border-bottom:1px solid #acacac}.chaty-contact-inputs{padding:15px 15px 0}.chaty-contact-input label.chaty-form-label{font-size:14px;margin:0;padding:0 0 4px;line-height:20px;display:flex;color:#28303d}.chaty-contact-input+.chaty-contact-input{margin:12px 0 0}.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field{width:100%;height:36px;line-height:36px;font-size:16px;padding:0 10px;border:1px solid #ccc;border-radius:4px}.chaty-contact-input input[type=email].chaty-input-field:focus,.chaty-contact-input input[type=text].chaty-input-field:focus,.chaty-contact-input textarea.chaty-textarea-field:focus{outline:0;box-shadow:none;border-color:#898989}.chaty-contact-input textarea.chaty-textarea-field{width:100%;height:100px;line-height:20px;font-size:16px;padding:10px;border:1px solid #ccc;border-radius:4px}.chaty-contact-form-box .close-chaty-form{right:9px;top:9px}.chaty-contact-form-box button.chaty-submit-button[type=submit],button#chaty-submit-button-0{border:none;border-radius:4px;color:#fff;background:#a886cd;width:100%;height:36px;line-height:36px;font-size:18px;padding:0;margin:0;cursor:pointer;text-align:center;display:block}.chaty-contact-input input.chaty-input-field.has-chaty-error,.chaty-contact-input textarea.chaty-textarea-field.has-chaty-error{border:1px solid #d20000}.chaty-contact-form-button{padding:15px}.chaty-ajax-error-message,.chaty-ajax-success-message{color:#00a700;padding:10px 0 0;text-align:center;font-size:16px}.chaty-ajax-error-message{color:#da0000}.chaty-view-header,.chaty-view-header a,.chaty-view-header a:focus,.chaty-view-header a:hover{font-weight:500;color:#fff;font-size:24px}.chaty-exit-intent{position:fixed;z-index:-1}.chaty-exit-intent:before{display:block;position:fixed;top:0;left:0;content:'';width:100vw;height:100vh;background:rgba(0,0,0,.8);visibility:hidden;z-index:100;transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out}.chaty .chaty-widget.left-position .chaty-exit-intent:before{clip-path:circle(15px at 60px calc(100% - 60px))}.chaty .chaty-widget.right-position .chaty-exit-intent:before{clip-path:circle(15px at calc(100% - 60px) calc(100% - 60px))}.chaty .chaty-widget .chaty-exit-intent.animate:before{visibility:visible;clip-path:circle(100%)}.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:after,.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:before{pointer-events:inherit}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-wechat-form.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos{top:50%;left:0;right:0;margin:0 auto;transform:translate(0,-50%);bottom:auto}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos .chaty-agent-body{max-height:calc(100vh - 164px)!important}.chaty-whatsapp-message p+p{margin-top:5px}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos .chaty-whatsapp-content{max-height:calc(100vh - 122px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form:not(.custom-cht-pos) .chaty-whatsapp-content{overflow-y:auto}.chaty.has-custom-pos.form-open .chaty-i-trigger{opacity:0;visibility:hidden}body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos .chaty-contact-inputs{max-height:calc(100vh - 150px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms{max-width:calc(100vw - 50px)!important}.chaty-view-body{background:#fff;border-radius:8px}.chaty-view-header{background:#b78deb;border-radius:7px 7px 0 0;padding:10px 15px;position:relative;word-break:break-word}.chaty-top-content{padding:15px 15px 0;font-size:16px}.chaty-view-content p,.chaty-view-content p a,.chaty-view-content p a:focus,.chaty-view-content p a:hover{margin:0;padding:0;font-size:16px;line-height:150%;color:#49687e;word-break:break-word}.chaty-view-channels .chaty-custom-channel-icon,span.chaty-loader span.dashicons{font-size:24px}.chaty-view-content p a{display:inline-block}.chaty-view-content p a:focus,.chaty-view-content p a:hover,.chaty-view-header a:focus,.chaty-view-header a:hover{outline:0;text-decoration:none}.chaty-view-content p+p{margin-top:10px}.chaty-close-view-list{position:absolute;right:15px;top:10px;width:12px;cursor:pointer;z-index:11}.chaty-close-view-list svg{fill:#ffffff;display:inline-block;width:100%}.chaty-view-channels .chaty-channel{height:48px;display:inline-block;margin:6px 0;width:20%;text-align:center;vertical-align:top}.chaty-view-channels .chaty-channel a,.chaty-view-channels .chaty-channel img,.chaty-view-channels .chaty-channel span:not(.on-hover-text){display:block;width:48px;height:48px;margin:0 auto}.chaty-view-channels{padding:10px 8px}.front-google-captcha{width:100%!important;overflow:hidden}.front-google-captcha>div{width:100%}span.chaty-loader,span.chaty-loader span.dashicons{width:24px;height:24px;text-align:center;line-height:24px}.front-google-captcha iframe{transform:scaleX(.9);position:relative;left:-15px}.widget-fa-icon{width:100%;height:100%;display:inline-block;vertical-align:middle;color:#fff}span.chaty-loader{display:none;vertical-align:middle;color:#fff;animation:1s linear infinite rotation;margin-left:5px}@keyframes rotation{from{transform:rotate(0)}to{transform:rotate(359deg)}}span.chaty-loader.active{display:inline-block;vertical-align:baseline}html[dir=rtl] .chaty-input-field,html[dir=rtl] .chaty-submit-button,html[dir=rtl] .chaty-whatsapp-message,html[dir=rtl] .csaas-tooltip,html[dir=rtl] .csaas-tooltip:after,html[dir=rtl] .on-hover-text{direction:rtl}