.mainAreaPartners {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    margin-top: 97px;
}

.inMainAreaPartners {
    max-width: 1240px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.boxBannerHowToCatalog {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 120px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    gap: 16px;
}

.backBannerPart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background: #0F0F0F;
    overflow: hidden;
    z-index: 2;
}

.backBannerPart img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.areaStages {
    margin-bottom: 113px;
}

.boxInfoBanner {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-direction: column;
    gap: 16px;
    z-index: 3;
}

.titleHowTo {
    color: #FFF;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.descHowTo {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 535px;
}

.boxItemsParams {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.boxParamsItems {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.itemParam {
    display: flex;
    align-items: center;

    gap: 6px;
}

.itemParam span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.btnSendToCatalog {
    display: flex;
    width: 235px;
    padding: 12px 4px 12px 16px;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    border-radius: 8px;
    color: #FFF7FC;
    font-family: Montserrat;
    cursor: pointer;
    justify-content: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
}

.whatYouGet {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.titleWhatYouGet {
    width: 100%;
    display: flex;
    color: #FFF;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.itemsWhatYOuGet {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.itemWYG {
    display: flex;

    padding: 16px 50px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, #E96028 0%, #D3450B 100%);
}

.itemWYG span {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;

}

.boxBannerHowToCatalog {
    border-radius: 24px;
    background: #0F0F0F;
}

.popUpArea {
    position: fixed;
    top: -2000px;
    left: 0;
    z-index: 999;
    opacity: 0;
    overflow: auto;
    justify-content: center;
    width: 100%;
    height: 100vh;
    align-items: center;
    transition: 0.24s;
}

.popUpArea.show {
    opacity: 1;
    top: 15%;
}

.inPopUpArea {
    display: flex;
    width: 100%;
    /* height: 100%; */
    justify-content: center;
    align-items: center;
}

.backgroundPopUp {
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    width: 100%;
    z-index: 8;
    height: 100vh;
    background: rgba(43, 43, 43, 0.50);
    backdrop-filter: blur(3.299999952316284px);
}

.areaPopUp {
    display: flex;
    padding: 24px 28px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    height: max-content;
    flex-direction: column;
    border-radius: 16px;
    background: #4A4A4A;
    box-sizing: border-box;
    border-bottom: 1px solid #848484;
}

.titlePopUp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #848484;
    padding-bottom: 24px;
}

.boxTitle {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.namePopUp {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.descPopup {
    color: #CFCFCF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.closePopup {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formPopup {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.itemInput {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.labelInput {
    display: flex;
    color: #FFF;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

}

.colorRed {
    color: #E55B22;
}

.itemInput input {
    border-radius: 12px;
    border: 1px solid #848484;
    background: #383838;
    outline: none;
    width: 100%;
    display: flex;
    padding: 10px 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    box-sizing: border-box;
    color: #C7C7C7;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.itemSelectMessanger {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    border-radius: 8px;
    overflow: hidden;
    background: #383838;
}

.itemMessenger {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    box-sizing: border-box;
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}

.itemMessenger.active {
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
}

.btnSend {
    display: flex;
    padding: 12px 4px;
    text-align: center;
    align-items: center;
    cursor: pointer;
    align-self: stretch;
    box-sizing: border-box;
    color: #FFF7FC;
    justify-content: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
}

.inMainArea {
    padding: 0;
}

.inExportersArea,
.threeBlockBuy,
.bannerAutoHub,
.inAreaStages {
    padding: 0;
}

.inExportersArea {
    margin-top: 0;
}

@media screen and (max-width: 1280px) {
    .mainAreaPartners {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .boxBannerHowToCatalog {
        margin-top: clamp(80px, 10vw, 120px);
    }

    .descHowTo {
        font-size: clamp(13px, 1vw, 15px);
    }

    .itemParam span {
        font-size: clamp(15px, 1.5vw, 17px);
    }

    .btnSendToCatalog {
        display: flex;
        width: 100%;
        padding: 12px 4px 12px 16px;
        justify-content: space-between;
        box-sizing: border-box;
        align-items: center;
        border-radius: 8px;
        color: #FFF7FC;
        font-family: Montserrat;
        cursor: pointer;
        justify-content: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
    }

    .titleWhatYouGet {
        font-size: clamp(28px, 1.6vw, 32px);
    }


}

@media screen and (max-width: 840px) {
    .mainAreaPartners {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .itemsWhatYOuGet {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .boxItemsParams {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .titleBoxOrangeInfo {
        font-size: clamp(24px, 2vw, 28px);
    }

    .titleHowTo {
        font-size: clamp(28px, 2vw, 32px);
        line-height: normal;
    }

    .boxBannerHowToCatalog {
        padding: clamp(22px, 3vw, 40px);
    }

    .mainAreaPartners {
        margin-top: clamp(24px, 5vw, 97px);
    }

    .inPopUpArea {
        display: flex;
        width: 100%;
        /* height: 100%; */
        justify-content: center;
        align-items: center;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .areaPopUp {
        padding: 16px 18px;
    }

    .namePopUp {
        font-size: 20px;
    }

    .descPopup {
        font-size: 13px;
    }

    .titleThreeBlockBuy {
        line-height: normal;
    }
}