test-adv{
display: block,
padding: 30px,
background-color: blue,
color: red
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswaldmedium.woff2") format("woff2"), url("../fonts/oswaldmedium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswaldregular.woff2") format("woff2"), url("../fonts/oswaldregular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.tabl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.tabl-format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 9px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  border-collapse: separate;
  margin: 0 auto;
  border: 10px solid white;
  border-spacing: 3px;
  font-weight: 500;
}
.tablBody {
  min-width: 100px;
  min-height: 20px;
  width: 100%;
}
.tablRaw {
  width: 100%;
  min-width: 20px;
  min-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tablData {
  min-width: 50px;
  max-width: 400px;
  min-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1px;
}
.col-1,
.col-2 {
  min-width: 80px;
}
.col-3 {
  min-width: 165px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.col-4 {
  min-width: 110px;
}
.col-5 {
  min-width: 180px;
}
.col-6,
.col-7 {
  min-width: 110px;
}
.col-8 {
  min-width: 80px;
}
.col-1,
.col-2,
.col-6,
.col-7,
.col-8 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2px 25px 2px 0;
}
.col-1,
.col-7 {
  font-weight: bold;
  color: #a7104a;
}
.col-3,
.col-4,
.col-5 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
tr:nth-child(odd) {
  background: #ece7d7;
}
.col-1,
.col-6 {
  color: #1d8a78;
}
.col-3,
.col-8 {
  color: #a7104a;
}
.col-7 {
  color: white;
  background-color: #a7104a;
}
.tabl-head {
  padding: 10px 0 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-top: 0.5px solid #ece7d7;
  border-bottom: 0.5px solid #ece7d7;
  background-color: white;
  line-height: 12px;
  height: 50px;
  color: #000;
  font-weight: normal;
}
.tabl-rang {
  position: relative;
}
.tabl-rang::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 5px;
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-bottom: 25px solid #a7104a;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

#gdpr-cookie-consent-bar { max-width: 554px !important; font-family: Merriweather, Helvetica, Arial, sans-serif !important; }
#gdpr-cookie-consent-bar .btn { white-space: nowrap !important; }
#gdpr-cookie-consent-bar h3 { font-size: 19px !important; }

@media (max-width: 468px) {
#gdpr-cookie-consent-bar h3 { font-size: 13px !important; }
#gdpr-cookie-consent-bar p {
font-size: 10px !important;
line-height: 12px !important;
}

#gdpr-cookie-consent-bar .side_column {gap: 0 !important; }
}
#gdpr-cdookie-consent-bar.gdpr-banner {
  padding: 20px 20px  !important;
}
#gdpr-cookie-consent-bar p {
  text-align: left  !important;
}