/************ 1) Шапки: резерв высоты (убираем CLS) ************/
/* Десктопная шапка — #rec1204772656 */
@media (min-width:1200px) and (max-width:1439px){
  #rec1204772656 .t396__artboard,
  #rec1204772656 .t396__carrier,
  #rec1204772656 .t396__filter{
    height:120px !important; min-height:120px !important;
  }
}
@media (min-width:1440px) and (max-width:1919px){
  #rec1204772656 .t396__artboard,
  #rec1204772656 .t396__carrier,
  #rec1204772656 .t396__filter{
    height:125px !important; min-height:125px !important;
  }
}
@media (min-width:1920px){
  #rec1204772656 .t396__artboard,
  #rec1204772656 .t396__carrier,
  #rec1204772656 .t396__filter{
    height:165px !important; min-height:165px !important;
  }
}

/* Мобильная/планшетная шапка — #rec1204995321 */
@media (max-width:639px){
  #rec1204995321 .t396__artboard,
  #rec1204995321 .t396__carrier,
  #rec1204995321 .t396__filter{
    height:96px !important; min-height:96px !important;
  }
}
@media (min-width:640px) and (max-width:959px){
  #rec1204995321 .t396__artboard,
  #rec1204995321 .t396__carrier,
  #rec1204995321 .t396__filter{
    height:125px !important; min-height:125px !important;
  }
}
@media (min-width:960px) and (max-width:1199px){
  #rec1204995321 .t396__artboard,
  #rec1204995321 .t396__carrier,
  #rec1204995321 .t396__filter{
    height:125px !important; min-height:125px !important;
  }
}

/* (опционально) если какая-то шапка fixed/прилипает ↑ — разблокируй нужную строку: */
/* @media (max-width:639px){ body{ padding-top:96px; } }     */
/* @media (min-width:640px) and (max-width:959px){ body{ padding-top:125px; } } */
/* @media (min-width:960px) and (max-width:1199px){ body{ padding-top:125px; } } */
/* @media (min-width:1200px) and (max-width:1439px){ body{ padding-top:120px; } } */
/* @media (min-width:1440px) and (max-width:1919px){ body{ padding-top:125px; } } */
/* @media (min-width:1920px){ body{ padding-top:165px; } } */


/************ 2) Куки-баннер поверх контента (не толкает страницу) ************/
#rec1223991136{
  position: fixed !important;
  left: 0; right: 0; bottom: 0;
  width: 100%;
  z-index: 9999;
}
#rec1223991136 .t-container{
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
/* без «въезжающих» анимаций на телефонах */
@media (max-width:767px){
  #rec1223991136, #rec1223991136 *{
    transition: none !important;
    animation: none !important;
  }
}


/************ 3) Отключаем анимации на мобильных (ускоряем рендер) ************/
@media (max-width:767px){
  .t-animate, .t-animate_init, [data-animate-style]{
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    will-change: auto !important;
  }
}
