

/* Start:/local/templates/doctor/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?1776854389865*/
.share__bottom-rating {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.share__bottom-rating-stars {
	display: flex;
	align-items: center;
	gap: 2px;
}

.share__bottom-rating-star {
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	font-size: 24px;
	line-height: 1;
	color: #d9d9d9;
	cursor: pointer;
	transition: color .2s ease;
}

.share__bottom-rating-star.is-active {
	color: #f5b301;
}

.share__bottom-rating-info {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #787070;
}

.share__bottom-rating-value {
	font-weight: 700;
	color: #323232;
}

.needed__buttons {
	display: none!important;
	overflow-x: scroll;
}

.needed--articles {
	display: none!important;
}

@media (max-width: 1100px) {
	.needed--articles {
		display: flex!important;
	}
	.needed__buttons {
		display: flex!important;
	}
}

/* End */


/* Start:/upload/article_assets/iblock_2/element_2398.css?178005759924923*/
/* Auto extracted. IBLOCK_ID=2, ELEMENT_ID=2398 */

/* ===== STYLE BLOCK ===== */

.bp-golden {
    --bp-gold: #91c245;
    --bp-gold-2: #78a936;
    --bp-gold-light: #eef8df;
    --bp-gold-soft: #f6fbef;
    --bp-dark: #4f4f4f;
    --bp-text: #5f5f5f;
    --bp-muted: #7d7a7a;
    --bp-bg: #f7faf2;
    --bp-card: #ffffff;
    --bp-border: #dfead1;
    --bp-green: #91c245;
    --bp-green-bg: rgba(145, 194, 69, .11);
    --bp-red: #c94040;
    --bp-red-bg: rgba(201, 64, 64, .09);
    --bp-blue: #6f9f3a;
    --bp-shadow: 0 18px 45px rgba(79, 79, 79, .08);

    font-family: Arial, sans-serif;
    color: var(--bp-text);
    background: var(--bp-bg);
    border: 1px solid var(--bp-border);
    border-radius: 24px;
    overflow: hidden;
    margin: 30px 0;
}

.bp-golden * {
    box-sizing: border-box;
}

.bp-golden button,
.bp-golden input {
    font-family: inherit;
}

/* HERO */

.bp-golden__hero {
    display: grid;
    grid-template-columns: 1.25fr .85fr;
    gap: 30px;
    padding: 38px;
    background:
        radial-gradient(circle at 88% 10%, rgba(145,194,69,.25), transparent 30%),
        linear-gradient(135deg, #4f4f4f 0%, #68725c 58%, #91c245 100%);
    color: #fff;
    position: relative;
}

.bp-golden__hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--bp-gold-2), transparent);
}

.bp-golden__hero-content {
    position: relative;
    z-index: 2;
}

.bp-golden__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e6f6cd;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(230,246,205,.28);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.bp-golden__title {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -.8px;
}

.bp-golden__title span {
    color: #91c245;
}

.bp-golden__lead {
    max-width: 650px;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255,255,255,.78);
    margin: 0 0 22px;
}

.bp-golden__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 24px;
}

.bp-golden__chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.16);
    color: #eaf8d3;
    font-size: 13px;
    font-weight: 700;
}

.bp-golden__hero-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 680px;
}

.bp-golden__hero-stat {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    padding: 13px;
}

.bp-golden__hero-stat-name {
    font-size: 11px;
    color: rgba(255,255,255,.54);
    margin-bottom: 5px;
}

.bp-golden__hero-stat-value {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.bp-golden__photo {
    min-height: 360px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.02), rgba(79,79,79,.32)),
        url('/upload/breed/golden-retriever.jpg') center / cover no-repeat;
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 22px 55px rgba(0,0,0,.24);
    position: relative;
    overflow: hidden;
}

.bp-golden__photo-note {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    background: rgba(255,255,255,.92);
    color: var(--bp-dark);
    border-radius: 16px;
    padding: 14px;
    font-size: 13px;
    line-height: 1.45;
}

/* BODY */

.bp-golden__body {
    padding: 28px 38px 38px;
}

.bp-golden__tabs {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    gap: 4px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(12px);
    border: 1px solid var(--bp-border);
    border-radius: 16px;
    padding: 5px;
    margin-bottom: 22px;
    overflow-x: auto;
    scrollbar-width: none;
}

.bp-golden__tabs::-webkit-scrollbar {
    display: none;
}

.bp-golden__tab {
    flex: 1;
    min-width: max-content;
    border: 0;
    background: transparent;
    color: var(--bp-muted);
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: .18s ease;
}

