@font-face {
    font-family: 'Involve';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/involve/Involve-Regular.woff') format('woff2');
}

@font-face {
    font-family: 'Involve';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/involve/Involve-Medium.woff') format('woff2');
}

@font-face {
    font-family: 'Involve';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/involve/Involve-SemiBold.woff') format('woff2');
}

@font-face {
    font-family: 'Involve';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/involve/Involve-Bold.woff') format('woff2');
}

@font-face {
    font-family: 'Bebas Neue Cyrillic';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/bebas/bebasneuecyrillic.ttf') format('truetype');
}


.mainAreaCatalogCH {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.inMainAreaCatalogCH {
    width: 100%;
    max-width: 1560px;
    display: flex;
    flex-direction: column;

}

.crubsData {
    display: flex;
    gap: 4px;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.simpleText {
    color: #626262;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.areaSortCn {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.titleArea {
    color: #000;
    font-family: "Bebas Neue Cyrillic";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
}

.formFilterCn {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
}

.areaFilterItems:first-child {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px;
}

.areaFilterItems {
    width: 100%;
    display: grid;
    grid-template-columns: 0.24fr 0.24fr 0.50fr 0.5fr;
    gap: 16px;
}

.itemFilter {
    width: 100%;
}

.itemFilter select,
.itemFilter input {
    border-radius: 20px;
    background-color: #E8E8E8;
    display: flex;
    box-sizing: border-box;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    color: #4B4B4B;
    background: #E8E8E8;
    text-align: start;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    letter-spacing: -0.32px;

}



.itemFilter select:hover {
    background: #f3f3f3;
}

.itemFilter select.select-custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding-right: 56px;
    /* место под стрелку */
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 24px 24px;

    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.29289%209.29607C5.68342%208.90131%206.31658%208.90131%206.70711%209.29607L12%2014.5596L17.2929%209.29607C17.6834%208.90131%2018.3166%208.90131%2018.7071%209.29607C19.0976%209.69082%2019.0976%2010.3309%2018.7071%2010.7256L12.7071%2016.7039C12.3166%2017.0987%2011.6834%2017.0987%2011.2929%2016.7039L5.29289%2010.7256C4.90237%2010.3309%204.90237%209.69083%205.29289%209.29607Z%22%20fill%3D%22%234B4B4B%22/%3E%3C/svg%3E");
}

.itemFilter select.select-custom::-ms-expand {
    display: none;
}


/* На всякий случай убираем стрелку в старом IE (если вдруг) */
.select-custom::-ms-expand {
    display: none;
}

.doubleSelector {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    box-sizing: border-box;
    gap: 2px;
}

.firstSelect {
    width: 100%;

}

.firstSelect select {
    border-radius: 20px 0 0 20px !important;
    background: #E8E8E8;
}

.secondSelect select {
    border-radius: 0 20px 20px 0 !important;
    background: #E8E8E8;
}

.firstInput input {
    border-radius: 20px 0 0 20px !important;
    background: #E8E8E8;
}

.secondInput input {
    border-radius: 0 20px 20px 0 !important;
    background: #E8E8E8;
}

.itemSelect160 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    color: #0F0F0F;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 8px;
    cursor: pointer;
}


.itemSelect160 .cb {
    position: absolute;
    opacity: 0;
    inset: 0;
    width: 1px;
    height: 1px;
}

.customCheckBox {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: #E9EAEC;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.15s;
    flex: 0 0 24px;
}

.customCheckBox::after {
    content: "";
    width: 10px;
    height: 6px;
    border-left: 2px solid #4B4B4B;
    border-bottom: 2px solid #4B4B4B;
    transform: rotate(-45deg);
    opacity: 0;
}

.itemSelect160 .cb:checked+.customCheckBox {
    background: #D7D9DD;
}

.itemSelect160 .cb:checked+.customCheckBox::after {
    opacity: 1;
}

.itemSelect160 .cb:focus-visible+.customCheckBox {
    outline: 3px solid #4B4B4B;
    outline-offset: 2px;
}

