.cardMainArea {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 80px;
}

.nameCompanyMobile {
    display: none;
}

.autoNotAccess {
    color: rgb(235, 68, 68);
}

.inCardMainArea {
    max-width: 1240px;
    width: 100%;
    display: flex;
    gap: 32px;
}

.blockDateChecker {
    display: flex;
    gap: 4px;
    align-items: center;
    width: max-content;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.leftCardInfoCar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    background: #414141;
    display: flex;
    max-width: 475px;
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.titleNameCar {
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.boxInfoTextCar {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.itemBoxTextCar {
    display: grid;
    grid-template-columns: 0.2fr 1fr 0.2fr;
    justify-content: space-between;
    gap: 12px;
}

.dottedBlock {


    border-bottom: 1px dotted #ADADAD;
}

.nameParamCar,
.valueParamCar {
    width: max-content;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.priceInCorea {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}

.simpleDescText {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.priceCoreaCar {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.btnsBoxArea {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
}

.btnCheckDeliveryCar {
    cursor: pointer;
    display: flex;
    box-sizing: border-box;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 2px solid #EA6129;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    align-content: center;
    justify-content: center;
    font-weight: 500;
    line-height: 20px;
    transition: 0.24s;

}

.btnCheckDeliveryCar:hover {
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%)
}
.btnMoreToWEbSite:hover {
    color: #E0571E;
    background: #FFF7FC;
}
.btnMoreExporters:hover{
        background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%)
}
.btnOrderCar {
    display: flex;
    padding: 12px 4px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    align-items: center;
    font-weight: 500;
    justify-content: center;
    line-height: 20px;
    flex: 1 0 0;
    border-radius: 8px;
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
    transition: 0.24s;
}

.btnOrderCar:hover {
    color: #E0571E;
    background: #FFF7FC;
}

.galleryCardAuto {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: clamp(620px, 50vw, 733px);
}

.galleryBoxImage {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    overflow: hidden;
}

.mainImageBox {
    border-radius: 16px 16px 0 0;
    height: auto;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    /* max-width: 733px; */
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    width: max-content;
}

.mainImageBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.itemsGalleryCar {
    display: flex;
    gap: 4px;
    /* max-width: 733px; */
    width: 100%;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
}

.itemGalleryCar {
    width: auto;
    height: 101px;
    cursor: pointer;
    border: 1px solid #00000000;
}



.itemGalleryCar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.infoAboutAuto {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    margin-top: 48px;

}

.inInfoAboutAuto {
    width: 100%;
    max-width: 1240px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.titleInfoAboutAuto {
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.boxInfoAboutAutoItems {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.itemAboutCar {
    border-radius: 12px;
    padding: 16px;
    box-sizing: border-box;
    background: #414141;
    gap: 16px;
    display: flex;
    flex-direction: column;
    width: 100%;
    cursor: pointer;
    transition: 0.24s;
}

.itemAboutCar:hover {
    transform: scale(1.02);
}

.topAboutCarLine {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.iconCaLine {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 8px;
    background: linear-gradient(135deg, #E96028 -3.87%, #D3450A 96.13%);
}

.iconArrowLine {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nameInfoCarLine {
    display: flex;
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;

}

.companyExportersItems {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
}

.inCompanyExportersItems {
    max-width: 1240px;
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 24px;
}

.topLineItemExporter {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    align-items: flex-start;
}

.titleItemExporterBlock {
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.blockSort {
    display: flex;
    position: relative;
    border-radius: 42px;
    border: 2px solid #EA6129;
    box-sizing: border-box;
    padding: 8px 16px;
    align-items: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.boxSortParams {
    position: absolute;
    bottom: -72px;
    left: 0;
    opacity: 0;
    transition: 0.24s;
}

.blockSort:hover .boxSortParams {
    opacity: 1;
}

.boxSortParams {
    width: 100%;
    border-radius: 16px;
    background: #414141;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    border: 2px solid #EA6129;
    line-height: 20px;
    overflow: hidden;
    gap: 4px;
}

.itemSortValue {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 6px;
    cursor: pointer;
    box-sizing: border-box;
}

.itemSortValue:hover {
    background: #616161;
}

.boxCardExportersCar {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.boxItemsExportersInCar {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.itemCardExportersCar {
    display: grid;
    grid-template-columns: 0.9fr 0.28fr;
    gap: 74px;
    justify-content: space-between;

    padding: 16px;

    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    background: #414141;
}

.leftPartCardExporterCar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.boxMainInfoExpCar {
    display: flex;
    gap: 20px;
}

.logoCompanyExCar {
    width: clamp(120px, 10vw, 148px);
    height: clamp(120px, 10vw, 148px);
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.logoCompanyExCar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boxCompanyInfoExCar {
    display: flex;
    max-width: 570px;
    width: 100%;
    flex-direction: column;
    gap: 14px;
}

.titleCompanyExp {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.descCompanyExp {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.tagsCompanyExp {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;

}

.itemTagExp {
    display: flex;
    padding: 4px 16px 6px 16px;
    align-items: center;
    border-radius: 31px;
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    box-sizing: border-box;
    border-radius: 31px;
    overflow: hidden;
}

.colorOrange {
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);

}

.colorGreen {

    background: linear-gradient(90deg, #0DA200 0%, #0B8600 100%);
}

.pointsMainBonuses {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.itemBonus {
    display: flex;
    align-items: center;
    justify-content: start;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 6px;
}

.rightPartsExportCar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
    justify-content: end;
}

.PriceCompany {
    color: #FFF;
    text-align: right;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.timeDeliveryCompany,
.deliveryLocation {
    display: flex;
    gap: 6px;
    color: #FFF;
    text-align: right;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.deliveryLocation {
    width: max-content;
}

.btnMoreToWEbSite {
    margin-top: 4px;
    display: flex;
    padding: 12px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    justify-content: center;
    transition: 0.24s;
    cursor: pointer;
    border-radius: 8px;
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
}

.btnMoreExporters {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    border: 2px solid #EA6129;
    display: flex;
    width: 348px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    transition: 0.24s;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}

.fullBtnArea {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popUpInformation {
    position: fixed;
    top: -1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 6;
}

.popUpInformation.open {
    top: 0;
    opacity: 1;
}

.inPopUpInformation {
    max-width: 1240px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    position: absolute;
    top: 100px;
    border-radius: 16px;
    background: #4A4A4A;
    overflow: hidden;
}

.closePopup {
    cursor: pointer;
}

.popUpAreaInformation {
    width: 100%;
    border-radius: 16px;
    background: #4A4A4A;
    padding: 24px 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height: calc(100vh - 120px);
    overflow: auto;
}

.backGroundFilter {
    z-index: 5;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(43, 43, 43, 0.50);
    backdrop-filter: blur(3.299999952316284px);
    display: none;
    opacity: 0;
    transition: 0.24s;
}

.titlePopInfo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #848484;
}

.leftPosTitlePopInfo {
    display: flex;
    gap: 12px;
}

.iconInfoSvg {
    display: flex;
    width: 52px;
    height: 52px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    border-radius: 8px;
    background: linear-gradient(135deg, #E96028 -3.87%, #D3450A 96.13%);
}

.boxTitleTextInfoPop {
    display: flex;
    flex-direction: column;

}

.titleInfoTextPop {
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.descInfoTextPop {
    color: #CFCFCF;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.boxParamsPopCar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 8px;
    background: #5C5C5C;
    padding: 15px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}

.titleParamsPopCar {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.areaItemsParamsCar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.itemParamCar {
    padding: 2px 0;
    display: flex;
    gap: 8px;
    align-items: center;
}

.iconParamcar {
    border-radius: 4px;
    display: flex;
    padding: 4px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    background: #4E4E4E;
}

.iconParamcar.confirm {
    border-radius: 4px;
    background: #D94C12;
}

.nameParamCarPop {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.boxParamsCarCrasher {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.areaIndexesCrash {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
    justify-content: center;
    width: 100%;
    border-radius: 8px;
    background: #373737;
    padding: 9px 34px;
    box-sizing: border-box;
}

.itemCrash {
    display: flex;
    gap: 4px;
    align-items: center;
}

.iconCrash {
    width: 22px;
    height: 22px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.colorRed {
    background: #E32C2C;
}

.colorBlue {
    background: #2C75E3;
}

.colorYellow {
    background: #E3812C;
}

.colorGray {
    background: #A2A2A2;
}

.colorGreen {
    background: #0AA877;
}

.textCrashInfo {
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.boxCarImages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    width: 100%;
    border-radius: 8px;
    background: #FFF;
}

.itemImageCrashCar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.itemImageCrashCar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boxResultInspections {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 24px;
}

.titleResInspect {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.areaBoxesDiagnostics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 24px;
}

.leftBoxesDiagnostic,
.rightBoxesDiagnostic {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.boxDiagnostic {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.titleDiagnosticBox {
    color: #FFF;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.itemsParamsDiagnost {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.itemDiagnost {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    width: 100%;
}

.nameDiagnost {
    color: #E0E0E0;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.valueDiagnost {
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    color: #ffffff;
    line-height: 20px;
}

.colorGreenText {
    color: #12D700;
}

.boxCrashedCar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.areaTitleCrashCar {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.titleCrashCar {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.descCrashCar {
    color: #CFCFCF;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.boxCardDateCrash {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.itemCrashCard {
    width: 100%;
    display: flex;
    gap: 12px;
    border-radius: 8px;
    background: #5C5C5C;

}

.leftItemCrashCard {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    justify-content: space-between;
}

.paramTextArea {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-right: 1px solid #848484;
    height: 100%;
}

.paramTextArea:nth-child(4) {
    border: none;
}

.nameParam {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.valueParam {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.descParamValue {
    color: #C4C4C4;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}


.separatorParams {
    width: 1px;
    height: 4vw;
    background: #848484;
}

.rightItemCrashCard {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 439px;
    width: 100%;
}

.paramTextAreaBlack {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 0 8px;
    background: #252525;
    box-sizing: border-box;
    height: 100%;
    padding: 16px 0;
    box-sizing: border-box;
}

.paramTextAreaBlack:nth-child(1) {
    border-right: 1px solid #848484;
}

.nameBlackParamText {
    color: #FFF;
    font-family: Montserrat;
    font-size: 17px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.valueBlackParamText {
    color: #DF541A;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.descBlackParamText {
    color: #A6A6A6;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.descDTPInfo {
    color: #F4F4F4;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.boxPricesCarInfo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    box-sizing: border-box;
    flex-direction: column;
    gap: 24px;
}

.areaItemsCarValues {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.customBoxPriceCar {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.itemParamPriceCar {
    display: grid;
    gap: 12px;
    grid-template-columns: 0.4fr 0.9fr 0.4fr;
}

.namePriceParam {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: max-content;
}

.valuePriceParam {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: max-content;

    display: flex;
    justify-content: flex-end;
}

.separatorParamsPrice {
    width: 100%;
    border-bottom: 1px dotted #ADADAD;
}

.areaDescPriceCar {
    color: #ACACAC;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.boxMainPriceCarInfo {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
}

.priceMainValue {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.mainDescPRiceCar {
    color: #FFF;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.bottomBankCourse {
    display: flex;
    width: 100%;
    padding: 12px 0 0 0;
    box-sizing: border-box;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid #848484;
}

.pricePopLast {
    max-width: 541px !important;
}

.itemCourse {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}


@keyframes slowAnim {
    0% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }

}


/* .gallery-thumbs .swiper-wrapper {
    display: flex;
    width: 100%;
} */

@media screen and (max-width: 1280px) {
    .inCardMainArea {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .infoAboutAuto {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .companyExportersItems {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 64px;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .popUpInformation {
        padding: 0 16px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1180px) {
    .leftCardInfoCar {
        display: flex;
        flex-direction: column;
        gap: 16px;
        border-radius: 16px;
        background: #414141;
        display: flex;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;

    }

    .currentSortParamExport {
        width: max-content;
    }
}

@media screen and (max-width: 1100px) {
    .inCardMainArea {
        flex-direction: column-reverse;
    }

    .itemsGalleryCar {
        width: 100%;
    }

    .itemGalleryCar {
        width: 100%;
    }

    .leftItemCrashCard {
        grid-template-columns: repeat(2, 1fr);
    }


    .cardMainArea {
        margin-top: clamp(24px, 5vw, 80px);
    }

    .galleryCardAuto {
        display: flex;
        flex-direction: column;
        gap: 24px;
        max-width: 100%;
    }

    .itemGalleryCar {
        height: clamp(73px, 5vw, 101px);
    }

    .titleNameCar,
    .titleInfoAboutAuto,
    .titleItemExporterBlock {
        font-size: clamp(24px, 2vw, 28px);
    }

    .titleCompanyExp {
        font-size: 22px
    }

    .areaItemsParamsCar {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .areaIndexesCrash {
        gap: 12px;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 870px) {
    .titleInfoTextPop {
        font-size: 24px;
        line-height: normal;
    }

    .descInfoTextPop {
        font-size: 15px;
        line-height: normal;
    }

    .itemCardExportersCar {
        display: grid;
        grid-template-columns: 1fr;
        gap: 74px;
        padding: 16px;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        border-radius: 12px;
        background: #414141;
    }

    .pointsMainBonuses {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .rightPartsExportCar {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        justify-content: end;
        position: relative;
    }

    .timeDeliveryCompany {
        position: absolute;
        top: 0;
        right: 0;
    }

    .areaItemsParamsCar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .popUpAreaInformation {
        padding: 16px 18px;
    }
}

@media screen and (max-width: 840px) {
    .boxInfoAboutAutoItems {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media screen and (max-width: 760px) {
    .itemCrashCard {
        width: 100%;
        display: flex;
        gap: 12px;
        border-radius: 8px;
        background: #5C5C5C;
        flex-direction: column;
    }

    .rightItemCrashCard {
        display: flex;
        align-items: stretch;
        justify-content: flex-end;
        max-width: 100%;
        width: 100%;
    }

    .paramTextAreaBlack {
        border-radius: 0;
    }

    .nameBlackParamText {
        font-size: 13px;
    }

    .nameParam,
    .valueParam {
        font-size: 13px;
    }

    .nameDiagnost,
    .valueDiagnost {
        font-size: 13px;
    }
}

@media screen and (max-width: 680px) {
    .btnsBoxArea {
        display: flex;
        gap: 16px;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }

    .boxInfoAboutAutoItems {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .nameInfoCarLine {
        font-size: 18px;
    }

    .topLineItemExporter {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .areaIndexesCrash {
        gap: 12px;
        grid-template-columns: repeat(3, 1fr);
    }

    .areaBoxesDiagnostics {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        gap: 24px;
    }

    .valueDiagnost {
        text-align: end;
    }
}

@media screen and (max-width: 570px) {
    .boxMainInfoExpCar {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .titleCompanyExp {
        display: none;
    }

    .nameCompanyMobile {
        display: flex;
        color: #FFF;
        font-family: Montserrat;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .logoCompanyExCar img {
        width: clamp(56px, 10vw, 120px);
        height: clamp(56px, 10vw, 120px);
    }

    .logoCompanyExCar {
        width: 100%;
        border-radius: 0;
        height: auto;
        display: flex;
        gap: 12px;
        align-items: center;

    }

    .areaItemsParamsCar {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .areaIndexesCrash {
        gap: 12px;
        grid-template-columns: repeat(2, 1fr);
    }
}