/* Fix low contrast text on /vse-vklyucheno - Issue #8 */
#rec1126926896 .t499__title {
  color: #4a3520 !important;
}
#rec1126926896 .t499__text {
  color: #3d3d3d !important;
}
#rec1126926896 .t499__img img {
  filter: brightness(0.5) !important;
}

/* Fix empty/invisible section on homepage - Issue #10 */
#rec868365634 .t674__cover_fixed {
  display: none !important;
}
#rec868365634 .t674 {
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
/* Fix low contrast text on /vse-vklyucheno - Issue #8 */
#rec1126926896 .t499__title {
  color: #4a3520 !important;
}
#rec1126926896 .t499__text {
  color: #3d3d3d !important;
}
#rec1126926896 .t499__img img {
  filter: brightness(0.5) !important;
}

/* Fix empty/invisible section on homepage - Issue #10 */
#rec868365634 .t674__cover_fixed {
  display: none !important;
}
#rec868365634 .t674 {
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}


/* Fix cropped/overflowing elements on right edge - Issue #11 */
body {
  overflow-x: hidden !important;
}
.t-records {
  overflow-x: hidden !important;
}

/* Hide fraud warning banner - Issue #16 (scammer site no longer appearing) */
#rec2050067951 {
  display: none !important;
}