.blockCardsAuto160 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1560px;
    width: 100%;
    margin-top: 24px;
}

.blockCardsAuto160>[id] {
    height: auto;
    line-height: normal;
}

.brandSectionAuto160 {
    width: 100%;
}

.brandSectionTopAuto160 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

.brandSectionTitleAuto160 {
    margin: 0;
}

.brandSectionCardsAuto160 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
}

.bottomCardInfo160 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.29);
}

.nameAutoCard160 {
    display: flex;
    padding: 10px 16px;
    flex-direction: column;
    align-items: center;
    gap: 2px;

    border-bottom: 1px solid #CACACA;
    color: #0F0F0F;
    text-align: center;
    font-family: Involve;
    font-size: 20px;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    box-sizing: border-box;
}

.priceAutoCard160 {
    color: #000;
    text-align: center;
    font-family: Involve;
    font-size: 18px;
    font-style: normal;
    padding: 12px;
    width: 100%;
    font-weight: 600;
    line-height: 125%;
    border-radius: 16px;
    background: #FFF;

    box-sizing: border-box;
}

.itemCardAuto160 {
    height: 100%;
    justify-content: space-between;
}

.mainCardArea:hover {
    cursor: pointer;
    box-shadow: 4px 8px 6px 0 rgba(0, 0, 0, 0.1);
}

.mainCardArea:hover>.bottomCardInfo160 .nameAutoCard160 {
    color: #642EFF !important;
}

.blockImageCard160 {
    height: 210px;
}

.brandSectionLinkAuto160 {
    color: #642EFF;
    font-family: Involve;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    align-items: center;
    justify-content: start;
    display: flex;
    line-height: 20px;
    /* 111.111% */
    letter-spacing: -0.36px;
}


.breadcrumbsCatalog160 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.4;
    color: #777;
}

.breadcrumbsCatalog160 a {
    color: #777;
    text-decoration: none;
}

.breadcrumbsCatalog160 a:hover {
    color: #642EFF;
}

.breadcrumbsCatalog160 .sep {
    color: #b3b3b3;
}