@media (max-width: 600px) {
  .sections_wrapper .cat_sections {
    padding-left: 16px;
    margin-left: -16px;
    padding-right: 16px;
    margin-right: -16px;
  }
  #main .wrapper_inner.front .drag-block.container .sections_wrapper {
    padding-bottom: 25px;
  }
  .sections_wrapper .item_block{
    width: 100px;
  }
}
.sections-slider-wrap{
  position: relative;
}
.cat-sections-all__image{
  background: var(--darkerblack_bg_black);
  border-radius: 50%;
}
.grey_block .cat-sections-all__image{
  background: var(--black_bg_black);
}
.sections_wrapper.icons .cat-sections-all__image{
  background: none;
}
.cat-sections-all__image a{
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sections_wrapper .cat-sections-all svg path{
  fill: var(--white_text_black);
}
.svg-inline-cat_sections{
  display: block;
}
.svg-inline-cat_sections{
  display: block;
}
.svg-inline-cat_sections svg{
  vertical-align: middle;
}

/*round sections*/
body .sections_wrapper .cat_sections--round .item:not(.section_item) .img{
  width: auto;
  height: auto;
  line-height: normal;
  /* padding-top: 100%; */
  padding-top: clamp(40px, 100%, 150px);
  max-width: 150px;
  position: relative;
}
.sections_wrapper .cat_sections--round .img img, 
.sections_wrapper .cat_sections--round .img .svg-inline-cat_sections{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.sections_wrapper .svg-inline-cat_sections{
  display: flex;
  justify-content: center;
  align-items: center;
}
.sections_wrapper .svg-inline-cat_sections svg{
  width: auto;
  height: auto;
  line-height: normal;
}
@media(min-width: 768px){
  .sections_wrapper .cat_sections{
    margin: 0 30px;
  }
  .sections_wrapper .cat_sections--round{
    margin: 0 58px;
  }
}

/**/