.bp-golden__tab:hover {
    background: var(--bp-gold-light);
    color: var(--bp-text);
}

.bp-golden__tab.is-active {
    background: var(--bp-gold);
    color: #fff;
    box-shadow: 0 4px 14px rgba(145,194,69,.28);
}

.bp-golden__panel {
    display: none;
}

.bp-golden__panel.is-active {
    display: block;
    animation: bpFade .2s ease;
}

@keyframes bpFade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bp-golden__card {
    background: var(--bp-card);
    border: 1px solid var(--bp-border);
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 18px;
    box-shadow: var(--bp-shadow);
}

.bp-golden__section-title {
    margin: 0 0 8px;
    color: var(--bp-dark);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}

.bp-golden__section-text {
    margin: 0 0 20px;
    color: var(--bp-muted);
    font-size: 15px;
    line-height: 1.65;
}

/* COMMON GRIDS */

.bp-golden__fact-grid,
.bp-golden__score-grid,
.bp-golden__care-grid,
.bp-golden__disease-grid,
.bp-golden__quiz-grid,
.bp-golden__cost-grid,
.bp-golden__calc,
.bp-golden__expense-list,
.bp-golden__community {
    display: grid;
    gap: 12px;
}

.bp-golden__fact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-golden__score-grid,
.bp-golden__care-grid,
.bp-golden__disease-grid,
.bp-golden__quiz-grid,
.bp-golden__expense-list,
.bp-golden__community {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-golden__cost-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-golden__calc {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* OVERVIEW */

.bp-golden__fact,
.bp-golden__score,
.bp-golden__care-item,
.bp-golden__disease,
.bp-golden__question,
.bp-golden__cost-card,
.bp-golden__field,
.bp-golden__expense-item,
.bp-golden__community-item {
    background: #f6fbef;
    border: 1px solid var(--bp-border);
    border-radius: 16px;
    padding: 16px;
}

.bp-golden__fact-label,
.bp-golden__cost-label,
.bp-golden__field label,
.bp-golden__community-name {
    color: var(--bp-muted);
    font-size: 12px;
    margin-bottom: 6px;
    line-height: 1.35;
}

.bp-golden__fact-value {
    color: var(--bp-dark);
    font-size: 15px;
    font-weight: 900;
}

.bp-golden__procon {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.bp-golden__list-card {
    border-radius: 18px;
    padding: 18px;
    border: 1px solid var(--bp-border);
}

.bp-golden__list-card--plus {
    background: var(--bp-green-bg);
}

.bp-golden__list-card--minus {
    background: var(--bp-red-bg);
}

.bp-golden__list-title {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 900;
}

.bp-golden__list-card--plus .bp-golden__list-title {
    color: var(--bp-green);
}

.bp-golden__list-card--minus .bp-golden__list-title {
    color: var(--bp-red);
}

.bp-golden__list {
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--bp-text);
}

/* SCORES */

.bp-golden__score-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 9px;
}

.bp-golden__score-name {
    font-size: 14px;
    font-weight: 900;
    color: var(--bp-dark);
}

.bp-golden__score-num {
    font-size: 14px;
    font-weight: 900;
    color: var(--bp-gold);
}

.bp-golden__bar {
    height: 9px;
    background: #e5edd9;
    border-radius: 999px;
    overflow: hidden;
}

.bp-golden__bar span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--bp-gold), #78a936);
    border-radius: 999px;
}

/* QUIZ */

.bp-golden__question-title {
    color: var(--bp-dark);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 12px;
}

.bp-golden__answers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bp-golden__answer {
    border: 1px solid var(--bp-border);
    background: #fff;
    color: var(--bp-text);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
    cursor: pointer;
    transition: .18s ease;
}

.bp-golden__answer:hover,
.bp-golden__answer.is-active {
    background: var(--bp-gold);
    border-color: var(--bp-gold);
    color: #fff;
}

.bp-golden__result {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 24px;
    align-items: center;
    background: linear-gradient(135deg, #eef8df, #ffffff);
}

.bp-golden__circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: conic-gradient(var(--bp-gold) var(--bp-percent, 82%), #dfead1 0);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bp-golden__circle::before {
    content: "";
    position: absolute;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: #fff;
}

.bp-golden__circle span {
    position: relative;
    color: var(--bp-dark);
    font-size: 34px;
    font-weight: 900;
}

.bp-golden__result-title {
    margin: 0 0 6px;
    color: var(--bp-dark);
    font-size: 26px;
    font-weight: 900;
}

.bp-golden__result-subtitle {
    color: var(--bp-gold);
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
}

.bp-golden__result-text {
    color: var(--bp-muted);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.bp-golden__result-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.bp-golden__small-card {
    background: #fff;
    border: 1px solid var(--bp-border);
    border-radius: 16px;
    padding: 14px;
}

.bp-golden__small-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--bp-dark);
    font-size: 14px;
}

