.navPaths {
    gap: 5px;
    display: flex;
    margin-bottom: 24px;
}

.togetherHowToWork {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobileBlockLineLoad {
    display: none;
}

.navPaths span {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    opacity: 0.5;
    cursor: pointer;
}

.currentColorBlack {
    opacity: 1 !important;
}

.saleProduct {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.insaleProduct {
    display: flex;
    max-width: 1760px;
    width: 100%;
    flex-direction: column;


}

.blockSaleProduct {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.welcomeTextSaleProd {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.titleBlockSale {
    max-width: 495px;
    width: 100%;
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}

.descBlockSale {
    color: #919199;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.elementsSaleProduct {
    display: flex;
    width: 100%;
    gap: 16px;
    flex-direction: column;
}

.topAreaElementsProd {
    display: flex;
    gap: 16px;
    width: 100%;
}

.itemSaleProd {
    cursor: pointer;
    display: flex;
    box-sizing: border-box;
    padding: 20px 16px;
    border-radius: 16px;
    background: #EBDEFF;
    max-width: 429px;
    width: 100%;
    height: 250px;
    position: relative;
    transition: 0.25s;
    overflow: hidden;
}

.itemSaleProd:hover {
    transform: translateY(-5px);

}

.imageSaleProd {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.imageSaleProd img {
    width: 120%;
    height: 120%;
    object-fit: cover;
    object-position: center;
}

.blockInfoSaleProd {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    z-index: 1;
}

.longSize {
    max-width: 871px;
    width: 100%;
}

.titleCardSaleProd {
    max-width: 141px;
    word-break: auto-phrase;
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blockSamllItemsCard {
    display: flex;
    gap: 8px;
    align-items: center;
    z-index: 1;
    flex-wrap: wrap;
}

.itemSmallCard {
    display: flex;
    height: 28px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    background: var(--White, #FFF);
}

.moreBtn {
    border-radius: 6px;
    background: #1B1B1B;
    color: var(--White, #FFF);
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* How to work */
.howToWork {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    box-sizing: border-box;
}

.inHowToWork {
    max-width: 1760px;
    width: 100%;
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.titleHowToWork {
    color: #0E1735;
    font-family: "Inter Tight";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.itemsHowToWork {
    display: flex;
    gap: 16px;
}

.btnSendMessage {
    display: flex;
    padding: 10px 4px 10px 8px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 200px;
    background: var(--White, #FFF);
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
    color: var(--Black-Store, #1B1B1B);
    z-index: 1;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cardHowToWork {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    width: 100%;
    max-width: 100%;
    height: 250px;
    box-sizing: border-box;
    border-radius: 16px;
    border-radius: 16px;
    background: #EFEFEF;
    justify-content: space-between;
}

.blockSvgImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.blockSvgImage svg {
    width: 100%;
}

.colorPinkCard {
    background: #9271F5;
    color: var(--White, #FFF);
}

.colorGraycard {
    background: #EFEFEF;
    color: #1B1B1B;
}

.textInfoHowToWork {
    display: flex;
    gap: 16px;
    flex-direction: column;

}

.opcaityColor {
    opacity: 0.6;
}

.titleCardHowToWork {

    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.descHowToWork {
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.imgCardHowToWork {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.blockWhatHappened {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 73px;
    margin-bottom: 73px;

    box-sizing: border-box;
}

.inWhatHappaened {
    max-width: 1760px;
    width: 100%;
    box-sizing: border-box;
    padding: 56px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
    background: #4948F3;
}

.backGroundImageWH {
    position: absolute;
    top: 0;
    z-index: 0;
    right: 0;
    width: 100%;
}

.backGroundImageWH svg {
    width: 100%;
    height: 100%;
}

.leftPartWhatHappened {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 16px;

}

.textWhatHappened {
    color: var(--White, #FFF);
    font-family: "Inter Tight";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.areaItemsFullScreen {
    display: flex;
    gap: 16px;
}

.rightPartWhatHappened {
    display: none;
    gap: 8px;
    z-index: 1;
    align-items: center;
    justify-content: center;
}

.sliderBlockWhatHappened {
    display: flex;
    gap: 8px;
    align-items: center;
}

.leftBtnSliderWH,
.rightBtnSliderWH {
    border-radius: 200px;
    background: #FFF;
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    cursor: pointer;
    user-select: none;
}

.btnWhatsBy {
    color: var(--White, #FFF);
    border-radius: 200px;
    background: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    display: flex;
    height: 56px;
    padding: 10px 4px 10px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
}

.togetherAnother {
    display: flex;
    flex-direction: column !important;

    gap: 16px !important;
}

.anotherWHitem {
    display: flex;
    height: 100%;
    justify-content: space-between !important;
    flex-direction: column;
}

.areaSliderItemsWH {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 374px;
    width: 100%;
    gap: 16px;
    border-radius: 16px;
    background: var(--White, #FFF);
    overflow: hidden;
}

.sliderItemWHSmall {
    display: none;
}

.sliderItemWH {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    box-sizing: border-box;
    height: 280px;
    width: 100%;
    border-radius: 16px;
    background: var(--White, #FFF);
    justify-content: flex-end;
}

.sliderItemWH .imageSliderWH {
    position: absolute;
    top: 15px;
    right: 27px;
}

.imageSliderWH img {
    max-height: 167px;
}

.titleSliderInfoWH {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: end;
}

.textSliderWHtop {
    max-width: 156px;
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.descSliderWH {
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.6;
}


.blockSaleProductQuiz {
    display: none;
    width: 100%;
    flex-direction: column;
    margin-top: 77px;

}

.blockQuiz {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.titleQuizSale {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Black-Store, #1B1B1B);
    text-align: center;
    font-family: "Inter Tight";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 20px;
}

.blockVarsCatSale {
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
}

.itemVarCatSale {
    display: flex;
    padding: 13px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--Gray-Store, #EFEFEF);
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    line-height: normal;
    transition: 0.25s;
}

.itemVarCatSale:hover {
    border-radius: 6px;
    background: var(--green-yellow, #CCF512);
}

.selectedITVCS {
    background: var(--Black-Store, #1B1B1B);
    color: var(--White, #FFF);

}

.blockStatusQuiz {
    margin-top: 40px;
    display: flex;
    gap: 12px;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.itemStatusQuiz {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}

.currentStage {
    opacity: 1;
}

.numberItemQuiz {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    width: 32px;
    height: 32px;

    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #EFEFEF;
}

.nameItemQuiz {
    color: #0E1735;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blockParamsTechQuiz {
    display: flex;
    border-radius: 16px;
    width: 100%;
    display: flex;

    align-items: center;
    gap: 14px;
    align-self: stretch;
    box-sizing: border-box;
    justify-content: center;
}

.inBlockParamsTechQuiz {
    opacity: 0.5;
    border-radius: 16px;
    background: var(--Gray-Store, #EFEFEF);
    width: max-content;
    display: flex;
    padding: 20px;
    gap: 14px;
    align-items: center;
    justify-content: center;

}

.itemParamTechQ {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nameParamQuiz {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.selectorPAramQuiz select {
    display: flex;
    height: 40px;
    font-size: 16px;
    padding: 0 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: var(--White, #FFF);
}

.selectorPAramQuiz input {
    display: flex;
    height: 40px;
    padding: 0 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    font-size: 16px;
    border-radius: 8px;
    background: var(--White, #FFF);
}

#paramsQuiz2,
#paramsQuiz3 {
    display: none;
}

.resultQuiz {
    display: flex;
    gap: 16px;
    width: 100%;
    border-radius: 16px;
    background: #EBDEFF;
    padding: 20px;
}

.partResQuiz {
    display: flex;
    gap: 24px;
    max-width: 360px;
    width: 100%;
    flex-direction: column;
}

.titleQuizRes,
.priceEquilRes {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    word-break: break-all;
}

.descTech {
    color: rgba(72, 64, 83, 0.64);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    word-break: break-all;
}

.btnSendTechPrice {
    border-radius: 20000px;
    background: var(--Black-Store, #1B1B1B);
    display: flex;
    gap: 8px;
    color: var(--White, #FFF);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 15px 18px;
    line-height: normal;
    align-items: center;
    justify-content: center;
    cursor: pointer;


}

.activeSlide {
    display: flex !important;
}

@media screen and (max-width: 1860px) {

    .insaleProduct,
    .insaleProduct,
    .inHowToWork,
    .blockWhatHappened {
        padding: 0 32px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1200px) {
    .navPaths {
        gap: 5px;
        display: flex;
        margin-bottom: 24px;
    }

    .navPaths span {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        opacity: 0.5;
        cursor: pointer;
    }

    .currentColorBlack {
        opacity: 1 !important;
    }

    .saleProduct {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .insaleProduct {
        display: flex;
        max-width: 1040px;
        width: 100%;
        flex-direction: column;
    }

    .blockSaleProduct {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .welcomeTextSaleProd {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .titleBlockSale {
        max-width: 431px;
        width: 100%;
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
    }

    .descBlockSale {
        color: #919199;
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .elementsSaleProduct {
        display: flex;
        width: 100%;
        gap: 16px;
        flex-direction: column;
    }

    .topAreaElementsProd {
        display: flex;
        gap: 16px;
        width: 100%;
    }

    .itemSaleProd {
        cursor: pointer;
        display: flex;
        box-sizing: border-box;
        padding: 20px 16px;
        border-radius: 16px;
        background: #EBDEFF;
        width: 248px;
        height: 200px;
        position: relative;
        transition: 0.25s;
    }

    .itemSaleProd:hover {
        transform: translateY(-5px);

    }

    .imageSaleProd {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .blockInfoSaleProd {
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        z-index: 1;
    }

    .longSize {
        width: 512px;
    }

    .titleCardSaleProd {
        max-width: 141px;
        word-break: auto-phrase;
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockSamllItemsCard {
        display: flex;
        gap: 8px;
        align-items: center;
        z-index: 1;
        flex-wrap: wrap;
    }

    .itemSmallCard {
        display: flex;
        height: 28px;
        padding: 4px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        box-sizing: border-box;
        border-radius: 6px;
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        cursor: pointer;
        background: var(--White, #FFF);
    }

    .moreBtn {
        border-radius: 6px;
        background: #1B1B1B;
        color: var(--White, #FFF);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    /* How to work */
    .howToWork {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .inHowToWork {
        max-width: 1040px;
        width: 100%;
        display: flex;
        gap: 24px;
        flex-direction: column;
    }

    .titleHowToWork {
        color: #0E1735;
        font-family: "Inter Tight";
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .itemsHowToWork {
        display: flex;
        gap: 16px;
    }

    .btnSendMessage {
        display: flex;
        padding: 10px 4px 10px 8px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        border-radius: 200px;
        background: var(--White, #FFF);
        gap: 10px;
        flex-shrink: 0;
        align-self: stretch;
        color: var(--Black-Store, #1B1B1B);
        z-index: 1;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .cardHowToWork {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 20px;
        max-width: 248px;
        height: 250px;
        box-sizing: border-box;
        border-radius: 16px;
        border-radius: 16px;
        background: #EFEFEF;
        justify-content: space-between;
    }

    .blockSvgImage {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .colorPinkCard {
        background: #9271F5;
        color: var(--White, #FFF);
    }

    .colorGraycard {
        background: #EFEFEF;
        color: #1B1B1B;
    }

    .textInfoHowToWork {
        display: flex;
        gap: 16px;
        flex-direction: column;

    }

    .opcaityColor {
        opacity: 0.6;
    }

    .titleCardHowToWork {

        font-family: "Inter Tight";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .descHowToWork {
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .imgCardHowToWork {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    .blockWhatHappened {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 73px;
        margin-bottom: 73px;
    }

    .inWhatHappaened {
        max-width: 1040px;
        width: 100%;
        box-sizing: border-box;
        padding: 56px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        position: relative;
        height: 366px;
        border-radius: 20px;
        background: #4948F3;
    }

    .backGroundImageWH {
        position: absolute;
        top: 0;
        z-index: 0;
        right: 0;
    }

    .leftPartWhatHappened {
        z-index: 1;
        display: flex;

    }

    .textWhatHappened {
        color: var(--White, #FFF);
        font-family: "Inter Tight";
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .rightPartWhatHappened {
        display: flex;
        gap: 8px;
        z-index: 1;
        align-items: center;
        justify-content: center;
    }

    .sliderBlockWhatHappened {
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .areaItemsFullScreen {
        display: none;
    }

    .leftBtnSliderWH,
    .rightBtnSliderWH {
        border-radius: 200px;
        background: #FFF;
        display: flex;
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        cursor: pointer;
    }

    .areaSliderItemsWH {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 374px;
        border-radius: 16px;
        background: var(--White, #FFF);
    }

    .fullSliderBlockWH {
        display: flex;
        width: max-content;
        max-width: 374px;
        overflow: hidden;
        width: 100%;
    }

    .sliderItemWHSmall {
        padding: 20px;
        box-sizing: border-box;
        display: none;
        flex-direction: column;
        gap: 24px;
        width: 374px;
        position: relative;
        height: 254px;
        width: max-content;
        justify-content: flex-end;
    }

    .imageSliderWH {
        position: absolute;
        top: 15px;
        right: 27px;
    }

    .imageSliderWH img {
        max-height: 167px;
    }

    .titleSliderInfoWH {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: end;
    }

    .textSliderWHtop {
        max-width: 156px;
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }


    .descSliderWH {
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        opacity: 0.6;
    }

    .imageSaleProd img {
        width: 100%;
    }

    .blockSaleProductQuiz {
        display: none;
        width: 100%;
        flex-direction: column;
        margin-top: 77px;

    }

    .blockQuiz {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .titleQuizSale {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--Black-Store, #1B1B1B);
        text-align: center;
        font-family: "Inter Tight";
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        margin-bottom: 20px;
    }

    .blockVarsCatSale {
        display: flex;
        gap: 9px;
        align-items: center;
        justify-content: center;
    }

    .itemVarCatSale {
        display: flex;
        padding: 13px 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 6px;
        background: var(--Gray-Store, #EFEFEF);
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        cursor: pointer;
        line-height: normal;
        transition: 0.25s;
    }

    .itemVarCatSale:hover {
        border-radius: 6px;
        background: var(--green-yellow, #CCF512);
    }

    .selectedITVCS {
        background: var(--Black-Store, #1B1B1B);
        color: var(--White, #FFF);

    }

    .blockStatusQuiz {
        margin-top: 40px;
        display: flex;
        gap: 12px;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin-bottom: 32px;
    }

    .itemStatusQuiz {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
        opacity: 0.6;
    }

    .currentStage {
        opacity: 1;
    }

    .numberItemQuiz {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: flex;
        width: 24px;
        height: 24px;

        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 6px;
        border: 1px solid #EFEFEF;
    }

    .nameItemQuiz {
        color: #0E1735;
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockParamsTechQuiz {
        display: flex;
        border-radius: 16px;
        width: 100%;
        display: flex;

        align-items: center;
        gap: 14px;
        align-self: stretch;
        box-sizing: border-box;
        justify-content: center;
    }

    .inBlockParamsTechQuiz {
        opacity: 0.5;
        border-radius: 16px;
        background: var(--Gray-Store, #EFEFEF);
        width: max-content;
        display: flex;
        padding: 20px;
        gap: 14px;
        align-items: center;
        justify-content: center;

    }

    .itemParamTechQ {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .nameParamQuiz {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .selectorPAramQuiz select {
        display: flex;
        height: 32px;
        font-size: 12px;
        padding: 0 10px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-radius: 8px;
        background: var(--White, #FFF);
    }

    .selectorPAramQuiz input {
        display: flex;
        height: 32px;
        padding: 0 10px;
        font-size: 12px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-radius: 8px;
        background: var(--White, #FFF);
    }

    #paramsQuiz2,
    #paramsQuiz3 {
        display: none;
    }

    .resultQuiz {
        display: flex;
        gap: 16px;
        width: 100%;
        border-radius: 16px;
        background: #EBDEFF;
        padding: 20px;
    }

    .partResQuiz {
        display: flex;
        gap: 24px;
        max-width: 360px;
        width: 100%;
        flex-direction: column;
    }

    .titleQuizRes,
    .priceEquilRes {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        word-break: break-all;
    }

    .descTech {
        color: rgba(72, 64, 83, 0.64);
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        word-break: break-all;
    }

    .btnSendTechPrice {
        border-radius: 20000px;
        background: var(--Black-Store, #1B1B1B);
        display: flex;
        gap: 8px;
        color: var(--White, #FFF);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        padding: 15px 18px;
        line-height: normal;
        align-items: center;
        justify-content: center;
        cursor: pointer;


    }
}






@media screen and (max-width: 970px) {
    .saleProduct {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 12px;
        flex-direction: column;
    }

    .topAreaElementsProd {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        width: 100%;
    }

    .longSize {
        width: auto;
    }

    .itemSaleProd {
        cursor: pointer;
        display: flex;
        box-sizing: border-box;
        padding: 20px 16px;
        border-radius: 16px;
        background: #EBDEFF;
        width: auto;
        height: 200px;
        position: relative;
        transition: 0.25s;
    }

    .titleBlockSale {
        font-size: 24px;
    }

    .itemsHowToWork {
        width: max-content;
    }

    .togetherHowToWork {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow: auto;
    }

    .togetherHowToWork::-webkit-scrollbar {
        display: none;
    }

    .cardHowToWork {
        height: 300px;
        width: 248px;
    }

    .inWhatHappaened {
        max-width: 1040px;
        width: 100%;
        box-sizing: border-box;
        padding: 32px;
        display: flex;
        height: 520px;
        align-items: flex-start;
        justify-content: center;
        position: relative;
        border-radius: 20px;
        background: #4948F3;
        flex-direction: column;
    }

    .rightPartWhatHappened {
        display: flex;
        gap: 8px;
        z-index: 1;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .leftPartWhatHappened {
        z-index: 1;
        display: flex;
        max-width: 276px;
    }

    .backGroundImageWH {
        position: absolute;
        top: 25%;
        z-index: 0;
        right: 0;
    }

    .insaleProduct,
    .insaleProduct,
    .inHowToWork,
    .blockWhatHappened {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .titleQuizSale {
        font-size: 24px;
    }

    .blockSaleProductQuiz {

        margin-top: 24px;
    }

    .itemVarCatSale {
        display: flex;
        padding: 15px 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 6px;
        background: var(--Gray-Store, #EFEFEF);
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        cursor: pointer;
        line-height: normal;
        transition: 0.25s;
    }

    .inBlockParamsTechQuiz {
        opacity: 0.5;
        border-radius: 16px;
        background: var(--Gray-Store, #EFEFEF);
        width: 100%;
        display: flex;
        padding: 20px;
        gap: 14px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

    .itemParamTechQ {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .selectorPAramQuiz select,
    .selectorPAramQuiz input {
        display: flex;
        height: 48px;
        font-size: 14px;
        width: 100%;
        padding: 0 10px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-radius: 8px;
        box-sizing: border-box;
        background: var(--White, #FFF);
    }

    .currentStage {
        display: flex !important;
    }

    .itemStatusQuiz {
        display: none;
    }

    .blockStatusQuiz {
        margin-top: 40px;
        display: flex;
        gap: 12px;
        align-content: center;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 32px;
        flex-direction: column;
    }

    .separatorStatusQuiz {
        display: none;
    }

    .resultQuiz {
        display: flex;
        gap: 16px;
        width: 100%;
        border-radius: 16px;
        background: #EBDEFF;
        padding: 20px;
        box-sizing: border-box;
    }

    .mobileBlockLineLoad {
        display: flex;
        width: 100%;

    }

    .loadingForm {
        display: flex;
        /* width: 30%; */
        height: 4px;
        border-radius: 200px;
        background: var(--Black-Store, #1B1B1B);
    }
}




@media screen and (max-width: 720px) {
    .topAreaElementsProd {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        width: 100%;
    }

    .itemSaleProd {
        max-width: 100%;
    }

    .fullSliderBlockWH {
        display: flex;
        width: max-content;
        max-width: 264px;
        overflow: hidden;
        width: 100%;
    }

    .sliderBlockWhatHappened {
        position: relative;
    }

    .imageSliderWH img {
        max-height: 87px;
    }

    .leftBtnSliderWH,
    .rightBtnSliderWH {
        border-radius: 200px;
        background: #FFF;
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        cursor: pointer;
        position: absolute;
        top: -48px;

    }

    .leftBtnSliderWH {
        right: 48px;
    }

    .rightBtnSliderWH {
        right: 0;
    }

}

@media screen and (max-width: 500px) {
    .resultQuiz {
        display: flex;
        gap: 16px;
        width: 100%;
        border-radius: 16px;
        background: #EBDEFF;
        padding: 20px;
        box-sizing: border-box;
        flex-direction: column;
    }
}