.singleCarCn {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.cheUrl a:hover {
    color: #7a4aff;
}

.cheUrl a {
    color: #642EFF;
    text-decoration: none;
    cursor: pointer;
    font-family: Involve;
    font-size: 12px;
    font-style: normal;

    font-weight: 400;
    line-height: 14px;
}

.cheUrl {
    margin: 8px 0;
}

.swiper-slide-thumb-active {
    border: 2px solid #cfbeff;
}

.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;
}

.inSingleCarCn {
    display: flex;
    width: 100%;
    max-width: 1560px;
    gap: 19px;
}

.brudsItems {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;

    margin-bottom: 24px;
}

.itemBruds {
    display: flex;
    gap: 8px;
    color: #878787;
    font-family: Involve;
    font-size: clamp(14px, 1.5vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1560px;

}

.titleMainCarCh {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.inTitleMainCarCh {
    max-width: 1560px;
    width: 100%;
    align-items: center;
    justify-content: start;
}

.itemBruds span a {
    text-decoration: none;
    color: inherit;
}

.itemBruds span:hover {
    color: #b8b8b8;
}

.currentBruds {
    color: #87878794;
}

.leftPartCarCn {
    max-width: 1034px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.imageAreaCar {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 32px;
    overflow: hidden;
}

.separatorTextProp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.separatorTextProp svg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainImage {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}



.wrapperBigImage {
    width: 100%;
    display: flex;

}

.itemImageBig {
    display: flex;
    align-items: center;
    width: 100%;

    background: #FFF;
    height: 582px;

}

.counterImageSwiper {
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: flex;
    gap: 8px;
    font-size: 24px;
    color: #ffffff80;
    font-family: Involve;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
    z-index: 2;
}


.itemImageBig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.smallImages {
    display: flex;
    width: 100%;
}

.wrapperImages {
    width: 100%;

    gap: 4px;
}

.thumbSwiper .itemImage {
    height: 144px !important;
    /* подгони под дизайн */
}

.mainSwiper,
.thumbSwiper {
    overflow: hidden;
}

.thumbSwiper .itemImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.thumbSwiper .wrapperImages {
    display: flex;

    gap: 0;

    width: 100%;
}

.itemImage {
    width: 100%;
    display: flex;
    cursor: pointer;
}

.itemImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blockCardMainCar {
    display: flex;
    flex-direction: column;

    border-radius: 32px;
    background: #F6F3FF;
}

.blockInfoCar {
    display: flex;
    flex-direction: column;
    padding: 27px 16px 24px 24px;
}

.nameCar {
    color: #000;
    font-family: Involve;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
}

.descCar {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 8px;
}

.itemsDescCar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.itemTextProp {
    color: #000;
    font-family: Involve;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.resultPriceBlock {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    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;
}

.mainPrice {
    color: #FFF;
    font-family: Involve;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.descPriceRes {
    color: #FFF;
    font-family: Involve;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.blockButtonGetCar {
    display: grid;
    grid-template-columns: 1fr 0.05fr;
    align-items: center;
    gap: 2px;
}

.btnGetCar {
    border-radius: 16px 0 0 16px;
    background: #642EFF;
    display: flex;
    height: 48px;
    padding: 18px 32px;
    cursor: pointer;
    box-sizing: border-box;
    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;
    letter-spacing: -0.36px;
}

.btnGetCar:hover,
.buttonGetCar:hover {
    background: #7a4aff;
}

.whatsApBtn {
    border-radius: 0 16px 16px 0;
    background: #25D366;
    display: flex;
    height: 48px;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex: 1 0 0;
    box-sizing: border-box;
}

.whatsApBtn:hover {
    background: #70da97;
}

.blockTitleOptionsCar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-top: 64px;
    padding-bottom: 24px;
    border-bottom: 1px solid #CCD0D9;
}

.titleOptionCar {
    color: #000;
    font-family: Involve;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.52px;
}

.itemsCardCategoryOption {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.itemOptionParam {
    display: flex;
    gap: 8px;
    align-items: center;
}

.itemOptionParam svg {
    width: 10px;
}

.itemOption {
    display: flex;
    height: 100%;
    gap: 8px;
    border-radius: 24px;
    background: #F6F3FF;
    display: flex;
    padding: 12px 16px 16px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    display: flex;
    gap: 8px;
}

.nameOption {
    color: #1D1D1D;
    font-family: Involve;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    letter-spacing: -0.4px;
    padding: 6px 0;
    border-bottom: 1px solid #BEBEBE;

}

.paramsOption {
    width: 98%;
    display: flex;
    flex-direction: column;
    color: #000;
    font-family: Involve;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    gap: 12px;
}

.itemTextPropGray {
    color: #000;
    font-family: Involve;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.mainAreaBottomInfo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
    margin-bottom: 64px;
}

.inMainAreaBottomInfo {
    max-width: 1560px;
    width: 100%;
    flex-direction: column;
    display: flex;
}

.mainDescSeoCar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
    width: 100%;
    border-bottom: 1px solid #CCD0D9;
    margin-bottom: 64px;
}

.titleSeoCar {
    color: #000;
    font-family: Involve;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.52px;
}

.descSeoCar {
    color: #000;
    font-family: Involve;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
}

.reccomendationCarCn {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 32px;
}

.titleRecc {
    color: #000;
    font-family: Involve;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 100% */
}

.itemsCarRecCn {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.rightPartCarCn {
    display: flex;
    flex-direction: column;
    gap: 20px;
    display: flex;
    height: max-content;
    padding: 24px 16px 16px 33px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 12px;
    border-radius: 32px;
    background: #F6F3FF;
    box-sizing: border-box;
    position: sticky;
    top: 124px;
    width: 100%;
    max-width: 507px;
}

.boxitemBruds {
    display: flex;
    gap: 4px;
    align-items: center;
}

.itemCardCarCh {
    width: 100%;
    display: flex;
    border-radius: 12px;
    background: rgba(233, 234, 236, 0.80);
    justify-content: space-between;
}

.titlePriceInfo {
    color: #000;
    font-family: Involve;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
}


.itemsPriceInfo {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.itemInfoPrice {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    display: flex;
    padding: 8px 0;

    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    border-bottom: 1px solid #CCD0D9;
}

.preTextPrice {
    color: #000;
    font-family: Involve;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
}

.valuePrice {
    color: #642EFF;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
}

.grayColor {
    color: #828282;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
}

.resultTextPrice {
    color: #000;
    font-family: Involve;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
}

.resultPrice {
    color: #642EFF;
    font-family: Involve;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
}

.buttonGetCar {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    height: auto;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-radius: 100px;
    background: #642EFF;
    box-sizing: border-box;
    color: #FFF;
    font-family: Involve;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    line-height: 20px;
    letter-spacing: -0.36px;
}

.descCarCource {

    color: #222;
    text-align: center;
    font-family: Involve;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
}











.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;
}

.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;
}

.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;
}

.descCarInfo {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.descInfoText {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.itemDescCar {
    color: #000;
    font-family: Involve;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: max-content;
    align-items: center;
}

.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;
    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;

}

.mobileBoxPriceCarCN {
    display: none;
}

.openedPriceChine {
    display: none;
}

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;
}

.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;
}




@media screen and (max-width: 1600px) {
    .singleCarCn {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .inBlockNeedAvto {
        padding: 80px 24px;
    }

    .rightPartCarCn {
        min-width: 500px;
    }

    .leftPartCarCn {
        max-width: 1034px;
        width: clamp(720px, 62vw, 1033px);
        display: flex;
        flex-direction: column;
    }

    .rightPartCarCn {
        min-width: 450px;
    }

    .preTextPrice,
    .valuePrice,
    .paramsOption {
        font-size: 15px;
    }

    .titlePriceInfo {
        font-size: 22px;
    }

    .mainDescSeoCar {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding-bottom: 24px;
        width: 100%;
        border-bottom: 1px solid #CCD0D9;
        margin-bottom: 64px;
        padding: 0 16px;
        box-sizing: border-box;
        padding-bottom: 24px;
    }

    .reccomendationCarCn {
        padding: 0 16px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1280px) {
    .leftPartCarCn {
        max-width: 1034px;
        width: clamp(620px, 55vw, 720px);
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 1220px) {
    .itemsCarRecCn {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }

    .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: auto;
        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: 1200px) {
    .leftPartCarCn {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .mobileBoxPriceCarCN {
        display: flex;
        position: fixed;
        flex-direction: column;
        left: 0;
        bottom: 0;
        width: 100%;
        cursor: pointer;
        z-index: 8;
        border-radius: 16px 16px 0 0;
        background: #e6dff9;
        box-shadow: 0 0 12.8px 2px rgba(0, 0, 0, 0.06);
        display: inline-flex;
        padding: 24px 32px;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        color: #000;
        font-family: Involve;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.32px;
        gap: 16px;
    }

    .rightPartCarCn {
        display: none;
    }

    .titleOpenedPriceCN {
        display: flex;
        gap: 4px;
    }

    .mobileBoxPriceCarCN.active .openedPriceChine {
        display: flex;
        width: 100%;
        transition: 0.24s;
    }

    .mobileBoxPriceCarCN.active>.titleOpenedPriceCN svg {
        rotate: 180deg;
    }

    .openedPriceChine {
        flex-direction: column;
    }


    .itemInfoPrice {
        display: flex;
        width: 100%;
        display: flex;
        padding: 8px 0;
        align-items: flex-start;
        gap: 6px;
        align-self: stretch;
        border-bottom: 1px solid #CCD0D9;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@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;
        width: 100%;
    }

    .btnNeedAvto {
        padding: 8px 16px;
        width: auto;
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    .itemsCardCategoryOption {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .btnGetCar {
        font-size: 16px;
    }

    .nameCar {
        font-size: clamp(26px, 4vw, 32px);
    }

    .itemBruds {
        word-wrap: break-word;
    }

    .imageAreaCar {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 4px;
        border-radius: 16px;
        overflow: hidden;
    }

    .thumbSwiper .itemImage {
        height: 96px !important;
    }

    .blockInfoCar {
        display: flex;
        flex-direction: column;
        padding: 18px 14px 18px
    }

    .descSeoCar p {
        font-size: 16px;
        line-height: normal;
    }
}

@media screen and (max-width: 780px) {
    .itemsCarRecCn {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }

    .resultTextPrice,
    .resultPrice {
        font-size: 18px;
    }

    .buttonGetCar {
        height: auto;
        padding: 16px;
        width: 100%;
    }

    .itemsPriceInfo {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .descCarCource {
        font-size: 13px;
    }

    .itemInfoPrice {
        gap: 4px;
    }

    .counterImageSwiper {
        position: absolute;
        bottom: 16px;
        right: 16px;
        display: flex;
        gap: 8px;
        color: #ffffff80;
        font-family: Involve;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 8px;
        z-index: 2;
    }

    .leftPartImageCar {
        display: flex;
        position: relative;
        width: 100%;
        height: 300px;
        min-width: auto;
        border-radius: 12px;
        overflow: hidden;
    }
}