.pasek_cta {
  background: var(--brand-darker);
  color: #fff;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 40px;
  align-items: center;
  padding: 40px 0;
}
.is-single .cta-band {
  grid-template-columns: minmax(0, 1fr);
}
@media (max-width: 991px) {
  .cta-band {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 32px 0;
  }
}

.cta-main {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.cta-icon-wrap {
  display: grid;
  place-items: center;
  flex: none;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
@media (max-width: 767px) {
  .cta-icon-wrap {
    width: 50px;
    height: 50px;
  }
}

.cta-icon {
  width: 28px;
  height: 28px;
}
@media (max-width: 767px) {
  .cta-icon {
    width: 23px;
    height: 23px;
  }
}

img.cta-icon {
  width: auto;
  height: auto;
  max-width: 28px;
  max-height: 28px;
}

.cta-copy h2 {
  margin: 0 0 12px;
  font-family: var(--ff-head);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 767px) {
  .cta-copy h2 {
    font-size: 19px;
  }
}

.cta-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cta-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
}
.cta-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
  transform: rotate(-45deg);
}

.cta-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.cta-phone {
  color: #fff;
  font-family: var(--ff-head);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
.cta-phone:hover {
  color: var(--link-hover, var(--brand));
}
@media (max-width: 767px) {
  .cta-phone {
    font-size: 26px;
  }
}

/*# sourceMappingURL=pasek_cta.css.map */
