  .roller-page {
    --brand: rgba(255, 215, 0, 1);
    --brand-soft: rgba(255, 215, 0, .14);
    --brand-mid: rgba(255, 215, 0, .35);
    --text: #20242a;
    --muted: #66707a;
    --line: #e8e8e8;
    --surface: #ffffff;
    --soft: #f7f7f5;
    --max: 1360px;

    background: #fff;
    color: var(--text);
    font-family: inherit;
    line-height: 1.55;
    overflow: hidden;
    margin-bottom: 60px;
  }


body .roller-page *{
    font-family: Arial, Helvetica, sans-serif;
}

  .roller-page * {
    box-sizing: border-box;
  }

  .roller-page a {
    color: inherit;
  }

  .roller-page .container {
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
  }

  .roller-page .hero {
    padding: 64px 0 52px;
    position: relative;
    border-bottom: 1px solid var(--line);
  }

  .roller-page .hero::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 9px;
    background: var(--brand);
  }

  .roller-page .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .02em;
    margin-bottom: 18px;
  }

  .roller-page .eyebrow::before {
    content: "";
    width: 28px;
    height: 4px;
    border-radius: 5px;
    background: var(--brand);
  }

  .roller-page h1,
  .roller-page h2,
  .roller-page h3 {
    margin-top: 0;
    line-height: 1.16;
    letter-spacing: -.02em;
  }

  .roller-page h1 {
    max-width: 980px !important;
    font-size: clamp(38px, 5.5vw, 72px);
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 24px !important;
  }

  .roller-page h2 {
    font-size: clamp(29px, 3.8vw, 46px);
    margin-bottom: 20px;
    text-transform: none;
  }

  .roller-page h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .roller-page p {
    margin: 0 0 18px;
  }

  .roller-page .hero-lead {
    max-width: 860px;
    font-size: 20px;
    color: #424951;
    margin-bottom: 28px;
  }

  .roller-page .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px 0 0;
  }

  .roller-page .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    padding: 0 24px;
    border: 2px solid var(--text);
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    transition: .18s ease;
    font-size: 16px;
  }

  .roller-page .btn-primary {
    background: var(--brand);
    border-color: var(--brand);
  }

  .roller-page .btn-primary:hover {
    transform: translateY(-1px);
    filter: brightness(.98);
  }

  .roller-page .btn-secondary:hover {
    background: var(--text);
    color: #fff;
  }

  .roller-page .hero-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    border: 1px solid var(--line);
    background: var(--line);
    margin-top: 44px;
  }

  .roller-page .hero-point {
    background: #fff;
    padding: 22px;
  }

  .roller-page .hero-point strong {
    display: block;
    font-size: 17px;
    margin-bottom: 5px;
  }

  .roller-page .hero-point span {
    color: var(--muted);
    font-size: 14px;
  }

  .roller-page section {
    padding: 70px 0;
  }

  .roller-page .section-soft {
    background: var(--soft);
  }

  .roller-page .section-head {
    max-width: 820px;
    margin-bottom: 34px;
  }

  .roller-page .section-head p {
    color: var(--muted);
    font-size: 18px;
  }

  .roller-page .accent-line {
    width: 72px;
    height: 6px;
    background: var(--brand);
    border-radius: 5px;
    margin: 0 0 18px;
  }

  .roller-page .product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .roller-page .product-card {
    border: 1px solid var(--line);
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }

  .roller-page .product-card.featured {
    border-top: 7px solid var(--brand);
    padding-top: 24px;
  }

  .roller-page .product-photo {
    width: 100%;
    height: 280px;
    object-fit: contain;
    object-position: center;
    background: #fff;
    margin: -4px 0 20px;
  }
  .roller-page .product-card img {
    max-width: 100%;
    height: auto;
  }

  .roller-page .product-price {
    margin: 2px 0 20px;
    padding: 14px 16px;
    background: var(--brand-soft);
    border-left: 5px solid var(--brand);
    font-size: 18px;
    font-weight: 800;
  }

  .roller-page .model-photo {
    width: 100%;
    height: 190px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 14px;
    background: #fff;
  }

  .roller-page .model-price {
    margin-top: 14px;
    font-size: 17px;
    font-weight: 800;
  }

  .roller-page .model-link {
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
    text-decoration: none;
  }

  .roller-page .tag {
    align-self: flex-start;
    background: var(--brand);
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 18px;
  }

  .roller-page .specs {
    display: grid;
    gap: 0;
    margin: 18px 0 24px;
    border-top: 1px solid var(--line);
  }

  .roller-page .spec {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
  }

  .roller-page .spec span:first-child {
    color: var(--muted);
  }

  .roller-page .spec strong {
    text-align: right;
  }

  .roller-page .card-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    text-decoration: none;
  }

  .roller-page .card-link::after {
    content: "→";
    transition: .15s ease;
  }

  .roller-page .card-link:hover::after {
    transform: translateX(4px);
  }

  .roller-page .model-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 28px;
  }

  .roller-page .model {
    background: #fff;
    border: 1px solid var(--line);
    padding: 22px;
    border-radius: 7px;
  }

  .roller-page .model .weight {
    font-size: 30px;
    font-weight: 800;
    margin: 6px 0;
  }

  .roller-page .model .meta {
    color: var(--muted);
    font-size: 14px;
  }

  .roller-page .compare {
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }

  .roller-page table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
  }

  .roller-page th,
  .roller-page td {
    padding: 17px 18px;
    text-align: left;
    border-bottom: 1px solid var(--line);
    vertical-align: top;
  }

  .roller-page th {
    background: #faf8eb;
    font-size: 14px;
  }

  .roller-page tr:last-child td {
    border-bottom: 0;
  }

  .roller-page .check-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .roller-page .check {
    border: 1px solid var(--line);
    padding: 24px;
    border-radius: 7px;
  }

  .roller-page .check-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand);
    font-weight: 800;
    margin-bottom: 14px;
  }

  .roller-page .seo-copy {
    columns: 2;
    column-gap: 52px;
  }

  .roller-page .seo-copy p {
    break-inside: avoid;
    color: #3f464d;
  }

  .roller-page .faq {
    display: grid;
    gap: 12px;
    max-width: 900px;
  }

  .roller-page details {
    border: 1px solid var(--line);
    border-radius: 7px;
    background: #fff;
  }

  .roller-page summary {
    cursor: pointer;
    padding: 20px 54px 20px 22px;
    font-weight: 700;
    list-style: none;
    position: relative;
  }

  .roller-page summary::-webkit-details-marker {
    display: none;
  }

  .roller-page summary::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 400;
  }

  .roller-page details[open] summary::after {
    content: "−";
  }

  .roller-page details p {
    padding: 0 22px 20px;
    color: var(--muted);
    margin: 0;
  }

	.roller-page .cta {
		padding: 52px 0 0px;
	}

  .roller-page .cta-box {
    background: var(--brand);
    border-radius: 10px;
    padding: 42px;
    display: grid;
    grid-template-columns: 1.4fr auto;
    align-items: center;
    gap: 30px;
  }

  .roller-page .cta-box h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .roller-page .cta-box p {
    max-width: 700px;
    margin-bottom: 0;
  }

  .roller-page .cta-box .btn {
    background: #fff;
    border-color: #fff;
    white-space: nowrap;
  }

  .roller-page .small-note {
    color: var(--muted);
    font-size: 13px;
    margin-top: 14px;
  }

  @media (max-width: 900px) {
    .roller-page .hero-points,
    .roller-page .check-grid {
      grid-template-columns: 1fr;
    }

    .roller-page .product-grid {
      grid-template-columns: 1fr;
    }

    .roller-page .model-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .roller-page .seo-copy {
      columns: 1;
    }

    .roller-page .cta-box {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 560px) {
    .roller-page .container {
      width: min(var(--max), calc(100% - 28px));
    }

    .roller-page .hero {
      padding: 44px 0 40px;
    }

    .roller-page section {
      padding: 52px 0;
    }

    .roller-page .model-grid {
      grid-template-columns: 1fr;
    }

    .roller-page .cta-box {
      padding: 28px 22px;
    }

    .roller-page .cta-box h2 {
      font-size: 29px;
    }

    .roller-page .btn {
      width: 100%;
    }

    .roller-page .spec {
      grid-template-columns: 1fr;
      gap: 4px;
    }

    .roller-page .spec strong {
      text-align: left;
    }
  }

.inner-page .main-container-page {
    max-width: 1360px;
    padding: 0 70px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0px !important;
}
.inner-page h1 {
    max-width: 1360px;
    padding: 0 15px;
    margin: 0 auto;
}
.bx-breadcrumb {
    max-width: 1360px;
    padding: 0 15px;
    margin: 0 auto;
}
.news-list.news-list--footer {
    max-width: 1360px;
    padding: 0 0px;
    margin: 0 auto;
}
@media (max-width: 1440px) {
.roller-page .hero::before {
	display: none;
}
}

.container_mini {
	padding: 0 0px;
}
.container_mini .container {
	padding: 0 15px !important;
}
.container_mini section .container {
	padding: 0px !important;
}

@media (max-width: 550px) {
.roller-page summary {
    padding: 10px 44px 10px 12px;
}
.roller-page details p {
    padding: 0 12px 10px;
}
.roller-page .cta-box {
	padding: 18px 12px;
}
.roller-page .check {
    padding: 14px;
}
.roller-page p {
    margin: 0 0 10px;
}
}