

/* Start:/local/templates/.default/components/bitrix/news/bodybuilders/style.css?178834639315163*/
.bb-page {
  overflow-x: visible;
  --bb-red: #203C74;
  --bb-red-hover: #172c56;
  --bb-text: #111111;
  --bb-muted: #5a5a5a;
  --bb-line: #ececec;
  --bb-bg: #ffffff;
  --bb-soft: #f6f6f6;
  color: var(--bb-text);
  font-family: inherit;
}

.bb-page * { box-sizing: border-box; }

.bb-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Stretch to the same width as the site header, not Bootstrap .container */
.container:has(.bb-page) {
  width: 100%;
  max-width: none !important;
  padding-left: 0;
  padding-right: 0;
}
.container:has(.bb-page) > .row {
  margin-left: 0;
  margin-right: 0;
}
.container:has(.bb-page) .maxwidth-theme {
  width: 100%;
}
.container:has(.bb-page) .content-md,
.container:has(.bb-page) .right_block {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.bb-page h1,
.bb-page h2,
.bb-page h3 {
  font-weight: 700;
  color: var(--bb-text);
  margin: 0;
}

.bb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 26px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.2s ease;
}

.bb-btn--solid {
  background: var(--bb-red);
  color: #fff !important;
  border-color: var(--bb-red);
}

.bb-btn--solid:hover {
  background: var(--bb-red-hover);
  border-color: var(--bb-red-hover);
  color: #fff !important;
}

.bb-btn--ghost {
  background: #fff;
  color: var(--bb-text) !important;
  border-color: #d8d8d8;
}

.bb-btn--ghost:hover {
  border-color: var(--bb-red);
  color: var(--bb-red) !important;
}

.bb-btn--outline {
  background: transparent;
  color: var(--bb-red) !important;
  border-color: var(--bb-red);
}

.bb-btn--outline:hover {
  background: var(--bb-red);
  color: #fff !important;
}

.bb-btn svg { width: 16px; height: 16px; flex: 0 0 auto; }

.bb-section { padding: 72px 0; }
.bb-section--soft { background: var(--bb-soft); }
.bb-section__title {
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 40px;
}

body:has(.bb-page) {
  overflow-x: hidden;
}
.container:has(.bb-page),
.container:has(.bb-page) > .row,
.container:has(.bb-page) .maxwidth-theme,
.container:has(.bb-page) .content-md,
.container:has(.bb-page) .right_block,
.container:has(.bb-page) .bb-wrap,
.container:has(.bb-page) .bb-page {
  overflow: visible !important;
}

#bb-types.bb-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 40px;
  padding: 40px calc(50vw - 50%);
  background: #203C74;
}
#bb-types .bb-section__title {
  margin-bottom: 40px !important;
  color: #fff;
}

#bb-steps {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 0;
  padding: 40px calc(50vw - 50%);
  border-radius: 0;
}
#bb-steps .bb-wrap {
  padding: 0;
}
#bb-steps .bb-section__title {
  margin: 0 0 40px !important;
}

/* listing */
.bb-list-head { padding: 20px 0 10px; }
.bb-list-head h1 { font-size: 40px; line-height: 1.15; margin-bottom: 16px; }
.bb-list-head p { font-size: 18px; color: var(--bb-muted); max-width: 820px; margin: 0; }

.bb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bb-card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--bb-line);
  border-radius: 8px;
  text-decoration: none !important;
  color: var(--bb-text) !important;
  transition: 0.2s ease;
}

.bb-card:hover {
  border-color: var(--bb-red);
  color: var(--bb-text) !important;
}

