.secondScreenMain {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
    margin-bottom: 40px;
}

.blockFullCardsItems {

    width: 100%;
    /* overflow: hidden; */
}

.blockAreaProducts::-webkit-scrollbar {
    display: none;
}

.rightPartIconsProduct .activeCompare svg line {
    stroke: #7552DD;
}

.inSecondScreen {
    display: flex;
    max-width: 1760px;
    width: 100%;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    padding-bottom: 24px;
}

.headerSecondScreen {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leftPartSecScreen {
    display: flex;
    width: 100%;
    gap: 8px;
}

.simpleHeaderText {
    color: #0E1735;
    font-family: "Inter Tight";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.rightPartSecondScreen {
    display: flex;
    gap: 4px;
    width: 100%;
    justify-content: flex-end;
    cursor: pointer;
    transition: 0.24s;
}

.moreAllProductText {
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.firstPageSwiper {
    width: 100%;
    display: flex;
}

.rightPartSecondScreen:hover .moreAllProductText {
    color: #7552DD;
    transition: 0.24s;
}

.rightPartSecondScreen:hover .iconAllProduct {
    background: #7552DD;
    transition: 0.24s;
}

.rightPartSecondScreen:hover .iconAllProduct svg path {
    stroke: #fff;
    transition: 0.24s;
}


.blockShowAllItemsMob {
    display: none;
}

.swiper-wrapper {
    justify-content: flex-start !important;
}

/* .swiper-wrapper{
    display: flex;
    width: 100%;
} */
.iconAllProduct {
    border-radius: 2000px;
    background: #EFEFEF;
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.blockAreaProducts {
    width: 100% !important;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: space-between;
    gap: 24px;

}

.firstPageSwiper {
    display: flex;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
    align-items: stretch;
    /* gap: 24px; */
}

.cardItemProduct {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    height: -webkit-fill-available !important;

    box-sizing: border-box;
    width: auto;
    transition: 0.24s;
}

.inCardItemProduct {
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
}

.cardItemProduct:hover {
    transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 20px;
    color: #7552DD !important;
}


.relativeBlocks {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
}

.topIndicators {
    display: flex;
    gap: 4px;
    align-items: start;
}

.colorNew {
    border-radius: 200px;
    background: #1B1B1B;
}

.colorFire {
    border-radius: 200px;
    background: #EA3F3F;
}

.topIndicatorItem {
    display: flex;
    width: auto;
    height: 24px;
    padding: 8px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--White, #FFF);
    font-family: "Inter Tight";
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.rightPartIconsProduct {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.iconLikeProduct,
.iconStatsProduct {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* .mainImageProduct {
    max-width: 243px;
    width: 100%;
    height: 243px;
    display: flex;
    overflow: hidden;
    align-items: center;
} */

.mainImageProduct {
    max-width: 100%;
    width: 100%;
    /* height: 160px; */
    max-width: 300px;
    height: auto;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.mainImageProduct img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.blockDataProduct {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.inDataProduct {
    max-width: 248px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}

.priceAreaProduct {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.priceProduct {
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.priceProductInSplit {
    display: flex;
    gap: 4px;
}

.priceSplit {
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blockPresentsToProduct {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.itemPresentInfo {
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 3px 5px;
    gap: 4px;
}

.colorFirstPresent {
    border-radius: 4px;
    background: rgba(52, 55, 255, 0.12);
    color: #2A2A52;
}

.colorSecondPresent {
    border-radius: 4px;
    background: rgba(234, 63, 152, 0.16);
    color: #553C49;
}

.namePresent {
    font-family: "Inter Tight";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cuttingDescriptionArea {
    color: #919199;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-height: 57px;
    overflow: hidden;
    transition: .24s;
}

.cuttingDescriptionArea:hover {
    color: #7552DD;
}

.blockBtnsProduct {
    display: flex;
    gap: 8px;
}

.blockBtnsProduct a {
    display: flex;
    height: 100%;
}

.btnMoreProduct {
    border-radius: 200px;
    background: #D1F801;
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: 0.24s;
}

.btnMoreProduct:hover {
    background: #caee01;
}

.btnAddToCart {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
    background: #EFEFEF;
    cursor: pointer;
    transition: 0.24s;
}

.btnAddToCart:hover {
    background: #dfdfdf;
}

.blockBannerBuyingTech {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.inBannerBuyingTech {
    max-width: 1760px;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(180deg, #7552DD 0%, #9E7EFF 100%);
    height: 600px;
    position: relative;
}

.imageBannerTech {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imageBannerTech img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.areaTextInfoBannerBuyingTech {
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 0 56px;
    left: 0;
    box-sizing: border-box;
    max-width: 523px;
    justify-content: center;
}

.simpleMainTextBuyingTech {
    color: var(--White, #FFF);
    font-family: "Inter Tight";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}

.btnBuyingTech {
    display: flex;
    height: 48px;
    padding: 0px 32px;
    justify-content: center;
    align-items: center;
    width: max-content;
    gap: 10px;
    border-radius: 200px;
    color: #1B1B1B;
    font-family: "Inter Tight";
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: var(--White, #FFF);
}

@media screen and (max-width: 1810px) {

    .secondScreenMain,
    .blockBannerBuyingTech {
        padding: 0 24px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1710px) {

    /* .blockAreaProducts .cardItemProduct:nth-child(6) {
        display: none;
    } */
}

@media screen and (max-width: 1410px) {



    .blockAreaProducts {
        width: max-content;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: space-between;
        gap: 24px;


    }

    .firstPageSwiper {
        display: flex;
        grid-template-columns: repeat(5, 1fr);
        justify-content: space-between;
        align-items: stretch;
        /* gap: 24px; */
    }

}

@media screen and (max-width: 1200px) {

    .secondScreenMain {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 64px;
        margin-bottom: 40px;
    }

    .inSecondScreen {
        display: flex;
        max-width: 1040px;
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }

    .headerSecondScreen {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .leftPartSecScreen {
        display: flex;
        width: 100%;
    }

    .simpleHeaderText {
        color: #0E1735;
        font-family: "Inter Tight";
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .rightPartSecondScreen {
        display: flex;
        gap: 4px;
        width: 100%;
        justify-content: flex-end;
        cursor: pointer;
    }

    .moreAllProductText {
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .iconAllProduct {
        border-radius: 2000px;
        background: #EFEFEF;
        display: flex;
        width: 20px;
        height: 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }





    .cardItemProduct {
        display: flex;
        flex-direction: column;
        border-radius: 16px;
        border: 1px solid #EAEAEA;
        height: auto;
        overflow: hidden;
    }

    .inCardItemProduct {
        padding: 16px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: center;
        justify-content: space-between;
    }

    .relativeBlocks {
        display: flex;
        box-sizing: border-box;
        width: 100%;
        justify-content: space-between;
    }

    .topIndicators {
        display: flex;
        gap: 4px;
        align-items: start;
    }

    .colorNew {
        border-radius: 200px;
        background: #1B1B1B;
    }

    .colorFire {
        border-radius: 200px;
        background: #EA3F3F;
    }

    .topIndicatorItem {
        display: flex;
        width: auto;
        height: 24px;
        padding: 8px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: var(--White, #FFF);
        font-family: "Inter Tight";
        font-size: 8px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

    .rightPartIconsProduct {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .iconLikeProduct,
    .iconStatsProduct {
        display: flex;
        width: 24px;
        height: 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        cursor: pointer;
    }

    .mainImageProduct {
        /* max-width: 160px; */
        width: 100%;

        display: flex;
        overflow: hidden;
        align-items: center;
    }

    .mainImageProduct img {
        width: 100%;
        object-fit: contain;
    }

    .blockDataProduct {
        display: flex;
        flex-direction: column;
    }

    .inDataProduct {
        max-width: 216px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        justify-content: space-between;
    }

    .priceAreaProduct {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .priceProduct {
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .priceProductInSplit {
        display: flex;
        gap: 4px;
    }

    .priceSplit {
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockPresentsToProduct {
        display: flex;
        gap: 4px;
    }

    .itemPresentInfo {
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 0 5px;
        gap: 4px;
    }

    .colorFirstPresent {
        border-radius: 4px;
        background: rgba(52, 55, 255, 0.12);
        color: #2A2A52;
    }

    .colorSecondPresent {
        border-radius: 4px;
        background: rgba(234, 63, 152, 0.16);
        color: #553C49;
    }

    .namePresent {
        font-family: "Inter Tight";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: max-content;
    }

    .cuttingDescriptionArea {
        color: #919199;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockBtnsProduct {
        display: flex;
        gap: 8px;
    }

    .btnMoreProduct {
        border-radius: 200px;
        background: #D1F801;
        display: flex;
        padding: 6px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        cursor: pointer;
    }

    .btnAddToCart {
        display: flex;
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 200px;
        background: #EFEFEF;
        cursor: pointer;
    }

    .blockBannerBuyingTech {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .inBannerBuyingTech {
        max-width: 1040px;
        width: 100%;
        overflow: hidden;
        border-radius: 16px;
        background: linear-gradient(180deg, #7552DD 0%, #9E7EFF 100%);
        height: 350px;
        position: relative;
    }

    .imageBannerTech {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .imageBannerTech img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .areaTextInfoBannerBuyingTech {
        z-index: 3;
        display: flex;
        flex-direction: column;
        gap: 16px;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0 0 0 56px;
        left: 0;
        box-sizing: border-box;
        max-width: 365px;
        justify-content: center;
    }

    .simpleMainTextBuyingTech {
        color: var(--White, #FFF);
        font-family: "Inter Tight";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
    }

    .btnBuyingTech {
        display: flex;
        height: 40px;
        padding: 0px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 200px;
        color: #1B1B1B;
        font-family: "Inter Tight";
        cursor: pointer;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        background: var(--White, #FFF);
    }


    .btnShowMoreItems {
        display: flex;
        width: 20px;
        height: 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 2000px;
        background: var(--Gray-Store, #EFEFEF);
        cursor: pointer;
    }
}

@media screen and (max-width: 970px) {

    .firstPageSwiper {
        /* gap: 16px; */
    }

    .rightPartSecondScreen {
        display: none !important;
    }

    .cardItemProduct {
        display: flex;
        flex-direction: column;
        border-radius: 16px;
        border: 1px solid #EAEAEA;
        height: auto;
        overflow: hidden;
    }









    .simpleMainTextBuyingTech {
        font-size: 20px;
    }

    .btnBuyingTech {
        font-size: 12px;
    }

    .inBannerBuyingTech {
        max-width: 1040px;
        width: 100%;
        overflow: hidden;
        border-radius: 16px;
        background: linear-gradient(180deg, #7552DD 0%, #9E7EFF 100%);
        height: 216px;
        position: relative;
    }

    .imageBannerTech img {
        width: 70%;
        height: 100%;
        object-fit: cover;
    }

    .imageBannerTech {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 670px) {
    .inBannerBuyingTech {
        max-width: 1040px;
        display: flex;
        width: 100%;
        overflow: hidden;
        border-radius: 16px;
        background: linear-gradient(180deg, #7552DD 0%, #9E7EFF 100%);
        height: 407px;
        position: relative;
        flex-direction: column;
        justify-content: flex-start;
    }

    .areaTextInfoBannerBuyingTech {
        z-index: 3;
        display: flex;
        flex-direction: column;
        gap: 16px;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0 0 0 56px;
        left: 0;
        box-sizing: border-box;
        max-width: 365px;
        justify-content: flex-start;
        margin-top: 32px;
    }

    .secondScreenMain,
    .blockBannerBuyingTech {
        padding: 0 16px;
    }

    .blockShowAllItemsMob {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .firstPageSwiper {
        /* gap: 12px; */
    }


}