.sections-slider .sections-slider__wrapper {
  width: auto;
  display: flex;
  height: auto;
}
.sections-slider__item {
  --item-size: 144px;
  width: var(--item-size);
}
.sections-slider__item--big {
  --item-size: 216px;
  width: var(--item-size);
}
.sections-slider__item-image-wrapper {
  height: var(--item-size);
}
.sections-slider__item-image-wrapper--ICONS{
  height: auto;
}
.sections-slider__item-image-wrapper--ICONS svg,
.sections-slider__item-image-wrapper--ICONS .sections-slider__item-image {
  width: 40px;
  height: 40px;
}
@media (max-width: 600px) {
  .sections-slider__item--big {
    --item-height: 164px;
  }
}
.sections-slider__sublist li,
.sections-slider__subslist li{
  list-style: none;
}
.sections-slider__sublist li:before,
.sections-slider__subslist li:before{
  content: none;
}
.sections-slider .height-100{
  height: auto;
}
.sections-slider__item{
  width: 278px;
  padding: 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
  transition: background-color 0.25s;
  margin-bottom: 10px;
  margin-left: 1px;
}
.sections-slider__item:hover{
  background: #E2DBD6;
}
.sections-slider__item-image-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 100%;
  background: none !important;
}
.sections-slider__item .sections-slider__item-image{
  width: auto;
  height: auto;
  position: static;
}
.sections-slider__item-text{
  color: #212529;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 15px;
}
.sections-slider__subslist{
  display: none;
}
.sections-slider__sublist li:has(.sections-slider__sublist-link--active) .sections-slider__subslist{
  display: block;
}
.sections-slider__sublist-link--active > svg{
  transform: rotate(180deg);
  transform-origin: center 8px;
}
.sections-slider__sublist{
  text-align: center;
  margin-top: 10px;
}
.sections-slider__sublist a{
  text-decoration: none !important;
  color: #212529;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 4px 0;
  display: block;
}
.sections-slider__sublist > li > a:hover{
  text-decoration: underline !important;
}
.sections-slider__sublist > li{
  display: none;
  margin: 0;
}
.sections-slider__subslist li{
  margin: 0;
}
.sections-slider__subslist li a{
  line-height: 1;
}
.sections-slider__sublist > li:nth-of-type(1),
.sections-slider__sublist > li:nth-of-type(2),
.sections-slider__sublist > li:nth-of-type(3),
.sections-slider__sublist > li:nth-of-type(4),
.sections-slider__sublist > li:nth-of-type(5){
  display: block;
}
.sections-slider__item--show-all .sections-slider__sublist > li{
  display: block;
}
.sections-slider__item-more{
  display: none;
  width: 100%;
  background: none;
  outline: none;
  border: none;
  text-align: center;
  color: #537973;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  --underline-opacity: 16%;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color:  color-mix(in oklab, var(--white_text_black) var(--underline-opacity), transparent);
  text-underline-offset: .2em;
}
.sections-slider__item:has(.sections-slider__sublist > li:nth-of-type(6)) .sections-slider__item-more{
  display: block;
}