/* 1) Контейнер рекорда — fullwidth + поля по 40px */
#rec1558550421 .t-container,
#rec1558550421 .t1186__section_container.t-container {
  max-width: 100% !important;
  width: calc(100vw - 80px) !important;  /* 40px слева/справа */
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box;
}

/* 2) У блока 1186 убираем «служебные» колонки,
      делаем контентную колонку на всю ширину */
#rec1558550421 .t1186__section_container .t-col { padding: 0 !important; }
#rec1558550421 .t1186__section_container .t-col.t-col_2 { display: none !important; }
#rec1558550421 .t1186__section_container .t-col.t-col_10 { 
  width: 100% !important; 
  float: none !important;
}

/* 3) Сам слайдер: сбрасываем огромные внутренние отступы и задаём 40px */
#rec1558550421 .t1186__slider {
  width: 100% !important;
  max-width: none !important;
  padding: 0 40px !important;          /* это уберёт красные пустоты */
  box-sizing: border-box;
}

/* 4) Стрелки/навигация внутри новых границ */
#rec1558550421 .t1186__arrow_left  { left: 40px !important;  }
#rec1558550421 .t1186__arrow_right { right: 40px !important; }

/* 5) На всякий случай убираем внутренние паддинги у слайдов */
#rec1558550421 .t1186__item,
#rec1558550421 .t1186__item .t-container { 
  padding: 0 !important; 
}

/* 6) Адаптив: на мобилках делаем поля по 20px */
@media (max-width: 980px) {
  #rec1558550421 .t-container,
  #rec1558550421 .t1186__section_container.t-container { width: calc(100vw - 40px) !important; }
  #rec1558550421 .t1186__slider { padding: 0 20px !important; }
  #rec1558550421 .t1186__arrow_left  { left: 20px !important; }
  #rec1558550421 .t1186__arrow_right { right: 20px !important; }
}




.js-store-prod-text a {
    display: inline-block;
    padding: 10px 53px;
    margin-right: 35px;
    margin-top: 10px;
    border-radius: 4px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #5a4032;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: ##5a4032;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}