.avtoparts-brand-list {
    padding: 0;
    margin: 10px 0;
    padding-left: 30px;
    padding-bottom: 30px;
    font-size: 33px;
    list-style-type: none;
    text-decoration: none;
    color: #353535;
}

.avtoparts-brand-list__item {
    margin-bottom: 6px;
    height: auto !important;
    line-height: 30px;
    cursor: pointer;
}

.avtoparts-brand-list__item:not(.active):hover {
    text-decoration: underline;
}

.avtoparts-brand-list__item h4 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: normal;
    color: #353535;
    text-transform: uppercase;
}

.avtoparts-brand-types-list {
    margin: 0;
    padding: 0;
    padding-left: 32px;
    display: block;
    height: 0;
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    list-style-type: none;
    overflow: hidden;
    cursor: pointer;
    transition: height 0.3s ease;
}

.avtoparts-brand-types-list__item {
    color: black;
}

.avtoparts-brand-types-list__item:not(:last-of-type) {
    margin-bottom: 9px;
}

.avtoparts-brand-types-list__item a {
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.avtoparts-brand-types-list__item a:hover {
    text-decoration: underline;
}

.avtoparts-brand-list__item.active > .avtoparts-brand-types-list {
    display: block;
}

.blue-gradient {
    background: linear-gradient(180deg, rgba(237, 248, 255, 0) 0%, #ECF1F4 100%);
    padding: 54px 5px;
}

.blue-gradient__btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
    margin-top: 40px;
}

.list-category {
    display: none;
}

.text-page {
    float: none;
    color: #353535;
}

.text-page h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: PT Sans Narrow;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    max-width: 552px;
    text-transform: uppercase;
}

.text-page h2 span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.text-page h2 span::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(123, 186, 219, 0.4901960784);
    height: 18px;
    width: 100%;
    z-index: -1;
}

.text-page p {
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 300;
    line-height: 24.52px;
    text-align: left;
}

.text-page a {
    color: #353535;
    text-decoration: underline;
}

.text-page a:hover {
    text-decoration: none;
}

@media (min-width: 430px) {
    .blue-gradient__btn-wrap {
        max-width: 214px;
    }
}

@media (min-width: 768px) {
    .blue-gradient {
        background-image: url(../img/bg-page-text.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 54px 24px;
    }

    .blue-gradient__btn-wrap {
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 100%;
    }
}

@media (min-width: 1440px) {
    .list-category {
        display: block;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 56px;
        -moz-column-gap: 56px;
        column-gap: 56px;
        list-style: none;
        padding-left: 30px;
        margin: 0;
    }

    .list-category li {
        position: relative;
        font-family: Noto Sans;
        font-size: 18px;
        font-weight: 400;
        line-height: 24.52px;
        text-align: left;
        margin-bottom: 16px;
    }

    .list-category li::before {
        position: absolute;
        content: "";
        background-image: url(../img/icons/list.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -28px;
        width: 13px;
        height: 9px;
    }

    .blue-gradient {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 9px;
        row-gap: 0;
        padding: 54px 0px 54px 38px;
    }

    .blue-gradient .text-page {
        width: 48%;
    }

    .blue-gradient .list-category {
        width: 528px;
        margin-left: 3px;
        padding-top: 20px;
    }

    .blue-gradient__btn-wrap {
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 100%;
        margin-top: 5px;
    }
}

@media (min-width: 1920px) {
    .blue-gradient .list-category {
        padding-top: 0;
        padding-left: 63px;
        margin-left: 16px;
        width: 563px;
    }
}