/* Фиксирует фон при скролле */
#rec932271456 .t-section__bg {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    z-index: 0;
}

/* Делает секцию относительно позиционированной */
#rec932271456 {
    position: relative;
    overflow: hidden;
}

/* Поднимает контент над фоном */
#rec932271456 .t-container {
    position: relative;
    z-index: 1;
}