

/* Start:/news/style.css?1778081730586*/
.news-container {
    
    
    padding: 0 40px;
}

.news-intro {
    padding: 40px 0 24px;
}

.news-intro p {
    
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
}


.news-link a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s ease;
}

.news-link a:hover {
    color: #ff3333;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .news-container {
        padding: 0 16px;
    }

    .news-intro {
        padding: 28px 0 18px;
    }

    .news-intro p {
        font-size: 15px;
        line-height: 1.7;
    }
}
/* End */


/* Start:/local/templates/robu/components/bitrix/news/news/style.css?1784311833493*/
.news-detail {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.news-detail__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.news-detail__date {
  color: #888;
  font-size: 14px;
  margin-bottom: 20px;
}

.news-detail__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 25px;
}

.news-detail__text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.news-detail__back {
  margin-top: 40px;
  text-align: left;
}

/* End */


/* Start:/local/templates/robu/components/bitrix/news/news/bitrix/news.detail/detal_news/style.css?178431255614990*/
.news-detail { padding: 60px 20px; }
.news-detail__inner { max-width: 1060px; margin: 0 auto; }

/* Картинка внутри текста: уходит влево, текст обтекает и затем заполняет пустоту под ней */
.news-detail__image.--float {
  float: left;
  width: 45%;
  max-width: 520px;
  margin: 0 40px 20px 0; /* отступ справа и снизу */
}
.news-detail__image.--float img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* Текстовый контент */
.news-detail__content { /* clearfix, чтобы контейнер обхватил float */
  overflow: hidden; /* простой clearfix, можно заменить на псевдоэлементы при желании */
}
.news-detail__date { color:#999; font-size:14px; margin-bottom:10px; }
.news-detail__text { font-size:16px; line-height:1.6; color:#444; }
.back-link { margin-top:40px; }

.back-link__a { 
  color: #000;
  font-size: 16px;
  text-decoration: underline;
  transition: color 0.3s ease,
 text-decoration-color 0.3s ease; }



.back-link__a:hover { color:#e53325; text-decoration-color:#e53325; }

/* Если картинки нет — просто полноширинный текст */
.news-detail__inner.no-image .news-detail__image.--float { display:none; }

/* Адаптив: картинка становится блоком сверху, текст ниже */
@media (max-width: 992px) {
  .news-detail__image.--float {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .news-detail__content { overflow: visible; }
}

.robu-guide {
    --robu-red: #ff3333;
    --robu-text: #292929;
    --robu-muted: #666;
    --robu-border: #e1e1e1;
    --robu-bg: #f6f6f6;

    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 40px 70px;
    color: var(--robu-text);
    font-size: 17px;
    line-height: 1.75;
    box-sizing: border-box;
}

.robu-guide *,
.robu-guide *::before,
.robu-guide *::after {
    box-sizing: border-box;
}

.robu-guide h2,
.robu-guide h3,
.robu-guide p,
.robu-guide ul {
    margin-top: 0;
}

.robu-guide h2 {
    margin-bottom: 22px;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.25;
    color: #222;
}

.robu-guide h3 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.35;
    color: #222;
}

.robu-guide p {
    margin-bottom: 18px;
}

.robu-guide a {
    transition: color .2s ease, border-color .2s ease,
                background-color .2s ease, transform .2s ease;
}

/* Hero */

.robu-guide__hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: clamp(30px, 5vw, 60px);
    border-radius: 14px;
    background:
        linear-gradient(120deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .76));
    color: #fff;
}

.robu-guide__hero::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -150px;
    width: 370px;
    height: 370px;
    border: 70px solid rgba(255, 51, 51, .16);
    border-radius: 50%;
}

.robu-guide__hero-content {
    position: relative;
    z-index: 1;
    max-width: 850px;
}

.robu-guide__label {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--robu-red);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.robu-guide__lead {
    max-width: 840px;
    margin-bottom: 27px !important;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;
}

.robu-guide__hero-actions,
.robu-guide__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Кнопки */

.robu-guide__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 22px;
    border: 1px solid transparent;
    border-radius: 6px;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.robu-guide__button--primary {
    border-color: var(--robu-red);
    background: var(--robu-red);
    color: #fff;
}

.robu-guide__button--primary:hover {
    border-color: #e52525;
    background: #e52525;
    color: #fff;
    transform: translateY(-1px);
}

.robu-guide__button--secondary {
    border-color: #bdbdbd;
    background: transparent;
    color: inherit;
}

