<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================РЎРўРР›Р РљРђРўРђР›РћР“Рђ================ */

section.catalog__body {
  width: 100%;
  background-color: #f7f4f1;
  padding-bottom: 70px;
}
section.catalog__body h1 {
  margin-top:55px;
  margin-bottom: 40px;
  color: #3c3f48;
  font-size: 30px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.catalog__block {
  padding: 0 20px
  margin-bottom: 20px;
  margin-top: 20px;
}
.catalog__block-img {
  display: block;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 230px;
  margin: 20px 5px;
  transition: .2s all linear;
}
.categories__block-icon img {
  width: 60px;
}
.catalog__block-img p {
  font-size: 17px;
  color: #3c3f48;
  margin-top: 20px;
}
.catalog__block-links {
  width: 100%;
}
.catalog__block-links&gt;ul {
  margin: 0 10px;
  padding-left: 20px;
}
.catalog__block-links&gt;ul&gt;li {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.catalog__block-links&gt;ul&gt;li:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 5px;
  height: 10px;
  background:url(/img/arrow_pink.png) center center no-repeat;
}
.catalog__block-links&gt;ul&gt;li:hover:before {
  background-image: url(/img/arrow_dark.png);
}
.catalog__block-links&gt;ul&gt;li a {
  font-size: 15px;
  color: #3c3f48;
}
.catalog__block-links&gt;ul&gt;li:hover a {
  font-weight: 600;
}</pre></body></html>