:root {
  --cs-font-size: 13px;
  --cs-back-color: #ececec;
  --cs-border-color: #0002;
  --cs-main-color: #4aaab7;
  --cs-card-color: #fff;
  --cs-indent: 1rem;
  --cs-margin: 20px;
  --cs-padding: 1rem;
  --cs-menu-width: 50px;
}

.gico {
  display: inline-block;
  line-height: 1;
  font-style: normal;
  font-size: 32px;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.gico.fill {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}

.gico.bold {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
}

.gico.slim {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48;
}

.gico.inline {
  font-size: 1.3em;
  vertical-align: middle;
}

.cs-carousel {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  box-sizing: border-box;
}
.cs-carousel img, .cs-carousel video {
  width: 100%;
  max-height: 360px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1.618/1;
}

.slick-prev {
  left: -10px;
  z-index: 2;
}

.p-article__body img {
  max-width: 100%;
}

.cs-pager {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1em;
  color: var(--cs-main-color);
}
.cs-pager li {
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cs-pager li.cs-current {
  color: #fff;
  background-color: var(--cs-main-color);
  border-radius: 50%;
}
.cs-pager li a {
  color: inherit;
  box-sizing: border-box;
  padding: 1em 0;
  text-align: center;
  display: block;
  text-decoration: none;
  line-height: 1;
  width: 100%;
}/*# sourceMappingURL=frontend.css.map */