.robu-guide__hero .robu-guide__button--secondary,
.robu-guide__cta .robu-guide__button--secondary {
    border-color: rgba(255, 255, 255, .55);
    color: #fff;
}

.robu-guide__button--secondary:hover {
    border-color: var(--robu-red);
    color: var(--robu-red);
}

/* Содержание */

.robu-guide__contents {
    margin-bottom: 45px;
    padding: 22px;
    border: 1px solid var(--robu-border);
    border-radius: 10px;
    background: #fff;
}

.robu-guide__contents-title {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
}

.robu-guide__contents-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.robu-guide__contents-links a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid var(--robu-border);
    border-radius: 5px;
    color: #333;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
}

.robu-guide__contents-links a:hover {
    border-color: var(--robu-red);
    color: var(--robu-red);
}

/* Секции */

.robu-guide__section {
    margin-bottom: 58px;
    scroll-margin-top: 100px;
}

/* Преимущества */

.robu-guide__advantages {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.robu-guide__advantage {
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--robu-border);
    border-radius: 10px;
    background: #fff;
}

.robu-guide__advantage-number {
    display: block;
    margin-bottom: 12px;
    color: var(--robu-red);
    font-size: 13px;
    font-weight: 700;
}

.robu-guide__advantage strong {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
}

.robu-guide__advantage p {
    margin: 0;
    color: var(--robu-muted);
    font-size: 14px;
    line-height: 1.55;
}

/* Критерии */

.robu-guide__criteria {
    overflow: hidden;
    border: 1px solid var(--robu-border);
    border-radius: 10px;
    background: #fff;
}

.robu-guide__criterion {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 17px;
    padding: 23px;
    border-bottom: 1px solid var(--robu-border);
}

.robu-guide__criterion:last-child {
    border-bottom: 0;
}

.robu-guide__criterion-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--robu-red);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.robu-guide__criterion p {
    margin: 0;
    color: var(--robu-muted);
}

/* Типы аппаратов */

.robu-guide__type-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.robu-guide__type-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 26px;
    border: 1px solid var(--robu-border);
    border-radius: 12px;
    background: #fff;
}

.robu-guide__type-card--accent {
    border-top: 4px solid var(--robu-red);
}

.robu-guide__type-label {
    display: block;
    margin-bottom: 12px;
    color: var(--robu-red);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.robu-guide__type-card p {
    color: var(--robu-muted);
}

.robu-guide__type-card ul {
    margin-bottom: 22px;
    padding-left: 20px;
}

.robu-guide__type-card li {
    margin-bottom: 6px;
}

.robu-guide__text-link {
    margin-top: auto;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--robu-red);
    text-underline-offset: 4px;
}

.robu-guide__text-link:hover {
    color: var(--robu-red);
}

/* Диаметры */

.robu-guide__diameters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.robu-guide__diameters a {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--robu-border);
    border-radius: 9px;
    background: #fff;
    color: #222;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease, color .2s ease;
}

.robu-guide__diameters a:hover {
    border-color: var(--robu-red);
    color: #222;
    transform: translateY(-2px);
}

.robu-guide__diameters strong {
    margin-bottom: 5px;
    color: inherit;
    font-size: 18px;
}

.robu-guide__diameters span {
    color: var(--robu-muted);
    font-size: 14px;
    line-height: 1.5;
}

.robu-guide__diameters a:hover strong {
    color: #222;
}

.robu-guide__diameters a:hover span {
    color: var(--robu-muted);
}

/* Таблица */

.robu-guide__table-wrap {
    overflow-x: auto;
    border: 1px solid var(--robu-border);
    border-radius: 10px;
    background: #fff;
}

.robu-guide__table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-size: 15px;
}

.robu-guide__table th,
.robu-guide__table td {
    padding: 16px;
    border-right: 1px solid var(--robu-border);
    border-bottom: 1px solid var(--robu-border);
    text-align: left;
    vertical-align: top;
}

.robu-guide__table th:last-child,
.robu-guide__table td:last-child {
    border-right: 0;
}

.robu-guide__table tbody tr:last-child td {
    border-bottom: 0;
}

.robu-guide__table thead th {
    background: #272727;
    color: #fff;
    font-size: 14px;
}

.robu-guide__table tbody tr:nth-child(even) {
    background: #fafafa;
}

/* Задачи */

.robu-guide__task-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.robu-guide__task {
    min-width: 0;
    padding: 23px;
    border-left: 4px solid var(--robu-red);
    background: var(--robu-bg);
}