.bp-golden__small-card ul {
    margin: 0;
    padding-left: 18px;
    color: var(--bp-muted);
    font-size: 14px;
    line-height: 1.55;
}

/* CARE / HEALTH */

.bp-golden__care-name,
.bp-golden__disease-name {
    color: var(--bp-dark);
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 6px;
}

.bp-golden__care-text,
.bp-golden__disease-text {
    color: var(--bp-muted);
    font-size: 14px;
    line-height: 1.55;
}

.bp-golden__risk {
    display: inline-flex;
    margin-left: 6px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    vertical-align: middle;
}

.bp-golden__risk--high {
    background: var(--bp-red-bg);
    color: var(--bp-red);
}

.bp-golden__risk--mid {
    background: rgba(145,194,69,.14);
    color: #557d24;
}

.bp-golden__tips {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bp-golden__tip {
    display: flex;
    gap: 12px;
    background: var(--bp-gold-light);
    border-left: 4px solid var(--bp-gold);
    border-radius: 14px;
    padding: 13px 15px;
}

.bp-golden__tip-num {
    color: var(--bp-gold);
    font-weight: 900;
    min-width: 22px;
}

.bp-golden__tip-text {
    font-size: 14px;
    line-height: 1.6;
    color: var(--bp-text);
}

/* TABLE */

.bp-golden__table-wrap {
    overflow-x: auto;
}

.bp-golden__table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
    font-size: 14px;
}

.bp-golden__table th {
    background: var(--bp-gold-light);
    color: var(--bp-muted);
    padding: 11px 12px;
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .6px;
    border-bottom: 1px solid var(--bp-border);
}

.bp-golden__table td {
    padding: 12px;
    border-bottom: 1px solid var(--bp-border);
    line-height: 1.45;
}

/* COSTS */

.bp-golden__cost-value {
    font-size: 24px;
    font-weight: 900;
    color: var(--bp-dark);
    line-height: 1.1;
}

.bp-golden__cost-note {
    margin-top: 6px;
    font-size: 12px;
    color: var(--bp-muted);
    line-height: 1.4;
}

.bp-golden__field input {
    width: 100%;
    border: 1px solid var(--bp-border);
    border-radius: 12px;
    padding: 11px 12px;
    background: #fff;
    color: var(--bp-dark);
    font-size: 15px;
    font-weight: 800;
    outline: none;
}

.bp-golden__field input:focus {
    border-color: var(--bp-gold);
    box-shadow: 0 0 0 3px rgba(145, 194, 69, .14);
}

.bp-golden__expense-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    line-height: 1.45;
}

.bp-golden__expense-name {
    color: var(--bp-muted);
}

.bp-golden__expense-price {
    color: var(--bp-dark);
    font-weight: 900;
    white-space: nowrap;
}

