.cases-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cases-track {
  display: flex;
  transition: transform 0.6s ease;
}

.cases-track .asymmetric-grid {
  flex: 0 0 100%;
  box-sizing: border-box;
}

.service-small img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.case-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #c6c4c4;
  color: #000000;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.case-arrow:hover {
  background: #ffffff;
  color: #000000;
}

.case-arrow.prev {
  left: 0;
}

.case-arrow.next {
  right: 0;
}

.asymmetric-grid {
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .asymmetric-grid {
    grid-template-columns: 1fr !important;
    text-align: center;
  }

  .case-arrow {
    font-size: 22px;
    padding: 6px 10px;
  }
}

.lead-text-block {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.7;
    color: #c7c4c4;
}

.lead-text-block p {
    font-size: 18px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
.lead-text-block p,
.lead-list {
    font-size: 18px;
    position: relative;
    display: block;
    justify-content: center;
    text-align: center;
}
}

.cta-button- {
    display: inline-block;
    padding: 18px 50px;
    margin-left: 80%;
    background: #666666;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    border: 2px solid #666666;
    border-radius: 3px;
    position: relative;
}

@media (max-width: 768px) {
    .cta-button- {
        position: relative;
        display: inline-block;
        justify-content: center;
        text-align: center;
        margin-left: 20%;
    }
}

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 22px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    pointer-events: auto;
  }

  .cookie-inner {
    width: calc(100% - 60px);
    max-width: 1100px;
    background: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0 10px 30px rgba(255,255,255,0.06);
    padding: 18px 20px;
    border-radius: 6px;
    display: flex;
    gap: 18px;
    align-items: center;
    box-sizing: border-box;
  }

  .cookie-text {
    flex: 1 1 auto;
    min-width: 0;
  }

  .cookie-text strong {
    display: block;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-bottom: 6px;
    font-weight: 600;
  }

  .cookie-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #eeeeee;
    opacity: 0.95;
  }

  .cookie-actions {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .cookie-btn {
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    line-height: 1;
  }

  /* primary (чёрная заливка) */
  .cookie-btn.primary {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
  }

  /* ghost (прозрачная) */
  .cookie-btn.ghost {
    background: transparent;
    color: #ffffff;
  }

  /* link — текстовая ссылка */
  .cookie-btn.link {
    background: transparent;
    color: #ffffff;
    padding: 6px 10px;
    border: none;
    text-decoration: underline;
  }

  .cookie-btn:hover,
  .cookie-btn:focus {
    opacity: 0.9;
    outline: none;
  }

  /* mobile adjustments */
  @media (max-width: 720px) {
    .cookie-inner {
      flex-direction: column;
      align-items: stretch;
      gap: 12px;
      padding: 14px;
    }
    .cookie-actions {
      justify-content: flex-end;
    }
    .cookie-btn {
      min-width: 84px;
    }
  }



.checkbox-wrapper-65 *,
  .checkbox-wrapper-65 ::after,
  .checkbox-wrapper-65 ::before {
    box-sizing: border-box;
  }
  .checkbox-wrapper-65 .cbx {
    position: relative;
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: #606062;
    background-image: linear-gradient(#474749, #606062);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.15), inset 0 -1px 1px rgba(0,0,0,0.15);
    transition: all 0.15s ease;
  }
  .checkbox-wrapper-65 .cbx svg {
    position: absolute;
    top: 3px;
    left: 3px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 17;
    stroke-dashoffset: 17;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-65 .cbx + span {
    float: left;
    margin-left: 6px;
  }
  .checkbox-wrapper-65 {
    user-select: none;
  }
  .checkbox-wrapper-65 label {
    display: inline-block;
    cursor: pointer;
  }
  .checkbox-wrapper-65 input[type="checkbox"] {
    display: none;
    visibility: hidden;
  }
  .checkbox-wrapper-65 input[type="checkbox"]:checked + .cbx {
    background-color: #606062;
    background-image: linear-gradient(#255cd2, #1d52c1);
  }
  .checkbox-wrapper-65 input[type="checkbox"]:checked + .cbx svg {
    stroke-dashoffset: 0;
    transition: all 0.15s ease;
  }