html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    position: relative;
}

/* десктоп */
.t001__uptitle div{
    font-size: 62px !important;
    line-height: 40px !important;
}

/* планшет */
@media (max-width: 960px){
    .t001__uptitle div{
        font-size: 48px !important;
        line-height: 38px !important;
    }
}

/* телефон */
@media (max-width: 640px){
    .t001__uptitle div{
        font-size: 36px !important;
        line-height: 32px !important;
    }
}

#rec1881670813 {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999 !important;

  /* убиваем влияние stacking context */
  transform: none !important;
  perspective: none !important;
  filter: none !important;
  will-change: auto !important;
}