<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "RF Dewi", sans-serif;
    color: #000000;
}

a, label {
    color: #000000;
}

.link_underline.link_green {
    border-color: #444350;
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
}
.link_green {
    color: #444350;
}
.advantages__item-ttl {
    color: #3a444f;
}
.catalog__item-link:not(:last-child)::after {
    content: ',';
    color: #444350;
}
.header__menu a.link_underline.link_green {
  border: none;
  font-size: 1.15rem;
}

.banners {
    max-height: 497px;
}





@media (min-width: 1095px) {
  .catalog__item-img {
    border-radius: .3125rem;
    box-shadow: 0 .1875rem .18188rem .00563rem #d8d8d8;
    background: no-repeat center center;
    background-size: cover;
    /* margin-right: 1.25rem; */
    flex-shrink: 0;
    width: 350px;
    height: 300px;
  }
  .catalog__item-wrap {    
      margin: auto;
}
}



.catalog__item-ttl {
    font-size: large;
}

.catalog__item {
    flex-direction: column;
}</pre></body></html>