.robu-guide__task p {
    margin: 0;
    color: var(--robu-muted);
}

/* Чек-лист */

.robu-guide__checklist {
    display: grid;
    grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
    gap: 45px;
    padding: clamp(28px, 5vw, 50px);
    border-radius: 14px;
    background: #262626;
    color: #fff;
}

.robu-guide__checklist h2 {
    margin-bottom: 0;
    color: #fff;
}

.robu-guide__checklist ul {
    margin: 0;
    padding-left: 22px;
    columns: 2;
    column-gap: 35px;
}

.robu-guide__checklist li {
    break-inside: avoid;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .86);
}

/* Статистика */

.robu-guide__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0;
}

.robu-guide__stats div {
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--robu-border);
    border-radius: 9px;
    background: #fff;
}

.robu-guide__stats strong {
    display: block;
    margin-bottom: 5px;
    color: var(--robu-red);
    font-size: 20px;
}

.robu-guide__stats span {
    color: var(--robu-muted);
    font-size: 14px;
    line-height: 1.5;
}

/* FAQ */

.robu-guide__faq {
    overflow: hidden;
    border: 1px solid var(--robu-border);
    border-radius: 10px;
    background: #fff;
}

.robu-guide__faq details {
    border-bottom: 1px solid var(--robu-border);
}

.robu-guide__faq details:last-child {
    border-bottom: 0;
}

.robu-guide__faq summary {
    position: relative;
    padding: 20px 52px 20px 20px;
    font-weight: 700;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.robu-guide__faq summary::-webkit-details-marker {
    display: none;
}

.robu-guide__faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    color: var(--robu-red);
    font-size: 27px;
    font-weight: 400;
    transform: translateY(-50%);
}

.robu-guide__faq details[open] summary::after {
    content: "−";
}

.robu-guide__faq details > div {
    padding: 0 20px 21px;
    color: var(--robu-muted);
}

/* CTA */

.robu-guide__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: clamp(30px, 5vw, 50px);
    border-radius: 14px;
    background: #262626;
    color: #fff;
}

.robu-guide__cta > div:first-child {
    max-width: 720px;
}

.robu-guide__cta h2 {
    margin-bottom: 13px;
    color: #fff;
}

.robu-guide__cta p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
}

.robu-guide__cta-actions {
    flex: 0 0 auto;
    flex-direction: column;
    min-width: 230px;
}

/* Адаптив */

@media (max-width: 1050px) {
    .robu-guide__advantages,
    .robu-guide__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .robu-guide__type-grid {
        grid-template-columns: 1fr;
    }

    .robu-guide__diameters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .robu-guide__checklist {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .robu-guide__cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .robu-guide__cta-actions {
        flex-direction: row;
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 768px) {
    .robu-guide {
        padding: 5px 15px 45px;
        font-size: 16px;
        line-height: 1.65;
    }

    .robu-guide__hero {
        padding: 28px 20px;
        border-radius: 10px;
    }

    .robu-guide__hero-actions,
    .robu-guide__cta-actions {
        flex-direction: column;
    }

    .robu-guide__button {
        width: 100%;
    }

    .robu-guide__contents {
        padding: 17px;
    }

    .robu-guide__contents-links {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .robu-guide__contents-links::-webkit-scrollbar {
        display: none;
    }

    .robu-guide__contents-links a {
        flex: 0 0 auto;
    }

    .robu-guide__section {
        margin-bottom: 42px;
    }

    .robu-guide__advantages,
    .robu-guide__diameters,
    .robu-guide__task-grid,
    .robu-guide__stats {
        grid-template-columns: 1fr;
    }

    .robu-guide__criterion {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;
        padding: 18px;
    }

    .robu-guide__criterion-number {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .robu-guide__type-card {
        padding: 20px;
    }

    .robu-guide__checklist {
        padding: 27px 20px;
    }

    .robu-guide__checklist ul {
        columns: 1;
    }

    .robu-guide__cta {
        padding: 28px 20px;
    }
}

@media (max-width: 420px) {
    .robu-guide__advantages {
        grid-template-columns: 1fr;
    }

    .robu-guide__table {
        min-width: 650px;
    }
}
/* End */
/* /news/style.css?1778081730586 */
/* /local/templates/robu/components/bitrix/news/news/style.css?1784311833493 */
/* /local/templates/robu/components/bitrix/news/news/bitrix/news.detail/detal_news/style.css?178431255614990 */