.bb-card__logo {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.bb-card__logo img {
  max-height: 56px;
  max-width: 260px;
  width: auto;
  object-fit: contain;
}

.bb-card__name {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.bb-card__name span { color: var(--bb-red); }

.bb-card__text {
  margin-top: auto;
  padding-top: 16px;
  font-size: 14px;
  color: var(--bb-muted);
}

.bb-outro {
  padding: 48px 0 20px;
  max-width: 900px;
}

.bb-outro h2 { font-size: 28px; margin-bottom: 16px; }
.bb-outro p { font-size: 16px; line-height: 1.65; color: var(--bb-muted); margin: 0 0 12px; }

/* hero */
body:has(.bb-page) .page-top-wrapper,
body:has(.bb-page) .page-top {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
body:has(.bb-page) .page-top .cowl,
body:has(.bb-page) .page-top .topic {
  display: none !important;
}
body:has(.bb-page) .page-top #navigation,
body:has(.bb-page) .page-top .breadcrumbs {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Hero color goes under the header on manufacturer detail pages only */
body:has(.bb-hero) {
  background: #f6f6f9;
}
body:has(.bb-hero) header.header,
body:has(.bb-hero) header.header.header--white,
body:has(.bb-hero) header.header.header--fon,
body:has(.bb-hero) .header__inner,
body:has(.bb-hero) .header__top-part,
body:has(.bb-hero) .header__main-part,
body:has(.bb-hero) .header__bottom-part,
body:has(.bb-hero) .page-top-wrapper,
body:has(.bb-hero) .page-top,
body:has(.bb-hero) .page-top-wrapper--white {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
body:has(.bb-hero) .bb-section:not(#bb-types):not(#bb-steps) {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background: #fff;
}
body:has(.bb-hero) .bb-section:last-of-type {
  padding-bottom: 80px;
  margin-bottom: 0;
  background: #fff;
}
body:has(.bb-page) #content,
body:has(.bb-page) .body,
body:has(.bb-page) .wrapper1,
body:has(.bb-page) .main,
body:has(.bb-page) .container:has(.bb-page) {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
body:has(.bb-page) #footer.footer,
body:has(.bb-page) .footer {
  margin-top: 0 !important;
  border-top: none !important;
}
body:has(.bb-page) .footer__top-part {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

.bb-wrap:has(.bb-hero),
.bb-page:has(.bb-hero) {
  overflow: visible !important;
}

.bb-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(380px, 0.78fr) minmax(0, 1.42fr);
  grid-template-rows: 1fr auto;
  gap: 0 12px;
  align-items: stretch;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 75px calc(50vw - 50%) 64px;
  overflow: visible;
  background: #f6f6f9;
  z-index: 0;
}

.bb-hero::before {
  content: "";
  position: absolute;
  top: calc(54% + 200px);
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: #E8EBF4;
  z-index: 0;
  pointer-events: none;
}

.bb-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  grid-column: 1;
  grid-row: 1;
  max-width: 560px;
}

.bb-hero__brand {
  margin: 0 0 28px;
}

.bb-hero__logo {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.bb-page h1.bb-hero__heading {
  font-size: 43px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--bb-red);
  margin: 0 0 30px;
}

.bb-hero__lead {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 550;
  font-variation-settings: "wght" 550;
  color: #4a5563;
  margin: 0 0 60px;
  max-width: 460px;
}

.bb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: auto;
  margin-bottom: 100px;
}

.bb-hero__link {
  display: inline-block;
  color: var(--bb-red) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  border-bottom: 1px solid #A11F1D;
  padding-bottom: 2px;
}

.bb-hero__link:hover {
  color: #A11F1D !important;
}

.bb-hero__feats {
  position: static;
  z-index: 3;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px 14px;
  list-style: none !important;
  grid-column: 1;
  grid-row: 2;
  width: max-content;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  white-space: nowrap;
  background: transparent;
}

.bb-hero__feats li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--bb-text);
  list-style: none;
  padding-left: 0;
}

.bb-hero__br {
  display: none;
}

.bb-hero__feats > li::before,
.bb-hero__feats > li::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

.bb-hero__feats li + li {
  position: relative;
  padding-left: 12px;
}

.bb-hero__feats li + li::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #A11F1D !important;
  transform: translateY(-50%);
}

.bb-hero__feats svg,
.bb-hero__feats img,
.bb-hero__feat-icon {
  width: 22px;
  height: 22px;
  color: #A11F1D;
  flex: 0 0 auto;
  object-fit: contain;
}

.bb-hero__visual {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1 / 3;
  min-height: 0;
  padding-top: 2%;
  overflow: visible;
  background: none;
}

.bb-hero__visual > img:not(.bb-hero__fon),
.bb-hero__visual > img.bb-hero__truck {
  position: relative;
  z-index: 2;
  display: block;
  width: 94%;
  max-width: 94%;
  height: auto;
  margin-left: auto;
  object-fit: contain;
  object-position: right bottom;
}

.bb-hero__visual > img.bb-hero__fon {
  position: absolute;
  left: 2%;
  right: auto;
  bottom: -50px;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  z-index: 0;
  pointer-events: none;
  object-fit: contain;
  object-position: left bottom;
}

/* types */
.bb-types {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
}

.bb-type {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 20px;
  align-items: center;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
}

.bb-type__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}

