@media only screen and (max-width: 767px)  {

    html, body {
        overflow-x: hidden;
    }

    .mobile-header-phones {
        margin-top: 20px;
    }

    .header__search {
        margin-top: 30px;
    }

    .brands-widget {
        position: relative;
        margin-left: -9px;
        margin-right: -9px;
        overflow: hidden !important;
        height: 100px;
    }

    a.brands-widget__link {
        display: block;
        position: relative;
        height: 80px;
        border: 1px solid #f1f0e8;
        border-radius: 3px;
    }

    .str_move.str_origin a {
        padding: 0 9px;
        display: inline-block;
        width: 180px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .widget-primary__inner.typo.widget-primary__inner--seo-text {
        margin-bottom: 10px;
    }

    .widget-primary__header {
        margin-bottom: 20px;
    }

    div.start-page__row.start-page__row--widget-brands div.start-page__container {
        overflow-x: hidden !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 15px;
        margin-right: 15px;
        height: 170px;
    }

    div.widget-primary__inner.brands-widget div.row.row--ib.row--vindent-s.str_wrap {
        overflow: hidden !important;
    }

    .footer__inner ul.footer__items li.footer__item,
    .footer__col ul.footer__inner li.footer__item {
        margin-top: 20px;
    }

    div.footer__col {
        margin-top: 10px;
    }

    article.small-post a.small-post__image {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    div.small-post__inner time.small-post__date {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    article.small-post a.small-post__readmore {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1200px) {
    .list-nav__link {
      padding: 7px 15px 11px; 
    } 
}