/*
 * /o-trenerze — the trainer page (P5-o-trenerze). Sits on top of the theme
 * stylesheet in assets/ (read-only): the lead band reuses the price-plan
 * markup, the biography reuses about-area, everything else is here.
 */

.tr-section {
  padding: 80px 0 50px;
}

.tr-section--grey {
  background: #f5f5f5;
}

.tr-section .section-tittle span {
  margin-left: 0;
  padding-left: 72px;
  position: relative;
}

.tr-section .section-tittle span::before {
  left: 0;
  top: 50%;
}

.tr-section .section-tittle h2 {
  font-size: 44px;
}

/* ---- lead band ----------------------------------------------------------- */

.tr-lead {
  padding-bottom: 30px;
}

.tr-lead__band {
  background: #ed342c;
}

.tr-lead .price-plan h2 {
  font-size: 40px;
  line-height: 1.1;
}

.tr-lead__text {
  font-size: 18px;
  margin-top: 12px !important;
  opacity: 0.95;
}

/* ---- biography ----------------------------------------------------------- */

.tr-bio {
  padding: 60px 0 40px;
}

.tr-bio__photo img {
  width: 100%;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.tr-bio__text .section-tittle span {
  margin-left: 0;
  padding-left: 72px;
  position: relative;
}

.tr-bio__text .section-tittle span::before {
  left: 0;
  top: 50%;
}

/* The record from the trainer-bio block: h3 per career, ul of results. The
   trophies are ours, not the block's. */

.tr-record h3,
.tr-record h4 {
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  margin: 26px 0 10px;
  color: #16161a;
}

.tr-record h3:first-child,
.tr-record h4:first-child {
  margin-top: 0;
}

.tr-record ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.tr-record ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #212025;
  line-height: 1.6;
}

.tr-record ul li::before {
  content: "\f091";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ed342c;
  position: absolute;
  left: 0;
  top: 2px;
}

.tr-record p {
  font-size: 16px;
  color: #212025;
}

@media (max-width: 991px) {
  .tr-bio__photo {
    margin-bottom: 40px;
    max-width: 480px;
  }

  .about-area.tr-bio .about-caption {
    padding-left: 0;
  }
}

/* ---- videos -------------------------------------------------------------- */

.tr-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
  margin-bottom: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.tr-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---- closing CTA --------------------------------------------------------- */

.tr-cta {
  padding-bottom: 80px;
}

.tr-cta .section-tittle--light span {
  color: #fff;
}

.tr-cta__lede {
  font-size: 18px;
  color: #ddd;
  max-width: 720px;
  margin: 0 auto 30px;
}

.tr-cta .header-btn {
  margin: 6px 4px;
}