.itemBtnsForm {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.areaBtnsForm {
    display: grid;
    grid-template-columns: 0.24fr 0.6fr;
    max-width: 445px;
    align-items: center;
    gap: 16px;
}

.resetBtn {
    color: #6E7276;
    text-align: center;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    cursor: pointer;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
}

.resetBtn:hover {
    color: #818a96;
}

.btnFound {
    border-radius: 100px;
    background: #642EFF;
    color: #FFF;
    font-family: Involve;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.36px;
    display: flex;
    width: 351px;
    height: 48px;
    padding: 18px 32px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.btnFound:hover {
    background: #7b4cfc;
}

.sorterAvto {
    display: flex;
    flex-direction: column;
    position: relative;

}

.mainTitleSortInfo {
    display: flex;
    box-sizing: border-box;
    padding: 10px 64px;
    cursor: pointer;
    justify-content: center;
    align-items: flex-end;
    gap: 4px;
    border-radius: 12px;
    color: #3C3C3C;
    text-align: right;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;

    border: 1px solid #D0D0D0;
}

.selectedAreaSorter {
    display: none;
    flex-direction: column;
    color: #3C3C3C;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    align-items: center;
    justify-content: center;
    background: #FFF;
    z-index: 555;
    overflow: hidden;
    position: absolute;
    top: 48px;
    left: 0;
    border-radius: 12px;
    border: 1px solid #D0D0D0;
    background: #FFF;
}

.selectedAreaSorter a {
    display: flex;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    color: #3C3C3C;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 40px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 4px;
}



.opensort {
    display: flex;
}

.selectedAreaSorter a:nth-child(2n+1) {
    background: #F3EFFF;
}

.colorPurple {
    color: #642EFF;
}

.areaCardsAuto {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
    margin-top: 56px;
    margin-bottom: 24px;
}

.topHeadCards {
    width: 100%;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}

.amountCarCH {
    color: #000;
    font-family: Involve;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.52px;
}

.cardsAreaCar {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 32px;
}

.itemCardCarCh {
    width: 100%;
    display: flex;
    border-radius: 12px;
    background: rgba(233, 234, 236, 0.80);
    justify-content: space-between;
    transition: 0.24s;
}

.itemCardCarCh:hover {
    background: rgba(227, 234, 247, 0.8);
}

.itemCardCarCh:hover .nameCarTitle {
    color: #642EFF;
}

.leftPartImageCar {
    display: flex;
    position: relative;
    width: 356px;
    height: 214px;
    min-width: 356px;
    border-radius: 12px;
    overflow: hidden;

}

/* .leftPartImageCar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
} */
.leftPartImageCar img.car-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.leftPartImageCar img.car-image:first-child {
    opacity: 1;
}

.image-indicators {
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.leftPartImageCar:hover .image-indicators {
    opacity: 1;
}

/* точки */
.image-indicator {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

/* активная точка */
.image-indicator.active {
    background: #642EFF;
}



.stateCar {
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 2;
    display: inline-flex;
    padding: 4px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #000;
    font-family: Involve;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 48px;
    background: rgba(233, 234, 236, 0.80);
}

.centerBlockInfoCar {
    display: flex;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
    column-gap: 16px;
}

.lpInfo {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
}

.topLpInfo {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nameCarTitle {
    color: #000;
    font-family: Involve;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    transition: 0.24s;
}

.nameCarTitle:hover {
    color: #642EFF;
}

.descCarInfo {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.descInfoText {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    word-wrap: break-word;
}

.itemDescCar {
    color: #000;
    font-family: Involve;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: auto;
    align-items: center;
    word-wrap: break-word;
}

.infoCountry {
    border-radius: 8px;
    background: #FFF;
    display: flex;
    padding: 4px 24px;
    justify-content: start;
    width: max-content;
    align-items: center;
    gap: 8px;
    color: #000;
    font-family: Involve;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.rpInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.toprp {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.yearInfo {
    color: #000;
    font-family: Involve;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.probegInfo {
    color: #000;
    font-family: Involve;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: max-content;
}

.idCar {
    color: #7E7E7E;
    font-family: Involve;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.endPartPrice {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: end;
    padding: 16px;
    box-sizing: border-box;
    justify-content: space-between;
    padding-left: 96px;
}

.topPriceInfo {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.priceCar {
    color: #000;
    text-align: right;
    font-family: Involve;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.descPriceInfo {
    color: #000;
    font-family: Involve;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.bottomGetCar {
    cursor: pointer;
    border-radius: 100px;
    background: #642EFF;
    display: flex;
    width: 244px;
    height: 48px;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #FFF;
    font-family: Involve;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    z-index: 2;
    letter-spacing: -0.36px;
}

.bottomGetCar:hover {
    background: #7644ff;
}




.blockNeedAvto {
    display: flex;
    overflow: hidden;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0F0F0F;
    position: relative;
    margin-top: 124px;
    margin-bottom: 124px;
}




.svg1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.svg2 {
    position: absolute;
    bottom: 0;
    right: 35%;
    z-index: 1;
}

.inBlockNeedAvto {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    max-width: 1560px;
    width: 100%;
    padding: 80px 0;
    box-sizing: border-box;
    z-index: 5;
}

.leftPArtNeedAvto {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.titleNeedAvto {
    color: #FFF;
    font-family: "Bebas Neue Cyrillic";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: -0.8px;
}

.descNeedAvto {
    color: #FFF;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.32px;
    max-width: 792px;
}

.btnNeedAvto {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    width: max-content;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.4px;
    border-radius: 100px;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    box-sizing: border-box;
    background: var(--Purple, #642EFF);
}

.rightPartNeedAvto {
    margin-right: -100px;
    width: 100%;
    overflow: hidden;
    max-width: 916px;
}

.rightPartNeedAvto img {
    width: 100%;
    object-fit: cover;
    object-position: center;

}




/* Обёртка вокруг select для внутреннего спиннера */
.cn-select-wrap {
    position: relative;
    width: 100%;
}

/* Чтобы стрелка и спиннер не налезали на текст */
.cn-select-wrap .select-custom {
    padding-right: 44px;
    /* место под спиннер */
}

/* Включаем состояние загрузки */
.cn-select-wrap.is-loading .select-custom {
    opacity: 0.75;
    pointer-events: none;
}

/* Сам спиннер внутри поля */
.cn-select-wrap.is-loading::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .18);
    border-top-color: rgba(0, 0, 0, .55);
    animation: cnSpin 0.75s linear infinite;
}

/* Анимация */
@keyframes cnSpin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}




.paginationCards {
    width: 100%;
    gap: 21px;
    display: flex;
    align-items: center;
    margin-top: 24px;
    justify-content: center;
}

.prePagination {
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #BCBCBC;
}

.pagesPagination {
    gap: 21px;
    display: flex;
}

.pagePagintaion {
    display: flex;
    display: flex;
    width: 64px;
    height: 64px;
    border-radius: 6px;
    border: 1px solid #642EFF;
    justify-content: center;
    align-items: center;
    color: #642EFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    line-height: normal;
}

.pagePagintaion:hover {
    color: white;
    background: #642EFF;
}

.nextPagination {
    cursor: pointer;
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #BCBCBC;
}


.paginationCards .pagesPagination a,
.paginationCards .pagesPagination span {
    width: 64px;
    height: 64px;
    text-align: center;
    border: 2px solid #642EFF;
    color: #642EFF;
    font-weight: 500;
    border-radius: 6px;
    font-family: Involve;
    border: 1px solid #642EFF;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    background: #fff;
}

.paginationCards .pagesPagination a.active,
.paginationCards .pagesPagination span.current {
    background: #642EFF;
    color: #fff;
}

.paginationCards .pagesPagination .arrowPag {
    font-size: 22px;

    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    width: 64px;
    height: 64px;
}

.paginationCards .pagesPagination .dots {
    border: none;
    background: none;
    color: #642EFF;
    width: 64px;
    pointer-events: none;
}

.paginationCards .pagesPagination a.disabled,
.paginationCards .pagesPagination .disabled {
    color: #bbb !important;
    border-color: #eee;
    pointer-events: none;
    background: #fafafa;
}

.paginationCards .pagesPagination a:hover,
.paginationCards .pagesPagination span.current:hover {
    background: #642EFF;
    color: #fff;
}

.paginationCards .pagesPagination .arrowPag:hover {
    background: rgb(226, 217, 250);
    color: #fff;
}


@media screen and (max-width: 1600px) {
    .mainAreaCatalogCH {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .inBlockNeedAvto {
        padding: 80px 24px;
    }
}

@media screen and (max-width: 1400px) {
    .nameCarTitle {
        font-size: clamp(28px, 1vw, 32px);
    }

    .endPartPrice {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: end;
        padding: 16px;
        box-sizing: border-box;
        justify-content: space-between;
        padding-left: clamp(24px, 4vw, 96px);
    }
}

@media screen and (max-width: 1300px) {
    .mainAreaCatalogCH {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .areaFilterItems:first-child {

        grid-template-columns: repeat(2, 1fr) !important;

    }

    .areaFilterItems {
        width: 100%;
        display: grid;
        grid-template-columns: 0.5fr 0.5fr;
        gap: 16px;
    }

    .titleArea {
        font-size: clamp(32px, 2vw, 48px);
    }

    .itemDescCar {
        font-size: clamp(13px, 1vw, 15px);
    }

    .nameCarTitle {

        font-size: clamp(28px, 1vw, 32px);

    }
}

@media screen and (max-width: 1220px) {
    .itemCardCarCh {
        width: 100%;
        display: flex;
        border-radius: 12px;
        background: rgba(233, 234, 236, 0.80);
        justify-content: space-between;
        transition: 0.24s;
        flex-direction: column;
    }

    .centerBlockInfoCar {
        display: flex;
        padding: 16px;
        box-sizing: border-box;
        width: 100%;
        justify-content: space-between;
        gap: 16px;
        flex-direction: column;
    }

    .yearInfo {
        color: #000;
        font-family: Involve;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .idCar {
        display: none;
    }

    .toprp {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }

    .endPartPrice {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        padding: 16px;
        width: 100%;
        /* box-sizing: border-box; */
        justify-content: space-between;
        padding: 0 16px 16px 16px;
    }

    .topPriceInfo {
        border-radius: 8px;
        background: #000;
        display: flex;
        padding: 8px 12px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;
        box-sizing: border-box;
    }

    .priceCar,
    .descPriceInfo {
        color: white;
    }

    .cardsAreaCar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }

    .leftPartImageCar {
        display: flex;
        position: relative;
        width: 100%;
        height: 350px;
        min-width: 356px;
        border-radius: 12px;
        overflow: hidden;
    }

    .descInfoText {
        display: flex;
        gap: 6px;
        word-wrap: break-word;
        flex-wrap: wrap;
    }

    .itemDescCar,
    .descCarInfo {
        line-height: normal;
    }
}

@media screen and (max-width: 1100px) {
    .inBlockNeedAvto {
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: space-between;
        max-width: 1560px;
        width: 100%;
        padding: 40px 24;
        box-sizing: border-box;
        z-index: 5;
        flex-direction: column-reverse;
    }

    .rightPartNeedAvto {
        margin-right: 0;
        width: 75%;
        overflow: hidden;
    }

    .leftPArtNeedAvto {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }



    .btnNeedAvto {
        padding: 8px 16px;
        width: auto;
        text-align: center;
    }
}


@media screen and (max-width: 780px) {
    .mainAreaCatalogCH {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .areaFilterItems:first-child {

        grid-template-columns: repeat(1, 1fr) !important;

    }



    .areaFilterItems {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .areaBtnsForm {
        display: flex;
        grid-template-columns: repeat(1, 1fr);
        max-width: 100%;
        width: 100%;
        gap: 16px;
        flex-direction: column-reverse;
    }

    .btnFound {
        width: 100%;
    }

    .topHeadCards {
        width: 100%;
        display: flex;
        gap: 16px;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .sorterAvto {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }

    .cardsAreaCar {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }

    .nameCarTitle {
        font-size: clamp(24px, 3vw, 28px);
    }

    .priceCar {
        font-size: clamp(24px, 3vw, 32px);
    }

    .bottomGetCar {
        width: 100%;
    }

    .leftPartImageCar {
        display: flex;
        position: relative;
        width: 100%;
        height: 350px;
        min-width: 120px;
        border-radius: 12px;
        overflow: hidden;
    }

    .pagesPagination {
        gap: 8px;
        display: flex;
    }

    .paginationCards .pagesPagination .arrowPag {
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        width: 48px;
        height: 48px;
    }

    .paginationCards .pagesPagination a,
    .paginationCards .pagesPagination span {
        width: 48px;
        height: 48px;
        text-align: center;
        border: 2px solid #642EFF;
        color: #642EFF;
        font-weight: 500;
        border-radius: 6px;
        font-family: Involve;
        border: 1px solid #642EFF;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        text-decoration: none;
        background: #fff;
    }
}