/* fonts */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    padding: 0;
}

.header {
    color: #424242;
    display: block;
    float: left;
    font-size: 42px;
    margin: 0;
    padding: 13px 0 0;
}

/* h1 {
    font-weight: 200 !important;
} */

span.header {
    font-weight: 200 !important;
}

.link {
    color: #222222;
    cursor: pointer;
    text-decoration: none
}

.icons-wrapper {
    margin-top: 170px;
}

.content .footer {
    font-size: 16px;
    line-height: 24px;
    max-width: 1100px;
    width: 100%;
    position: relative;
    left: 0;
    margin: 60px auto 0;

}

@media screen and (min-width: 1440px) {
  .content .footer {
      left: 135px;
  }
}
.content .footer {
    width: 100% !important;
    max-width: 1028px !important;
    padding-left: 14px !important;
    padding-right: 24px !important;
}
.custom-container {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.groupname {
    color: #9B9B9B;
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 6px;
    margin-top: 0 !important;
}

.container {
    width: 100%;
}

/* Иконки-карточки «выезжают» на -24px только с 1024px (см. icons-group.css).
   Ниже этого порога карточки не выезжают, поэтому текст гайда отбиваем теми же
   24px, чтобы он совпадал с содержимым карточек и не липнул к краю на планшетах. */
@media screen and (max-width: 1023px) {
    .icons-block_content {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* Номера-якоря пунктов (.block_anchor, генерит doc.js) лежат в левом «кармане»
   на -48px от блока. Центрированный блок (max-width 980) получает слева ≥48px поля
   только примерно с 1076px (980 + 2×48). В диапазоне 741—1075px поля не хватает —
   и номера вылезают за левый край. Скрываем их здесь: это декоративные якоря
   (aria-hidden), на узких экранах не нужны. До 740px карман уже -30px и номер
   помещается у края, от 1076px поля достаточно. */
@media screen and (min-width: 741px) and (max-width: 1075px) {
    .icons-block_content .block_anchor {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    h1.header {
        font-size: 36px;
        display: none;
    }

    .custom-container {
        padding-left: 15px;
        position: relative;
        width: 90%;
    }

    .content .footer {
        padding-left: 15px;
        padding-right: 15px;
        width: 90%;
    }

    .icons-container {
        padding-top: 0;
    }

    .search-block {
        left: 48px !important;
        padding-right: 30px !important;
        padding-top: 30px !important;
    }

    .sticked-block {
        height: 124px;
    }

    .sticked-block .header {
        display: none;
    }

    .sticked-bottom-block {
        display: none;
    }

    .icons-groups-container {
        margin: 0 0 -48px;
    }
}
