/* Переместить T972 cookie-banner в правый верхний угол */
.t972__wrapper {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 9999 !important;
}