@media screen and (min-width: 370px) {

    /* !static-main */
    .tb-bottom {
        min-height: 330px;
    }

    .b-figure img {
        height: 330px;
    }

    /* !catalog */
    .market-items {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }

    .item {
        padding: 5px 5px 10px;
        min-height: 265px;
    }

    .item-cat {
        min-height: 200px;
    }

    .item-figure,
    .item-cat-figure {
        width: 160px;
        height: 160px;
    }

    .item__title {
        font-size: 12px;
        line-height: 13px;
    }


}

@media screen and (min-width: 400px) {
    .header-client-in {
        flex-direction: row;
    }

    .header-client-in .header-entered__link {
        margin-bottom: 0;
        margin-right: 10px;
    }
}

@media screen and (min-width: 425px) {
    .header-adress {
        display: block;
        margin-right: 15px;
    }
}