.bb-type__photo img {
  width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
}

.bb-type__title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.bb-type__text {
  font-size: 14px;
  line-height: 1.5;
  color: #222;
}

/* steps */
.bb-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.bb-step__photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  background: #d9d9d9;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 22px;
}

.bb-step__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-step__head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.bb-step__num {
  font-size: 40px;
  font-weight: 800;
  color: var(--bb-red);
  line-height: 1;
}

.bb-step__title {
  font-size: 20px;
  margin-bottom: 8px;
}

.bb-step__text {
  font-size: 15px;
  line-height: 1.5;
  color: var(--bb-muted);
}

/* about */
#bb-about.bb-section {
  padding-top: 40px;
  padding-bottom: 0;
  background: #fff;
}
#bb-about .bb-section__title {
  margin: 0 0 40px !important;
}
.bb-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 0;
}

.bb-about p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 16px;
}

.bb-about > div:not(.bb-about__tagline) > :last-child {
  margin-bottom: 0;
}

.bb-about ul {
  margin: 0 0 16px;
  padding-left: 20px;
}

.bb-about li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.bb-about__tagline {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--bb-red);
  font-size: 26px;
  font-weight: 600;
  margin: 80px 0;
  padding: 0;
  border: none;
}

.bb-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  border: none;
  border-radius: 8px;
  background: #E8EBF4;
  margin-bottom: 0;
}

.bb-cta h3 { font-size: 24px; margin-bottom: 8px; }
.bb-cta p { margin: 0; color: var(--bb-muted); }

.bb-page .maxwidth-theme { max-width: none; }

@media (max-width: 1100px) {
  .bb-grid,
  .bb-steps { grid-template-columns: repeat(2, 1fr); }
  .bb-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    background: #E8EBF4;
    padding-bottom: 32px;
  }
  .bb-hero::before {
    top: 0;
    bottom: 0;
  }
  .bb-hero__content,
  .bb-hero__visual,
  .bb-hero__feats {
    grid-column: 1;
    grid-row: auto;
  }
  .bb-hero__content { order: 1; }
  .bb-hero__visual { order: 2; }
  .bb-hero__feats { order: 3; }
  .bb-hero__fon { display: none; }
  .bb-hero__visual > img.bb-hero__truck {
    width: 100%;
    max-width: 100%;
  }
  .bb-hero__actions {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .bb-page h1.bb-hero__heading { font-size: 32px; }
  .bb-hero__logo { width: 220px; }
  .bb-hero__feats {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    white-space: normal;
    margin-top: 20px;
  }
  .bb-hero__feats li {
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 1.25;
    min-width: 0;
  }
  .bb-hero__br {
    display: block;
  }
  .bb-hero__feats li + li {
    padding-left: 0;
  }
  .bb-hero__feats li + li::before {
    display: none !important;
    content: none !important;
  }
}

@media (max-width: 720px) {
  .bb-hero {
    background: #E8EBF4;
  }
  .bb-page h1.bb-hero__heading { font-size: 32px; }
  .bb-section { padding: 48px 0; }
  .bb-section__title { font-size: 26px; }
  .bb-grid,
  .bb-types,
  .bb-steps,
  .bb-about { grid-template-columns: 1fr; }
  .bb-list-head h1 { font-size: 30px; }
  .bb-cta { flex-direction: column; align-items: flex-start; }
  .bb-type { grid-template-columns: 1fr; padding: 18px; }
  .bb-type__photo img { max-height: 180px; }
}

/* End */
/* /local/templates/.default/components/bitrix/news/bodybuilders/style.css?178834639315163 */