.bp-golden__total-box {
    margin-top: 14px;
    background: linear-gradient(135deg, var(--bp-gold-light), #fff);
    border: 1px solid var(--bp-border);
    border-radius: 18px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.bp-golden__total-title {
    font-size: 15px;
    font-weight: 900;
    color: var(--bp-dark);
    margin-bottom: 4px;
}

.bp-golden__total-text {
    font-size: 13px;
    color: var(--bp-muted);
    line-height: 1.45;
}

.bp-golden__total-price {
    font-size: 32px;
    font-weight: 900;
    color: var(--bp-gold);
    white-space: nowrap;
}

/* USER RATING */

.bp-golden__rating-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 20px;
}

.bp-golden__rating-total {
    background: #f6fbef;
    border: 1px solid var(--bp-border);
    border-radius: 18px;
    padding: 20px;
    text-align: center;
}

.bp-golden__rating-heading {
    max-width: 190px;
    margin: 0 auto 12px;
    color: var(--bp-dark);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 900;
}

.bp-golden__rating-number {
    font-size: 46px;
    line-height: 1;
    color: var(--bp-gold);
    font-weight: 900;
    margin-bottom: 6px;
}

.bp-golden__rating-caption {
    color: var(--bp-muted);
    font-size: 13px;
    line-height: 1.45;
}

.bp-golden__star-line {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 12px;
}

.bp-golden__star {
    width: 26px;
    height: 26px;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #d3dac8;
    font-size: 25px;
    line-height: 1;
}

.bp-golden__star.is-active {
    color: var(--bp-gold);
}

.bp-golden__community-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.bp-golden__community-score {
    color: var(--bp-dark);
    font-weight: 900;
}

/* FAQ */

.bp-golden__faq {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bp-golden__faq-item {
    border: 1px solid var(--bp-border);
    border-radius: 16px;
    background: #f6fbef;
    overflow: hidden;
}

.bp-golden__faq-btn {
    width: 100%;
    border: 0;
    background: transparent;
    color: var(--bp-dark);
    cursor: pointer;
    padding: 15px 16px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 900;
}

.bp-golden__faq-btn span:last-child {
    color: var(--bp-gold);
    font-size: 22px;
    line-height: 1;
}

.bp-golden__faq-answer {
    display: none;
    padding: 0 16px 16px;
    color: var(--bp-muted);
    font-size: 14px;
    line-height: 1.6;
}

.bp-golden__faq-item.is-open .bp-golden__faq-answer {
    display: block;
}

.bp-golden__faq-item.is-open .bp-golden__faq-btn span:last-child {
    transform: rotate(45deg);
}

/* LINKS */

.bp-golden__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bp-golden__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid var(--bp-border);
    background: #fff;
    color: var(--bp-dark);
    border-radius: 999px;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 900;
    transition: .18s ease;
}

.bp-golden__link:hover {
    background: var(--bp-gold-light);
    color: var(--bp-dark);
}

.bp-golden__link--main {
    background: var(--bp-gold);
    border-color: var(--bp-gold);
    color: #fff;
}

.bp-golden__link--main:hover {
    background: #78a936;
    color: #fff;
}

@media (max-width: 900px) {
    .bp-golden__hero,
    .bp-golden__result,
    .bp-golden__rating-grid {
        grid-template-columns: 1fr;
    }

    .bp-golden__photo {
        min-height: 320px;
    }

    .bp-golden__hero-grid,
    .bp-golden__fact-grid,
    .bp-golden__cost-grid,
    .bp-golden__calc,
    .bp-golden__expense-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bp-golden__score-grid,
    .bp-golden__quiz-grid,
    .bp-golden__result-cols,
    .bp-golden__care-grid,
    .bp-golden__disease-grid,
    .bp-golden__procon {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .bp-golden {
        border-radius: 18px;
        margin: 16px 0;
        border-left: 0;
        border-right: 0;
        background: #f7faf2;
    }

    .bp-golden__hero {
        display: block;
        padding: 24px 16px 18px;
        background:
            radial-gradient(circle at 92% 4%, rgba(145,194,69,.32), transparent 34%),
            linear-gradient(145deg, #4f4f4f 0%, #68725c 56%, #91c245 100%);
    }

    .bp-golden__eyebrow {
        font-size: 10px;
        line-height: 1.3;
        padding: 6px 10px;
        margin-bottom: 12px;
        letter-spacing: .5px;
    }

    .bp-golden__title {
        font-size: 30px;
        line-height: 1.08;
        letter-spacing: -.4px;
        margin-bottom: 10px;
    }

    .bp-golden__lead {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 16px;
        color: rgba(255,255,255,.82);
    }

    .bp-golden__chips {
        gap: 7px;
        margin-bottom: 16px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .bp-golden__chips::-webkit-scrollbar {
        display: none;
    }

    .bp-golden__chip {
        flex: 0 0 auto;
        font-size: 12px;
        padding: 7px 10px;
        white-space: nowrap;
    }

    .bp-golden__hero-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        max-width: none;
    }

    .bp-golden__hero-stat {
        border-radius: 14px;
        padding: 11px;
    }

    .bp-golden__hero-stat-name {
        font-size: 10px;
    }

    .bp-golden__hero-stat-value {
        font-size: 13px;
        line-height: 1.25;
    }

    .bp-golden__photo {
        min-height: 220px;
        border-radius: 18px;
        margin-top: 18px;
    }

    .bp-golden__photo-note {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 11px 12px;
        border-radius: 13px;
        font-size: 12px;
    }

    .bp-golden__body {
        padding: 16px 12px 20px;
    }

    .bp-golden__tabs {
        position: sticky;
        top: 0;
        z-index: 20;
        margin: 0 -12px 16px;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        padding: 8px 12px;
        gap: 7px;
        background: rgba(255,255,255,.96);
        box-shadow: 0 10px 24px rgba(79, 79, 79, .08);
    }

    .bp-golden__tab {
        flex: 0 0 auto;
        min-width: auto;
        padding: 9px 12px;
        font-size: 12px;
        border-radius: 999px;
        background: #f6fbef;
        border: 1px solid var(--bp-border);
    }

    .bp-golden__tab.is-active {
        border-color: var(--bp-gold);
    }

    .bp-golden__card {
        padding: 18px 14px;
        border-radius: 18px;
        margin-bottom: 14px;
        box-shadow: 0 12px 28px rgba(79, 79, 79, .07);
    }

    .bp-golden__section-title {
        font-size: 21px;
        line-height: 1.18;
        margin-bottom: 8px;
    }

    .bp-golden__section-text {
        font-size: 14px;
        line-height: 1.58;
        margin-bottom: 16px;
    }

    .bp-golden__hero-grid,
    .bp-golden__fact-grid,
    .bp-golden__score-grid,
    .bp-golden__quiz-grid,
    .bp-golden__result-cols,
    .bp-golden__care-grid,
    .bp-golden__disease-grid,
    .bp-golden__procon,
    .bp-golden__community,
    .bp-golden__cost-grid,
    .bp-golden__calc,
    .bp-golden__expense-list,
    .bp-golden__rating-grid {
        grid-template-columns: 1fr;
    }

    .bp-golden__fact,
    .bp-golden__score,
    .bp-golden__care-item,
    .bp-golden__disease,
    .bp-golden__question,
    .bp-golden__cost-card,
    .bp-golden__field,
    .bp-golden__expense-item,
    .bp-golden__community-item,
    .bp-golden__rating-total,
    .bp-golden__faq-item {
        border-radius: 15px;
        padding: 14px;
    }

    .bp-golden__fact-value,
    .bp-golden__score-name,
    .bp-golden__care-name,
    .bp-golden__disease-name,
    .bp-golden__question-title {
        font-size: 14px;
    }

    .bp-golden__answers {
        gap: 7px;
    }

    .bp-golden__answer {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 10px 12px;
        font-size: 13px;
    }

    .bp-golden__result {
        display: block;
        text-align: center;
        padding: 20px 14px;
    }

    .bp-golden__circle {
        width: 126px;
        height: 126px;
        margin: 0 auto 16px;
    }

    .bp-golden__circle::before {
        width: 94px;
        height: 94px;
    }

    .bp-golden__circle span {
        font-size: 29px;
    }

    .bp-golden__result-title {
        font-size: 22px;
    }

    .bp-golden__result-subtitle {
        font-size: 15px;
    }

    .bp-golden__result-text {
        font-size: 14px;
        line-height: 1.55;
    }

    .bp-golden__small-card {
        text-align: left;
    }

    .bp-golden__tip {
        padding: 12px;
        border-radius: 13px;
    }

    .bp-golden__table {
        min-width: 620px;
        font-size: 13px;
    }

    .bp-golden__table th,
    .bp-golden__table td {
        padding: 10px;
    }

    .bp-golden__cost-value {
        font-size: 22px;
    }

    .bp-golden__field input {
        min-height: 44px;
        font-size: 16px;
    }

    .bp-golden__expense-item {
        display: block;
    }

    .bp-golden__expense-price {
        display: block;
        margin-top: 5px;
        white-space: normal;
    }

    .bp-golden__total-box {
        display: block;
        padding: 16px;
    }

    .bp-golden__total-price {
        margin-top: 12px;
        font-size: 28px;
        white-space: normal;
    }

    .bp-golden__rating-number {
        font-size: 42px;
    }

    .bp-golden__star {
        width: 32px;
        height: 32px;
        font-size: 30px;
    }

    .bp-golden__faq-btn {
        padding: 14px;
        font-size: 14px;
        gap: 12px;
    }

    .bp-golden__faq-answer {
        padding: 0 14px 14px;
        font-size: 14px;
    }

    .bp-golden__links {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .bp-golden__link {
        width: 100%;
        padding: 12px 14px;
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .bp-golden__title {
        font-size: 27px;
    }

    .bp-golden__hero-grid {
        grid-template-columns: 1fr;
    }

    .bp-golden__photo {
        min-height: 190px;
    }

    .bp-golden__card {
        padding: 16px 12px;
    }

    .bp-golden__section-title {
        font-size: 19px;
    }
}

/* End */
/* /local/templates/doctor/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?1776854389865 */
/* /upload/article_assets/iblock_2/element_2398.css?178005759924923 */
