.firstScreenMain {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.inFirstScreenMain {
    max-width: 1760px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    justify-content: center;
    gap: 16px;
}

.leftPartFirstScreen {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: clamp(776px, 70vw, 1316px);
    width: 100%;
}

.sliderAreaFirstScreen {
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 16px;
    background: linear-gradient(178deg, #E9DAFF 1.39%, #CDB6F0 91.6%);
    overflow: hidden;
    height: 332px;
}

.itemSlider {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}

.areaSliderItems {
    display: flex;
    width: auto;
    height: 100%;
}

.imageSlider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.imageSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blockInfoSlider {
    z-index: 3;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 24px;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    padding: 0 32px;
}

.titleSlider {
    color: #1B1B1B;
    max-width: 300px;
    font-family: "Inter Tight";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}

.btnMoreSlider {
    display: flex;
    padding: 13px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
    background: var(--White, #FFF);
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.sliderCounter {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    gap: 6px;
    z-index: 3;
}

.pointerSlider {
    width: 5px;
    height: 5px;
    border-radius: 200px;
    background: rgba(27, 27, 27, 0.27);
}

.activeslider {
    width: 20px;
    border-radius: 200px;
    background: #1B1B1B;
    height: 5px;
}

.recCategoryArea {
    display: flex;
    gap: 16px;
    width: 100%;
}

.itemCategoryCard {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 301px;
    transition: 0.24s;
}

.itemCategoryCard:hover,
.itemBuying:hover {
    transform: translate3d(0px, 10px, 0px);
}


.itemCategoryCard:hover 
.btnNextCat {
    background: #e6e6e6;
}


.nameCatCard {
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 3;
}

.inCardCat {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #EFEFEF;
    overflow: hidden;
    justify-content: space-between;
}

.firstPageSwiper {
    display: flex;
    width: 100%;
}

.imageCatCard {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.imageCatCard img {
    max-width: 198px;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}


.btnNextCat {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 200px;
    background: var(--White, #FFF);
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    cursor: pointer;
}

.areaSubCatItem {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.itemSubCat {
    display: flex;
    gap: 4px;
    width: 100%;
}

.nameSubCat {
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 6px;
    background: var(--White, #FFF);
    display: flex;
    padding: 5px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    line-height: normal;
}

.nameSubCat:hover {
    color: white;
    background: #1B1B1B;
}

.rightPartFirstScreen {
    display: flex;
    flex-direction: column;
    max-width: 428px;
    width: 100%;
}

.areaBlockForUsers {
    display: flex;
    width: 100%;
    gap: 16px;
    justify-content: center;
    flex-direction: column;
}

.itemBuying {
    position: relative;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: 457px;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.24s;
    background: linear-gradient(180deg, #819DFF 0%, #4D67C5 100%);
}

.imageAreaBuying,
.imageAreaPricer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imageAreaBuying img,
.imageAreaPricer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blockInfoBuying {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    flex-direction: column;
    gap: 16px;
    z-index: 3;
}

.titleBuying {
    color: var(--White, #FFF);
    font-family: "Inter Tight";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    max-width: 322px;
}

.descBuying {
    color: rgba(255, 255, 255, 0.62);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 322px;
}

.itemPricer {
    position: relative;
    display: flex;
    width: 100%;
    height: 176px;
    flex-direction: column;
    border-radius: 20.923px;
    overflow: hidden;
    background: linear-gradient(105deg, #1B1B1B 3.74%, #4C4C4C 99.5%);
}

.blockInfoPricer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;

    justify-content: center;
}

.specifyText {
    display: flex;
    gap: 4px;
    width: 100%;
}

.lineImageText span {
    color: var(--White, #FFF);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.lineImageText {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 24px;
    padding: 8px 24px;
    box-sizing: border-box;
    flex-direction: column;
}

.mainPriceLabel {
    position: absolute;
    display: flex;

    top: 8px;
    left: 50px;
}


.pricerPriceImage {
    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;

}

.pricerPriceImage span {
    position: absolute;

    color: #1B1B1B;
    transform: rotate(4.579deg);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.textPriceSimple {
    color: var(--White, #FFF);

    box-sizing: border-box;
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media screen and (max-width: 1810px) {
    .firstScreenMain {
        padding: 0 24px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1200px) {
    .firstScreenMain {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 16px;
    }

    .inFirstScreenMain {
        max-width: 1040px;
        width: 100%;
        display: flex;
        align-items: start;
        justify-content: center;
        gap: 16px;
    }

    .leftPartFirstScreen {
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-width: clamp(360px, 70vw, 776px);
        width: 100%;

    }

    .sliderAreaFirstScreen {
        display: flex;
        position: relative;
        align-items: start;
        justify-content: start;
        border-radius: 16px;
        background: linear-gradient(178deg, #E9DAFF 1.39%, #CDB6F0 91.6%);
        overflow: hidden;
        height: 250px;
    }

    .itemSlider {
        position: relative;
        display: flex;
        height: 100%;
    }

    .areaSliderItems {
        width: auto;
        height: 100%;
    }

    .imageSlider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        object-fit: contain;
    }

    .imageSlider img {
        width: 100%;
        object-fit: contain;
    }

    .blockInfoSlider {
        z-index: 3;
        display: flex;
        align-items: start;
        justify-content: center;
        gap: 24px;
        flex-direction: column;
        height: 100%;
        box-sizing: border-box;
        padding: 0 32px;
    }

    .titleSlider {
        color: #1B1B1B;
        max-width: 300px;
        font-family: "Inter Tight";
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;

    }

    .btnMoreSlider {
        display: flex;
        padding: 10px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 200px;
        background: var(--White, #FFF);
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        cursor: pointer;
    }

    .sliderCounter {
        position: absolute;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 20px;
        gap: 6px;
        z-index: 3;
    }

    .pointerSlider {
        width: 5px;
        height: 5px;
        border-radius: 200px;
        background: rgba(27, 27, 27, 0.27);
    }

    .activeslider {
        width: 20px;
        border-radius: 200px;
        background: #1B1B1B;
        height: 5px;
    }

    .recCategoryArea {
        display: flex;
        gap: 16px;
        width: 100%;
    }

    .itemCategoryCard {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 230px;
    }

    .nameCatCard {
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        z-index: 3;
    }

    .inCardCat {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 20px;
        display: flex;
        flex-direction: column;
        border-radius: 16px;
        background: #EFEFEF;
        overflow: hidden;
        justify-content: space-between;
    }

    .imageCatCard {
        display: flex;

        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .imageCatCard img {
        max-width: 158px;
    }

    .btnNextCat {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 20px;
        right: 20px;
        border-radius: 200px;
        background: var(--White, #FFF);
        display: flex;
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        cursor: pointer;
    }

    .areaSubCatItem {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .itemSubCat {
        display: flex;
        gap: 4px;
        width: 100%;
    }

    .nameSubCat {
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border-radius: 6px;
        background: var(--White, #FFF);
        display: flex;
        padding: 5px 8px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        box-sizing: border-box;
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        cursor: pointer;
        line-height: normal;
    }

    .nameSubCat:hover {
        color: white;
        background: #1B1B1B;
    }

    .rightPartFirstScreen {
        display: flex;
        flex-direction: column;
        max-width: 248px;
        width: 100%;
    }

    .areaBlockForUsers {
        display: flex;
        width: 100%;
        gap: 16px;
        justify-content: center;
        flex-direction: column;
    }

    .itemBuying {
        position: relative;
        padding: 24px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        height: 349px;
        flex-shrink: 0;
        border-radius: 16px;
        overflow: hidden;
        background: linear-gradient(180deg, #819DFF 0%, #4D67C5 100%);
    }

    .imageAreaBuying,
    .imageAreaPricer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .imageAreaBuying img,
    .imageAreaPricer img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .blockInfoBuying {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        padding: 20px;
        box-sizing: border-box;
        flex-direction: column;
        gap: 16px;
        z-index: 3;
    }

    .titleBuying {
        color: var(--White, #FFF);
        font-family: "Inter Tight";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        max-width: 193px;
    }

    .descBuying {
        color: rgba(255, 255, 255, 0.62);
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        max-width: 198px;
    }

    .itemPricer {
        position: relative;
        display: flex;
        width: 100%;
        height: 131px;
        flex-direction: column;
    }

    .blockInfoPricer {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        display: flex;

        justify-content: center;
    }

    .specifyText {
        display: flex;
        gap: 4px;
    }

    .lineImageText span {
        color: var(--White, #FFF);
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .lineImageText {
        width: 100%;
        height: 100%;
        display: flex;
        gap: 24px;
        padding: 8px 24px;
        box-sizing: border-box;
        flex-direction: column;
    }

    .mainPriceLabel {
        position: absolute;
        display: flex;

        top: 8px;
        left: 50px;
    }


    .pricerPriceImage {
        position: absolute;

        display: flex;
        align-items: center;
        justify-content: center;

    }

    .pricerPriceImage span {
        position: absolute;

        color: #1B1B1B;
        transform: rotate(4.579deg);
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .textPriceSimple {
        color: var(--White, #FFF);

        box-sizing: border-box;
        font-family: "Inter Tight";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

@media screen and (max-width: 970px) {
    .leftPartFirstScreen {
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-width: 100%;
        width: 100%;
    }

    .recCategoryArea {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        width: 100%;
    }

    .imageSlider img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .inFirstScreenMain {
        max-width: 1040px;
        width: 100%;
        display: flex;
        align-items: start;
        justify-content: center;
        gap: 16px;
        flex-direction: column;
    }

    .rightPartFirstScreen {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        width: 100%;
    }

    .itemBuying {
        position: relative;
        padding: 24px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        height: 175px;
        flex-shrink: 0;
        border-radius: 16px;
        overflow: hidden;
        background: linear-gradient(180deg, #819DFF 0%, #4D67C5 100%);
    }

    .areaBlockForUsers {
        display: grid;
        grid-template-columns: 2fr 1fr;
        width: 100%;
        gap: 16px;
        justify-content: center;
        flex-direction: column;
    }

    .itemPricer {
        position: relative;
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .mainPriceLabel {
        position: absolute;
        display: flex;
        top: 16px;
        left: 50px;
    }

    .lineImageText {
        width: 100%;
        height: 100%;
        display: flex;
        gap: 24px;
        padding: 20px;
        box-sizing: border-box;
        flex-direction: column;
    }

    .imageAreaBuying img,
    .imageAreaPricer img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }

    .nameCatCard,
    .textPriceSimple {
        font-size: 16px;
    }

    .simpleHeaderText,
    .titleSlider,
    .simpleHeaderText {
        font-size: 24px;
    }

    .inDataProduct {
        max-width: 196px;
    }

    .namePresent {
        font-family: "Inter Tight";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        width: max-content;
        line-height: normal;
    }


}



@media screen and (max-width: 625px) {
    .recCategoryArea {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto;
        grid-template-areas:
            "mobile mobile"
            "item item1 ";
        flex-wrap: wrap;
        gap: 16px;
        width: 100%;
    }

    .itemCategoryCard:nth-child(1) {
        grid-area: mobile;
    }

    .itemCategoryCard:nth-child(2) {
        grid-area: item;
    }

    .itemCategoryCard:nth-child(3) {
        grid-area: item1;
    }

    .nameSubCat {
        font-size: 10px;
    }

    .imageCatCard img {
        max-width: 140px;
    }

    .inCardCat {
        padding: 20px;
        gap: 8px;
    }

    .itemSubCat {
        display: flex;
        gap: 4px;
        width: 100%;
        flex-wrap: wrap;
    }

    .firstScreenMain {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .areaBlockForUsers {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        gap: 16px;
        justify-content: center;
        flex-direction: column;
    }

    .itemPricer {
        position: relative;
        display: flex;
        width: 100%;
        height: 131px;
        flex-direction: column;
    }
}