.mainAreaPage {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 66px;
    flex-direction: column;
    background: white;
}

.inMainAreaPage {
    max-width: 1560px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.screenArea {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 140px;
    overflow: hidden;
}

.banneAreaUTP {
    width: 100%;
    display: flex;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    gap: 37px;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;

}

.leftPartUTPBanner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.boxTextUtp {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.textUTP {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.55);
    font-family: "Bebas Neue Cyrillic";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.descUTP {
    color: #FFF;
    font-family: Involve;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.36px;
}

.boxBtnsUtp {
    width: 100%;
    display: flex;
    align-items: center;
}

.getConsult {
    cursor: pointer;
    border-radius: 100px;
    background: #642EFF;
    display: flex;
    box-sizing: border-box;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Involve;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    transition: 0.24s;
    letter-spacing: -0.4px;
}

.getConsult:hover {
    background: #8358fa;
}

.rightPartUTPBanner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-right: -40px;
}

.rightPartUTPBanner img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.itemsCardsPluses {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 21px;
}

.textCardPLus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 32px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 24px;
    color: #FFF;
    text-align: center;
    font-family: Involve;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.4px;
}

.titleScreenArea {
    color: #000;
    font-family: "Bebas Neue Cyrillic";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 120%; */
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E2E2E2;
}

.itemsCarMiniCatalog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: clamp(16px, 2vw, 20px);
    row-gap: clamp(18px, 2.2vw, 24px);
}

.itemCarMiniCatalog {
    overflow: hidden;
    border-radius: 16px;
    background: #642EFF;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.10);
}

.imageCarMC {
    width: 100%;
    height: 212px;
    overflow: hidden;
}

.imageCarMC img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boxMainInfoCarMC {
    display: flex;
    flex-direction: column;
    background: #000;
    padding: 10px 24px;
    box-sizing: border-box;
}

.topInfoCarMC {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4A4A4A;
}

.nameCarMC {
    color: #FFF;
    font-family: Involve;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;

}

.modelCarMC {
    color: #FFF;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.bottomInfoCarMc {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);

}

