:root{
  --tp-primary:#b10c22;
  --tp-bg:#ffffff;
  --tp-surface:#ffffff;
  --tp-surface-soft:#f8fafc;
  --tp-text:#1f2937;
}

body{
  background:#ffffff;
  color:var(--tp-text);
}

#top,
.main_color,
.container_wrap{
  background:#ffffff;
}

a{
  color:var(--tp-primary);
}

a:hover{
  color:#8e091a;
}

h1,h2,h3,h4{
  color:#111827;
}

.avia_textblock table{
  width:100%;
  border-collapse:collapse;
  border:1px solid rgba(0,0,0,.08);
}

.avia_textblock th,
.avia_textblock td{
  padding:12px;
  border-bottom:1px solid rgba(0,0,0,.08);
}

.avia_textblock th{
  background:#f3f4f6;
}

#footer,
#socket{
  background:#f9fafb;
}
