/* mainArea */
.mainArea {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 97px;
}

.btnMoreMobile {
    display: none;
}

.leftCardExporterMobile,
.btnToExportersMobile {
    display: none;
}

.inMainArea {
    max-width: 1240px;
    width: 100%;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.mainSwiperPredl {
    overflow: hidden;
    width: 100%;
}

.swiperWrapperPredl {
    width: max-content;
    display: flex;

}

.swiper-slide {
    height: auto;
}

.leftPartInfo {
    max-width: 660px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.boxInfoText {
    display: flex;
    flex-direction: column;
    padding-left: 24px;
    gap: 16px;
    border-left: 6px solid #E35418;
}

.mainYTP {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
    padding: 0;
}

.smallDescInfo {
    max-width: 535px;
    width: 100%;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.btnsMainInfo {
    display: flex;
    gap: 20px;
    margin-top: 32px;
    margin-bottom: 56px;
}

.btnToExport {
    display: flex;
    width: auto;
    padding: 4px 4px 4px 16px;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    font-family: Montserrat;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    box-sizing: border-box;
    transition: 0.24s;
    border-radius: 8px;
    border: 2px solid #EA6129;
    color: #FFF7FC;
    gap: 24px;
    transition: 0.24s;
}

.btnToExport:hover {
    background: linear-gradient(90deg, #E0571E 0%, #C9440E 100%);
}

.digitInfo {
    display: flex;
    align-items: center;
    gap: 62px;
    margin-bottom: 91px;
}

.itemInfDigit {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.itemDigitText {
    color: #F65B1A;
    text-align: center;
    font-family: "Montserrat";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.itemSmallText {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.rightOartInfo {
    display: flex;
    align-items: start;
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 16px;
    background: linear-gradient(119deg, #E55A21 17.25%, #E24D10 90.7%);
}

.boxMainOrangeInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    height: 100%;
    padding: 24px 24px;
    box-sizing: border-box;

}

.titleBoxOrangeInfo {
    color: #DCDCDC;
    text-align: center;

    font-family: "Montserrat";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.bottomBoxImage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottomBoxImage img {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Форма */
.formAreaCatalogInputs {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 24px;

}

.inFormAreaCatalog {
    max-width: 1240px;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background: #414141;
    padding: 24px 20px;
    box-sizing: border-box;
    box-shadow: 0 4px 8.4px 2px rgba(0, 0, 0, 0.04);
}

.inFormAreaCatalog form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.topBlockSelector {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.blockInput {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.blockInput label {
    color: #FFF;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.blockInput select {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #848484;
    background: #383838;
    box-sizing: border-box;
    color: #C7C7C7;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}



.blockInput select:focus-visible {
    outline: none;
}

.bottomBlockInputs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.firstInputArea {
    border-radius: 16px 0 0 16px;

}

.secondInputArea {
    border-radius: 0 16px 16px 0;
}

.blockInputData {
    display: flex;
    background: #383838;
    border-radius: 16px;
    border: 1px solid #848484;
    background: #383838;
    justify-content: space-between;
}

.inputArea {
    display: flex;
    gap: 6px;
    padding: 10px 16px;
    box-sizing: border-box;
    align-items: center;
    border: none;
    outline: none;
}

.inputArea input {
    color: #C7C7C7;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    background: #383838;
    width: 100%;
    border: none;
}

.inputArea input:focus-visible {
    outline: none;
}

.preDataName,
.afterDataName {
    color: #C7C7C7;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.blockBtnsAndDesc {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 8px;
}

.textBtnForm {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.blockBtnForm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    justify-items: end;
}


.clearFilter {
    display: flex;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 16px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 2px solid #EA6129;
    cursor: pointer;
    align-items: center;
    text-align: center;
    width: 202px;
}

.btnSort {
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    width: 375px;
    font-weight: 500;

    line-height: 20px;
    display: flex;
    box-sizing: border-box;
    padding: 12px 16px 12px 16px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
}

.areaCardsCarCatalog {
    margin-top: 116px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.inCardsCarCatalog {
    max-width: 1240px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.topAreaSliderCatalog {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.nameCatalogSlider {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: "Montserrat";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.arrowsBlockSlider {
    display: flex;
    gap: 16px;
}

.arrowSlider {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 11px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #CACACA;
    transition: 0.24s;
}

.arrowSlider:hover {
    border-radius: 50px;
    background: linear-gradient(180deg, #EA6128 0%, #D3450B 100%);
}

.arrowSlider:hover svg path {
    fill: white;
}

.blockItemsCardCar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: center;
    gap: 16px;
}

a {
    text-decoration: none;
    color: inherit;
}

.itemCardCar {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #414141;
    cursor: pointer;
    border-radius: 16px;
    overflow: hidden;
}

.topAreaImageCard {
    display: flex;
    flex-direction: column;
    padding: 12px;
    box-sizing: border-box;
    position: relative;
    height: 178px;

}

.topAreaImageCard img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.topIconsCard {
    display: flex;
    width: 100%;
    z-index: 3;
    justify-content: space-between;
}

.leftIndicator {
    display: flex;
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 2px 8px 3px 8px;
    border-radius: 31px;
    background: linear-gradient(90deg, #377D30 0%, #1B9E0F 100%);
    align-items: center;
}

.rightIndicator {
    padding: 4px;
    border-radius: 8px;
    background: rgba(183, 43, 0, 0.27);
}

.bottomInfoCardCar {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.boxInfoCar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    box-sizing: border-box;
}

.nameCar {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.descCar {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.boxInfoCarBottom {
    display: flex;
    gap: 24px;
    background: #3B3B3B;
    padding: 10px 12px;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 12px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}

.leftLogoCarCard {
    display: flex;
    gap: 6px;
}

.imageLogoCar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    overflow: hidden;
    border-radius: 50%;
    height: 32px;
}

.imageLogoCar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nameLogoCar {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.rightPriceMainCardCar {
    color: #FFF;
    text-align: right;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.cardsActii {
    display: flex;
    width: 100%;
    overflow: hidden;
    gap: 16px;
}

.cardsActii .swiper-wrapper {
    display: flex;
    width: max-content;

}

.itemActii {
    display: flex;
    padding: 12px 12px 10px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #414141;
}

.descAkcii {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    max-width: 273px;
}

.logoItemCompanyAkcii {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    gap: 6px;
    display: flex;
    align-items: center;
}

.logoItemCompanyAkcii img {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.threeBlockBuy {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 118px;
}

.inThreeBlockBuy {
    max-width: 1240px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.titleThreeBlockBuy {
    color: #FFF;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.itemsThreeBlock {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 100%;
    justify-content: space-between;
}

.itemThreeBlock {
    position: relative;
    display: flex;
    height: 427px;
    overflow: hidden;
    border-radius: 16px;
}

.backImageThreeBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.backImageThreeBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blockIconAndInfo {
    display: flex;
    z-index: 2;
    flex-direction: column;
    padding: 0 24px 32px 24px;
    box-sizing: border-box;
    align-items: center;
    justify-content: end;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);

}

.iconThreeBlock {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    flex-direction: column;

}

.iconThreeBlock span {
    width: 113px;
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.24);
    box-shadow: 0 4px 7.6px 0 rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(21.149999618530273px);
}

.bottomThreeBlockText {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;

}

.titleThreeCard {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;

}

.descThreeeCard {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.bannerAutoHub {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
}

.bannerAreaAutoHub {
    max-width: 1240px;
    width: 100%;
    display: flex;
    flex-direction: column;

}

.itemsBannerAutoHub {
    display: flex;
    width: 100%;
    height: 329px;
    overflow: hidden;
    border-radius: 24px;

}

.wrapperAutoHubBanner {
    display: flex;
    width: 100%;
    height: 100%;
}

.itemBannerAutoHub {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #0F0F0F;
    padding: 56px 40px;
    box-sizing: border-box;
}

.leftPartBannerAutoHub {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.titleAutoHubBanner {
    color: #FFF;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;

}

.descAutoHubBanner {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 672px;
}

.btnAutoHubBanner {
    display: flex;
    width: 375px;
    padding: 12px 4px 12px 16px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
    border-radius: 8px;
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    justify-content: center;
    cursor: pointer;
}

.rightPartAutoHubBanner {
    max-width: 296px;
    width: 100%;
}

.rightPartAutoHubBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.areaStages {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 118px;

}

.inAreaStages {
    max-width: 1240px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
}

.titleStageMain {
    color: #FFF;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.itemsStage {
    display: flex;
    flex-direction: column;

    gap: 12px;

}

.numStage {
    color: #FFF;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;

}

.boxStageInfo {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 16px 20px;
    border-radius: 12px;
    background: #414141;
}

.boxTextStage {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.titleStage {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.descStage {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.topStagesBlock {
    display: grid;
    grid-template-columns: 0.6fr 0.4fr 0.2fr;
    gap: 12px;
}

.bottomStagesBlock {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.boxStageInfo img {
    max-height: 192px;

}

.boxStageInfo.imageStage {
    padding: 0;
}

.exportersArea {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.inExportersArea {
    max-width: 1240px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-top: 118px;
    gap: 32px;
}

.titleExportersInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

.textExporterBlock {
    color: #FFF;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.btnToExporters {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 15px;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
}

.btnToExporters span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itemsExportersCards {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    gap: 12px;
}

.itemCardExporter {
    display: flex;
    gap: 24px;
    width: 100%;
    border-radius: 12px;
    padding: 34px 24px;
    box-sizing: border-box;
    background: #414141;
    height: 214px;
    justify-content: space-between;
}

.leftCardExporter {
    display: flex;
    gap: 31px;
}

.logoCompanyExport {
    width: 146px;
    height: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.logoCompanyExport img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boxAreaInformationExport {
    display: flex;
    flex-direction: column;
    gap: 9px;
    max-width: 540px;
}

.nameExporter {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.locationsExporter {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.descExporterInfo {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tagsCompany {
    display: flex;
    gap: 6px;
    align-items: center;


}

.tagCompany {
    border-radius: 31px;
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    padding: 4px 16px 6px 16px;
    align-items: center;
    box-sizing: border-box;
}

.orangeColor {
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
}

.greenColor {
    background: linear-gradient(90deg, #0DA200 0%, #0B8600 100%);
}

.rightPartExporters {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.daysDeliever {
    display: flex;
    flex-direction: column;
    gap: 4px;

}

.counterDaysDel {
    color: #FFF;
    text-align: right;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;

}

.descDelieverText {
    color: #AFAFAF;
    text-align: right;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;

}

.btnMoreExporter {
    border-radius: 8px;
    border: 2px solid #EA6129;
    padding: 10px 16px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat;
    cursor: pointer;
    font-size: 15px;
    font-style: normal;
    width: 177px;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 20px;

}

.lastNews {
    width: 100%;
    margin-top: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 134px;
}

.inLastNews {
    display: flex;
    max-width: 1240px;
    width: 100%;
    flex-direction: column;
    gap: 74px;
}

.areaNews {
    display: flex;
    flex-direction: column;
    gap: 34px;
    width: 100%;
}

.titleNews {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.nameCategory {
    color: #FFF;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.btnMore {
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    cursor: pointer;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
}

.btnMore span {
    height: 100%;
    display: flex;
    align-items: center;
}

.itemsNews {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.wrapperNews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;

}

.itemNews {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: #414141;
}

.imageNews {
    display: flex;
    width: 100%;
    height: 190px;
    border-radius: 16px;
    overflow: hidden;
}

.imageNews img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boxTextNews {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 12px 16px 12px;
    box-sizing: border-box;
}

.titleNewsCard {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.bottomInfoNews {
    display: flex;
    gap: 14px;
}

.counterViewer,
.dateNews {
    gap: 4px;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #B9B9B9;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.counterViewer span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.itemSmallText {
    text-align: center;
}

@media screen and (max-width: 1280px) {

    .inMainArea,
    .inCardsCarCatalog,
    .threeBlockBuy {
        padding: 0 16px;
        box-sizing: border-box;
    }




    .btnToExport {
        font-size: clamp(13px, 1vw, 15px);
        padding: 2px 2px 2px 8px;
    }

    .leftPartInfo {
        max-width: 660px;
    }

    .mainYTP {
        font-size: clamp(28px, 3.2vw, 40px);
        line-height: normal;
    }

    .smallDescInfo {
        font-size: clamp(13px, 1vw, 15px);
    }

    .bottomBoxImage img {
        width: clamp(480px, 55vw, 636px);
    }

    .digitInfo {
        gap: clamp(24px, 4vw, 62px);
    }

    .itemDigitText {
        font-size: clamp(24px, 3vw, 32px);
    }

    .formAreaCatalogInputs {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .blockItemsCardCar {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .nameCatalogSlider {
        font-size: clamp(24px, 4vw, 32px);
    }

    .titleThreeBlockBuy {
        font-size: clamp(24px, 4vw, 32px);
    }

    .arrowSlider {
        width: 38px;
        height: 38px;
        padding: 6px;
    }

    .backImageThreeBlock {
        display: none;
    }

    .blockIconAndInfo {
        border-radius: 12px;
        background: linear-gradient(136deg, #EA6128 1.3%, #D3450A 97.81%);
        padding: 18px 16px 18px 16px;
        gap: 8px;
    }

    .bannerAutoHub {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .itemBannerAutoHub {
        padding: clamp(32px, 4vw, 56px) clamp(16px, 4vw, 40px);
    }

    .titleAutoHubBanner {
        font-size: clamp(24px, 3vw, 32px);
    }

    .descAutoHubBanner {
        font-size: clamp(12px, 2vw, 15px);
    }


    .inExportersArea {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .boxAreaInformationExport {
        max-width: clamp(420px, 45vw, 540px);
    }

    .btnToExportersMobile {
        display: none;
        gap: 4px;
        align-items: center;
        justify-content: center;
        width: 100%;
        border-radius: 8px;
        background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
        padding: 12px 16px;
        color: #FFF7FC;
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .btnToExportersMobile span {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .lastNews {
        padding: 0 16px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1000px) {
    .bottomBoxImage {
        position: relative;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .bottomBoxImage img {
        width: 100%;
    }

    .inMainArea {
        padding: 0 16px;
        box-sizing: border-box;
        flex-direction: column-reverse;
    }

    .rightOartInfo {
        max-width: 100%;
    }

    .leftPartInfo {
        max-width: 100%;
    }

    .bottomBoxImage img {
        position: unset;

        width: 55%;
    }


    .boxMainOrangeInfo {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 24px;
        width: 100%;
        height: 100%;
        padding: 24px 24px;
        box-sizing: border-box;
    }

    .mainArea {
        margin-top: clamp(24px, 7vw, 97px);
    }

    .btnsMainInfo a {
        width: 100%;
    }

    .btnToCatalog,
    .btnToExport {
        padding: 4px 4px 4px clamp(4px, 3vw, 85px) !important;
        width: 100%;
        display: flex;
        font-size: clamp(13px, 1vw, 15px) !important;
        justify-content: space-between !important;
    }

    .digitInfo {
        display: flex;
        align-items: center;
        gap: 62px;
        margin-bottom: clamp(32px, 6vw, 91px);
        justify-content: center;
    }

    .bottomBlockInputs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .blockBtnsAndDesc {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: flex-start;
        margin-top: 8px;
        gap: 8px;
        flex-direction: column;
    }

    .blockBtnForm {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        justify-content: space-between;
        align-items: center;
        justify-items: start;
        width: 100%;
    }

    .clearFilter,
    .btnSort {
        width: 100%;
    }

    .blockItemsCardCar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .itemsThreeBlock {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        width: 100%;
        justify-content: space-between;
    }

    .itemThreeBlock {
        height: auto;
    }

    .iconThreeBlock {
        position: unset;
    }

    .iconThreeBlock span {
        width: clamp(80px, 15vw, 113px);
        height: clamp(80px, 15vw, 113px);

    }

    .iconThreeBlock span svg {
        width: clamp(48px, 15vw, 53px);
        height: clamp(48px, 15vw, 53px);

    }

    .rightPartAutoHubBanner {
        display: none;
    }

    .inAreaStages {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .leftPartBannerAutoHub {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: flex-start;
    }

    .itemsBannerAutoHub {
        height: auto;
    }

    .areaStages {
        margin-bottom: clamp(64px, 5vw, 118px);
        margin-top: clamp(64px, 5vw, 118px);
    }

    .titleStageMain {
        font-size: clamp(24px, 4vw, 32px);
        line-height: normal;
    }

    .imageStage {
        display: none;
    }

    .topStagesBlock {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .bottomStagesBlock {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .numStage {
        font-size: clamp(36px, 3vw, 48px);
    }

    .titleStage {
        font-size: clamp(18px, 2vw, 20px);
    }

    .descStage,
    .btnToExporters,
    .locationsExporter,
    .descExporterInfo,
    .tagCompany,
    .btnMoreExporter {
        font-size: clamp(12px, 1vw, 15px);
    }

    .nameExporter {
        font-size: clamp(18px, 2vw, 24px);
    }

    .itemCardExporter {
        padding: clamp(24px, 2vw, 34px) clamp(18px, 2vw, 24px);
    }

    .logoCompanyExport {
        width: clamp(81px, 15vw, 146px);
        height: clamp(81px, 15vw, 146px);
    }

    .btnMoreMobile {
        display: flex;
    }

    .btnMore {
        display: none;
    }

    .btnMoreMobile {
        display: flex;
        width: auto;
        padding: 16px;
        box-sizing: border-box;
        justify-content: space-between;
        align-items: center;
        border-radius: 8px;
        background: linear-gradient(90deg, #E0571E 0%, #C9440E 100%);
        color: #FFF7FC;
        gap: 21px;
        font-family: Montserrat;
        cursor: pointer;
        font-size: 15px;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-weight: 500;
        height: 44px;
        line-height: 20px;
        box-sizing: border-box;
        transition: 0.24s;
    }
}

@media screen and (max-width: 860px) {
    .itemCardExporter {
        display: flex;
        flex-direction: column;
        gap: 18px;
        height: auto;
    }

    .leftCardExporter {
        display: none;
    }

    .leftCardExporterMobile {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .blockMobileTopExporter {
        display: flex;
        gap: 18px;
        align-items: center;
    }

    .logoCompanyExport {
        width: 80px;
        height: 80px;
    }

    .locationsExporter {
        display: flex;
        align-items: flex-start;
        gap: 4px;
    }

    .areaExporterMobileInfo {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .rightPartExporters {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start;
    }

    .counterDaysDel {
        font-size: clamp(14px, 2vw, 18px);
    }

    .descDelieverText {
        font-size: 14px;
    }

    .daysDeliever {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .locationMogileExporter {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .btnToExporters span {
        width: max-content;
    }

    .tagsCompany {
        display: flex;
        gap: 6px;
        align-items: center;
        flex-wrap: wrap;
    }

    .btnToExporters {
        display: none;
    }

    .btnToExportersMobile {
        display: flex;
        gap: 4px;
        align-items: center;
        justify-content: center;
    }

    .imageNews {
        height: 161px;
    }

    .titleNewsCard {
        font-size: 18px;
    }
}

@media screen and (max-width: 780px) {
    .topBlockSelector {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .bottomBlockInputs {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .blockBtnForm {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
        justify-content: space-between;
        align-items: center;
        justify-items: start;
        width: 100%;
    }

    .topAreaImageCard {
        height: 195px;
    }

    .nameCatalogSlider {
        line-height: normal;
    }

    .btnAutoHubBanner {
        width: 100%;
        padding: 6px 4px 6px 8px;
        font-size: 13px;
    }

    .topStagesBlock {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
        width: 100%;
    }

    .bottomStagesBlock {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
        width: 100%;
    }

    .boxStageInfo {
        width: 100%;
        box-sizing: border-box;
    }

    .itemsStage {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }


}

@media screen and (max-width: 660px) {
    .btnsMainInfo {
        flex-direction: column;
        gap: 8px;
    }

    .mainYTP {
        font-size: clamp(28px, 3.2vw, 40px);
        line-height: normal;
    }

    .boxInfoText {
        display: flex;
        flex-direction: column;
        padding-left: 12px;
        gap: 16px;
        border-left: 6px solid #E35418;
    }

    .digitInfo {
        flex-direction: column;
        gap: 20px;
    }

    .btnsMainInfo {
        margin-bottom: 20px;
    }

    .blockInput label,
    .textBtnForm {
        font-size: clamp(15px, 2vw, 17px);
    }

    .blockInput select {
        display: flex;
        padding: 5px 10px;
        font-size: clamp(13px, 2vw, 15px);
    }

    .preDataName,
    .afterDataName {
        font-size: 13px;
    }

    .clearFilter,
    .btnSort {
        padding: 6px 8px;
    }

    .inputArea {
        padding: 5px 10px;
    }

    .inputArea input {
        font-size: 13px;
    }

    .blockItemsCardCar {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
    }

    .nameCar {
        font-size: 15px;
    }

    .boxInfoCar {
        gap: 2px;
        padding: 10px;
    }

    .bottomInfoCardCar {
        gap: 12px;
    }

    .rightPriceMainCardCar,
    .nameLogoCar {
        font-size: 14px;
    }

    .imageLogoCar {
        width: 28px;
        height: 28px;
    }

    .leftIndicator {
        display: flex;
        color: #FFF7FC;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        padding: 2px 8px 3px 8px;
        border-radius: 31px;
        background: linear-gradient(90deg, #377D30 0%, #1B9E0F 100%);
        align-items: center;
    }

    .rightIndicator svg {
        width: 22px;
        height: 22px;
    }

    .itemsThreeBlock {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
        width: 100%;
        justify-content: space-between;
    }


}