.wrapper {
    box-sizing: content-box;
    padding-top: 130px !important;
}
.groups {
    max-width: 700px;
    margin: 0 auto;
}
.group {
}
.group-list {
    display: flex;
    flex-wrap: wrap;
}
h3.group-name {
    margin-top: 35px !important;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.logo_block {
    line-height: 1;
    margin-top: 20px;
    min-width: 50%;
}
.logo_block-content {
    display: inline-block;
    padding: 10px;
    margin: -10px;
    position: relative;
    /* Ховер — как у карточек продуктовых иконок */
    border-radius: 13px;
    transition: background-color .2s;
}
.logo_block-content:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,0.05);
}

.search-block {
    max-width: 700px;
}

.empty-text {
    display: block !important;
}

.container.searching .block {
    display: none;
}



/* Стили сайдпейджа — в общем файле client/styles-icons-lists/sidepage.css.
   Здесь только правка под эту страницу: «SVG»/«PNG» — серые, как подписи Light/Dark
   (и как «SVG» на иконках продуктов). Ссылки на размеры остаются чёрными — у
   .sidepage_link цвет задан явно, поэтому этот color на них не влияет. */
.sidepage_format {
    color: rgba(0, 0, 0, 0.4);
}

/* Адаптивка */

@media screen and (max-width: 768px) {
    .group-list {
        column-count: 1;
    }
    .icon-feature-container {
        width: 30%;
    }
}

@media screen and (max-width: 1439px) {
  .search-block {
    max-width: 628px;
  }
  .content .footer {
    padding-left: 202px !important;
  }
}

@media screen and (min-width: 1440px) {
  .content .footer {
    padding-left: 164px !important;
  }
}
