

/* Start:/local/templates/main/template_styles.css?17766884273767*/
:root {
  --bs-border-radius-lg: 0.5rem;
  font-size: 14px;
  --bs-body-line-height: 1.2;
  --bs-box-shadow-lg: 0 0 2rem rgba(0, 0, 0, 0.15);
   --color-main: #0457d3;
  @media (min-width: 1200px) {
    font-size: 16px;
  }
  @media (min-width: 1920px) {
    font-size: 0.8333vw;
  }
 
}
body {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  color: var(--color-dark);
}
.container {
  --bs-gutter-x: 3rem;
  @media (min-width: 1600px) {
    width: 1400px;
    max-width: 1400px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

.rating-item {
  .counter {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .counter-x2 {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .rating-plus {
    --bg: #f8fbff;
    --color: #0457d3;
    --marker: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6667 5L7.5 14.1667L3.33333 10' stroke='%230457D3' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .rating-minus {
    --bg: #fff8ff;
    --color: #ff4c4f;
    --marker: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5L5 15' stroke='%23FF4C4F' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 5L15 15' stroke='%23FF4C4F' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .rating-compare {
    background-color: var(--bg);
  }
  .rating-headline {
    color: var(--color);
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color);
  }
  .rating-points {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    li {
      display: flex;
    }
    li:before {
      content: var(--marker);
      color: var(--color);
      margin-right: 1rem;
    }
  }
}
.rating-compare {
  vertical-align: middle;
  background: none;
  border-radius: 2rem;
  --bs-table-color: var(--text-dark);
  --bs-table-bg: none;
  thead {
    --bs-table-bg: var(--color-accent);
    --bs-table-color: var(--text-light);
    color: var(--text-light);
    vertical-align: middle;
    font-size: 0.75em;
    text-transform: uppercase;
  }
  .badge {
    font-weight: normal;
  }
  .accent-1 {
    background-color: #d1fae5;
    color: #047857;
  }
  .accent-2 {
    background-color: #fef3c7;
    color: #b45309;
  }
  .accent-3 {
    background-color: #f6f2ee;
    color: #be123c;
  }
  td,
  th {
    /*font-size: .875em;*/
    padding: 1rem 1.5rem;
  }
  tr:last-child td {
    border-bottom: 0;
  }
  thead th {
	white-space: nowrap;
  }
  tbody tr:first-child {
    background-color: white;
  }
  tbody tr:first-child td:last-child b {
    color: #0457d3;
  }
}
.glass-picture {
  @media (min-width: 992px) {
    transform: scale(1.3) translateY(-21px) translateX(-15%);
  }
}
.glass-badge {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  box-shadow:
    2px 2px 3.7px rgba(13, 74, 146, 0.09),
    2px 7px 9.9px rgba(0, 71, 155, 0.06);
  backdrop-filter: blur(5.05px);
  border-radius: 20px;
  position: absolute;
  padding: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  &.gb-1 {
    top: 15%;
    left: 40%;
  }
  &.gb-2 {
    top: 51%;
    left: 53%;
  }
  &.gb-3 {
    top: 23%;
    left: 57%;
  }
  &.gb-4 {
    top: 60%;
    left: 0%;
  }
}

footer {
  background: #202023;
  color: #83868d;
}

/* End */
/* /local/templates/main/template_styles.css?17766884273767 */
