

/* Start:/local/templates/.default/components/bitrix/news.detail/grinder_doctor/style.css?179030843615070*/
/* Grinder Clinic — врач, PNG icons v1.8 */
.gc-doctor {
    --gc-navy:#08274d;--gc-text:#5d6e83;--gc-muted:#8190a0;--gc-blue:#75afe3;--gc-blue-hover:#64a4df;--gc-blue-soft:#f2f8fd;--gc-blue-soft-2:#eaf5ff;--gc-border:#dfeaf4;--gc-white:#fff;--gc-radius:22px;--gc-shadow:0 8px 24px rgba(22,61,102,.05);
    width:100%;max-width:1360px;margin:0 auto;padding:28px 24px 76px;box-sizing:border-box;color:var(--gc-text);font-family:inherit;
}
.gc-doctor *, .gc-doctor *::before, .gc-doctor *::after { box-sizing:border-box; }
.gc-doctor h1,.gc-doctor h2,.gc-doctor p,.gc-doctor blockquote { margin-top:0; }
.gc-doctor h2 { margin-bottom:14px;color:var(--gc-navy);font-size:clamp(28px,2.2vw,38px);line-height:1.08;font-weight:700;letter-spacing:-.015em; }
.gc-doctor__hero { display:grid;grid-template-columns:minmax(380px,460px) minmax(0,1fr);gap:clamp(42px,5vw,70px);align-items:center; }
.gc-doctor__photo-wrap { width:100%;max-width:460px;aspect-ratio:1/1;overflow:hidden;border-radius:26px;background:linear-gradient(145deg,#eef4fa,#f9fbfd);box-shadow:var(--gc-shadow); }
.gc-doctor__photo { display:block;width:100%;height:100%;object-fit:cover;object-position:center top; }
.gc-doctor__photo--empty { background:linear-gradient(145deg,#eef4fa,#fff); }
.gc-doctor__hero-content { width:100%;max-width:760px; }
.gc-doctor__name { margin:0 0 10px;color:var(--gc-navy);font-size:clamp(38px,3.2vw,46px);line-height:1.05;font-weight:700;letter-spacing:-.025em; }
.gc-doctor__position { margin-top:14px;color:var(--gc-navy);font-size:clamp(20px,1.5vw,23px);line-height:1.2;font-weight:600; }
.gc-doctor__specialty { margin-top:7px;color:var(--gc-navy);font-size:clamp(17px,1.25vw,19px);line-height:1.4; }
.gc-doctor__facts { display:grid;grid-template-columns:repeat(3,minmax(145px,max-content));gap:22px 34px;margin-top:36px; }
.gc-doctor__fact { display:flex;align-items:center;gap:12px;min-width:0; }
.gc-doctor__fact-icon { width:38px;height:38px;flex:0 0 38px;display:block; }
.gc-doctor__fact-icon img { display:block;width:100%;height:100%;object-fit:contain; }
.gc-doctor__fact > span:last-child { display:flex;min-width:0;flex-direction:column;gap:2px; }
.gc-doctor__fact small { color:var(--gc-muted);font-size:13px;line-height:1.15; }
.gc-doctor__fact strong { max-width:190px;color:var(--gc-navy);font-size:18px;line-height:1.15;font-weight:700; }
.gc-doctor__actions { display:flex;flex-wrap:wrap;gap:16px;margin-top:30px; }
.gc-btn { min-height:54px;padding:12px 30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none !important;font-size:17px;line-height:1;font-weight:500;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.gc-btn:hover { transform:translateY(-1px); }
.gc-btn--primary { min-width:320px;color:#fff !important;background:var(--gc-blue);box-shadow:0 7px 16px rgba(100,164,223,.18); }
.gc-btn--primary:hover { background:var(--gc-blue-hover); }
.gc-btn--light { min-width:215px;color:#538bc5 !important;background:#fff;border:1px solid #d6e5f2; }
.gc-btn--light:hover { border-color:#c3daee;background:#fafdff; }
.gc-btn__calendar { font-size:16px; }
.gc-doctor__advantages { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:44px; }
.gc-doctor__advantage,.gc-doctor__specialization-card { border:1px solid var(--gc-border);border-radius:18px;background:linear-gradient(180deg,#f9fcff,var(--gc-blue-soft));box-shadow:0 4px 15px rgba(30,72,112,.025); }
.gc-doctor__advantage { min-height:154px;padding:20px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center; }
.gc-doctor__round-icon { width:66px;height:66px;margin-bottom:12px;display:flex;align-items:center;justify-content:center; }
.gc-doctor__round-icon img { display:block;width:66px;height:66px;object-fit:contain; }
.gc-doctor__advantage strong { max-width:240px;color:var(--gc-navy);font-size:16px;line-height:1.2;font-weight:700; }
.gc-doctor__advantage > span:last-child { max-width:250px;margin-top:7px;color:var(--gc-text);font-size:13px;line-height:1.35; }
.gc-doctor__section { margin-top:68px; }
.gc-doctor__about { display:grid;grid-template-columns:minmax(0,760px) 350px;gap:58px;justify-content:space-between;align-items:start; }
.gc-doctor__about-copy { max-width:760px; }
.gc-doctor__richtext { max-width:760px;color:var(--gc-text);font-size:17px;line-height:1.58; }
.gc-doctor__richtext p { margin:0 0 18px; }
.gc-doctor__richtext p:last-child { margin-bottom:0; }
.gc-doctor__quote-wrap { width:350px; }
.gc-doctor__quote-label { margin:0 0 9px 4px;color:var(--gc-muted);font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.08em; }
.gc-doctor__quote { position:relative;margin:0;padding:30px 28px 26px 54px;border:1px solid var(--gc-border);border-radius:22px;background:linear-gradient(145deg,#f7fbff,#edf6fd);box-shadow:var(--gc-shadow); }
.gc-doctor__quote-mark { position:absolute;top:10px;left:19px;color:var(--gc-blue-hover);font-size:46px;line-height:1;font-weight:700; }
.gc-doctor__quote p { margin-bottom:16px;color:var(--gc-text);font-size:15px;line-height:1.52; }
.gc-doctor__quote footer { color:#8491a0;font-size:12px;text-align:right; }
.gc-doctor__section-intro { max-width:980px;margin:-3px 0 24px;color:#738399;font-size:15px;line-height:1.55; }
.gc-doctor__specialization-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1120px; }
.gc-doctor__specialization-card { min-height:170px;padding:18px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center; }
.gc-doctor__specialization-card strong { color:var(--gc-navy);font-size:15px;line-height:1.2;font-weight:700; }
.gc-doctor__specialization-card > span:last-child { max-width:250px;margin-top:7px;color:var(--gc-text);font-size:13px;line-height:1.35; }
.gc-doctor__education-list { display:grid;gap:22px;max-width:880px; }
.gc-doctor__education-item { position:relative;display:grid;grid-template-columns:88px 18px 1fr;gap:16px;align-items:start; }
.gc-doctor__education-item time { padding-top:1px;color:var(--gc-navy);font-size:18px;line-height:1.2;font-weight:700;text-align:right; }
.gc-doctor__education-dot { position:relative;width:12px;height:12px;margin-top:5px;border-radius:50%;background:var(--gc-navy); }
.gc-doctor__education-item:not(:last-child) .gc-doctor__education-dot::after { content:'';position:absolute;top:12px;left:5px;width:1px;height:calc(100% + 50px);background:#ccd9e6; }
.gc-doctor__education-item strong { display:block;color:var(--gc-navy);font-size:17px;line-height:1.28;font-weight:600; }
.gc-doctor__education-item div > span { display:block;margin-top:5px;color:#7b8797;font-size:14px;line-height:1.35; }
.gc-doctor__certificates { padding:30px;border-radius:22px;background:linear-gradient(180deg,#f8fcff,#eef7ff); }
.gc-doctor__certificate-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px; }
.gc-doctor__certificate { overflow:hidden;padding:11px 11px 15px;border:1px solid #dce9f4;border-radius:16px;background:#fff;color:var(--gc-text) !important;text-decoration:none !important;box-shadow:0 5px 14px rgba(30,72,112,.03);transition:transform .2s ease,box-shadow .2s ease; }
.gc-doctor__certificate:hover { transform:translateY(-2px);box-shadow:0 9px 22px rgba(30,72,112,.07); }
.gc-doctor__certificate-image { display:block;aspect-ratio:1.45/1;overflow:hidden;border-radius:11px;background:#f8fafc; }
.gc-doctor__certificate-image img { display:block;width:100%;height:100%;object-fit:contain; }
.gc-doctor__certificate strong { display:block;margin-top:11px;color:var(--gc-navy);font-size:15px;line-height:1.28; }
.gc-doctor__certificate > span:not(.gc-doctor__certificate-image):not(.gc-doctor__certificate-link), .gc-doctor__certificate small { display:block;margin-top:4px;color:#7d8995;font-size:12px; }
.gc-doctor__certificate-link { display:block;margin-top:11px;color:#5896d1;font-size:12px;font-weight:600; }
@media (max-width:1180px){ .gc-doctor{max-width:1040px;padding-left:18px;padding-right:18px}.gc-doctor__hero{grid-template-columns:minmax(330px,400px) minmax(0,1fr);gap:38px}.gc-doctor__photo-wrap{max-width:400px}.gc-doctor__name{font-size:38px}.gc-doctor__facts{grid-template-columns:repeat(2,minmax(150px,max-content));gap:18px 28px}.gc-doctor__about{grid-template-columns:minmax(0,1fr) 320px;gap:34px}.gc-doctor__quote-wrap{width:320px} }
@media (max-width:860px){ .gc-doctor{padding:18px 16px 60px}.gc-doctor__hero{grid-template-columns:1fr;gap:28px}.gc-doctor__photo-wrap{width:min(100%,560px);max-width:560px;margin:0 auto}.gc-doctor__hero-content{max-width:680px;margin:0 auto;text-align:center}.gc-doctor__facts{grid-template-columns:repeat(3,1fr);max-width:650px;margin-left:auto;margin-right:auto}.gc-doctor__fact{justify-content:center;text-align:left}.gc-doctor__actions{justify-content:center}.gc-doctor__advantages{grid-template-columns:repeat(2,1fr)}.gc-doctor__about{grid-template-columns:1fr;gap:28px}.gc-doctor__about-copy,.gc-doctor__richtext{max-width:100%}.gc-doctor__quote-wrap{width:100%;max-width:520px}.gc-doctor__specialization-grid{grid-template-columns:repeat(2,1fr);max-width:none}.gc-doctor__certificate-grid{grid-template-columns:repeat(2,1fr)} }
@media (max-width:620px){ .gc-doctor{padding:14px 10px 50px}.gc-doctor h2{font-size:28px}.gc-doctor__section{margin-top:48px}.gc-doctor__hero{gap:22px}.gc-doctor__photo-wrap{border-radius:22px}.gc-doctor__hero-content{text-align:left}.gc-doctor__name{font-size:clamp(30px,9.3vw,40px)}.gc-doctor__position{font-size:19px}.gc-doctor__specialty{font-size:16px}.gc-doctor__facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px;width:100%;margin-top:28px}.gc-doctor__fact{justify-content:flex-start;gap:9px}.gc-doctor__fact:nth-child(3):last-child{grid-column:1 / -1}.gc-doctor__fact-icon{width:32px;height:32px;flex-basis:32px}.gc-doctor__fact small{font-size:11px}.gc-doctor__fact strong{font-size:15px}.gc-doctor__actions{flex-direction:column;gap:10px;margin-top:26px}.gc-btn,.gc-btn--primary,.gc-btn--light{width:100%;min-width:0;min-height:50px;font-size:16px}.gc-doctor__advantages{gap:10px;margin-top:34px}.gc-doctor__advantage{min-height:150px;padding:16px 12px}.gc-doctor__round-icon{width:58px;height:58px}.gc-doctor__round-icon img{width:58px;height:58px}.gc-doctor__richtext{font-size:16px;line-height:1.55}.gc-doctor__specialization-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gc-doctor__specialization-card{min-height:155px;padding:15px 10px}.gc-doctor__specialization-card strong{font-size:14px}.gc-doctor__specialization-card > span:last-child{font-size:12px}.gc-doctor__quote{padding:25px 20px 20px 50px}.gc-doctor__education-item{grid-template-columns:62px 14px 1fr;gap:10px}.gc-doctor__education-item time{font-size:16px}.gc-doctor__education-item strong{font-size:15px}.gc-doctor__certificate-grid{grid-template-columns:1fr}.gc-doctor__certificates{padding:18px 10px} }
@media (max-width:390px){ .gc-doctor__advantages,.gc-doctor__specialization-grid,.gc-doctor__facts{grid-template-columns:1fr}.gc-doctor__fact:nth-child(3):last-child{grid-column:auto} }


/* v1.9: protect the doctor's name from theme-level h1 rules */
.gc-doctor .gc-doctor__name {
    font-size: clamp(40px, 3.1vw, 48px) !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
}

/* v1.9: PNG icon assets */
.gc-doctor__round-icon {
    width: 72px;
    height: 72px;
    padding: 0;
    background: transparent;
}
.gc-doctor__round-icon img {
    width: 72px;
    height: 72px;
    display: block;
    object-fit: contain;
    image-rendering: auto;
}
.gc-doctor__fact-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    image-rendering: auto;
}

@media (max-width: 620px) {
    .gc-doctor .gc-doctor__name {
        font-size: clamp(30px, 9vw, 38px) !important;
    }
    .gc-doctor__round-icon,
    .gc-doctor__round-icon img {
        width: 62px;
        height: 62px;
    }
}


/* ================= v2.0 approved-mockup icon fix ================= */

/* Do not let the site theme shrink the doctor's name. */
.gc-doctor .gc-doctor__name {
    font-size: clamp(40px, 3.1vw, 48px) !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
}

/* Exact PNG crops from the approved mockup. No inherited circles/padding. */
.gc-doctor__round-icon {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px;
    padding: 0 !important;
    margin-bottom: 12px;
    background: transparent !important;
    border-radius: 0 !important;
    overflow: visible;
}

.gc-doctor__round-icon img {
    width: 60px !important;
    height: 60px !important;
    display: block;
    object-fit: contain;
    image-rendering: auto;
}

/* Hero fact icons are the exact approved line icons, without circles. */
.gc-doctor__fact-icon {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
    background: transparent !important;
}
.gc-doctor__fact-icon img {
    width: 32px !important;
    height: 32px !important;
    display: block;
    object-fit: contain;
}

/* Button calendar icon. */
.gc-btn__calendar {
    width: 18px;
    height: 18px;
    display: inline-flex;
}
.gc-btn__calendar img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

@media (max-width: 620px) {
    .gc-doctor .gc-doctor__name {
        font-size: clamp(30px, 9vw, 38px) !important;
    }
    .gc-doctor__round-icon,
    .gc-doctor__round-icon img {
        width: 56px !important;
        height: 56px !important;
    }
}


/* v2.1 — PNG background cleanup */
.gc-doctor__fact-icon,
.gc-doctor__round-icon {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}
.gc-doctor__fact-icon img,
.gc-doctor__round-icon img {
    background: transparent !important;
}


/* v2.2 — hero icon reset. True transparent PNG, no boxes. */
.gc-doctor__fact-icon {
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}
.gc-doctor__fact-icon img {
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    object-fit: contain !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.gc-btn__calendar {
    width: 18px !important;
    height: 18px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}
.gc-btn__calendar img {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
    object-fit: contain !important;
    background: transparent !important;
}

/* End */
/* /local/templates/.default/components/bitrix/news.detail/grinder_doctor/style.css?179030843615070 */
