:root{
--text:#0f0f10;
--muted:#666;
--chip:#F0F0F1;
--dark:#0F0F10;
--bg:#fff;
--orange:#FF6A00;
--border:#E8E8EA;
--green:#0F9D58;
--danger:#b00020;
}
#bilim-search-combined,
#bilim-search-combined *,
#bilim-search-combined *::before,
#bilim-search-combined *::after{box-sizing:border-box}
#bilim-search-combined{
background:
radial-gradient(circle at top left, rgba(255,106,0,.09), transparent 34%),
linear-gradient(180deg, #fff 0%, #fafafa 100%);
min-height:100vh;
font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
color:var(--text);
}
#bilim-search-combined button,
#bilim-search-combined input,
#bilim-search-combined select,
#bilim-search-combined a{font:inherit}
#bilim-search-combined button{appearance:none;-webkit-appearance:none}
#bilim-search-combined mark{background:#FFF2CC;padding:0 2px;border-radius:3px}
.bc-shell{max-width:520px;margin:0 auto;padding:28px 18px;color:var(--text)}
.bc-head{margin-bottom:16px}
.bc-eyebrow{display:inline-flex;align-items:center;margin-bottom:10px;padding:7px 11px;border-radius:999px;background:rgba(255,106,0,.10);color:#B94D00;font-size:12px;font-weight:900;letter-spacing:.01em}
.bc-title{font-size:34px;line-height:1.08;margin:0 0 8px;letter-spacing:-.045em;font-weight:850}
.bc-sub{color:var(--muted);font-size:14px;line-height:1.45;margin:0}
.bc-trust-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
.bc-trust-row span{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#F3F3F4;color:#242426;font-size:12px;font-weight:850}
.bc-grid{display:grid;gap:12px;margin-top:14px}
.bc-card{display:block;width:100%;text-align:left;background:#fff;border:1px solid rgba(15,15,16,.08);border-radius:22px;padding:17px;box-shadow:0 18px 48px rgba(15,15,16,.075);cursor:pointer;text-decoration:none;color:var(--text);transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease}
.bc-card:hover{transform:translateY(-1px);box-shadow:0 22px 54px rgba(15,15,16,.10);border-color:#dcdce0}
.bc-card-main{background:linear-gradient(145deg,#0F0F10,#252528);color:#fff;border-color:var(--dark)}
.bc-card-main .bc-card-sub{color:rgba(255,255,255,.78)}
.bc-card-accent{background:#fff;color:var(--text);border-color:rgba(255,106,0,.35);box-shadow:0 18px 48px rgba(255,106,0,.12)}
.bc-card-accent .bc-card-sub{color:var(--muted)}
.bc-card-icon{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;background:#F3F3F4;color:currentColor}
.bc-card-main .bc-card-icon{background:rgba(255,255,255,.12)}
.bc-card-accent .bc-card-icon{background:rgba(255,106,0,.12);color:#B94D00}
.bc-card-icon svg{width:20px;height:20px;fill:currentColor}
.bc-card-title{font-size:18px;font-weight:900;line-height:1.25;margin:0 0 6px;letter-spacing:-.02em}
.bc-card-sub{font-size:14px;color:var(--muted);line-height:1.45;margin:0}
.bc-home-consult{margin-top:14px;display:flex;align-items:center;justify-content:center;min-height:52px;border-radius:16px;background:var(--orange);color:#111;text-decoration:none;font-weight:950;box-shadow:0 16px 38px rgba(255,106,0,.24)}
.bc-panel{display:none}
.bc-panel.active{display:block}
.bc-home.hidden{display:none}
.bc-hidden{display:none !important}
.bc-inner-back{max-width:960px;margin:0 auto;padding:14px 18px 0}
.bc-backbtn{display:inline-flex;align-items:center;gap:8px;border:none;background:#F3F3F4;color:var(--text);border-radius:12px;padding:10px 12px;font-weight:850;cursor:pointer}
.bc-backbtn svg{width:16px;height:16px;fill:currentColor}
.bc-module-placeholder{max-width:520px;margin:0 auto;padding:18px;color:var(--text)}
.bc-module-loading{background:#fff;border-radius:18px;box-shadow:0 6px 18px rgba(0,0,0,.06);padding:16px;text-align:center;color:#555;font-size:14px}
.bc-sticky-cta{position:fixed;left:18px;right:18px;bottom:14px;z-index:9998;display:none;justify-content:center;align-items:center;min-height:52px;border-radius:16px;background:var(--orange);color:#111;font-weight:950;text-decoration:none;box-shadow:0 14px 36px rgba(255,106,0,.30)}
.bc-sticky-cta.is-visible{display:flex}
.bs-page,.sp-page,.mt-page{max-width:520px;margin:0 auto;padding:18px;color:var(--text)}
.bs-h1,.sp-h1,.mt-title{font-size:34px;line-height:1.08;margin:0;letter-spacing:-.045em;font-weight:850}
.bs-sub,.sp-sub,.mt-sub{color:var(--muted);font-size:14px;line-height:1.45;margin:0 0 14px}
.bs-titlebar,.sp-titlebar{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin:0 0 6px}
.bs-langs,.sp-langs{display:flex;gap:6px;flex:0 0 auto}
.bs-lang,.sp-lang{border:none;padding:8px 10px;border-radius:12px;background:var(--chip);font-weight:850;cursor:pointer;user-select:none;color:var(--text)}
.bs-lang.active,.sp-lang.active{background:var(--dark);color:#fff}
.bs-topbar,.sp-topbar{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:4px 0 10px}
.bs-topbar .bs-wide,.sp-topbar .sp-wide{grid-column:1/-1}
.bs-topbtn,.sp-topbtn,.bs-topselect,.sp-topselect,.bs-select,.sp-select,.bs-input,.sp-input{min-width:0;padding:10px 11px;border-radius:12px;border:1px solid #e5e5e5;background:#F3F3F4;font-size:13px;line-height:1.2;color:var(--text)}
.bs-topbtn,.sp-topbtn{font-weight:850;text-align:left;cursor:pointer;display:flex;align-items:center;gap:6px;justify-content:center}
.bs-topbtn svg,.sp-topbtn svg{width:16px;height:16px;flex:0 0 16px;fill:currentColor}
.bs-topselect,.sp-topselect,.bs-select,.sp-select{cursor:pointer;max-width:100%}
.bs-search,.sp-search{position:relative;display:flex;gap:8px;align-items:center;margin:6px 0 10px}
.bs-search input,.sp-search input{flex:1;min-width:0;padding:12px 13px;border-radius:14px;border:1px solid #e5e5e5;background:#F8F8F8;font-size:14px}
.bs-search button,.sp-search button{padding:11px 12px;border-radius:14px;border:1px solid #e5e5e5;background:#fff;cursor:pointer;font-weight:800;color:var(--text)}
.bs-suggest,.sp-suggest{position:absolute;left:0;right:84px;top:100%;z-index:50;background:#fff;border:1px solid #eee;border-radius:12px;margin-top:6px;box-shadow:0 8px 24px rgba(0,0,0,.08);max-height:280px;overflow:auto}
.bs-sug-item,.sp-sug-item{padding:10px 12px;cursor:pointer;display:flex;justify-content:space-between;gap:10px}
.bs-sug-item:hover,.bs-sug-item.active,.sp-sug-item:hover,.sp-sug-item.active{background:#F7F7F8}
.bs-sug-alias,.sp-sug-alias{color:#888;font-size:12px;white-space:nowrap}
.bs-sug-empty,.sp-sug-empty{padding:10px 12px;color:#888}
.bs-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:8px 0 10px}
.bs-tab{border:none;border-radius:16px;padding:12px 10px;text-align:center;font-weight:850;cursor:pointer;color:var(--text)}
.bs-tab.dark,.bs-tab.active{background:var(--dark);color:#fff}
.bs-tab.light{background:var(--chip);color:var(--text)}
.panel{display:none}.panel.active{display:block}
.bs-h2,.sp-h2{font-size:24px;margin:10px 0 8px;letter-spacing:-.03em}
.bs-filter-panel,.sp-filter-panel{display:none;background:#fff;border:1px solid #eee;border-radius:16px;padding:12px;margin-bottom:12px;box-shadow:0 2px 6px rgba(0,0,0,.04);overflow:hidden}
.bs-filter-panel.active,.sp-filter-panel.active{display:block}
.bs-filter-grid,.sp-filter-grid{display:grid;grid-template-columns:1fr;gap:10px}
.bs-field,.sp-field{display:flex;flex-direction:column;gap:6px;min-width:0}
.bs-field-full,.sp-field-full{grid-column:1/-1}
.bs-label,.sp-label{font-size:12px;color:#555;line-height:1.1;font-weight:750}
.bs-feature-toggles,.sp-feature-toggles{display:flex;flex-direction:column;gap:6px}
.bs-check,.sp-check{display:flex;align-items:center;gap:8px;font-size:13px;color:#444}
.bs-check input,.sp-check input{width:16px;height:16px}
.bs-filter-actions,.sp-filter-actions{display:flex;gap:8px;margin-top:10px}
.bs-active-filters,.sp-active-filters{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 10px}
.bs-active-filter,.sp-active-filter{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#0F0F10;color:#fff;padding:7px 10px;font-size:12px;font-weight:850}
.bs-card,.sp-card,.mt-sp-card,.bs-sch-item,.mt-card{background:#fff;border-radius:18px;border:1px solid rgba(15,15,16,.08);box-shadow:0 18px 48px rgba(15,15,16,.075);padding:16px;margin-bottom:14px;content-visibility:auto;contain-intrinsic-size:220px}
.bs-header,.sp-header,.mt-sp-header,.bs-sch-head{display:flex;gap:12px;align-items:center;margin-bottom:12px}
.bs-logo,.sp-logo,.mt-sp-logo{width:56px;height:56px;border-radius:12px;background:#eee;display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 56px;font-weight:900;color:#555}
.bs-logo img,.sp-logo img,.mt-sp-logo img,.bs-sch-logo img{width:100%;height:100%;object-fit:cover}
.bs-title,.sp-title,.mt-sp-title{flex:1;min-width:0}
.bs-title h3,.sp-title h3,.mt-sp-title h3{margin:0 0 2px;font-size:18px;line-height:1.25;letter-spacing:-.02em}
.bs-title .muted,.sp-title .muted,.mt-sp-title .muted{color:var(--muted);font-size:13px}
.bs-title-link{color:inherit;text-decoration:none}.bs-title-link:hover{text-decoration:underline}
.bs-card-badges,.sp-card-badges,.mt-card-badges{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 10px}
.bs-card-badge,.sp-card-badge,.mt-card-badge{display:inline-flex;align-items:center;border-radius:999px;background:#fff4ec;color:#B94D00;padding:6px 9px;font-size:11px;font-weight:950}
.bs-card-badge.dark,.sp-card-badge.dark,.mt-card-badge.dark{background:#0F0F10;color:#fff}
.bs-card-badge.green,.sp-card-badge.green,.mt-card-badge.green{background:#edf9f2;color:#0f8a4b}
.bs-tags,.sp-tags,.mt-sp-tags{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}
.bs-chipline,.sp-chipline,.mt-sp-chip{display:flex;align-items:center;gap:8px;background:#EFEFEF;border-radius:12px;padding:10px 12px;font-size:14px;color:var(--text);font-weight:850;min-width:0}
.bs-chipline svg{width:16px;height:16px;flex:0 0 16px;fill:currentColor}
.bs-chipline.exam-chip{background:#0F0F10;color:#FFF;font-weight:950}
.bs-middle{display:grid;grid-template-columns:1fr 1.1fr;gap:10px;align-items:stretch;margin-bottom:6px}
.bs-prices{display:flex;flex-direction:column;gap:8px}
.bs-pill-dark{background:#EFEFEF;color:var(--text);border-radius:12px;padding:11px 12px;font-weight:850;display:flex;align-items:flex-start;gap:8px;font-size:14px;min-width:0}
.bs-pill-dark svg{width:18px;height:18px;flex:0 0 18px;fill:currentColor;margin-top:1px}
.bs-photo{width:100%;height:100%;min-height:118px;object-fit:cover;border-radius:12px;background:#ddd}
.bs-price-stack,.sp-price-stack,.mt-price-stack{display:flex;flex-direction:column;gap:2px;min-width:0}
.bs-price-label,.sp-price-label,.mt-price-label{font-size:11px;color:#666;font-weight:800;line-height:1.15}
.bs-price-value,.sp-price-value,.mt-price-value{font-size:14px;color:#0F0F10;font-weight:950;line-height:1.2}
.bs-cta,.sp-cta,.mt-sp-cta{margin-top:10px;display:flex}
.bs-cta-two,.sp-cta-two,.mt-sp-cta-two{display:grid !important;grid-template-columns:1fr 1fr;gap:8px}
.bs-btn,.sp-btn,.mt-btn{flex:1;border:none;border-radius:14px;padding:12px 14px;text-align:center;font-weight:950;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:46px;line-height:1.2}
.bs-btn.dark,.sp-btn.dark,.mt-btn.dark{background:var(--dark);color:#fff !important}
.bs-btn.light,.sp-btn.light,.mt-btn.light{background:#F0F0F1;color:#0f0f10 !important}
.mt-btn.orange{background:var(--orange)!important;color:#111!important;opacity:1!important;-webkit-text-fill-color:#111!important}
.bs-empty,.sp-empty,.mt-empty{margin-top:8px;text-align:center;color:#666;font-size:14px}
.bs-more-wrap,.sp-more-wrap{display:flex;justify-content:center;margin-top:8px}
.bc-conversion-card{background:#0F0F10;color:#fff;border-radius:20px;padding:18px;margin:14px 0;box-shadow:0 18px 48px rgba(15,15,16,.14);grid-column:1/-1}
.bc-conversion-card h3{margin:0 0 8px;font-size:20px;line-height:1.2;letter-spacing:-.03em}
.bc-conversion-card p{margin:0 0 14px;color:rgba(255,255,255,.76);font-size:14px;line-height:1.45}
.bc-conversion-card a{display:flex;align-items:center;justify-content:center;min-height:46px;border-radius:14px;background:var(--orange);color:#111;text-decoration:none;font-weight:950}
.bs-sch-logo{width:44px;height:44px;border-radius:10px;background:#eee;overflow:hidden;flex:0 0 44px}
.bs-sch-item h4{margin:0;font-size:16px;letter-spacing:-.02em}
.bs-deadline-static,.bs-deadline-timer{font-size:12px;color:#666;margin-top:4px}
.bs-tagline{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0}
.bs-tag{background:#EFEFEF;border-radius:10px;padding:6px 10px;font-size:12px;font-weight:750}
.bs-loading,.sp-loading,.mt-loading{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.55);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);z-index:9999}
.bs-loading-inner,.sp-loading-inner,.mt-loading-inner{width:min(320px,86vw);background:rgba(255,255,255,.72);border:1px solid rgba(0,0,0,.06);border-radius:20px;padding:18px 16px;box-shadow:0 20px 60px rgba(0,0,0,.10);display:flex;flex-direction:column;align-items:center;gap:12px}
.bs-spinner-apple,.sp-spinner{width:34px;height:34px;border-radius:50%;background:conic-gradient(from 0deg, rgba(15,15,16,0) 0deg, rgba(15,15,16,.92) 280deg, rgba(15,15,16,0) 360deg);-webkit-mask:radial-gradient(farthest-side, transparent calc(50% - 3px), #000 calc(50% - 2px));mask:radial-gradient(farthest-side, transparent calc(50% - 3px), #000 calc(50% - 2px));animation:bcSpin .9s linear infinite}
@keyframes bcSpin{to{transform:rotate(360deg)}}
.bs-loading-text,.sp-loading-text,.mt-loading-text{font-size:14px;color:#333;font-weight:800}
.sp-err,.bs-err{display:none;background:#fff3f3;color:#b00020;padding:12px 14px;border-radius:12px;margin-top:10px}
.mt-head{margin-bottom:12px}.mt-title{margin:0 0 8px}.mt-q{font-size:18px;font-weight:950;line-height:1.3;margin:0 0 12px;letter-spacing:-.02em}.mt-opts{display:grid;gap:8px}.mt-opt{width:100%;text-align:left;border:1px solid #e6e6e8;background:#fff;border-radius:14px;padding:12px 14px;font-size:14px;font-weight:750;cursor:pointer;color:var(--text)}.mt-opt:hover{border-color:#cfcfd4;background:#fafafa}.mt-progress-wrap{margin:10px 0 14px}.mt-progress-bar{height:8px;background:#f0f0f2;border-radius:999px;overflow:hidden}.mt-progress-fill{height:100%;width:0;background:var(--orange);transition:width .25s ease}.mt-progress-text{margin-top:8px;font-size:12px;color:var(--muted)}.mt-actions{display:flex;gap:8px;flex-wrap:wrap}.mt-badges{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 6px}.mt-badge{background:#fff4ec;color:#b95a00;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:950}.mt-badge.green{background:#edf9f2;color:#0f8a4b}.mt-badge.gray{background:#f3f3f4;color:#555}.mt-section-title{font-size:22px;font-weight:950;margin:14px 0 10px;letter-spacing:-.03em}.mt-list{display:grid;gap:12px}.mt-specialty-pill{display:inline-flex;align-items:center;gap:8px;background:#fff7f0;border:1px solid #ffd8bf;color:#8a4b00;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:950;margin:4px 6px 0 0}.mt-pills{display:flex;flex-wrap:wrap}.mt-loading-line{width:100%;height:8px;background:#f1f1f3;border-radius:999px;overflow:hidden}.mt-loading-fill{height:100%;width:0;background:var(--orange);animation:mtLoad 1.25s ease-in-out infinite}@keyframes mtLoad{0%{width:0%}50%{width:78%}100%{width:100%}}.mt-rec{display:inline-flex;align-items:center;gap:8px;background:#fff4ec;color:#b95a00;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:950;margin-bottom:10px}
@media (min-width:768px){
.bc-shell{max-width:760px;padding-top:42px}
.bc-title{font-size:46px;max-width:680px}
.bc-sub{font-size:16px;max-width:620px}
.bc-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.bc-card{min-height:245px}
.bc-home-consult{max-width:360px}
.bs-page,.sp-page,.mt-page{max-width:960px}
#bs-programs,#sp-results,#mt-results-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.bs-card,.sp-card,.mt-sp-card{margin-bottom:0}
.bs-filter-grid,.sp-filter-grid{grid-template-columns:1fr 1fr}
.bs-topbar,.sp-topbar{grid-template-columns:1fr 1fr 1fr 1fr;align-items:center}
.bs-topbar .bs-wide,.sp-topbar .sp-wide{grid-column:auto}
.bc-sticky-cta{display:none!important}
}
@media (max-width:360px){.bc-title,.bs-h1,.sp-h1,.mt-title{font-size:30px}.bs-tags,.sp-tags,.mt-sp-tags{grid-template-columns:1fr}.bs-middle{grid-template-columns:1fr}}
.bc-home-lang{position:absolute;right:18px;top:18px;z-index:4;display:flex;gap:6px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:4px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.bc-home-lang-btn{border:none;border-radius:999px;padding:8px 11px;background:transparent;color:#fff;font-weight:950;font-size:12px;cursor:pointer}
.bc-home-lang-btn.active{background:var(--bs-yellow,#FFD21A);color:#111}

#bilim-search-combined{
--bs-blue:#1098F4;
--bs-blue-2:#087EE8;
--bs-yellow:#FFD21A;
--bs-yellow-2:#F6C400;
--bs-red:#FF4B4B;
--bs-paper:#F6F6F1;
--bs-ink:#111115;
--bs-soft:#ECECE7;
--bs-card:#F3F3EF;
background:
radial-gradient(circle at 18% 8%, rgba(16,152,244,.16), transparent 28%),
radial-gradient(circle at 92% 16%, rgba(255,210,26,.18), transparent 18%),
linear-gradient(180deg,#f7f7f2 0%,#f2f2ed 100%) !important;
color:var(--bs-ink) !important;
font-family:Inter, Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
position:relative;
overflow:hidden;
}
#bilim-search-combined:before{
content:"";
position:absolute;
inset:0;
pointer-events:none;
opacity:.32;
background-image:
radial-gradient(rgba(0,0,0,.12) .55px, transparent .55px);
background-size:3px 3px;
mix-blend-mode:multiply;
z-index:0;
}
#bilim-search-combined > *{position:relative;z-index:1}
.bc-shell{
max-width:1180px !important;
padding:48px 24px 34px !important;
}
.bc-head{
min-height:360px;
border-radius:30px;
padding:34px 36px;
background:
radial-gradient(circle at 86% 28%, rgba(255,255,255,.95) 0 18%, transparent 18.5%),
radial-gradient(circle at 96% 58%, rgba(255,255,255,.96) 0 20%, transparent 20.6%),
linear-gradient(135deg,var(--bs-blue) 0%,var(--bs-blue-2) 100%);
color:#fff;
position:relative;
overflow:hidden;
box-shadow:0 22px 56px rgba(8,126,232,.22);
}
.bc-head:after{
content:"BS";
position:absolute;
right:-18px;
bottom:-80px;
font-size:270px;
line-height:.8;
letter-spacing:-.12em;
font-weight:950;
color:rgba(255,255,255,.18);
transform:skewX(-8deg);
}
.bc-eyebrow{
background:rgba(17,17,21,.36) !important;
color:#fff !important;
border-radius:999px !important;
padding:10px 22px !important;
text-transform:uppercase;
letter-spacing:.26em !important;
font-weight:650 !important;
font-size:13px !important;
backdrop-filter:blur(8px);
}
.bc-title{
max-width:720px !important;
margin-top:20px !important;
font-size:clamp(42px,6vw,82px) !important;
line-height:.92 !important;
color:#fff !important;
text-transform:uppercase;
letter-spacing:-.07em !important;
font-weight:950 !important;
}
.bc-sub{
max-width:560px !important;
margin-top:24px !important;
color:rgba(255,255,255,.9) !important;
font-size:21px !important;
line-height:1.25 !important;
}
.bc-trust-row{
margin-top:26px !important;
gap:10px !important;
}
.bc-trust-row span{
background:var(--bs-yellow) !important;
color:#111 !important;
border-radius:16px !important;
padding:10px 16px !important;
font-size:14px !important;
font-weight:950 !important;
transform:rotate(-2deg);
box-shadow:0 10px 20px rgba(0,0,0,.12);
}
.bc-trust-row span:nth-child(2){transform:rotate(1.5deg)}
.bc-trust-row span:nth-child(3){transform:rotate(-1deg)}
.bc-grid{
grid-template-columns:repeat(3,minmax(0,1fr)) !important;
gap:18px !important;
margin-top:24px !important;
}
.bc-card{
border:none !important;
background:rgba(255,255,255,.76) !important;
border-radius:24px !important;
min-height:215px !important;
padding:24px !important;
box-shadow:0 16px 34px rgba(17,17,21,.08) !important;
overflow:hidden;
position:relative;
}
.bc-card:after{
content:"";
position:absolute;
right:-46px;
bottom:-46px;
width:150px;
height:150px;
border-radius:999px;
background:rgba(16,152,244,.12);
}
.bc-card-main{
background:linear-gradient(135deg,var(--bs-blue),var(--bs-blue-2)) !important;
color:#fff !important;
}
.bc-card-accent{
background:var(--bs-yellow) !important;
color:#111 !important;
}
.bc-card-main:after{background:rgba(255,255,255,.18)}
.bc-card-accent:after{background:rgba(17,17,21,.08)}
.bc-card-icon{
background:var(--bs-yellow) !important;
color:#111 !important;
width:52px !important;
height:52px !important;
border-radius:999px !important;
box-shadow:0 10px 20px rgba(0,0,0,.12);
}
.bc-card-title{
font-size:28px !important;
line-height:.98 !important;
text-transform:uppercase;
letter-spacing:-.06em !important;
font-weight:950 !important;
position:relative;
z-index:1;
}
.bc-card-sub{
font-size:16px !important;
line-height:1.28 !important;
color:rgba(17,17,21,.75) !important;
position:relative;
z-index:1;
}
.bc-card-main .bc-card-sub{color:rgba(255,255,255,.86) !important}
.bc-home-consult,
.bc-sticky-cta{
background:var(--bs-yellow) !important;
color:#111 !important;
border-radius:10px !important;
box-shadow:0 8px 0 rgba(17,17,21,.12),0 18px 36px rgba(255,210,26,.22) !important;
font-size:18px !important;
font-weight:950 !important;
}
.bc-home-consult{
max-width:360px;
min-height:66px !important;
margin-top:18px !important;
}
.bc-inner-back{
max-width:1180px !important;
padding:18px 24px 0 !important;
}
.bc-backbtn{
background:#fff !important;
border:1px solid rgba(17,17,21,.08) !important;
box-shadow:0 10px 24px rgba(17,17,21,.06);
border-radius:999px !important;
padding:12px 18px !important;
}
.bs-page,
.sp-page,
.mt-page{
max-width:1180px !important;
padding:20px 24px 46px !important;
}
.bs-titlebar,
.sp-titlebar,
.mt-head{
min-height:210px;
align-items:flex-start !important;
border-radius:30px;
padding:30px 32px;
background:
radial-gradient(circle at 90% 25%, rgba(255,255,255,.95) 0 13%, transparent 13.5%),
radial-gradient(circle at 100% 70%, rgba(255,255,255,.96) 0 18%, transparent 18.5%),
linear-gradient(135deg,var(--bs-blue),var(--bs-blue-2));
color:#fff;
position:relative;
overflow:hidden;
box-shadow:0 22px 52px rgba(8,126,232,.20);
margin-bottom:16px !important;
}
.bs-titlebar:before,
.sp-titlebar:before,
.mt-head:before{
content:"УНИВЕРСИТЕТЫ";
position:absolute;
right:24px;
bottom:18px;
color:rgba(255,255,255,.18);
font-size:58px;
line-height:.9;
font-weight:950;
letter-spacing:-.08em;
text-transform:uppercase;
}
.sp-titlebar:before{content:"ПРОГРАММЫ"}
.mt-head:before{content:"ТЕСТ"}
.bs-h1,
.sp-h1,
.mt-title{
color:#fff !important;
max-width:720px;
font-size:clamp(44px,5vw,76px) !important;
line-height:.9 !important;
letter-spacing:-.075em !important;
text-transform:uppercase;
font-weight:950 !important;
position:relative;
z-index:1;
}
.bs-sub,
.sp-sub,
.mt-sub{
color:#2B2B2E !important;
font-size:18px !important;
line-height:1.35 !important;
max-width:760px;
margin:0 0 16px !important;
}
.mt-head .mt-sub{
color:rgba(255,255,255,.88) !important;
max-width:520px;
margin-top:16px !important;
position:relative;
z-index:1;
}
.bs-langs,
.sp-langs{
position:relative;
z-index:2;
}
.bs-lang,
.sp-lang{
background:rgba(255,255,255,.18) !important;
color:#fff !important;
border:1px solid rgba(255,255,255,.25) !important;
border-radius:999px !important;
}
.bs-lang.active,
.sp-lang.active{
background:var(--bs-yellow) !important;
color:#111 !important;
border-color:var(--bs-yellow) !important;
}
.bs-search,
.sp-search{
background:rgba(255,255,255,.82);
border:1px solid rgba(17,17,21,.08);
border-radius:22px;
padding:10px;
box-shadow:0 16px 34px rgba(17,17,21,.08);
margin:12px 0 14px !important;
}
.bs-search input,
.sp-search input{
background:#fff !important;
border:none !important;
min-height:54px !important;
border-radius:16px !important;
font-size:16px !important;
font-weight:750;
}
.bs-search button,
.sp-search button{
min-height:54px;
background:var(--bs-yellow) !important;
border:none !important;
color:#111 !important;
font-weight:950 !important;
}
.bs-tabs{
background:#fff;
padding:8px;
border-radius:20px;
box-shadow:0 14px 30px rgba(17,17,21,.06);
}
.bs-tab{
border-radius:15px !important;
text-transform:uppercase;
letter-spacing:-.02em;
}
.bs-tab.dark,
.bs-tab.active{
background:var(--bs-blue) !important;
color:#fff !important;
}
.bs-topbar,
.sp-topbar{
background:#fff;
border-radius:22px;
padding:10px;
box-shadow:0 14px 30px rgba(17,17,21,.06);
gap:10px !important;
}
.bs-topselect,
.sp-topselect,
.bs-select,
.sp-select,
.bs-input,
.sp-input,
.bs-topbtn,
.sp-topbtn{
background:var(--bs-card) !important;
border:none !important;
border-radius:16px !important;
min-height:48px;
font-weight:850;
}
.bs-topbtn,
.sp-topbtn,
.bs-btn.dark,
.sp-btn.dark,
.mt-btn.dark{
background:var(--bs-yellow) !important;
color:#111 !important;
}
.bs-filter-panel,
.sp-filter-panel{
border:none !important;
background:rgba(255,255,255,.88) !important;
border-radius:24px !important;
box-shadow:0 16px 34px rgba(17,17,21,.08) !important;
}
.bs-active-filter,
.sp-active-filter{
background:var(--bs-blue) !important;
color:#fff !important;
border-radius:999px !important;
}
.bs-h2,
.sp-h2,
.mt-section-title{
font-size:clamp(34px,4vw,58px) !important;
line-height:.92 !important;
letter-spacing:-.075em !important;
text-transform:uppercase;
color:#111 !important;
margin:26px 0 12px !important;
}
#bs-result-caption,
#sp-results-count{
font-size:16px !important;
color:#444 !important;
font-weight:800;
}
#bs-programs,
#sp-results,
#mt-results-list{
gap:18px !important;
}
.bs-card,
.sp-card,
.mt-sp-card,
.bs-sch-item,
.mt-card{
border:none !important;
background:rgba(255,255,255,.82) !important;
border-radius:26px !important;
box-shadow:0 16px 34px rgba(17,17,21,.08) !important;
padding:20px !important;
position:relative;
overflow:hidden;
}
.bs-card:before,
.sp-card:before,
.mt-sp-card:before{
content:"";
position:absolute;
right:-36px;
top:-36px;
width:112px;
height:112px;
border-radius:50%;
background:rgba(255,210,26,.34);
}
.bs-logo,
.sp-logo,
.mt-sp-logo,
.bs-sch-logo{
border-radius:18px !important;
background:#fff !important;
box-shadow:0 10px 22px rgba(17,17,21,.08);
}
.bs-title h3,
.sp-title h3,
.mt-sp-title h3,
.bs-sch-item h4{
font-size:24px !important;
line-height:1 !important;
letter-spacing:-.06em !important;
text-transform:uppercase;
font-weight:950 !important;
}
.bs-title .muted,
.sp-title .muted,
.mt-sp-title .muted{
font-size:14px !important;
color:#3B3B3F !important;
font-weight:750;
margin-top:6px;
}
.bs-card-badge,
.sp-card-badge,
.mt-card-badge,
.mt-rec,
.mt-badge{
background:var(--bs-yellow) !important;
color:#111 !important;
border-radius:12px !important;
font-weight:950 !important;
transform:rotate(-1.5deg);
}
.bs-card-badge.dark,
.sp-card-badge.dark,
.mt-card-badge.dark{
background:var(--bs-blue) !important;
color:#fff !important;
}
.bs-card-badge.green,
.sp-card-badge.green,
.mt-card-badge.green,
.mt-badge.green{
background:#2BCB34 !important;
color:#fff !important;
}
.bs-chipline,
.sp-chipline,
.mt-sp-chip,
.bs-pill-dark{
background:var(--bs-card) !important;
border-radius:18px !important;
font-weight:850 !important;
}
.bs-chipline.exam-chip{
background:var(--bs-blue) !important;
color:#fff !important;
}
.bs-price-label,
.sp-price-label,
.mt-price-label{
color:#5E5E62 !important;
text-transform:uppercase;
letter-spacing:.02em;
}
.bs-price-value,
.sp-price-value,
.mt-price-value{
color:#111 !important;
font-size:16px !important;
}
.bs-photo{
border-radius:20px !important;
min-height:150px !important;
}
.bs-btn,
.sp-btn,
.mt-btn{
border-radius:16px !important;
min-height:52px !important;
font-weight:950 !important;
}
.bs-btn.light,
.sp-btn.light,
.mt-btn.light{
background:#fff !important;
color:#111 !important;
box-shadow:inset 0 0 0 1px rgba(17,17,21,.10);
}
.bc-conversion-card{
background:
radial-gradient(circle at 88% 22%, rgba(255,255,255,.96) 0 16%, transparent 16.5%),
linear-gradient(135deg,var(--bs-blue),var(--bs-blue-2)) !important;
border-radius:28px !important;
min-height:190px;
padding:30px !important;
position:relative;
overflow:hidden;
}
.bc-conversion-card:before{
content:"";
position:absolute;
right:34px;
top:28px;
width:150px;
height:48px;
background:var(--bs-yellow);
border-radius:12px;
transform:rotate(-4deg);
}
.bc-conversion-card h3{
max-width:520px;
font-size:clamp(28px,3vw,48px) !important;
line-height:.95 !important;
text-transform:uppercase;
letter-spacing:-.07em !important;
font-weight:950 !important;
position:relative;
z-index:1;
}
.bc-conversion-card p{
max-width:540px;
color:rgba(255,255,255,.88) !important;
font-size:18px !important;
line-height:1.28 !important;
position:relative;
z-index:1;
}
.bc-conversion-card a{
max-width:320px;
background:var(--bs-yellow) !important;
color:#111 !important;
border-radius:12px !important;
min-height:58px !important;
box-shadow:0 8px 0 rgba(17,17,21,.12);
position:relative;
z-index:1;
}
.mt-card{
background:#fff !important;
}
.mt-progress-fill,
.mt-loading-fill{
background:var(--bs-yellow) !important;
}
.mt-opt{
border:none !important;
background:var(--bs-card) !important;
border-radius:18px !important;
min-height:56px;
}
.mt-opt:hover{
background:var(--bs-yellow) !important;
}
.bs-loading-inner,
.sp-loading-inner,
.mt-loading-inner{
border-radius:28px !important;
background:rgba(255,255,255,.85) !important;
}
@media (max-width:767px){
.bc-shell,.bs-page,.sp-page,.mt-page{padding-left:14px !important;padding-right:14px !important}
.bc-head,.bs-titlebar,.sp-titlebar,.mt-head{border-radius:22px !important;padding:24px 20px !important;min-height:auto}
.bc-title,.bs-h1,.sp-h1,.mt-title{font-size:42px !important}
.bc-sub,.bs-sub,.sp-sub,.mt-sub{font-size:16px !important}
.bc-grid{grid-template-columns:1fr !important}
.bc-card{min-height:auto !important}
.bs-topbar,.sp-topbar{grid-template-columns:1fr !important}
.bs-tags,.sp-tags,.mt-sp-tags,.bs-middle{grid-template-columns:1fr !important}
.bs-titlebar:before,.sp-titlebar:before,.mt-head:before{font-size:42px;right:14px;bottom:12px}
.bc-head:after{font-size:150px;right:-10px;bottom:-42px}
.bs-search,.sp-search{display:grid;grid-template-columns:1fr;gap:8px}
.bs-suggest,.sp-suggest{right:0}
}

#bilim-search-combined .bc-eyebrow{display:none!important}
#bilim-search-combined .bc-head,
#bilim-search-combined .bs-titlebar,
#bilim-search-combined .sp-titlebar,
#bilim-search-combined .mt-head{
background:linear-gradient(135deg,var(--bs-blue),var(--bs-blue-2))!important;
}
#bilim-search-combined .bs-titlebar:before,
#bilim-search-combined .sp-titlebar:before,
#bilim-search-combined .mt-head:before{content:"BS"!important;right:18px!important;bottom:-16px!important;font-size:132px!important;letter-spacing:-.14em!important;opacity:.6;pointer-events:none}
#bilim-search-combined .bc-head:after{content:"BS"!important}
@media(max-width:767px){#bilim-search-combined .bs-titlebar:before,#bilim-search-combined .sp-titlebar:before,#bilim-search-combined .mt-head:before{font-size:96px!important;right:8px!important;bottom:-24px!important;opacity:.38}.bs-h1,.sp-h1,.mt-title{max-width:92%!important}}
#bilim-search-combined .bs-title h3,
#bilim-search-combined .bs-title h3 a,
#bilim-search-combined .bs-title-link{color:#111!important}
#bilim-search-combined .bs-loading-inner:before,
#bilim-search-combined .sp-loading-inner:before,
#bilim-search-combined .mt-loading-inner:before{content:"";width:54px;height:54px;border-radius:16px;background:var(--bs-yellow);box-shadow:0 7px 0 rgba(17,17,21,.12);animation:bilimPulse .85s ease-in-out infinite alternate;display:block}
#bilim-search-combined .bs-spinner-apple,#bilim-search-combined .sp-spinner,#bilim-search-combined .mt-loading-line{display:none!important}
@keyframes bilimPulse{from{transform:translateY(0) rotate(-3deg);opacity:.85}to{transform:translateY(-7px) rotate(3deg);opacity:1}}
#bilim-search-combined .mt-btn.dark,#bilim-search-combined .mt-btn.orange{background:var(--bs-yellow)!important;color:#111!important}
#bilim-search-combined .mt-specialty-pill{background:#F3F3EF!important;border:1px solid rgba(17,17,21,.08)!important;color:#111!important;border-radius:14px!important;transform:none!important}
#bilim-search-combined .mt-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
#bilim-search-combined .mt-langs{display:flex;gap:6px;position:relative;z-index:3}
#bilim-search-combined .mt-lang{border:none;border-radius:999px;padding:8px 10px;font-weight:950;background:rgba(255,255,255,.18);color:#fff;cursor:pointer}
#bilim-search-combined .mt-lang.active{background:var(--bs-yellow);color:#111}

@media (max-width:767px){
#bilim-search-combined .bc-inner-back{
position:relative;
min-height:58px;
padding:12px 14px 0!important;
z-index:60;
}
#bilim-search-combined .bc-backbtn{
position:relative;
z-index:61;
}
#bilim-search-combined .bs-titlebar .bs-langs,
#bilim-search-combined .sp-titlebar .sp-langs,
#bilim-search-combined .mt-head .mt-langs{
position:fixed!important;
top:12px!important;
right:14px!important;
z-index:70!important;
display:flex!important;
gap:6px!important;
background:rgba(255,255,255,.22)!important;
border:1px solid rgba(255,255,255,.26)!important;
border-radius:999px!important;
padding:3px!important;
backdrop-filter:blur(10px);
-webkit-backdrop-filter:blur(10px);
}
#bilim-search-combined .bs-lang,
#bilim-search-combined .sp-lang,
#bilim-search-combined .mt-lang{
min-width:42px!important;
height:34px!important;
padding:0 9px!important;
border-radius:999px!important;
font-size:12px!important;
font-weight:950!important;
background:transparent!important;
color:#fff!important;
}
#bilim-search-combined .bs-lang.active,
#bilim-search-combined .sp-lang.active,
#bilim-search-combined .mt-lang.active{
background:var(--bs-yellow)!important;
color:#111!important;
}
#bilim-search-combined .bs-titlebar,
#bilim-search-combined .sp-titlebar,
#bilim-search-combined .mt-head{
padding-top:28px!important;
}
}
#bilim-search-combined #bs-root .bs-search{
background:#fff;
border:1px solid rgba(17,17,21,.08);
border-radius:22px;
padding:10px;
box-shadow:0 14px 32px rgba(17,17,21,.055);
margin:10px 0 14px;
}

@media (max-width:767px){
#bilim-search-combined .bc-inner-back{
position:static!important;
min-height:0!important;
padding:0!important;
margin:0!important;
max-width:none!important;
height:0!important;
z-index:auto!important;
}
#bilim-search-combined .bc-backbtn{
position:fixed!important;
top:12px!important;
left:14px!important;
z-index:70!important;
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
gap:6px!important;
height:42px!important;
min-width:42px!important;
padding:0 13px!important;
border-radius:999px!important;
background:rgba(255,255,255,.22)!important;
border:1px solid rgba(255,255,255,.26)!important;
color:#fff!important;
font-size:12px!important;
font-weight:950!important;
box-shadow:0 12px 28px rgba(17,17,21,.12)!important;
backdrop-filter:blur(10px);
-webkit-backdrop-filter:blur(10px);
}
#bilim-search-combined .bc-backbtn svg{
width:17px!important;
height:17px!important;
fill:currentColor!important;
}
#bilim-search-combined .bs-titlebar,
#bilim-search-combined .sp-titlebar,
#bilim-search-combined .mt-head{
padding-top:58px!important;
}
}

#bilim-search-combined .bs-deadline-box{
position:relative;
z-index:6;
width:100%;
}
#bilim-search-combined .bs-deadline-box details{
position:relative;
width:100%;
}
#bilim-search-combined .bs-deadline-box summary,
#bilim-search-combined .bs-deadline-badge-static{
list-style:none;
cursor:pointer;
display:flex;
align-items:center;
gap:8px;
width:100%;
min-height:58px;
border-radius:18px;
padding:10px 12px;
background:var(--bs-card,#F3F3EF);
color:#111;
font-size:14px;
font-weight:850;
box-shadow:none;
white-space:normal;
}
#bilim-search-combined .bs-deadline-box summary::-webkit-details-marker{display:none;}
#bilim-search-combined .bs-deadline-dot{
width:9px;
height:9px;
border-radius:999px;
flex:0 0 9px;
background:#2BCB34;
box-shadow:0 0 0 4px rgba(43,203,52,.14),0 0 12px rgba(43,203,52,.45);
}
#bilim-search-combined .bs-deadline-text{
display:flex;
flex-direction:column;
gap:2px;
min-width:0;
flex:1;
}
#bilim-search-combined .bs-deadline-label{
font-size:14px;
color:#111;
font-weight:950;
line-height:1.2;
}
#bilim-search-combined .bs-deadline-box small{
display:block;
font-size:11px;
color:#666;
font-weight:800;
line-height:1.15;
opacity:1;
}
#bilim-search-combined .bs-deadline-box b{
font-size:12px;
line-height:1;
transition:transform .15s ease;
flex:0 0 auto;
color:#555;
}
#bilim-search-combined .bs-deadline-box details[open] summary b{transform:rotate(180deg);}
#bilim-search-combined .bs-deadline-box.soon .bs-deadline-dot{
background:var(--bs-yellow,#FFD21A);
box-shadow:0 0 0 4px rgba(255,210,26,.20),0 0 12px rgba(255,210,26,.55);
}
#bilim-search-combined .bs-deadline-box.closed .bs-deadline-dot{
background:#FF4B4B;
box-shadow:0 0 0 4px rgba(255,75,75,.16),0 0 12px rgba(255,75,75,.38);
}
#bilim-search-combined .bs-deadline-box.closed .bs-deadline-label{
color:#D92626;
}
#bilim-search-combined .bs-deadline-waves{
position:absolute;
left:0;
top:calc(100% + 8px);
width:min(360px,82vw);
background:#fff;
color:#111;
border-radius:18px;
padding:10px;
box-shadow:0 18px 46px rgba(17,17,21,.18);
border:1px solid rgba(17,17,21,.08);
z-index:60;
}
#bilim-search-combined .bs-deadline-wave{
padding:10px;
border-radius:14px;
background:#F3F3EF;
margin-bottom:7px;
font-size:12px;
line-height:1.35;
font-weight:800;
}
#bilim-search-combined .bs-deadline-wave:last-child{margin-bottom:0;}
#bilim-search-combined .bs-deadline-wave strong{display:block;font-size:13px;margin-bottom:4px;font-weight:950;}
@media(max-width:767px){
#bilim-search-combined .bs-deadline-box summary,
#bilim-search-combined .bs-deadline-badge-static{
min-height:54px;
padding:10px 12px;
}
#bilim-search-combined .bs-deadline-waves{
width:min(330px,86vw);
}
}

#bilim-search-combined .bs-card,
#bilim-search-combined .program-card,
#bilim-search-combined .bs-middle,
#bilim-search-combined .bs-prices{
overflow:visible!important;
}
#bilim-search-combined .bs-card:has(.bs-deadline-details[open]){
z-index:120!important;
}
#bilim-search-combined .bs-deadline-box b{
width:30px!important;
height:30px!important;
min-width:30px!important;
border-radius:999px!important;
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
background:#fff!important;
color:#111!important;
font-size:22px!important;
line-height:1!important;
font-weight:950!important;
box-shadow:inset 0 0 0 1px rgba(17,17,21,.08),0 6px 14px rgba(17,17,21,.08)!important;
transform-origin:center!important;
}
#bilim-search-combined .bs-deadline-box details[open] summary b{
transform:rotate(180deg)!important;
}
#bilim-search-combined .bs-deadline-waves{
position:relative!important;
left:auto!important;
top:auto!important;
width:100%!important;
max-width:none!important;
margin-top:8px!important;
max-height:330px!important;
overflow-y:auto!important;
overflow-x:hidden!important;
-webkit-overflow-scrolling:touch!important;
overscroll-behavior:contain!important;
z-index:1!important;
scrollbar-width:thin;
}
#bilim-search-combined .bs-deadline-waves::-webkit-scrollbar{
width:6px;
}
#bilim-search-combined .bs-deadline-waves::-webkit-scrollbar-thumb{
background:rgba(17,17,21,.22);
border-radius:999px;
}
#bilim-search-combined .bs-deadline-wave{
scroll-margin:10px;
}
@media(max-width:767px){
#bilim-search-combined .bs-deadline-box b{
width:32px!important;
height:32px!important;
min-width:32px!important;
font-size:23px!important;
}
#bilim-search-combined .bs-deadline-waves{
max-height:360px!important;
padding:9px!important;
}
}

#bilim-search-combined .bs-deadline-box summary,
#bilim-search-combined .bs-deadline-badge-static{
min-height:60px!important;
padding:11px 12px 11px 14px!important;
border-radius:18px!important;
background:var(--bs-card,#F3F3EF)!important;
box-shadow:inset 0 0 0 1px rgba(17,17,21,.035)!important;
}
#bilim-search-combined .bs-deadline-box .bs-deadline-label{
letter-spacing:-.025em!important;
}
#bilim-search-combined .bs-deadline-box b{
width:36px!important;
height:36px!important;
min-width:36px!important;
border-radius:14px!important;
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
background:rgba(17,17,21,.055)!important;
color:transparent!important;
font-size:0!important;
line-height:0!important;
font-weight:950!important;
box-shadow:none!important;
border:1px solid rgba(17,17,21,.055)!important;
transform:none!important;
transition:background .16s ease,border-color .16s ease,transform .16s ease!important;
position:relative!important;
overflow:hidden!important;
}
#bilim-search-combined .bs-deadline-box b::before{
content:"";
width:10px;
height:10px;
border-right:3px solid #111;
border-bottom:3px solid #111;
transform:rotate(45deg) translate(-1px,-2px);
transform-origin:center;
transition:transform .16s ease;
display:block;
}
#bilim-search-combined .bs-deadline-box details[open] summary b{
background:var(--bs-yellow,#FFD21A)!important;
border-color:rgba(17,17,21,.04)!important;
transform:none!important;
}
#bilim-search-combined .bs-deadline-box details[open] summary b::before{
transform:rotate(225deg) translate(-1px,-2px);
}
#bilim-search-combined .bs-deadline-box summary:hover b{
background:rgba(17,17,21,.085)!important;
}
#bilim-search-combined .bs-deadline-dot{
width:10px!important;
height:10px!important;
flex-basis:10px!important;
}
@media(max-width:767px){
#bilim-search-combined .bs-deadline-box b{
width:38px!important;
height:38px!important;
min-width:38px!important;
border-radius:15px!important;
}
#bilim-search-combined .bs-deadline-box b::before{
width:11px;
height:11px;
}
}

#bilim-search-combined .bs-card,
#bilim-search-combined .sp-card,
#bilim-search-combined .mt-sp-card,
#bilim-search-combined .bs-sch-item,
#bilim-search-combined .mt-card{
content-visibility:visible!important;
contain-intrinsic-size:auto!important;
overflow-anchor:none;
}
#bilim-search-combined #bs-programs{
overflow-anchor:none;
}


/* Refactor enhancements: smaller first render, mobile filters, sticky search, clearer states. */
#bilim-search-combined .bs-err,
#bilim-search-combined .sp-err{
  border:1px solid rgba(176,0,32,.12);
  font-weight:800;
  line-height:1.35;
}
#bilim-search-combined .bs-card,
#bilim-search-combined .sp-card,
#bilim-search-combined .mt-sp-card{
  will-change:transform;
}
#bilim-search-combined .bs-more-wrap,
#bilim-search-combined .sp-more-wrap{
  padding-bottom:8px;
}
@media(max-width:767px){
  #bilim-search-combined .bs-search,
  #bilim-search-combined .sp-search{
    position:sticky;
    top:0;
    z-index:45;
    background:var(--bs-paper,#F6F6F1);
    padding:8px 0;
    margin:0 0 10px;
    border-bottom:1px solid rgba(17,17,21,.06);
  }
  #bilim-search-combined .bs-search input,
  #bilim-search-combined .sp-search input{
    min-height:48px;
    font-size:16px;
  }
  #bilim-search-combined .bs-card,
  #bilim-search-combined .sp-card,
  #bilim-search-combined .mt-sp-card,
  #bilim-search-combined .bs-sch-item{
    border-radius:16px!important;
    padding:14px!important;
    box-shadow:0 10px 28px rgba(17,17,21,.075)!important;
  }
  #bilim-search-combined .bs-filter-panel.active,
  #bilim-search-combined .sp-filter-panel.active{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:10000;
    max-height:78vh;
    overflow:auto;
    overscroll-behavior:contain;
    border-radius:24px 24px 0 0!important;
    margin:0!important;
    padding:16px 14px calc(16px + env(safe-area-inset-bottom))!important;
    box-shadow:0 -18px 54px rgba(17,17,21,.22)!important;
  }
  #bilim-search-combined .bs-filter-actions,
  #bilim-search-combined .sp-filter-actions{
    position:sticky;
    bottom:0;
    background:#fff;
    padding-top:10px;
  }
  #bilim-search-combined .bs-topbtn,
  #bilim-search-combined .sp-topbtn,
  #bilim-search-combined .bs-topselect,
  #bilim-search-combined .sp-topselect{
    min-height:46px;
  }
}
