footer {
    width: 100%;
    border-radius: 24px 24px 0px 0px;
    background: #1B1B1B;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contactsFooterMob,
.simpleDescFooterCityMob {
    display: none;
}

.mobileInfoFooter {
    display: none;
}

.showfooterMenu {
    display: flex !important;
}

.yandexIndicatorMob {
    display: flex;
}

.inFooter {
    /* height: 376px; */
    max-width: 1760px;
    width: 100%;
    padding: 32px 0;
    display: flex;
    flex-direction: column;

}

.mainFooterIfo {
    display: flex;
    margin-bottom: 16px;
    padding-bottom: 32px;
    justify-content: space-between;
    border-bottom: 1px solid #282828;
}

.bottomLineSail {
    width: 100%;
    display: flex;
    align-items: center;
    background: #D1F801;
    height: 32px;
    justify-content: center;
    gap: 16px;
}

.textSailFooter {
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.logoFooter {
    margin-bottom: 24px;
}

.btnSailFooter {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btnSailFooter {
    color: var(--White, #FFF);
    height: 20px;
    padding: 0px 4px 0px 8px;
    gap: 10px;
    border-radius: 4px;
    background: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.leftPartFooter {
    display: flex;
    flex-direction: column
}

.contactsFooter {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.TopConnectText {
    gap: 8px;
    display: flex;
    align-items: center;

}

.simpleTextConnect {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.indicatorConnect {
    display: flex;
    align-items: center;
}

.bottomConnectWithUs {
    display: flex;
    gap: 12px;
    align-items: center;
}

.numberConnectFooter {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.socialIconsFooter {
    display: flex;
    gap: 12px;
    align-items: center;

}

.itemIconSocialFooter {
    cursor: pointer;
}

.searchInputFake {
    width: 100%;
    border: none;
    background: none;
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-right: 1px solid #D2D2D2;
}

.simpleDescFooterCity {
    color: #919199;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: column;
    grid-area: 4px;
    margin-bottom: 14px;
}

.yandexIndicator {
    display: flex;
    align-items: center;
}

.rightPartFooter {
    display: flex;

    gap: 57px;
}

.blockMenuFooter {
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.btnMobOpenClose {
    display: none;
}

.titleMenuFooter {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.itemAreaFooterMenu {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.itemsFooterMenu {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.itemFooterMenu {
    color: #919199;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 8px;
    display: flex;
}


.bottomMainInfoFooter {
    display: flex;
    justify-content: space-between;
    padding: 0 32px;
    box-sizing: border-box;
}

.infoBlockFooterSimple {
    color: #919199;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    gap: 8px;
}

.iconsPayersMob {
    display: none;
}

.iconCards {
    display: flex;
    gap: 8px;
}

.toTopPageIcon {
    display: flex;
    width: 32px;
    height: 32px;


    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
    background: #3C3C3C;
    cursor: pointer;
}

/* Поиск */
.searchBlockMain {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: 0.7s;
    transform: translate3d(0, -2000px, 0);
    opacity: 0;
}

.blockMainSearchData.openedMenu,
.searchBlockMain.openedMenu {

    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.blockMainSearchData.openedMenu {
    display: flex;
}

.inSearchBlock {
    max-width: 618px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 40px;
}

.inputSEarchBlock {
    position: relative;
    display: flex;
    width: 100%;
    height: 32px;
    padding: 10px 4px 10px 16px;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    flex-shrink: 0;
    border-radius: 2000px;
    background: var(--Gray-Store, #EFEFEF);
}

.inputArea {
    max-width: 428px;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 14px;
}

.inputArea input {
    width: 100%;
    border: none;
    background: none;
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-right: 1px solid #D2D2D2;
}

.inputArea input:focus-visible {
    outline: none;
}

.blockSearchCatAndBtn {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    /* max-width: 160px;
    width: 100%; */
}

.selectorAllCatSearch {
    display: flex;
    align-items: center;
}

.selectorAllCatSearch select {
    display: flex;
    border: none;
    outline: none;
    padding: 0px 6px 0px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2200px;
    background: var(--Gray-Store, #EFEFEF);
}

.searchBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: flex;
    width: 24px;
    height: 24px;
    border-radius: 200px;
    background: var(--White, #FFF);
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.blockMainSearchData {
    width: 100%;
    display: none;
    gap: 26px;
    align-items: start;
    justify-content: start;
    border-radius: 20px;
    background: var(--Gray-Store, #EFEFEF);
    padding: 10px;
    box-sizing: border-box;

}

.closeMenuSearch {
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -36px;
    cursor: pointer;
    transition: 0.24s;
    background: white;
    border-radius: 50%;

}



.closeMenuSearch svg {
    width: 14px;
    height: 14px;
    transition: 0.24s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.closeMenuSearch svg:hover {
    transform: rotate(180deg);
}

.leftPartSearchHistory {
    display: flex;
    padding: 16px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    max-width: 294px;
    box-sizing: border-box;
    padding: 16px 8px;

    align-self: stretch;
    border-radius: 14px;
    background: #FFF;
}

.leftPartSearchHistoryCat {
    display: flex;
    padding: 16px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
    padding: 16px 8px;

    align-self: stretch;
    border-radius: 14px;
    background: #FFF;
}

.blockInfoSearch {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.titleInfoSearch {
    color: var(--Gray-Font-Store, #919199);
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.blockItemsLastSearch {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-bottom: 8px;
}

.itemLastHistory {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.leftHistoryBlockItem {
    display: flex;
    gap: 18px;
    align-items: center;

}

.nameInfoHistory {
    display: flex;
    color: var(--Black-Store, #1B1B1B);
    align-items: center;
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.svgIcon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rightHistoryBlockItem {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.rightPartReccomends {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.titleRecc {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blockContentItemsRec {
    display: flex;
    gap: 14px;
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow: auto;
    max-height: 420px;
    max-width: 294px;
}


.itemRec {
    display: flex;
    height: auto;
    width: 120px;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background: var(--White, #FFF);
}

.imageRec {
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 8px;
    background: lightgray 50% / cover no-repeat;
}

.imageRec img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blockInfoTextRecItem {
    display: flex;
    gap: 4px;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}

.priceRec {
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.descRec {
    color: #919199;
    font-family: "Inter Tight";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    word-break: break-all;
}

.blockTagsSEarch {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.itemTagSerch {
    display: flex;
    height: 28px;
    cursor: pointer;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    background: var(--Gray-Store, #EFEFEF);
}

.categorySearch {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.itemCategorySearch {
    display: flex;
    cursor: pointer;
    gap: 12px;
    width: 100%;
    display: flex;
    padding: 12px 14px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 14px;
    box-sizing: border-box;
    background: var(--White, #FFF);
    justify-content: space-between;
}

.itemCategorySearch:hover {
    border-radius: 14px;
    background: var(--Gray-Store, #EFEFEF);
}

.blockCatSearchItem {
    display: flex;
    gap: 8px;
    align-items: center;
}

.imageCatSerch {
    width: 24px;
    height: 24px;
    overflow: hidden;
}

.imageCatSerch img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.nameCategorySearch {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.iconSearchMore {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blockCategoryParamSearch {
    cursor: pointer;
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: max-content;
    padding: 4px 12px;
    margin-left: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.24s;
}

.blockCategoryParamSearch.pinkcolored {
    color: white;
    border-radius: 2200px;
    background: var(--Pink, #EA3F98);
}

.pinkcolored svg {
    transition: 0.24s;
    transform: rotate(180deg);
}

.pinkcolored svg path {
    stroke: white;
}

.blockCategoryItemsSearch {
    max-width: 338px;
    width: 100%;
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.nameCatSearchSelect {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blockItemsCategorySub {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    flex-wrap: wrap;
    height: auto;
    /*405 */
    overflow: auto;
}

.columnCategorySub {
    display: flex;

    word-wrap: break-word;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
}

.nameSubCat {
    color: var(--Gray-Font-Store, #919199);
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blockItemsSubName {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
}

.areaInBlockItemsSub {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 350px;
    overflow: auto;
    align-items: flex-start;
    transition: max-height 0.3s;
}


.itemSubName {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: 0.24s;
}

.itemSubName:hover {
    color: #7552DD;
}

.showAllItems {
    cursor: pointer;
    display: none;
    gap: 7px;
    align-items: center;
}

.showAllItems.moreDataItemsSub {
    display: flex;

}

.textShowAll {
    color: var(--Pink, #EA3F98);
    font-family: "Inter Tight";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.svgIconShowAll {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1810px) {

    .mainFooterIfo {
        padding: 0 32px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1200px) {

    footer {
        width: 100%;
        border-radius: 24px 24px 0px 0px;
        background: #1B1B1B;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .inFooter {
        /* height: 376px; */
        max-width: 1040px;
        width: 100%;
        padding: 32px 0;
        display: flex;
        flex-direction: column;

    }

    .mainFooterIfo {
        display: flex;
        margin-bottom: 16px;
        padding-bottom: 32px;
        justify-content: space-between;
        border-bottom: 1px solid #282828;
    }

    .bottomLineSail {
        width: 100%;
        display: flex;
        align-items: center;
        background: #D1F801;
        height: 32px;
        justify-content: center;
        gap: 16px;
    }

    .textSailFooter {
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .logoFooter {
        margin-bottom: 24px;
    }

    .btnSailFooter {
        display: flex;
        gap: 6px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .btnSailFooter {
        color: var(--White, #FFF);
        height: 20px;
        padding: 0px 4px 0px 8px;
        gap: 10px;
        border-radius: 4px;
        background: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .leftPartFooter {
        display: flex;
        flex-direction: column
    }

    .contactsFooter {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 16px;
    }

    .TopConnectText {
        gap: 8px;
        display: flex;
        align-items: center;

    }

    .simpleTextConnect {
        color: #FFF;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .indicatorConnect {
        display: flex;
        align-items: center;
    }

    .bottomConnectWithUs {
        display: flex;
        gap: 12px;
        align-items: center;
    }

    .numberConnectFooter {
        color: #FFF;
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .socialIconsFooter {
        display: flex;
        gap: 12px;
        align-items: center;

    }

    .itemIconSocialFooter {
        cursor: pointer;
    }

    .simpleDescFooterCity {
        color: #919199;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: flex;
        flex-direction: column;
        grid-area: 4px;
        margin-bottom: 14px;
    }

    .yandexIndicator {
        display: flex;
        align-items: center;
    }

    .rightPartFooter {
        display: flex;

        gap: 57px;
    }

    .blockMenuFooter {
        gap: 24px;
        display: flex;
        flex-direction: column;
    }

    .titleMenuFooter {
        color: #FFF;
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .itemAreaFooterMenu {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .itemsFooterMenu {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .itemFooterMenu {
        color: #919199;
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        gap: 8px;
        display: flex;
    }


    .bottomMainInfoFooter {
        display: flex;
        justify-content: space-between;
    }

    .infoBlockFooterSimple {
        color: #919199;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: flex;
        gap: 8px;
    }

    .iconsPayersMob {
        display: none;
    }

    .iconCards {
        display: flex;
        gap: 8px;
    }

    .toTopPageIcon {
        display: flex;
        width: 32px;
        height: 32px;


        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 200px;
        background: #3C3C3C;
        cursor: pointer;
    }

    /* Поиск */
    .searchBlockMain {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.40);
        backdrop-filter: blur(10px);

        align-items: flex-start;
        justify-content: center;
    }

    .inSearchBlock {
        max-width: 618px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-top: 40px;
    }

    .inputSEarchBlock {

        display: flex;
        width: 100%;
        height: 32px;
        padding: 10px 4px 10px 16px;
        justify-content: space-between;
        box-sizing: border-box;
        align-items: center;
        flex-shrink: 0;
        border-radius: 2000px;
        background: var(--Gray-Store, #EFEFEF);
    }

    .inputArea {
        max-width: 428px;
        width: 100%;
        display: flex;
        align-items: start;
    }

    .inputArea input {
        width: 100%;
        border: none;
        background: none;
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border-right: 1px solid #D2D2D2;
    }

    .inputArea input:focus-visible {
        outline: none;
    }

    .blockSearchCatAndBtn {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: space-between;
        /* max-width: 160px;
        width: 100%; */
    }

    .selectorAllCatSearch {
        display: flex;
        align-items: center;
    }

    .selectorAllCatSearch select {
        display: flex;
        border: none;
        outline: none;
        padding: 0px 6px 0px 8px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 2200px;
        background: var(--Gray-Store, #EFEFEF);
    }

    .searchBtn {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        display: flex;
        width: 24px;
        height: 24px;
        border-radius: 200px;
        background: var(--White, #FFF);
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .blockMainSearchData {
        width: 100%;
        display: none;
        gap: 26px;
        align-items: start;
        justify-content: start;
        border-radius: 20px;
        background: var(--Gray-Store, #EFEFEF);
        padding: 10px;
        box-sizing: border-box;
    }

    .blockMainSearchData.openedMenu,
    .searchBlockMain.openedMenu {
        display: flex !important;
    }





    .leftPartSearchHistory {
        display: flex;
        padding: 16px 8px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        width: 100%;
        max-width: 294px;
        box-sizing: border-box;
        padding: 16px 8px;

        align-self: stretch;
        border-radius: 14px;
        background: #FFF;
    }

    .leftPartSearchHistoryCat {
        display: flex;
        padding: 16px 8px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        width: 100%;
        max-width: 200px;
        box-sizing: border-box;
        padding: 16px 8px;

        align-self: stretch;
        border-radius: 14px;
        background: #FFF;
    }

    .blockInfoSearch {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .titleInfoSearch {
        color: var(--Gray-Font-Store, #919199);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .blockItemsLastSearch {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        margin-bottom: 8px;
    }

    .itemLastHistory {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .leftHistoryBlockItem {
        display: flex;
        gap: 18px;
        align-items: center;

    }

    .nameInfoHistory {
        display: flex;
        color: var(--Black-Store, #1B1B1B);
        align-items: center;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .svgIcon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rightHistoryBlockItem {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .rightPartReccomends {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .titleRecc {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockContentItemsRec {
        display: flex;
        gap: 14px;
        width: 100%;
        flex-wrap: wrap;
        box-sizing: border-box;
        overflow: auto;
        max-height: 420px;
        max-width: 294px;
    }


    .itemRec {
        display: flex;
        height: auto;
        width: 120px;
        padding: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        box-sizing: border-box;
        border-radius: 10px;
        background: var(--White, #FFF);
    }

    .imageRec {
        width: 96px;
        height: 96px;
        overflow: hidden;
        border-radius: 8px;
        background: lightgray 50% / cover no-repeat;
    }

    .imageRec img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .blockInfoTextRecItem {
        display: flex;
        gap: 4px;
        align-items: start;
        justify-content: start;
        flex-direction: column;
    }

    .priceRec {
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .descRec {
        color: #919199;
        font-family: "Inter Tight";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        word-break: break-all;
    }

    .blockTagsSEarch {
        display: flex;
        gap: 4px;
        flex-wrap: wrap;
    }

    .itemTagSerch {
        display: flex;
        height: 28px;
        cursor: pointer;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        box-sizing: border-box;
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border-radius: 10px;
        background: var(--Gray-Store, #EFEFEF);
    }

    .categorySearch {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .itemCategorySearch {
        display: flex;
        cursor: pointer;
        gap: 12px;
        width: 100%;
        display: flex;
        padding: 12px 14px;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 14px;
        box-sizing: border-box;
        background: var(--White, #FFF);
        justify-content: space-between;
    }

    .itemCategorySearch:hover {
        border-radius: 14px;
        background: var(--Gray-Store, #EFEFEF);
    }

    .blockCatSearchItem {
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .imageCatSerch {
        width: 24px;
        height: 24px;
        overflow: hidden;
    }

    .imageCatSerch img {

        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .nameCategorySearch {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .iconSearchMore {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .blockCategoryItemsSearch {
        max-width: 338px;
        width: 100%;
        display: flex;
        gap: 16px;
        flex-direction: column;
    }

    .nameCatSearchSelect {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockItemsCategorySub {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        flex-wrap: wrap;
        height: auto;
        /*405 */
        overflow: auto;
    }

    .columnCategorySub {
        display: flex;
        flex-direction: column;
        gap: 14px;
        align-items: flex-start;
    }

    .nameSubCat {
        color: var(--Gray-Font-Store, #919199);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockItemsSubName {
        display: flex;
        flex-direction: column;
        gap: 14px;
        align-items: flex-start;
    }

    .areaInBlockItemsSub {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;

        overflow: hidden;
    }

    .moreDataItemsSub {
        display: flex !important;
    }

    .itemSubName {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        cursor: pointer;
    }

    .showAllItems {
        cursor: pointer;

        gap: 7px;
        align-items: center;
    }

    .textShowAll {
        color: var(--Pink, #EA3F98);
        font-family: "Inter Tight";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .svgIconShowAll {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 970px) {
    .mainFooterIfo {
        display: flex;
        margin-bottom: 16px;
        padding-bottom: 32px;
        justify-content: space-between;
        border-bottom: 1px solid #282828;
        flex-direction: column;
    }

    .yandexIndicator {
        display: none;
    }

    .yandexIndicatorMob {
        height: 80px;

    }

    .yandexIndicatorMob img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .rightPartFooter {
        display: flex;
        gap: 16px;
        flex-direction: column;
    }

    .itemAreaFooterMenu {
        display: none;
    }



    .bottomConnectWithUs {
        display: flex;
        gap: 8px;
        align-items: flex-start;
        flex-direction: column;
    }

    .contactsFooter,
    .simpleDescFooterCity {
        display: none;
    }

    .contactsFooterMob,
    .simpleDescFooterCityMob {
        color: #919199;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: flex;
        flex-direction: column;
        grid-area: 4px;

        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 8px;
    }

    .bottomMainInfoFooter {
        display: flex;
        justify-content: space-between;
        padding: 0 32px;
    }

    .btnMobOpenClose {
        display: flex;
        width: 32px;
        height: 32px;
        align-items: center;
        justify-content: center;
    }

    .titleMenuFooter {
        cursor: pointer;
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .openedItemMenuFooter {
        border-radius: 320px;
        background: var(--White, #FFF);
        display: flex;
        width: 32px;
        height: 32px;
        transform: rotate(-180deg);
        justify-content: center;
        align-items: center;
        gap: 16px;
        aspect-ratio: 1/1;

    }

    .openedItemMenuFooter .btnMobOpenCloseSvg path {
        stroke: black !important;

    }

    .connectWithUs {
        gap: 8px;
        display: flex;
        flex-direction: column;
    }

    .blockAreaMenuItem {
        display: flex;
        align-items: center;
    }

    .iconsPayers {
        display: none;
    }

    .iconsPayersMob {
        display: flex !important;
        gap: 82px;
    }

    .mobIconsPyaers {
        display: flex;
        gap: 16px;

    }

    .mobileInfoFooter {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 32px;
    }
}

@media screen and (max-width: 670px) {
    .nameSubCat {
        font-size: 10px;
    }

    .yandexIndicatorMob {
        height: 80px;
        margin-left: 0;

    }

    .iconsPayersMob {
        justify-content: space-between;
    }

    .blockItemsCategorySub {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        flex-wrap: wrap;
        height: auto;
        /*405 */
        overflow: auto;
    }
}