.paramCarMc {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.iconCarMC {
    display: flex;
    align-items: center;
    justify-content: center;
}

.valueCarMc {
    color: #FFF;
    text-align: center;
    font-family: Involve;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    display: flex;
    align-items: center;
    width: max-content;
}

.bottomAreaPriceBtnsMC {
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

.priceCarMC {
    color: #FFF;
    text-align: center;
    font-family: Involve;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

.bntsCarMC {
    display: flex;
    gap: 4px;
    width: 100%;
    justify-content: space-between;
}

.btncConncetUs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    letter-spacing: -0.32px;
    border-radius: 100px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(2px);
    padding: 13px 6px;
    box-sizing: border-box;
    transition: 0.24s;
}

.btncConncetUs:hover,
.btnWhatsApp:hover {
    background: rgba(255, 255, 255, 0.219);
}

.btnWhatsApp {
    transition: 0.24s;
    padding: 11px 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    letter-spacing: -0.32px;
    border-radius: 100px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(2px);
}

.btnShowMoreCarsMC {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #642EFF;
    cursor: pointer;
    font-family: Involve;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.36px;
}

.btnConnstUsExl {
    color: #FFF;
    font-family: Involve;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.4px;
}

.bannerAreaCardsExlusive {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    border-radius: 40px;
}

.wrapperExclusiveCards {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    /* overflow: hidden; */
    border-radius: 40px;
    height: 687px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);

}

.wrapperExclusiveCards.swiper-wrapper {
    display: flex;
    will-change: transform;
}

.itemCardExlusive {
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    padding: 0 64px 0 0;
    overflow: hidden;
    border-radius: 40px;
    height: 687px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.itemCardExlusive.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}

.btnNextInfoExl {
    top: 12px;
    position: absolute;
    right: 0;
    border-radius: 0 0 0 24px;
    background: #642EFF;
    display: inline-flex;
    padding: 16px 32px;
    align-items: center;
    gap: 8px;
    transition: 0.24s;
    cursor: pointer;
}

.btnNextInfoExl:hover {
    background: #8b62fc;
}

.leftPartBannerExclusive {
    display: flex;
    flex-direction: column;
    gap: 66px;
    width: 100%;
    box-sizing: border-box;
}

.titleExl {
    font-family: "Bebas Neue Cyrillic";
    font-size: 217px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 24px;
    background: linear-gradient(90deg, rgba(189, 189, 189, 0.70) 0%, rgba(255, 255, 255, 0.70) 55.29%, rgba(233, 233, 233, 0.70) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rightPartBannerExclusive {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 511px;
    width: 100%;
    justify-content: center;
}

.boxAreaExlInformation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 24px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
    box-sizing: border-box;
}

.itemExlParam {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nameParamExl {
    color: #FFF;
    font-family: Involve;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.valueParamExl {
    color: #FFF;
    font-family: Involve;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.btnConnstUsExlParam {
    display: flex;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    box-sizing: border-box;
    border-radius: 100px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(2px);
    color: #FFF;
    font-family: Involve;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.4px;
    cursor: pointer;
    transition: 0.24s;
}

.btnConnstUsExlParam:hover {
    background: rgba(255, 255, 255, 0.226);
}

.imageBannerCarExl {
    width: 100%;
    display: flex;
}

.imageBannerCarExl img {
    width: 85%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.areaPointsSwiper {
    position: absolute;
    bottom: 20px;
    display: flex;
    width: 100%;
    gap: 7px;
    align-items: center;
    justify-content: center;
}

.areaPointsSwiper .active {
    background: #FFF;
}

.pointSwiper {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.58);
    z-index: 5;
}

.bannerAreaCardsExlusive.swiper {
    position: relative;
    width: 100%;
    overflow: hidden;


}

/* Стилизуем пагинацию в твоём стиле */
.swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
}

/* Буллеты (аналог твоего .pointSwiper) */
.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.58) !important;
    opacity: 1;
    /* отключаем стандартную полупрозрачность */
}

/* Активный буллет (аналог .areaPointsSwiper .active) */
.swiper-pagination-bullet-active {
    background: #FFF !important;
}

/* Твоя кнопка next уже есть — добавим слой, чтобы была кликабельна поверх */
.btnNextInfoExl.swiper-button-next {
    z-index: 10;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
    display: flex !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: unset;
    color: unset;
    height: unset;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: unset;
}



.blockExclItemsCatalog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.itemExclCatalCar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.boxRoundedAreaExcl {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #642EFF;
    border-radius: 12px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.imageExlCarCat {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 205px;
    background: #000;
}

.imageExlCarCat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mainBlackBoxInfo {
    display: flex;
    flex-direction: column;
    background: #000;
}

.boxCardInfoExl {
    display: flex;
    padding: 10px 24px 0 24px;
    box-sizing: border-box;
    flex-direction: column;
    gap: 2px;
}

.nameExclNamecard {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.descExclNamecard {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    border-bottom: 1px solid #4A4A4A;
    padding-bottom: 10px;
}

.bottomInfoCarMcExcl {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
}

.boxPriceExcl {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    padding: 12px 24px;
    box-sizing: border-box;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.btnConnectsUsExcl {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-self: center;
}

.btnConnectUsExcl {

    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 13px 32px;
    box-sizing: border-box;
    cursor: pointer;
    flex: 1 0 0;
    border-radius: 100px;
    background: #642EFF;
    letter-spacing: -0.32px;
}

.btnWhatsAppExcl {
    display: flex;
    width: 65px;
    padding: 11px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    border-radius: 100px;
    border: 2px solid #642EFF;
    cursor: pointer;
}

.btnWhatsAppExcl svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.stagesCarBuying {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.itemCarBuy {
    display: flex;
    align-items: center;
    padding: 24px 32px;
    border-radius: 12px;
    border: 2px solid #642EFF;
    background: #FFF;
    max-width: 320px;
    width: 100%;
    justify-content: space-between;

}

.textIconBox {
    display: flex;
    gap: 16px;
    display: flex;
    align-items: center;
}

.textStage {
    color: #000;
    font-family: Involve;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.4px;
}

.stageNumber {
    color: #642EFF;
    font-family: Involve;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.56px;
}

.iconStageCarBuy {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 12px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #642EFF;
}

.areaStagesMain {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;

}

.topBtnService {
    display: flex;
    gap: 17px;
    width: 100%;
    justify-content: space-between;
}

.itemServiceCard {
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 24px;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.roundBackPurple {
    position: absolute;
    bottom: -0;
    right: -0;
    height: 100%;
}

.roundBackPurple svg {
    height: 100%;
}

.leftPartCard {
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 34px;
    max-width: 475px;
    width: 100%;
    padding: 36px 0 32px 36px;
}

.leftPartCardBottom {
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 34px;
    max-width: 894px;
    width: 100%;
    padding: 36px 0 32px 36px;
}

.titleService {
    color: #000;

    word-wrap: break-word;
    font-family: Involve;
    font-size: clamp(26px, 2vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;

}

.descService {
    color: #000;
    font-family: Involve;
    font-size: clamp(16px, 1vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.rightPartCard {
    z-index: 1;
    display: flex;
    height: 100%;

    right: 0;
}

.descServiceItems {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.descItemsService {
    border-radius: 24px;
    background: #000;
    padding: 16px 14px;
    color: #FFF;
    font-family: Involve;
    font-size: clamp(16px, 1vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.36px;
}

.colorPurple {
    background: #642EFF;
}


.bottomAnotherPartners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
}

.itemPartnersSimple {
    display: flex;
    gap: 16px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid rgba(112, 112, 112, 0.20);
}

.logoPartnerSimple {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122px;
}

.logoPartnerSimple img {
    width: 100%;
}

.simplePartnerText {
    color: #000;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    max-width: 337px;

}

.blockTopInfo {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.blockSendBid {
    margin-top: clamp(86px, 17vw, 160px);
    margin-bottom: 0;
}

.licencesBlock {
    margin-top: clamp(86px, 17vw, 160px);
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.inLicencesBlock {
    display: flex;
    flex-direction: column;
    gap: 44px;
    align-items: center;
    justify-content: center;
    max-width: 1560px;
    width: 100%;
}

.titleLicences {
    color: #000;

    font-family: "Bebas Neue Cyrillic";
    font-size: clamp(26px, 7.5vw, 48px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;

}

.boxLicencses {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.licenceItem {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid #E0E2E7;
    background: #FFF;
    align-items: center;
}

.imageLicence {
    display: flex;
    padding: 25px 44px;
    box-sizing: border-box;
    border: none;
}

.imageLicence img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blockBottomInfo {
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E0E2E7;
}

.leftAreaIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 37px;
    background: #DED3FF;
}

.itemCenterInfoLic {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.rightPartInfoLic {
    display: flex;
    align-items: center;
    justify-content: center;
}

.showItem {
    display: flex !important;
}

.hideItem {
    display: none !important;
}

.blockStagesCompany {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: clamp(86px, 17vw, 160px);
}

.inCompanyStages {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 1560px;
    width: 100%;
    align-items: center;
    border-radius: 24px;
    background: #EFEFEF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    justify-content: center;
}

.bannerStages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 497px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: #0F0F0F;
}

.leftPartBannerStages {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.leftPartBannerStages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.rightPartBannerStages {
    position: relative;
    overflow: hidden;
}

.svgRoundf {
    position: absolute;
    top: -48px;
    left: -48px;
    z-index: 1;
}

.svgRounds {
    position: absolute;
    bottom: -48px;
    right: -48px;
    z-index: 1;
}

.boxInfoBannerStages {

    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    padding: 0 56px;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}

.titleBannerStages {
    color: #FFF;
    font-family: "Bebas Neue Cyrillic";
    font-size: clamp(26px, 7.5vw, 48px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.descBannerStages {
    color: #FFF;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.btnSendAuto {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #FFF;
    padding: 20px 26px;
    box-sizing: border-box;
    color: #FFF;
    text-align: center;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.btnSendAuto span svg {
    transition: 0.24s;
}

.btnSendAuto:hover span svg {
    transform: rotate(45deg);
}



.boxStagesAuto {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 56px;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
}

.itemStageAuto {
    display: flex;
    padding: 24px 20px;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    border: 2px solid var(--Purple, #642EFF);
    background: #FFF;
    box-sizing: border-box;
}

.itemStageAutoinvert {
    display: flex;
    padding: 24px 20px;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    border: 2px solid var(--Purple, #642EFF);
    background: #FFF;
    box-sizing: border-box;
    border-radius: 12px;
    background: var(--Purple, #642EFF);
}

.iconStage {
    display: flex;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding: 12px;
    justify-content: center;
    border-radius: 100px;
    background: var(--Purple, #642EFF);
    align-items: center;
}

.iconStageinvert {
    display: flex;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding: 12px;
    justify-content: center;
    border-radius: 100px;
    background: var(--Purple, #ffffff);
    align-items: center;
}

.infoTextStage {
    color: #000;
    font-family: Involve;
    font-size: clamp(16px, 1.7vw, 20px);
    ;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;

    letter-spacing: -0.4px;
}

.infoTextStageInvert {
    color: #ffffff;
    font-family: Involve;
    font-size: clamp(16px, 1.7vw, 20px);
    ;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;

    letter-spacing: -0.4px;
}


.numberStage {
    color: #642EFF;
    font-family: Involve;
    font-size: clamp(16px, 1.7vw, 20px);
    ;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;

    letter-spacing: -0.4px;
}

.numberStageinvert {
    color: #ffffff;
    font-family: Involve;
    font-size: clamp(16px, 1.7vw, 20px);
    ;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;

    letter-spacing: -0.4px;
}

.reviewBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0;
}

.inReviewBlock {
    display: flex;
    align-self: center;
    justify-content: center;
    max-width: 1560px;
    flex-direction: column;
    width: 100%;
}

.boxreviewsBlock {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.itemReview {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    border-radius: 12px;
    border: 1px solid #E2E2E2;
    overflow: hidden;
}

.imageReview {
    height: 350px;
    display: flex;
    overflow: hidden;
    width: 100%;
}

.imageReview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cosmeticReview {
    position: absolute;
    right: 24px;
    top: 325px;
}

.blocInformatinReview {
    display: flex;
    flex-direction: column;
    height: 100%;
    height: 249px;
    padding: 24px;
    box-sizing: border-box;
    overflow: hidden;
    justify-content: space-between;
    gap: 14px;
}

.textReview {
    color: #000;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    height: 161px;
    overflow: auto;
}

.urlReview {
    color: #642EFF;
    font-family: Involve;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;

}

a {
    text-decoration: none;
    color: inherit;
}

.btnMoreReview {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.blockSendMessage {
    display: flex;
    align-items: center;
    margin-top: clamp(86px, 17vw, 160px);
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #0F0F0F;
}

.roundSvg1 {
    position: absolute;
    top: -24px;
    left: -24px;
    z-index: 1;
}



.roundSvg3 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}


.leftPartSendMessage {
    max-width: 704px;
    z-index: 2;
    width: 100%;
    display: flex;
    gap: 46px;
    flex-direction: column;
    justify-content: space-between;
}

.titleSendMessage {
    color: #FFF;
    font-family: "Bebas Neue Cyrillic";
    font-size: clamp(26px, 7.5vw, 48px);
    font-style: normal;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: -0.96px;
}

.blockContactInfo {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.numberBox {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobileNumber {
    color: #FFF;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.descMobileNumber {
    color: #FFF;
    font-family: Involve;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    opacity: 0.6;
}

.ourOffices {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.titleOurOffices {
    color: #FFF;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.boxItemsOffices {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.itemOffice {
    color: #D9D9D9;
    font-family: Involve;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
}

.rightPartSendMessage {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 542px;
    z-index: 2;
}

.rightPartSendMessage form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
}

.rightPartSendMessage form p input {
    width: 100%;
    display: flex;
    height: 60px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid rgba(101, 110, 133, 0.40);
    background: #FFF;
    color: #71797D;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}

.sendMessageBtn {
    padding: 19px 64px;
    border-radius: 16px;
    background: #642EFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 146%;
    cursor: pointer;
    letter-spacing: -0.36px;
}

.descForm {
    color: #71797D;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}

.answerBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: clamp(86px, 17vw, 160px);
}

.inAnswerbox {
    width: 100%;
    max-width: 1560px;
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
}

.leftPartAnswerBox {
    max-width: 495px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.iconAnswerBox {
    width: 136px;
}

.iconAnswerBox img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.titleAnswerBox {
    color: #000;
    font-family: "Bebas Neue Cyrillic";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    letter-spacing: -0.8px;
}

.descAnswerBox {
    color: #000;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    opacity: 0.42;
    letter-spacing: -0.36px;
}

.rightPartAnswerBox {
    max-width: 1033px;
    width: 100%;
    display: flex;
    flex-direction: column;

}

.boxItemsAnswers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    justify-content: start;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
}

.itemAnswer {
    display: flex;
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(112, 112, 112, 0.20);
    padding: 16px 32px;
    align-items: flex-start;
    gap: 17px;
    flex-direction: column;
}

.titleAnswerInfo {
    display: flex;
    cursor: pointer;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 24px;
}

.textAnswer {
    color: #000;
    font-family: Involve;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;

    letter-spacing: -0.44px;
}

.arrowAnser {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 9px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 100px;
    border: 1px solid #E2E2E2;
}

.hiddenTextAnswer {
    display: none;
    flex-direction: column;
    padding-left: 16px;
    color: #000;
    font-family: Involve;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    opacity: 0.42;
    letter-spacing: -0.28px;
}

.showAnswer {
    display: flex;
}

.rotateSvg {
    transform: rotate(180deg);
}

.realBuingStats {
    display: flex;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: clamp(86px, 17vw, 160px);
    margin-bottom: 160px;
}

.ourSocials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.titleSocMedia {
    font-family: "Bebas Neue Cyrillic" !important;
    letter-spacing: 1.2;
}

.blogBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: clamp(86px, 17vw, 160px);
    margin-bottom: 133px;
}

.inBlockBox {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1580px;
    flex-direction: column;
    width: 100%;
}

.factsNetCars {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: clamp(86px, 17vw, 160px);

    overflow: hidden;

}

.inFactsNetCars {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1560px;
    z-index: 2;
    width: 100%;
    padding: 48px 69px 64px 69px;
    border-radius: 24px;
    background: #0F0F0F;
    box-sizing: border-box;
    gap: 24px;
    flex-direction: column;
}

.titleFactsNetCars {
    color: #FFF;
    font-family: "Bebas Neue Cyrillic";
    font-size: clamp(26px, 7.5vw, 48px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    z-index: 2;
}

.boxAreaFactsInformation {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 19px;
    width: 100%;
}

.leftPartInfofactsNetCars {
    display: flex;
    flex-direction: column;
    gap: 19px;
    width: 100%;
    max-width: 1024px;
}

.topAreNetCarsFacts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    width: 100%;
}

.itemFact {
    height: 284px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.imageFacts {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.imageFacts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.titleInformationItem {
    z-index: 2;
    display: flex;
    padding: 18px;
    box-sizing: border-box;
    align-items: start;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    font-family: Involve;
    font-size: clamp(16px, 1.7vw, 20px);
    ;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;

    letter-spacing: -0.4px;
}

.bottomAreaNetCarsFacts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.btnSendInfo {
    z-index: 222;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    border-radius: 100px;
    border: 1px solid #FFF;
    cursor: pointer;
    padding: 20px;

    box-sizing: border-box;
}

.endSvgIcon {
    position: absolute;
    right: 26px;
}

.rightPartVideo {
    display: flex;
    height: 100%;
    flex-direction: column;
    z-index: 2;
}

.btnSendInfo:hover {
    background: white;
    color: black;
}

.btnSendInfo:hover .endSvgIcon svg path {
    fill: black;
}

.svgFactsRound {
    display: flex;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    z-index: 1;
}

.lastSvgRound {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    align-items: flex-end;
}

.mobileSorter {
    display: none;
}

.areaImagesUsers {
    margin-top: 80px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiperWrapperImages {
    height: 350px !important;
}

.swiperAreaImage {
    max-width: 1560px;
    width: 100%;
    overflow: hidden;
}

.imageSwiper {
    user-select: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 17px;
    border-radius: 16px;
    border: 1px solid #CCD0D9;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.imageSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.titleTextCategory {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 24px;
    /* padding-bottom: 16px; */
    margin-bottom: 24px;
    border-bottom: 1px solid #E2E2E2;
}

.titleTextCategory .paginations {
    display: flex;
    gap: 8px;
}

.titleText {
    color: #000;
    font-family: "Bebas Neue Cyrillic";
    font-size: clamp(26px, 7.5vw, 48px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.blockAddedInfo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: clamp(12px, 1vw, 24px);
    margin-top: 16px;
    padding: 0 24px 24px;
}

.itemAddInfo {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.labelInfo {
    color: #000000;
    font-family: Involve;
    font-size: clamp(14px, 1vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.28px;
}

.valueInfoAdd {
    color: #000000;
    font-family: Involve;
    font-size: clamp(20px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -0.36px;
}

.inBlockSendMessage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1560px;
    gap: 24px;
    justify-content: space-between;
    padding: 56px 0;
    box-sizing: border-box;
}

.leftPartSendMessage {
    max-width: 704px;
    z-index: 2;
    width: 100%;
    display: flex;
    gap: 46px;
    flex-direction: column;
    justify-content: space-between;
}

.titleSendMessage {
    color: #FFF;
    font-family: "Bebas Neue Cyrillic";
    font-size: clamp(26px, 7.5vw, 48px);
    font-style: normal;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: -0.96px;
}

.blockContactInfo {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.numberBox {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobileNumber {
    color: #FFF;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.descMobileNumber {
    color: #FFF;
    font-family: Involve;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    opacity: 0.6;
}

.ourOffices {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.titleOurOffices {
    color: #FFF;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.boxItemsOffices {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.itemOffice {
    color: #D9D9D9;
    font-family: Involve;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
}

.rightPartSendMessage {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 542px;
    z-index: 2;
}

.rightPartSendMessage form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
}

.rightPartSendMessage form p input {
    width: 100%;
    display: flex;
    height: 60px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid rgba(101, 110, 133, 0.40);
    background: #FFF;
    color: #71797D;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}

.sendMessageBtn {
    padding: 19px 64px;
    border-radius: 16px;
    background: #642EFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 146%;
    cursor: pointer;
    letter-spacing: -0.36px;
}

.descForm {
    color: #71797D;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}

.rightPartAnswerBox {
    max-width: 100%;
    width: 100%;
}

.showAnswer {
    display: flex;
}

.rotateSvg {
    transform: rotate(180deg);
}

@media screen and (max-width: 1600px) {
    .mainAreaPage {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 66px;
        padding: 0 16px;
        flex-direction: column;
        box-sizing: border-box;
    }

    .titleExl {
        font-size: clamp(100px, 12vw, 217px);
    }

    .blockSendMessage {
        border-radius: 24px;
        padding: 24px;
    }

}


@media screen and (max-width: 1500px) {
    .blockExclItemsCatalog {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 1410px) {
    .textCardPLus {
        padding: clamp(20px, 3vw, 28px) clamp(24px, 4vw, 32px);
    }

    .itemsCardsPluses {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 21px;
    }

    .itemsCarMiniCatalog {
        grid-template-columns: repeat(3, 1fr);
    }

    .boxreviewsBlock {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }


}

@media screen and (max-width: 1260px) {
    .textUTP {
        font-size: clamp(48px, 4vw, 60px);
    }

    .descUTP {
        font-size: clamp(16px, 1vw, 18px);
    }

    .itemCardExlusive {
        padding: 24px;
        padding-bottom: 48px;
        flex-direction: column;
        gap: 24px;
    }

    .imageBannerCarExl {
        width: 110%;
        display: flex;
        margin-left: -24px;
    }

    .boxAreaExlInformation {
        gap: clamp(16px, 3vw, 48px);

    }

    .itemCardExlusive,
    .wrapperExclusiveCards {
        height: auto !important;
    }

    .imageBannerCarExl img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .rightPartCard {
        z-index: 1;
        display: flex;
        height: 100%;
        width: 45%;
        right: 0;
    }

    .boxItemsAnswers {
        grid-template-columns: repeat(1, 1fr);
    }

    .rightPartBannerExclusive {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 1150px) {


    .blockExclItemsCatalog {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .itemServiceCard {
        width: 100%;
        display: flex;
        position: relative;
        overflow: hidden;
        justify-content: space-between;
        box-sizing: border-box;
        border-radius: 24px;
        background: #FFF;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
        flex-direction: column-reverse;
        align-items: center;
    }

    .leftPartCard {
        z-index: 1;
        display: flex;
        flex-direction: column;
        gap: 34px;
        max-width: 100%;
        width: 100%;
        padding: 36px;
    }

    .rightitemServiceCard {
        display: flex;
        flex-direction: row;
    }

    .rightPartCard {
        z-index: 1;
        display: flex;
        height: 100%;
        width: 45%;
        right: 0;
        align-items: center;
        justify-content: center;
    }

    .boxreviewsBlock {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media screen and (max-width: 1020px) {
    .banneAreaUTP {
        width: 100%;
        display: flex;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 24px;
        gap: 37px;
        align-items: center;
        padding: 40px;
        box-sizing: border-box;
        flex-direction: column-reverse;
    }

    .blockExclItemsCatalog {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .itemsCarMiniCatalog {
        grid-template-columns: repeat(2, 1fr);
    }

    .textUTP {
        font-size: clamp(32px, 4vw, 48px);
    }

    .rightPartUTPBanner {
        margin-right: 0;
    }

    .banneAreaUTP {
        background-position: center !important;
    }

    .titleExl {
        font-size: clamp(54px, 14vw, 120px);
        padding-left: clamp(24px, 3vw, 64px);
    }

    .stagesCarBuying {
        display: flex;
        gap: 16px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .itemCarBuy {
        display: flex;
        align-items: center;
        padding: 24px 32px;
        border-radius: 12px;
        border: 2px solid #642EFF;
        background: #FFF;
        max-width: 100%;
        width: 100%;
        justify-content: space-between;
    }

    .nextStageArrow svg {
        transform: rotate(90deg);
    }

    .descServiceItems {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .boxItemsAnswers {
        grid-template-columns: repeat(1, 1fr);
    }

    .textAnswer {
        font-size: 20px;
    }
}

@media screen and (max-width: 840px) {
    .topBtnService {
        display: flex;
        gap: 17px;
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
    }

    .leftPartCardBottom {
        z-index: 1;
        display: flex;
        flex-direction: column;
        gap: 34px;
        max-width: 894px;
        width: 100%;
        padding: 32px 36px;
    }

    .rightitemServiceCard {
        display: flex;
        flex-direction: column-reverse;
    }    .boxreviewsBlock {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
}

@media screen and (max-width: 740px) {
    .bottomInfoCarMc {
        display: grid;
        gap: 8px;
        width: 100%;

    }

    .titleScreenArea {
        padding: 0 clamp(12px, 2vw, 24px) clamp(12px, 2vw, 24px) 0;
        font-size: clamp(12px, 4vw, 24px);
        margin-bottom: clamp(12px, 2vw, 24px);
    }

    .titleScreenArea {
        font-size: clamp(26px, 5vw, 48px);
    }

    .itemsCarMiniCatalog {
        grid-template-columns: repeat(1, 1fr);
    }

    .blockExclItemsCatalog {

        grid-template-columns: repeat(1, 1fr);

    }

    .imageCarMC {
        width: 100%;
        height: 242px;
        overflow: hidden;
    }

    .descServiceItems {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
    }

    .rightPartCard {
        padding: 12px;
        box-sizing: border-box;
    }

    .titleService {
        color: #000;
        word-wrap: break-word;
        font-family: Involve;
        font-size: clamp(20px, 2vw, 26px);
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }
}

@media screen and (max-width: 700px) {
    .boxMainInfoCarMC {
        display: flex;
        flex-direction: column;
        background: #000;
        padding: 12px;
        box-sizing: border-box;
    }

    .itemsCardsPluses {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 21px;
    }

    .boxTextUtp {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .bottomAreaPriceBtnsMC {
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 8px;
    }

    .btnWhatsApp {
        padding: 11px 16px;
    }

    .btnConnstUsExlParam {
        padding: 11px 16px;
        font-size: 16px;
    }

    .btnNextInfoExl {
        top: 16px;
        position: absolute;
        right: 0;
        border-radius: 0 0 0 12px;
        background: #642EFF;
        display: inline-flex;
        padding: 12px;
        align-items: center;
        gap: 8px;
        cursor: pointer;
    }

    .btnNextInfoExl svg {
        width: 32px;
        height: 32px;
    }

    .leftPartCardBottom {
        z-index: 1;
        display: flex;
        flex-direction: column;
        gap: 34px;
        max-width: 894px;
        width: 100%;
        padding: 24px 26px;
    }
}


@media screen and (max-width: 600px) {
    .banneAreaUTP {
        background-size: contain;
        gap: 24px;
        padding: 12px;
    }

    .getConsult {
        cursor: pointer;
        border-radius: 100px;
        background: #642EFF;
        display: flex;
        box-sizing: border-box;
        padding: 14px 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #FFF;
        font-family: Involve;
        font-size: clamp(16px, 2vw, 20px);
        font-style: normal;
        margin-bottom: 12px;
        width: 100%;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -0.4px;
    }

    .textCardPLus {
        padding: 28px 32px;
        font-size: clamp(16px, 2vw, 20px);

    }

    .bottomInfoCarMcExcl {
        gap: clamp(8px, 1vw, 12px);
    }

    .nameParamExl {
        font-size: 16px;
    }

    .valueParamExl {
        font-size: 18px;
    }

    .imageExlCarCat {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 255px;
    }
}