/* 1920px и выше */
@media screen and (min-width: 1920px) {
  .t585 .t-container {
    max-width: 1800px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* от 1440px до 1920px */
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .t585 .t-container {
    max-width: 1400px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* от 1200px до 1440px */
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .t585 .t-container {
    max-width: 1200px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* ниже 1200px — 100% с отступами 20px */
@media screen and (max-width: 1199px) {
  .t585 .t-container {
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }
}

/* растягиваем колонки и аккордеон на всю ширину контейнера */
.t585 .t-col,
.t585 .t585__wrapper,
.t585 .t585__trigger-button,
.t585 .t585__content,
.t585 .t585__textwrapper {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
/* На экранах от 1920px и больше — 1760px по центру */
@media screen and (min-width: 1920px) {
  .t-catalog .t-container_100 {
    max-width: 1760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    box-sizing: border-box;
  }
}

/* От 1440px до 1919px — 1360px по центру */
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .t-catalog .t-container_100 {
    max-width: 1360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    box-sizing: border-box;
  }
}

/* От 1200px до 1439px — 1160px по центру */
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .t-catalog .t-container_100 {
    max-width: 1160px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    box-sizing: border-box;
  }
}

/* Для экранов меньше 1200px — ширина 100% с паддингом по 20px */
@media screen and (max-width: 1199px) {
  .t-catalog .t-container_100 {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
    box-sizing: border-box;
  }
}
/* Ширина 1760px на экранах от 1920px и больше */
@media screen and (min-width: 1920px) {
  .t762 .t762__container {
    max-width: 1760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    box-sizing: border-box;
  }
}

/* Ширина 1360px на экранах от 1440px до 1919px */
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .t762 .t762__container {
    max-width: 1360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    box-sizing: border-box;
  }
}

/* Ширина 1160px на экранах от 1200px до 1439px */
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .t762 .t762__container {
    max-width: 1160px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    box-sizing: border-box;
  }
}

/* Всю ширину с паддингом 20px на экранах меньше 1200px */
@media screen and (max-width: 1199px) {
  .t762 .t762__container {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
    box-sizing: border-box;
  }
}
.map-container {
  border-radius: 8px;
}

/* Убираем стили с обёртки-фона */
.t706__cartwin {
  background: none !important;
  border: none !important;
}

/* Скрыть кнопку удаления товара */
.t706__product-del {
  display: none !important;
}

/* Пунктирная граница + растяжка с отступом 20px */
.t706__cartwin-content {
  border: 3px dashed #D2FF46 !important;
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  bottom: 20px !important;
  left: 20px !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: auto !important;
  margin: 0 !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
  overflow-y: auto !important;
  padding: 40px 50px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* Скрываем скроллбар */
.t706__cartwin-content::-webkit-scrollbar {
  display: none !important;
}
.t706__cartwin-content {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

/* Крестик закрытия */
.t706__cartwin-close {
  position: fixed !important;
  top: 40px !important;
  right: 45px !important;
  z-index: 9999 !important;
}

/* Скрыть заголовок */
.t706__cartwin-heading {
  display: none !important;
}

/* Скрыть блок с суммой в cartwin-bottom */
.t706__cartwin-content > .t706__cartwin-bottom > div {
  display: none !important;
}

/* Карточка товара */
.t706__product {
  margin-bottom: 24px !important;
  padding: 16px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

/* Название товара */
.t706__product-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

/* Цена товара */
.t706__product-amount {
  font-size: 18px !important;
  font-weight: 600 !important;
}

/* Лейблы полей */
.t-input-title {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 6px !important;
}

/* Поля ввода */
.t-input-group {
  margin-bottom: 16px !important;
}

.t-input {
  font-size: 16px !important;
  padding: 12px 14px !important;
}

/* Чекбоксы — компактнее */
.t-input-group_cb {
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}

.t-checkbox__control span {
  font-size: 13px !important;
  line-height: 1.4 !important;
}

/* Кнопка отправки */
.t-form__submit {
  margin-top: 24px !important;
}

.t-submit {
  width: 100% !important;
  padding: 16px 20px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

/* Итоговая сумма */
.t706__cartwin-totalamount-wrap {
  margin-top: 20px !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

/* Текст над формой */
.t706__form-upper-text {
  margin-bottom: 16px !important;
  font-size: 14px !important;
  opacity: 0.8 !important;
}

/* === Мобильная версия === */
@media screen and (max-width: 768px) {
  .t706__cartwin-content {
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    padding: 24px 20px !important;
    border-radius: 10px !important;
    justify-content: flex-start !important;
  }

  .t706__cartwin-close {
    top: 24px !important;
    right: 28px !important;
  }

  .t706__product-title {
    font-size: 17px !important;
  }

  .t706__product-amount {
    font-size: 16px !important;
  }

  .t-input-title {
    font-size: 13px !important;
  }

  .t-input {
    font-size: 15px !important;
    padding: 10px 12px !important;
  }

  .t-submit {
    padding: 14px 16px !important;
    font-size: 15px !important;
  }

  .t706__cartwin-totalamount-wrap {
    font-size: 16px !important;
  }

  .t-checkbox__control span {
    font-size: 12px !important;
  }


