.mainExporters {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 118px;
    margin-top: clamp(24px, 7vw, 72px);
}

.inExportersAreaMain {
    max-width: 1240px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.inExportersArea {
    margin-top: 0;
}

.countExportrs {
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.boxFilterExporters {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
}

.titleFilterList {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}



.titleSize {
    color: #FFF;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}

.stayParter {
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    cursor: pointer;
    width: 250px;
    box-sizing: border-box;
    padding: 12px 4px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
}

.areaFilterInputs {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background: #414141;
    box-shadow: 0 4px 8.4px 2px rgba(0, 0, 0, 0.04);
    display: flex;
    padding: 24px 20px;
    flex-direction: column;

    gap: 24px;

    box-sizing: border-box;
}

.areaFilterInputs form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.topAreaFilterExport {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.itemSelector {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.itemSelector select {
    border-radius: 12px;
    border: 1px solid #848484;
    background: #383838;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    box-sizing: border-box;
    color: #C7C7C7;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
}

.nameSelector {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.bottomFilterArea {
    display: flex;
    gap: 10px;
}

.itemFilterSelect:hover .descFilterSelector {
    opacity: 1;
    display: flex;

}

.descFilterSelector {
    display: none;
    position: absolute;
    top: -42px;
    opacity: 0;
    width: max-content;
    border-radius: 8px;
    border: 1px solid #848484;
    background: #5E5E5E;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    padding: 8px 12px;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 18px;
    z-index: 8;
    transition: 0.24s;
}

.itemFilterSelect {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 2px solid #848484;
    box-sizing: border-box;
    padding: 8px 16px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.itemFilterSelect.active {
    border-radius: 16px;
    border: 2px solid #52A949;
    background: linear-gradient(90deg, #33812C 0%, #1C9C11 100%);
}

.itemFilterSelect:hover {
    border-radius: 16px;
    border: 2px solid #52A949;
    background: linear-gradient(90deg, #276122 0%, #0d4608 100%);
}

.boxAreaBtnsFilter {
    display: flex;
    justify-content: end;
    gap: 16px;
    margin-top: 8px;
}



.paginationArea {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 4px;
}

.leftArrows {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

.arrowPagStyle {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #E34F13;
    cursor: pointer;
    box-sizing: border-box;
}

.arrowPagStyle:hover,
.numberItem:hover {
    background: #E34F13;
}

.numbersItemPag {
    display: flex;
    gap: 4px;
}

.numberItem {
    cursor: pointer;
    display: flex;
    padding: 9px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.85);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 8px;
}

.numberItem.active {
    background: #E34F13;
}

.itemCardCarCatalog {
    display: flex;
    gap: 21px;
    width: 100%;
    border-radius: 12px;
    background: #414141;
}

.leftPartImageCatalogCard {
    width: 356px;
    height: auto;
    border-radius: 24px;
    flex-shrink: 0;
    overflow: hidden;
}

.leftPartImageCatalogCard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.rightPartInfoCarCatalog {
    display: flex;
    justify-content: space-between;
    padding: 24px 24px 16px 0;
    box-sizing: content-box;
    width: 100%;
    gap: 8px;
}

.boxInfoCarCardText {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 560px;
}

.titleCarName {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nameCarCard {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;

}

.yearCardCar {
    color: rgba(255, 255, 255, 0.45);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;

}

.baseInfoCarText {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lineTextInfo {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.lineTextInfo span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    width: max-content;
    line-height: 20px;
}

.lineTextInfo .separatorLine {
    width: 1px;
    height: 8px;
    background: rgba(255, 255, 255, 0.45);
}

.btnsTagCar {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    flex-wrap: wrap;
}

.tagCar {
    border-radius: 31px;
    color: #FFF7FC;
    padding: 4px 16px 6px 16px;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.colorOrange {
    border-radius: 31px;
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
}

.colorGreen {
    border-radius: 31px;
    background: linear-gradient(90deg, #377D30 0%, #1B9E0F 100%);
}

.boxPriceCar {
    height: 100%;
    justify-content: space-between;
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.topPriceInfo {
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.priceCar {
    color: #FFF;
    text-align: right;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.priceInKorea {
    color: #AFAFAF;
    text-align: right;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.moreBtnCar {
    cursor: pointer;
    display: flex;
    width: 177px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #FFF;
    align-items: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border: 2px solid #EA6129;
    transition: 0.24s;
}

.moreBtnCar:hover {
    color: #E0571E;
    background: #FFF7FC;
}

.separatorPag {
    width: max-content !important;
    padding: 0;
}

.separatorPag:hover {
    background: none !important;
}

@media screen and (max-width: 1280px) {
    .boxFilterExporters {
        padding: 0 16px;
        gap: 24px;
        box-sizing: border-box;
    }

    .titleSize {
        font-size: clamp(32px, 4vw, 40px);
    }

    .priceInKorea {
        font-size: clamp(13px, 1vw, 16px);
    }

}

@media screen and (max-width: 1100px) {
    .nameCarCard {
        font-size: clamp(20px, 1vw, 24px);
    }

    .priceCar,
    .yearCardCar {
        font-size: clamp(18px, 1vw, 20px);
    }

}

@media screen and (max-width: 1000px) {
    .topAreaFilterExport {
        grid-template-columns: repeat(2, 1fr);
    }

    .paginationArea {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        padding: 0 16px;
        gap: 4px;
    }
}

@media screen and (max-width: 935px) {
    .itemCardCarCatalog {
        display: flex;
        gap: 16px;
        width: 100%;
        border-radius: 12px;
        background: #414141;
        flex-direction: column;
    }

    .rightPartInfoCarCatalog {
        display: flex;
        justify-content: space-between;
        padding: 16px;
        width: 100%;
        gap: 8px;
        box-sizing: border-box;
    }

    .leftPartImageCatalogCard {
        width: auto;
    }

    .countExportrs {
        font-size: clamp(24px, 2vw, 28px);
    }

    .inExportersArea {
        gap: clamp(28px, 2.5vw, 32px);
    }
}

@media screen and (max-width: 725px) {
    .rightPartInfoCarCatalog {
        display: flex;
        justify-content: space-between;
        padding: 16px;
        width: 100%;
        gap: 20px;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
    }

    .topPriceInfo {
        width: max-content;
        display: flex;
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
    }

    .boxPriceCar {
        height: 100%;
        justify-content: space-between;
        gap: 16px;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .moreBtnCar {
        cursor: pointer;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 16px;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        color: #FFF;
        align-items: center;
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        border: 2px solid #EA6129;
        transition: 0.24s;
    }
}


@media screen and (max-width: 580px) {
    .topAreaFilterExport {
        grid-template-columns: repeat(1, 1fr);
    }

    .nameSelector {
        font-size: 14px;
    }

    .itemSelector select {
        font-size: 14px;
        padding: 8px 10px;
    }

    .boxAreaBtnsFilter {
        display: flex;
        justify-content: end;
        gap: 16px;
        margin-top: 8px;
        flex-direction: column;
    }
}