.choose-zaka {
  text-align: center; }
  .choose-zaka h2 {
    font-size: var(--typo-title);
    line-height: var(--lh-title);
    font-weight: var(--fw-title);
    letter-spacing: var(--ls-title);
    /* Mobile styles (under 992px) */
    color: var(--white);
    margin-bottom: 100px; }
    @media (max-width: 992px) {
      .choose-zaka h2 {
        font-size: var(--typo-title-m); } }
    @media (max-width: 992px) {
      .choose-zaka h2 {
        margin-bottom: 75px;
        text-align: var(--left); } }
  @media (max-width: 992px) {
    .choose-zaka .opic {
      margin-bottom: 75px; }
      .choose-zaka .opic:last-child {
        margin: 0; } }
  .choose-zaka.n-line h2 {
    margin-bottom: 25px; }
  @media (min-width: 992px) {
    .choose-zaka.n-line .row {
      padding: 0 70px; } }
  .choose-zaka.n-line .opic {
    position: relative; }
    .choose-zaka.n-line .opic:before {
      content: '';
      position: absolute;
      height: 10px;
      width: 100%;
      background: var(--neutral-700);
      top: 40px;
      left: 0; }
    @media (min-width: 992px) {
      .choose-zaka.n-line .opic:first-child:before {
        width: 50%;
        left: auto;
        right: 0; }
        [dir="rtl"] .choose-zaka.n-line .opic:first-child:before {
          right: auto;
          left: 0; }
      .choose-zaka.n-line .opic:last-child:before {
        width: 50%;
        right: auto;
        left: 0; }
        [dir="rtl"] .choose-zaka.n-line .opic:last-child:before {
          left: auto;
          right: 0; } }
    @media (max-width: 992px) {
      .choose-zaka.n-line .opic {
        margin: 0; }
        .choose-zaka.n-line .opic .cz-noicon {
          margin: 0;
          position: absolute;
          left: 0;
          top: 0; }
        .choose-zaka.n-line .opic .cz-card {
          padding: 0 60px;
          text-align: var(--left); }
        .choose-zaka.n-line .opic:before {
          left: 27px;
          height: 100%;
          width: 10px; }
        .choose-zaka.n-line .opic:last-child:before {
          width: 0%;
          height: 0; } }
  .choose-zaka:not(.n-line) .cz-card:hover {
    background: var(--primary); }
    .choose-zaka:not(.n-line) .cz-card:hover h4, .choose-zaka:not(.n-line) .cz-card:hover p {
      color: var(--base-black); }
    .choose-zaka:not(.n-line) .cz-card:hover .cz-icon {
      background: var(--white); }
  .choose-zaka .cz-card {
    padding: 25px 30px;
    position: relative;
    height: 100%; }
    .choose-zaka .cz-card .cz-icon {
      width: 100px;
      height: 100px;
      background-color: var(--neutral-700);
      border-radius: 50%;
      margin: 0 auto;
      margin-top: -75px;
      margin-bottom: 25px;
      position: relative;
      --cz-icon-bg: url(../../assets/images/icons/star.svg); }
      .choose-zaka .cz-card .cz-icon:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-image: var(--cz-icon-bg);
        height: 33px;
        width: 33px;
        background-size: contain;
        background-repeat: no-repeat; }
    .choose-zaka .cz-card .cz-noicon {
      height: 40px;
      width: 40px;
      background: var(--white);
      border-radius: 50%;
      display: flex;
      margin: auto;
      place-items: anchor-center;
      place-content: center;
      margin-bottom: 30px;
      color: var(--primary);
      font-size: var(--typo-text);
      line-height: var(--lh-text);
      font-weight: var(--fw-text);
      letter-spacing: var(--ls-text);
      /* Mobile styles (under 992px) */ }
      @media (max-width: 992px) {
        .choose-zaka .cz-card .cz-noicon {
          font-size: var(--typo-text-m); } }
    .choose-zaka .cz-card h4 {
      font-size: var(--typo-subtitle);
      line-height: var(--lh-subtitle);
      font-weight: var(--fw-subtitle);
      letter-spacing: var(--ls-subtitle);
      /* Mobile styles (under 992px) */
      margin-bottom: 20px;
      color: var(--primary); }
      @media (max-width: 992px) {
        .choose-zaka .cz-card h4 {
          font-size: var(--typo-subtitle-m); } }
    .choose-zaka .cz-card p {
      font-size: var(--typo-text);
      line-height: var(--lh-text);
      font-weight: var(--fw-text);
      letter-spacing: var(--ls-text);
      /* Mobile styles (under 992px) */
      color: var(--gray-100);
      margin: 0; }
      @media (max-width: 992px) {
        .choose-zaka .cz-card p {
          font-size: var(--typo-text-m); } }
  .choose-zaka .zk-url {
    text-align: center; }
    .choose-zaka .zk-url a {
      display: inline-block;
      margin-top: 45px; }
  @media (max-width: 992px) {
    .choose-zaka .cz-card {
      margin-bottom: 30px; } }

.zaka-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999999; }

.zaka-popup-overlay.active {
  display: flex; }

.zaka-popup-box {
  background: #fff;
  padding: 20px;
  max-width: 900px;
  width: 90%;
  border-radius: 12px;
  position: relative; }

.zaka-popup-close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 28px;
  font-weight: bold; }

.zaka-popup-content iframe {
  width: 100%;
  height: 500px;
  border: none; }
