.contacts__mapbox {
    height: auto !important;
}




.contacts__form .c-agreement-checkbox-html-label::before {
    display: none;
}

.contacts__form input[name="crm_form[!agreement_checkbox]"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid var(--blue-color);
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    margin: 0;
    flex-shrink: 0;
}

.contacts__form input[name="crm_form[!agreement_checkbox]"]:checked {
    background-color: var(--blue-color);
}

.contacts__form input[name="crm_form[!agreement_checkbox]"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contacts__form .c-agreement-checkbox-html-label {
    margin-top: 0px; !important}
    
.benefits-block__list {
    grid-template-columns: repeat(3,1fr) !important;

}


.home-help::after {
    height: calc(100% + 0px) !important;
}

.home-help::after,.home-help::before {
    inset: 0px 0 0 !important;
}


@media (max-width: 768px) {
    .benefits-block__list {
        display: grid;
        grid-template-columns: 1fr !important; 
        gap: 15px;
        padding: 0;
        margin: 0;
        list-style: none;
    }
}


/* Свернуто - по умолчанию */
.toggle-block-content[style*="max-height: 67.2px"] {
    max-height: 67.2px !important;
    overflow: hidden !important;
}

/* Развернуто - убираем max-height */
.toggle-block-content:not([style*="max-height: 67.2px"]) {
    max-height: none !important;
    overflow: hidden !important;
}

/* для доставки и оплаты */
  .delivery-page__city { padding: 24px 0; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
  .delivery-page__city-title { font-size: 19px; font-weight: 600; }
  .city-plugin__select-link { display: inline-flex; align-items: center; gap: 6px; text-decoration: underline; text-decoration-style: dashed; text-underline-offset: 3px; font-weight: 600; color: #1a5fd0; }

  .business-page-text-block { text-align: center; font-size: 22px; font-weight: 700; padding: 8px 0 32px; }

  .business-page-map { display: flex; align-items: center; gap: 40px; padding: 24px 0 48px; flex-wrap: wrap; }
  .business-page-map__wrap-img { flex: 1 1 320px; min-width: 280px; }
  .business-page-map__img { width: 100%; height: auto; display: block; }
  .business-page-map__text { flex: 1 1 320px; }
  .business-page__title-h2 { font-size: 19px; font-weight: 600; line-height: 1.3; margin-bottom: 16px; }
  .business-page__title-h2_big { font-size: 24px; }
  .business-page-map__list { margin: 0; padding: 0; list-style: none; }
  .business-page-map__item { position: relative; padding-left: 20px; margin-bottom: 12px; color: #808080; }
  .business-page-map__item::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: #1a5fd0; }

  .delivery-page-variants__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; padding: 24px 0 48px; }
  .delivery-page-variants__item { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 18px; border: 2px solid #E5E5E5; border-radius: 10px; text-align: center; }
  .delivery-page-variants__wrap-img { height: 40px; display: flex; align-items: center; justify-content: center; }
  .delivery-page-variants__img { max-height: 40px; max-width: 100%; object-fit: contain; }
  .delivery-page-variants__name { font-size: 14px; font-weight: 600; color: #4d4d4d; }
  @media (min-width: 640px) { .delivery-page-variants__list { grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1024px) { .delivery-page-variants__list { grid-template-columns: repeat(6, 1fr); } }

  /* --- payments: реальный CSS темы --- */
  .delivery-page__payments { padding: 24px 0 48px; }
  .delivery-page-payments { display: flex; flex-flow: column; gap: 24px; }
  .delivery-page-payments__title { font-size: 19px; font-weight: 600; line-height: 34.2px; }
  .delivery-page-payments__list { display: grid; --columns: 1; grid-template-columns: repeat(var(--columns), 1fr); gap: 10px 10px; }
  .delivery-page-payments__payment { display: flex; gap: 10px; padding: 15px; border-radius: 10px; border: 2px solid #E5E5E5; }
  .delivery-page-payments__payment-logo { flex: 0 0 auto; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
  .delivery-page-payments__payment-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
  .delivery-page-payments__content { display: flex; flex-flow: column; }
  .delivery-page-payments__payment-name { font-weight: 600; margin-bottom: 4px; }
  .delivery-page-payments__payment-description { color: #808080; font-size: 14px; }
  .delivery-page-payments__payment-description a { color: #1a5fd0; text-decoration: underline; }
  @media (min-width: 768px) { .delivery-page-payments__title { font-size: 24px; line-height: 36px; } .delivery-page-payments__list { --columns: 2; } }
  @media (min-width: 1024px) { .delivery-page-payments__list { --columns: 2; } }
  @media (min-width: 1280px) { .delivery-page-payments__list { --columns: 2; } }

  .delivery-page-exchange { display: flex; gap: 48px; padding: 32px 0 56px; flex-wrap: wrap-reverse; align-items: flex-start; }
  .delivery-page-exchange__content { flex: 1 1 420px; }
  .delivery-page-exchange__title { font-size: 24px; font-weight: 700; margin-bottom: 20px; }
  .delivery-page-exchange__list { margin: 0 0 20px; padding: 0; list-style: none; }
  .delivery-page-exchange__item { padding: 16px 0; border-top: 1px solid #E5E5E5; }
  .delivery-page-exchange__item:first-child { border-top: none; }
  .delivery-page-exchange__item-name { font-weight: 600; margin-bottom: 6px; }
  .delivery-page-exchange__item-description { color: #808080; font-size: 14px; }
  .delivery-page-exchange__guarantee { display: inline-block; font-weight: 600; color: #1a5fd0; text-decoration: underline; margin-bottom: 28px; }
  .delivery-page-exchange__info { padding-top: 20px; border-top: 1px solid #E5E5E5; }
  .delivery-page-exchange__questions { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
  .delivery-page-exchange__soc { display: flex; gap: 20px; flex-wrap: wrap; color: #808080; font-size: 14px; }
  .delivery-page-exchange__soc_bold { font-weight: 700; color: #1a1a1a; text-decoration: none; }
  .delivery-page-exchange__img { flex: 1 1 300px; min-width: 260px; }
  .delivery-page-exchange__img img { width: 100%; height: auto; display: block; border-radius: 12px; }
  
  
  


