@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');
}


html {
    margin-top: 0 !important;
}

.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;
}

.titleCarNameInfo,
.iconDateCarInfo span,
.areaLeftSvgName,
.btnMoreInfoCar span,
.numberDateCarInfo,
.blog-content h3 {
    font-family: Involve;
}

.blog-grid {
    padding: 0;
}

.titleSocMedia {
    font-weight: 600;
}

.mainAreaNewMain {
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.inMainAreaNewMain {
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.boxImage {
    width: 100%;
    max-width: 1920px;
    position: absolute;
    height: 100%;

    height: 911px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    overflow: hidden;
    z-index: 1;
}

.topBoxMain {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: clamp(427px, 88vw, 911px);
    border-radius: 0px 0px 40px 40px;
    background: #000;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
}

.noneImage {
    height: 116px !important;
}

.topBoxMainCurrentSize {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 911px;
    border-radius: 0px 0px 40px 40px;
    background: #000;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
}

.moreCaCatalog:hover svg {
    transform: rotate(45deg);
}

.saveLicenceBtn {
    cursor: pointer;
}

.boxImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boxInfoForm {
    max-width: 1560px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    display: flex;
    width: 100%;

}

.leftPartBoxInfoForm {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 902px;
}

.titleUTPSite {
    color: #FFF;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.55);
    font-family: "Bebas Neue Cyrillic";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.descUTPSite {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.55);
    font-family: Involve;
    font-size: clamp(16px, 1.7vw, 26px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    max-width: 100%;
    word-wrap: break-word;
    letter-spacing: -0.4px;
}

.boxBtnsMainForm {
    display: flex;
    gap: 16px;

}

.btnSendForm {
    text-align: center;
    display: flex;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--Purple, #642EFF);
    color: #FFF;
    font-family: Involve;
    font-size: clamp(16px, 1.7vw, 20px);
    ;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.btnSendForm:hover {
    background: #7d50fc;
}

.showAllAuto:hover {
    color: #7d50fc;
}

.showAllAuto:hover span svg path {
    stroke: #7d50fc;
}

.btnSendToCatalog:hover {
    background: #eeeeee;

}

.boxTextMainInfo {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.btnSendToCatalog {
    display: flex;
    text-align: center;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 2px solid #642EFF;
    background: #FFF;
    color: #000;
    font-family: Involve;
    font-size: clamp(16px, 1.7vw, 20px);
    ;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.rightPartInfoForm {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 581px;
    width: 100%;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(5px);
    padding: 24px 20px;
    flex-direction: column;
    box-sizing: border-box;
    gap: 32px;
}

.mainForm {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.boxSelectedMain {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-content: center;
    gap: 16px;
}

.itemSelectParam {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.itemSelectParam select {
    display: flex;
    color: #3A3A3A;
    text-align: center;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    padding: 12px 20px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid #CACACA;
    background: #FDFDFD;
}

.customSelector {
    display: flex;
    color: #3A3A3A;
    text-align: center;
    font-family: Involve;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    line-height: normal;
    letter-spacing: -0.32px;
    padding: 12px 20px;
    box-sizing: border-box;
    height: 47px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid #CACACA;
    background: #FDFDFD;
    flex-direction: column;
}

.customBlockItemsOptions {
    max-height: 270px;
    overflow: auto;
    display: none;
    width: 100%;
    flex-direction: column;
    position: absolute;
    font-size: 18px;
    font-family: Involve;
    left: 0;
    top: 72px;
    /* box-shadow: -1px 9px 11px 1px; */
    border: 1px solid #0000004f;
    background: white;
    border-radius: 16px;
    z-index: 9991;
}

.customBlockItemsOptions.active {
    display: flex;
}

.blockSelectorCustom {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.customOption {
    cursor: pointer;
    padding: 8px 18px;
    box-sizing: border-box;
    background: white;
    text-align: center;
}


.customOption:nth-child(even) {
    background: rgb(224, 224, 224);
}

.customOption:hover {
    background: #642EFF;
    color: white;
}

.boxInputsMain {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.itemSelectParam {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.nameSelect {
    color: #323232;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.boxInputsLast {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}

.itemInputMain {

    border: 1px solid #CACACA;
    background: #FDFDFD;
    display: flex;
    padding: 16px;

    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    gap: 8px;
    justify-content: space-between;
}

.firstInput {
    border-radius: 20px 0px 0px 20px;
}

.secondInput {
    border-radius: 0px 20px 20px 0px;
}

.inputBox {
    width: 100%;
}

.inputBox input:focus-visible {
    outline: none;
}

.inputBox input {
    width: 100%;
    border: none;
    color: #3A3A3A;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    box-sizing: border-box;
}

.boxBtnsForms {
    margin-top: 16px;
    display: grid;
    height: 56px;
    grid-template-columns: 0.9fr 1.3fr;
    gap: 12px;
    width: 100%;
    justify-content: space-between;
}

.clearFilter {
    display: flex;
    color: #3A3A3A;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.36px;
    box-sizing: border-box;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 2px solid #642EFF;
    cursor: pointer;
}

.clearFilter:hover {
    background: #eeeeee;
}

.btnSendFilter {
    display: flex;
    color: #FFF;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    letter-spacing: -0.36px;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    border-radius: 100px;
    background: #642EFF;
    border: 1px solid #642EFF;
}

.btnSendFilter:hover {
    background: #7d50fc;
}

.inCategoryArea {
    max-width: 1560px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(80px, 15vw, 120px);
}

.categoryAuto {
    display: flex;
    gap: 24px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: 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;
}

.titleText {
    color: #000;
    font-family: "Bebas Neue Cyrillic";
    font-size: clamp(26px, 7.5vw, 48px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.showAllAuto {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-items: center;
    cursor: pointer;
}

.showAllAuto span {
    width: max-content;
}

.sorterCarCategory {
    display: flex;
    width: 100%;
    margin-top: -24px;
    align-items: center;


}

.boxParamsSort {
    width: 100%;
    background: #F3F3F3;
    padding: 12px 8px;
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    border-radius: 16px;
}

.itemParamSort {
    color: #000;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    transition: 0.24s;
    border-radius: 12px;
}

.selectedCarCat {
    background: #FFF;
    color: #642EFF;
    border-radius: 12px;

    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.boxCartCarCategory {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ShowCategory {
    display: grid;
}

.itemCardCarCategory {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 24px;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 16px;
    background: #F3F3F3;
    transition: 0.24s;
}

.itemCardCarCategory:hover {
    transform: translate3d(0, -4px, 0);
    background: #642EFF;
}

.itemCardCarCategory:hover .titleCardCarCategory {
    color: white;
}

.itemCardCarCategory:hover .bottomBoxAmount {
    color: white;
}

.itemParamSort:hover {
    background: #f8f8f88e;
    color: #642EFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.imageArea {
    position: absolute;
    left: 16px;
    bottom: 16px;
    max-width: 220px;
    /* width: 100%; */
    max-height: 124px;
}

.imageArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.rightPartAreaInfo {
    display: flex;
    width: 100%;
    align-items: flex-end;
    height: 172px;
    justify-content: space-between;
    flex-direction: column;
}

.titleCardCarCategory {
    width: 100%;
    color: #000;
    text-align: right;
    font-family: Involve;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

.bottomBoxAmount {
    color: #3D3D3D;
    text-align: right;
    font-family: Involve;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.inAutoInCompany {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    max-width: 1560px;
    margin-top: clamp(86px, 17vw, 160px);
    justify-content: center;
}

.titleTextCategory .paginations {
    display: flex;
    gap: 8px;
}

.leftBtnScrollCat,
.rightBtnScrollCat {
    border-radius: 64px;
    background: #CACACA;
    display: flex;
    height: 44px;
    padding: 8px 7px 8px 7px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}

.leftBtnScrollCatS,
.rightBtnScrollCatS {
    border-radius: 64px;
    background: #CACACA;
    display: flex;
    height: 44px;
    padding: 8px 7px 8px 7px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}

.leftBtnScrollCat:hover,
.rightBtnScrollCat:hover,
.leftBtnScrollCatS:hover,
.rightBtnScrollCatS:hover {
    background: #7d50fc;
}

.blockCardCompanyCar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: 100%;
}

.mySwiperCarsFirst {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.mySwiperCarsSecond {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.itemCardCompanyCar {
    user-select: none;
    display: flex;
    position: relative;
    height: 550px !important;
    padding: 24px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    align-items: flex-end;
}

.itemCardCompanyCar:hover .hiddenBlockCarInfo {
    display: flex;
}

.imageCardCompanyCar {
    position: absolute;
    height: 550px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.imageCardCompanyCar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boxInformationCar {
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.itemCardCompanyCar:hover>.backMainShadowBack {
    display: flex;
}

.backMainShadowBack {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 1;
    border-radius: 5.411px;
    background: linear-gradient(360deg, black, transparent)
}



.hiddenBlockCarInfo {
    display: none;
    gap: 20px;
    align-items: center;
    justify-content: start;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #ffffff20;
    padding-top: 20px;

}

.itemSmallInfo {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nameParamSmall {
    color: #FFF;

    font-family: Involve;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.24px;
}

.valueParamSamll {
    color: #FFF;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.32px;
}

.showedBoxCarInfo {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.nameCar {
    color: #FFF;
    font-family: Involve;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.44px;
}

.valueCar {
    color: #FFF;
    font-family: Involve;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.56px;
}

.inReccCarFromCtalog {
    width: 100%;
    max-width: 1560px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(86px, 17vw, 160px);
    flex-direction: column;
}

.blockCarsFromCatalog {
    width: 100%;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.cardCarCatalog {
    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);
}

.imageCardCarCatalog {
    height: 225px;
    border-radius: 16px;
    overflow: hidden;
}

.imageCardCarCatalog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boxInformationCatalog {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    padding: 0 24px 16px 24px;
    box-sizing: border-box;
    border-radius: 0px 0px 16px 16px;
}

.topBlockCatalogInfo {
    display: flex;
    flex-direction: column;
    gap: 1px;
    width: 100%;
    border-bottom: 1px solid #CCD0D9;
    padding-bottom: 8px;
}

.titleCatalogNameCar {
    color: #050B20;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.descCatalogNameCar {
    color: #050B20;
    font-family: Involve;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.boxIconsCardCatalog {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    width: 100%;
    border-bottom: 1px solid #CCD0D9;
    padding-bottom: 8px;
}

.itemIconsValue {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.iconSvg svg {
    width: 18px;
    height: 18px;
}

.valueCardCatalog {
    color: #050B20;
    text-align: center;
    font-family: Involve;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;

}

.mainPriceInfoCardCatalog {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 16px;
}

.priceCarCatalog {
    color: #050B20;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 30px;

}

.moreCaCatalog svg {
    transition: 0.24s;
}

.moreCaCatalog {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    color: #405FF2;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.inOurCompetentions {
    margin-top: clamp(86px, 17vw, 160px);
    display: flex;
    width: 100%;
    max-width: 1560px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.titleBid,
.descBid,
.white-button,
.bottomPartSendBid span {
    font-family: Involve;
}

.cardsOureCompetitions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.roundFiolet {
    position: absolute;
    top: -24px;
    width: 100%;
    left: 0;
}

.roundFiolet svg {
    width: 100%;
}

.itemCardCompetitions {
    overflow: hidden;
    display: flex;
    height: auto;
    position: relative;
    padding: 20px 26px 26px 26px;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    box-sizing: border-box;
    border-radius: 16px;
    background: #EFEFEF;
}

.iconCompetitions {
    width: 126px;
    height: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconCompetitions img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.descCompetitions {
    color: #000;
    text-align: center;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.36px;
}

.inBanner {
    width: 100%;
    max-width: 1560px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: clamp(86px, 17vw, 160px);
}

.bannerArea {
    display: flex;
    position: relative;
    width: 100%;
    height: 397px;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}

.bannerItems {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    height: auto !important;


}

.bannerItem {
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;

    overflow: hidden;
    border-radius: 24px;
    background: #0F0F0F;
}

.imageBannerItem {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;

    width: 100%;
    z-index: 1;
}

.imageBannerItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boxInformationBanner {
    z-index: 2;
    display: flex;
    gap: 8px;
    width: 100%;
    padding: 97px 0 97px 112px;
    flex-direction: column;
    align-items: flex-start;
}

.titleBanner {
    color: #FFF;
    font-family: "Bebas Neue Cyrillic";
    font-size: clamp(26px, 7vw, 48px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.descBanner {
    color: #FFF;
    font-family: Involve;
    font-size: clamp(14px, 1.9vw, 18px);
    font-style: normal;
    font-weight: 400;
    max-width: 696px;
    line-height: 160%;
}

.btnSendBanner {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding: 20px 26px;
    box-sizing: border-box;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 16px;
    cursor: pointer;
}

.btnSendBanner span svg {
    transition: 0.24s;
}

.btnSendBanner:hover span svg {
    transform: rotate(45deg);
}

.activenone {

    display: none;
}

.paginationBanners {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    position: absolute;
    bottom: 0;
    z-index: 3;

}

.elemPagination {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
    border-radius: 100px;
    background: rgba(100, 46, 255, 0.35);
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #642EFF !important;
    width: 16px !important;
    height: 16px !important;
}

.swiper-pagination-bullet {
    background: rgba(100, 46, 255, 0.35) !important;
    width: 16px !important;
    height: 16px !important;

}

.inСhooseUs {
    max-width: 1560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;

}

.boxesChooseUs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.itemChooseUsImage {
    height: auto;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
    border-radius: 16px;

}

.noneShowBlock {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.itemChooseUs {
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #642EFF;
    background: #F9F9F9;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    padding: 24px;
    box-sizing: border-box;
    position: relative;
}

.imageFullChoose {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boxInfoChoose {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;

}

.showBlockChoose {
    display: none;
    flex-direction: column;
    gap: 12px;
}

.btnShowCloseInfoChoose {
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 4px;
    background: #642EFF;
    display: inline-flex;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    gap: 8px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.24s;
}

.btnShowCloseInfoChoose:hover {
    background: #405FF2;
}

.titleChooseBox {
    max-width: 273px;
    color: #000;
    font-family: Involve;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.44px;
}

.colorPurple {
    color: #642EFF;
}

.descChooseText {
    color: #252525;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.32px;
}

.boxInfoChoose .iconChooseUs {
    width: 88px;
    height: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.boxInfoChoose .iconChooseUs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.subTitleChooseUs {
    color: #000;
    font-family: Involve;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    width: 100%;
    letter-spacing: -0.44px;
}

.boxInfoChoose .textChooseWhite {
    color: #FFF;
    font-family: "Bebas Neue Cyrillic";
    font-size: clamp(26px, 4vw, 32px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.64px;
}

.blockSvg {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    position: absolute;
    bottom: 16px;
    right: 16px;

}

.lastChoose {
    position: relative;
    cursor: pointer;
    gap: 33px;
    border-radius: 16px;
    background: #642EFF;
    box-shadow: 0px 4px 4px 0px rgba(100, 46, 255, 0.35);
}

.blockSvg svg {

    transition: 0.24s;
}

.lastChoose:hover .blockSvg svg {
    transform: rotate(45deg);
}

.chooseUs {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #F0EAFF;
    padding: 64px 16px;
    margin-top: clamp(86px, 17vw, 160px);
    align-items: center;
}

.ourPartners {
    margin-top: clamp(86px, 17vw, 160px);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.inOurPartners {
    max-width: 1560px;
    width: 100%;
    display: flex;
    gap: 24px;
    align-items: center;
    flex-direction: column;
}

.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;
    overflow: hidden;
}

.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: clamp(86px, 17vw, 160px);
}

.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;
}

.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;
}

.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: flex;
    width: 100%;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 24px;
}

.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;
}

@media screen and (max-width: 1600px) {

    .topBoxMainCurrentSize,
    .inCategoryArea,
    .inAutoInCompany,
    .inReccCarFromCtalog,
    .inOurCompetentions,
    .inBanner,
    .inOurPartners,
    .inLicencesBlock,
    .blockStagesCompany,
    .reviewBlock,
    .answerBox,
    .factsNetCars,
    .blogBox {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .inBlockSendMessage {
        padding-left: 16px;
        padding-right: 16px;
    }

    .titleUTPSite {
        font-size: clamp(48px, 4vw, 64px);
    }

    .boxBtnsMainForm {
        display: flex;
        gap: 16px;

    }

    .btnSendForm,
    .btnSendToCatalog,
    .clearFilter,
    .btnSendFilter {
        font-size: 16px;
    }

    .clearFilter,
    .btnSendFilter {
        padding: 12px;
    }

    .boxesChooseUs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .areaImagesUsers {
        padding: 0 16px;
        box-sizing: border-box;
    }

}

@media screen and (max-width: 1470px) {
    .boxCartCarCategory {

        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .cardsOureCompetitions {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }


}

@media screen and (max-width: 1360px) {
    .boxesChooseUs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .btnSendForm {
        padding: 12px 24px;
    }

    .btnSendToCatalog {
        padding: 12px 24px;
    }

    .clearFilter,
    .btnSendFilter {
        padding: 12px;
        text-align: center;
        font-size: 16px;
    }

    .boxBtnsMainForm {
        display: flex;
        gap: 16px;
        flex-direction: row;
    }

    .boxImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
    }

    .boxInformationBanner {
        z-index: 2;
        display: flex;
        gap: 8px;
        width: 100%;
        padding: 45px;
        flex-direction: column;
        align-items: flex-start;
    }

    .bottomAnotherPartners {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 21px;
    }

    .boxLicencses {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .boxStagesAuto {
        gap: 32px;
        grid-template-columns: repeat(3, 1fr);
    }

    .boxreviewsBlock {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .boxCartCarCategory {

        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .titleUTPSite {
        max-width: 100%;
        font-size: clamp(42px, 4vw, 64px);
    }


    .nameSelect {
        color: #323232;
        font-family: Involve;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 125%;
    }

    .itemSelectParam select {
        display: flex;
        color: #3A3A3A;
        text-align: center;
        font-family: Involve;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.32px;
        padding: 12px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 20px;
        border: 1px solid #CACACA;
        background: #FDFDFD;
    }

    .inputBox input {
        width: 100%;
        border: none;
        color: #3A3A3A;
        font-family: Involve;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.36px;
        box-sizing: border-box;
    }

    .topBoxMainCurrentSize {
        height: auto;
    }

    .itemInputMain {
        border: 1px solid #CACACA;
        background: #FDFDFD;
        display: flex;
        padding: 12px;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        gap: 8px;
        justify-content: space-between;
    }

    .mainForm {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .boxBtnsForms {
        margin-top: 16px;
        display: grid;
        height: auto;
        gap: 12px;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .btnSendBanner {
        padding: 16px;
    }

    .subTitleChooseUs {
        font-size: 18px;
    }

    .itemChooseUs {
        padding: 16px;
    }

    .boxStagesAuto {
        gap: 24px;
        grid-template-columns: repeat(3, 1fr);
    }

    .boxreviewsBlock {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .rightPartInfoForm {
        display: none;
    }

    .mobileSorter {
        margin-top: 32px;
        max-width: 720px;
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100%;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.85);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
        backdrop-filter: blur(5px);
        padding: 24px 20px;
        flex-direction: column;
        box-sizing: border-box;
        gap: 32px;
    }
}

@media screen and (max-width: 960px) {
    .inBlockSendMessage {
        display: flex;
        padding-left: 16px;
        padding-right: 16px;
        flex-direction: column;
    }

    .inFactsNetCars {
        overflow: hidden;
        padding: 24px;
    }

    .boxStagesAuto {
        gap: 12px;
        grid-template-columns: repeat(2, 1fr);
    }

    .boxesChooseUs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .boxSelectedMain {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-content: center;
        gap: 8px;
    }





    .customBlockItemsOptions,
    .customSelector {
        font-size: 16px;
    }

    .boxSelectedMain {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-content: center;
        gap: 16px;
    }

    .boxCartCarCategory {

        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .boxImage {
        height: 100%;
    }

    .boxImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .boxParamsSort {
        width: 100%;
        background: #F3F3F3;
        padding: 10px 8px;
        gap: 16px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        border-radius: 16px;
    }

    .itemParamSort {
        color: #000;
        font-family: Involve;
        font-size: 14px;
        cursor: pointer;
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
        display: flex;
        padding: 12px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        box-sizing: border-box;
    }


    .titleUTPSite {
        font-size: clamp(28px, 3.5vw, 42px);
    }

    .cardsOureCompetitions {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .boxLicencses {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .titleBannerStages {
        font-size: clamp(26px, 6vw, 48px);
    }

    .boxInfoBannerStages {
        padding: 0 42px;
    }

    .boxreviewsBlock {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .leftPartSendMessage {
        max-width: 100%;
        z-index: 2;
        width: 100%;
        display: flex;
        gap: 46px;
        flex-direction: column;
        justify-content: space-between;
    }

    .rightPartSendMessage {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        max-width: 100%;
        z-index: 2;
    }

    .inAnswerbox {
        width: 100%;
        max-width: 1560px;
        justify-content: space-between;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 32px;
        flex-direction: column;
    }

    .textAnswer {
        font-size: 18px;
    }

    .itemAnswer {
        display: flex;
        width: 100%;
        padding: 12px 24px;
    }

    .arrowAnser {
        display: flex;
        width: 42px;
        height: 42px;
    }

    .leftPartAnswerBox {
        max-width: 495px;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        gap: 12px;
    }

    .titleAnswerBox {
        font-size: 32px;
    }

    .topAreNetCarsFacts {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 13px;
        width: 100%;
    }

    .boxAreaFactsInformation {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 19px;
        width: 100%;
        flex-direction: column-reverse;
    }

    .bottomAreaNetCarsFacts {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .boxAreaFactsInformation {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 19px;
        width: 100%;
        flex-direction: column-reverse;
    }

    .leftBtnScrollCat,
    .rightBtnScrollCat {
        border-radius: 64px;
        background: #CACACA;
        display: flex;
        height: 38px;
        width: 38px;
        padding: 8px 7px 8px 9px;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        cursor: pointer;
    }

    .leftBtnScrollCatS,
    .rightBtnScrollCatS {
        border-radius: 64px;
        background: #CACACA;
        display: flex;
        height: 38px;
        width: 38px;
        padding: 8px 7px 8px 9px;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        cursor: pointer;
    }



    .rightPartAreaInfo {
        height: clamp(145px, 34vw, 172px);
    }

    .itemCardCompanyCar {
        display: flex;
        position: relative;
        height: 450px !important;
        padding: 24px;
        box-sizing: border-box;
        cursor: pointer;
        border-radius: 12px;
        overflow: hidden;
        align-items: flex-end;
    }

    .imageCardCompanyCar {
        position: absolute;
        height: 450px;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .nameCar {
        font-size: 18px;
    }

    .valueCar {
        font-size: 24px;
    }

    .topBoxMain {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: clamp(427px, 88vw, 911px);
        border-radius: 0px 0px 26px 26px;
        background: #000;
        overflow: hidden;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    }

    .blockSendMessage {
        border-radius: 24px;
    }
}

@media screen and (max-width: 760px) {
    .itemCenterInfoLic {
        font-size: 18px;
    }

    .textAnswer {
        font-size: 15px;
        line-height: normal;
    }

    .arrowAnser {
        display: flex;
        width: 36px;
        height: 36px;
    }

    .itemAnswer {
        display: flex;
        width: 100%;
        padding: 14px;
    }

    .descAnswerBox {
        line-height: normal;
    }

    .iconAnswerBox {
        width: 96px;
    }

    .bannerStages {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        height: auto;
        width: 100%;
        border-radius: 24px;
        overflow: hidden;
        background: #0F0F0F;
    }

    .boxInfoBannerStages {
        padding: 24px 42px;
        overflow: hidden;
    }

    .topBoxMain {
        height: 560px;
    }

    .boxCartCarCategory {

        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .boxBtnsForms {
        grid-template-columns: 1fr;
    }

    .boxesChooseUs {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .boxBtnsMainForm {
        display: flex;
        gap: 16px;
        flex-direction: column;
    }

    .leftPartBoxInfoForm,
    .boxInfoForm,
    .topBoxMainCurrentSize {
        height: 100%;

    }

    .leftPartBoxInfoForm {
        padding: 110px 0 25px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .titleUTPSite {
        font-size: clamp(32px, 6vw, 48px);
    }

    .boxTextMainInfo {
        gap: 16px;
    }

    .boxImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
    }

    .boxImage {

        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;

    }

    .bottomAnotherPartners {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 21px;
    }

    .boxLicencses {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }

    .boxreviewsBlock {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .customBlockItemsOptions,
    .customSelector {
        font-size: 14px;
    }

    .blockSvg {
        position: inherit;
    }

    .boxStagesAuto {
        gap: 12px;
        grid-template-columns: repeat(1, 1fr);
    }

    .titleCardCarCategory {
        font-size: clamp(18px, 2vw, 22px);
    }
}



@media screen and (max-width: 560px) {
    .imageArea {
        position: absolute;
        left: 16px;
        bottom: 16px;
        max-width: 170px;
        /* width: 100%; */
    }

    .cardsOureCompetitions {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .boxSelectedMain {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-content: center;
        gap: 16px;
    }

    .boxInputsLast {
        display: grid;
        align-items: center;
        gap: 8px;
        grid-template-columns: repeat(1, 1fr);
    }

    .firstInput,
    .secondInput {
        border-radius: 16px;
    }

    .leftBtnScrollCatS,
    .rightBtnScrollCatS {
        border-radius: 64px;
        background: #CACACA;
        display: flex;
        height: 28px;
        width: 28px;
        padding: 4px 3px 4px 4px;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        cursor: pointer;
    }

    .swiperWrapperImages {
        height: 250px !important;
    }

}