.areaStages {
    margin-bottom: 118px;
}

.exporterArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 59px;
}

.inExpoerterArea {
    display: flex;
    width: 100%;
    max-width: 1240px;
    flex-direction: column;
}

.topAreaExpoerterHeader {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 24px;
}

.leftPArtExpoerter {
    display: flex;
    gap: 20px;
}

.logoExporter {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.logoExporter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boxNameExpoertTags {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nameExpoerter {
    color: #FFF;
    font-family: Montserrat;
    font-size: clamp(32px, 11vw, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}

.boxTagsExpoerter {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.tagExpoerter {
    display: flex;
    padding: 4px 16px 6px 16px;
    align-items: center;
    border-radius: 31px;
    box-sizing: border-box;
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.colorOrange {
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
}

.colorGreen {
    background: linear-gradient(90deg, #0DA200 0%, #0B8600 100%);
}

.rightPartExpoerterTop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.btnToSite {
    cursor: pointer;
    display: flex;
    width: 250px;
    box-sizing: border-box;
    padding: 12px 4px;
    justify-content: space-between;
    align-items: center;
    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;
    align-items: center;
    justify-content: center;
}

.boxInformationCompany {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    margin-top: 27px;

}

.leftPartInfoCompany {
    border-radius: 12px;
    background: #414141;
    display: flex;

    flex-direction: column;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 24px 20px;
}

.descInfoCompany {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.boxParamsCompany {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 24px;
}

.itemParamCompany {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.titleparamComp {
    display: flex;
    gap: 6px;
    align-items: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.listParams {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.itemList {
    display: flex;
    gap: 4px;
    align-items: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

}

.itemList span {
    display: flex;
    align-items: center;
}

.rightPartInfoCompany {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    gap: 20px;
}

.galleryBox {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 610px;
    justify-content: center;
    height: 342px;
    border-radius: 16px;
    overflow: hidden;
}

.inGalleryWrapper {
    display: flex;

}

.itemSlideGallery {
    width: 610px;
    height: 100%;
}

.itemSlideGallery img {
    width: 610px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.arrowsGallery {
    width: 100%;

    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 24px;
    box-sizing: border-box;
    justify-content: space-between;
}



.arrowgall {
    position: absolute;
    cursor: pointer;
    display: flex;
    z-index: 2;
    width: 40px;
    padding: 12px 0;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    border-radius: 60px;
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
}

.leftArrow {
    left: 24px;
}

.rightArrow {
    right: 24px;
}

.areaBaseInfoCompany {
    display: flex;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    background: #414141;
}

.boxBaseInfo {
    display: flex;
    gap: 24px;

}

.itemBaseInfo {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nameBseINfo {
    color: #FFF;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-start;
}

.valueBaseInfo a {
    color: #EA6129;
}

.valueBaseInfo a:hover {
    color: #f19269;
}

.nameBseINfo span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.valueBaseInfo {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.warningIcon {
    cursor: pointer;
    display: flex;
    padding: 12px;
    box-sizing: border-box;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
}

@media screen and (max-width: 1280px) {
    .exporterArea {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .galleryBox {
        max-width: clamp(450px, 55vw, 618px);
    }
}

@media screen and (max-width: 1100px) {
    .boxParamsCompany {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: space-between;
        gap: 24px;
    }
}


@media screen and (max-width: 980px) {
    .boxParamsCompany {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: space-between;
        gap: 24px;
    }

    .boxInformationCompany {
        display: flex;

        gap: 20px;
        width: 100%;
        margin-top: 27px;
        flex-direction: column-reverse;
    }

    .galleryBox {
        max-width: 980px;
    }

    .itemSlideGallery {
        width: auto;
        height: 100%;
    }

    .itemSlideGallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .inGalleryWrapper {
        display: flex;
        width: max-content;
        flex-direction: row;
    }

    .topAreaExpoerterHeader {
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 24px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 620px) {
    .boxBaseInfo {
        display: flex;
        gap: 16px;
        flex-direction: column;
        justify-content: flex-end;
    }

    .areaBaseInfoCompany {
        display: flex;
        padding: 16px 24px;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 12px;
        background: #414141;
    }

    .btnToSite {
        cursor: pointer;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 14px;
        justify-content: space-between;
        align-items: center;
        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;
        align-items: center;
        justify-content: center;
    }

    .logoExporter {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
    }

    .rightPartExpoerterTop {
        width: 100%;
    }

    .rightPartExpoerterTop {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: start;
    }

    .rightPartExpoerterTop a {
        width: 100%;
    }

    .nameExpoerter {
        color: #FFF;
        font-family: Montserrat;
        font-size: clamp(22px, 3vw, 30px);
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}