:root {
    --blackColor: #1B1B1B;
    --greenColor: #BCDF02;
}

.iconHeaderScreen {
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerSecondScreen a {
    color: inherit;
    display: flex;
    width: 100%;
    gap: 4px;

    align-items: center;
    justify-content: flex-end;
}

@font-face {
    font-family: 'Coolvetica';
    src: url('../fonts/coolveticarg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Coolvetica';
    src: url('../fonts/coolveticacompressedrg.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Coolvetica';
    src: url('../fonts/coolveticacondensedrg.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Coolvetica';
    src: url('../fonts/coolveticacrammedrg.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}



a {
    color: inherit;
    text-decoration: none;
}

html {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;

}

.rightPartIconsProduct .active {

    cursor: pointer;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.rightPartIconsProduct .active svg path {
    stroke: white;
}

.rightPartIconsProduct .active svg path {
    stroke: #EA3F3F;
}

body {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;

}

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 77777;
    background: white;
}

.containBurger {
    display: none;
    position: relative;
}

.darkLayerHeader {
    display: flex;
    width: 100%;
    background: #1B1B1B;
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    align-self: stretch;
}

.inDarkLayherHeader {
    max-width: 1760px;
    width: 100%;
}

.logoIcon svg {
    width: 41px;
    height: 24px;
}

.inDarkLayherHeader {
    display: flex;
    max-width: 1760px;
    width: 100%;
    justify-content: space-between;
}

.leftPartHeader {
    display: flex;
    gap: 48px;
}

.blockRegion {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

.blockRegion span {
    color: var(--White, #FFF);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.menuHeader {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;

}

.menuHeader a {
    text-decoration: none;
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    transition: 0.24s;
}

.menuHeader a:hover {
    color: #CCF512;
}

.rightPartHeader {
    display: flex;
    gap: 16px;

}

.socialIcons {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.mobileNumber {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.whiteHeaderLayer {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 48px;
    gap: 12px;
    position: relative;
    max-width: 1760px;
    background: white;
}

.inWhiteHeaderLayer {
    display: flex;
    max-width: 1760px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    gap: 12px;

}

.showFilterCatalogHeader {
    display: flex !important;

}

.mainBackgroundFilterBlur {
    display: none;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 55555;
}

.blockCatalogFilter {
    display: none;
    position: absolute;
    left: 0;
    top: 48px;
    background: white;
    z-index: 99999;
    overflow: hidden;
    width: 100%;
    border-radius: 0px 0px 24px 24px;
    justify-content: center;

}



.inClockCatalogFilter {
    padding-right: 24px;
    width: 100%;
    max-width: 1760px;
    display: flex;
    padding: 24px;
    box-sizing: border-box;
    height: max-content;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;


}

.leftPartCatalogFilterHeader {
    display: flex;
    gap: 24px;
    padding: 24px;
    width: 100%;
    max-width: 1160px;
    box-sizing: border-box;
}

.itemsCategoryFilterHeader {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 272px;
}

.itemCategoryFilterHeader {
    display: flex;
    gap: 12px;

    display: flex;
    height: 40px;
    padding: 0px 8px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    cursor: pointer;
    border-radius: 8px;


}

.nameCategoryFilter {
    display: flex;
    gap: 4px;
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.itemCategoryFilterHeader:hover {
    background: var(--Gray-Store, #EFEFEF);
}

.subFilterHeaderItems {
    display: flex;
    gap: 16px;
    width: 100%;
}

.blockItemsSubFilter {
    display: flex;
    flex-direction: column;
    gap: 18.5px;
    max-width: 280px;
    width: 100%;
}

.boxSubFilters {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 414px;
    overflow: auto;
}

.nameSubFilter {
    color: var(--Gray-Font-Store, #919199);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.itemSubFilter {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    cursor: pointer;
    height: auto;
    padding: 10px 8px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
}

.itemSubFilter:hover {
    border-radius: 8px;
    background: var(--Gray-Store, #EFEFEF);
}

.rightPartCatalogFilterHeader {
    display: flex;
    flex-direction: column;
    display: flex;
    width: 339px;
    overflow: hidden;

    flex-direction: column;
    position: relative;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    border-radius: 16px;
    background: linear-gradient(180deg, #819DFF 0%, #4D67C5 100%);
}

.titleRPCFH {
    color: var(--White, #FFF);
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 16px;

}

.inRPCFH {
    width: 100%;
    padding: 24px 32px;
    box-sizing: border-box;

}

.imageFilterCatalog {
    position: absolute;
    right: -24px;
    bottom: -64px;
}

.descRPCFH {
    color: rgba(255, 255, 255, 0.62);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}



.mobileBurger,
.mobileMenuMain {
    display: none;
}

.logoArea {
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
}

.logoIcon {
    display: flex;
}

.nameOrganization {
    display: flex;
    font-family: 'Coolvetica';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.darkColor {
    color: var(--blackColor);
}

.greenColor {
    color: var(--greenColor);
}

.blockCatSell {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.catalogItem {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 2000px;
    background: var(--green-yellow, #CCF512);
    padding: 5px 4px 5px 12px;
    cursor: pointer;
    transition: 0.24s;
}

.catalogItem:hover {
    background: #cbf512b6;
}

.nameCat {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.iconBlockCat,
.iconBlockCat {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    background: var(--White, #FFF);
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Black-Store, #1B1B1B);
    font-family: Manrope;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blockSellTech {
    width: max-content;
    display: flex;
    height: 32px;
    padding: 0px 4px 0px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 200px;
    cursor: pointer;
    background: var(--Gray-Store, #EFEFEF);
}

.blockSellTech:hover {
    background: var(--Gray-Store, #efefef91);
}

.textCat {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.searchBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    /* max-width: 932px; */
    width: 100%;
    padding: 5px 4px 5px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 2000px;
    background: var(--Gray-Store, #EFEFEF);
}

.inputArea {
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchInput {
    border: none;
    color: var(--Gray-Font-Store, #919199);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    background: var(--Gray-Store, #EFEFEF);
    box-sizing: border-box;
    width: 100%;
}

.searchInput:focus {
    color: #212529;
    border-color: #bdbdbd;
    outline: 0;

}

.separatorSearch {
    width: 1px;
    height: 16px;
    background: #D2D2D2;
}

.areaBlockShowCategory {
    display: flex;
    gap: 8px;
}

.blockSelectCategory {
    display: flex;
    align-items: center;
    width: max-content;
    justify-content: center;
    margin-left: 8px;
}

.nameAreaSelect {
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
}

.iconSelectArrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.simpleTextSelect {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.blockSearchButton {
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchButton {
    display: flex;
    width: 24px;
    height: 24px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
    background: var(--White, #FFF);
}

.blockOwnCabinet {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.btnEnterLK {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}


.iconUser {
    display: flex;
    align-items: center;
    justify-content: center;
}

.simpleTextLK {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    cursor: pointer;
}

.areaIconsShop {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.itemIconsShop {
    position: relative;
    display: flex;
    transition: 0.24s;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
    background: var(--Gray-Store, #EFEFEF);
}

.itemIconsShop:hover {
    background: var(--Gray-Store, #72727291);
}

.itemIconsShop svg {
    width: 14px;
    height: 14px;
}

.counterItemsInCart,
.counterItemsInComp,
.counterItemsInFav {
    display: flex;
    width: 14px;
    height: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
    border: 2px solid var(--White, #FFF);
    background: var(--green-yellow, #CCF512);
    position: absolute;
    right: -5px;
    top: -3px;
    font-size: 6px;
    font-family: "Inter Tight";

}



@media screen and (max-width: 1810px) {

    .darkLayerHeader,
    .whiteHeaderLayer {
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1540px) {

    .itemsCategoryFilterHeader,
    .blockItemsSubFilter {
        max-width: 200px;
    }

    .rightPartCatalogFilterHeader {
        max-width: 248px;
    }

    .inRPCFH {
        width: 100%;
        padding: 24px;
        box-sizing: border-box;
    }

    .titleRPCFH {
        font-size: 18px;
    }

    .descRPCFH {
        font-size: 14px;
    }

    .imageFilterCatalog {
        position: absolute;
        right: -64px;
        bottom: -94px;
    }

    .inClockCatalogFilter {
        padding-right: 24px;
    }
}


@media screen and (max-width: 1200px) {

    body {
        padding: 0;
        margin: 0;
    }

    .itemIconsShop svg {
        width: inherit;
        height: inherit;
    }

    header {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .logoIcon svg {
        width: inherit;
        height: inherit;
    }

    .darkLayerHeader {
        display: flex;
        width: 100%;
        background: #1B1B1B;
        display: flex;
        padding: 8px 0;
        align-items: center;
        justify-content: center;
        align-self: stretch;
    }

    .inDarkLayherHeader {
        max-width: 1040px;
        width: 100%;
    }

    .inDarkLayherHeader {
        display: flex;
        max-width: 1040px;
        width: 100%;
        justify-content: space-between;
    }

    .leftPartHeader {
        display: flex;
        gap: 48px;
    }

    .blockRegion {
        display: flex;
        gap: 4px;
        align-items: center;
        justify-content: center;
    }

    .blockRegion span {
        color: var(--White, #FFF);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .menuHeader {
        display: flex;
        gap: 16px;
        align-items: center;
        justify-content: center;

    }

    .menuHeader a {
        text-decoration: none;
        color: #FFF;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .rightPartHeader {
        display: flex;
        gap: 16px;

    }

    .socialIcons {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
    }

    .mobileNumber {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .whiteHeaderLayer {
        display: flex;
        max-width: 1040px;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        height: 48px;
    }

    .logoArea {
        display: flex;
        gap: 3px;
        align-items: center;
        justify-content: center;
    }

    .logoIcon {
        display: flex;
    }

    .nameOrganization {
        display: flex;
        font-family: 'Coolvetica';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .darkColor {
        color: var(--blackColor);
    }

    .greenColor {
        color: var(--greenColor);
    }

    .blockCatSell {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
    }

    .catalogItem {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
        border-radius: 2000px;
        background: var(--green-yellow, #CCF512);
        padding: 5px 4px 5px 12px;
        cursor: pointer;
    }

    .nameCat {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .iconBlockCat,
    .iconBlockCat {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 200px;
        background: var(--White, #FFF);
        display: flex;
        width: 24px;
        height: 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: var(--Black-Store, #1B1B1B);
        font-family: Manrope;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .blockSellTech {
        display: flex;
        height: 32px;
        padding: 0px 4px 0px 12px;
        align-items: center;
        gap: 8px;
        border-radius: 200px;
        cursor: pointer;
        background: var(--Gray-Store, #EFEFEF);
    }

    .textCat {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .searchBlock {
        display: flex;
        align-items: center;
        justify-content: center;
        display: flex;
        width: 397px;

        max-width: 932px;
        padding: 5px 4px 5px 16px;
        justify-content: space-between;
        align-items: center;
        border-radius: 2000px;
        background: var(--Gray-Store, #EFEFEF);
    }

    .inputArea {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .searchInput {
        border: none;
        color: var(--Gray-Font-Store, #919199);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        background: var(--Gray-Store, #EFEFEF);
        box-sizing: border-box;
        width: 100%;
    }

    .searchInput:focus {
        color: #212529;
        border-color: #bdbdbd;
        outline: 0;

    }

    .separatorSearch {
        width: 1px;
        height: 16px;
        background: #D2D2D2;
    }

    .areaBlockShowCategory {
        display: flex;
        gap: 8px;
    }

    .blockSelectCategory {
        display: flex;
        align-items: center;
        width: max-content;
        justify-content: center;
        margin-left: 8px;
        cursor: pointer;
    }

    .nameAreaSelect {
        display: flex;
        align-self: center;
        justify-content: center;
        align-items: center;
    }

    .iconSelectArrow {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .simpleTextSelect {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .blockSearchButton {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .searchButton {
        display: flex;
        width: 24px;
        height: 24px;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 200px;
        background: var(--White, #FFF);
    }

    .blockOwnCabinet {
        display: flex;
        gap: 16px;
    }

    .btnEnterLK {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }

    .iconUser {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .simpleTextLK {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .areaIconsShop {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .itemIconsShop {
        position: relative;
        display: flex;

        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 200px;
        background: var(--Gray-Store, #EFEFEF);
    }

    .counterItemsInCart,
    .counterItemsInComp,
    .counterItemsInFav {
        display: flex;
        width: 14px;
        height: 14px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 200px;
        border: 2px solid var(--White, #FFF);
        background: var(--green-yellow, #CCF512);
        position: absolute;
        right: -5px;
        top: -3px;
        font-size: 6px;
        font-family: "Inter Tight";

    }
}

@media screen and (max-width: 970px) {
    header {

        z-index: 88888;

    }

    .darkLayerHeader {
        display: none;
    }

    .blockCatSell {
        display: none;
    }

    .searchBlock {
        display: none;
    }

    .btnEnterLK {
        display: none;
    }

    .btnEnterLK {
        display: none;
    }

    .mobileBurger {
        display: flex;
        align-items: center;
        justify-content: center;
        display: flex;
        width: auto;
        padding: 12.5px;

        border-radius: 250px;
        background: var(--Black-Store, #1B1B1B);
        justify-content: center;
        align-items: center;
        gap: 12.5px;
        flex-shrink: 0;
        cursor: pointer;
        color: #FFF;
        font-family: Coolvetica;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobileMenuMain {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;

        background: white;
        z-index: 99999;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
        transform: translate3d(0, -100%, 0);
        opacity: 0;
        will-change: transform, opacity;
        pointer-events: none;

    }

    .mobileMenuMain.showMobMenu {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        pointer-events: auto;
    }

    .closeBtnMobileMenu {
        cursor: pointer;
        transition: 0.24s;
    }

    .closeBtnMobileMenu:hover {
        transform: rotate(180deg);
    }

    .inMobileMenu {
        padding: 24px 16px;
        box-sizing: border-box;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        grid-area: 12px;
    }

    .topAreaBlockMobileMenu {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .logoMobileMenuArea {
        display: flex;
        justify-content: space-between;
        gap: 24px;
        align-items: center;
    }

    .logoMiracle {
        display: flex;

        align-items: center;
    }

    .logoSvgMobile {
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .logoSvgMobile svg {
        width: 32px;
    }

    .textLogoMiracle {
        color: #1B1B1B;
        font-family: Coolvetica;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .textLogoMiracle {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .greenColor {
        color: #CCF512;
    }

    .boxSearchAndMenu {
        display: flex;
        flex-direction: column;
        gap: 33px;
        width: 100%;
    }

    .searchArea {
        display: flex;
        width: 100%;

    }

    .searchMenuMobile {
        justify-content: space-between;
        display: flex;
        align-items: center;
        border-radius: 200px;
        background: var(--Gray-Store, #EFEFEF);
        display: flex;
        height: 48px;
        padding: 0px 4px 0px 16px;

        align-items: center;
        align-self: stretch;
        width: 100%;
        gap: 8px;
        box-sizing: border-box;
    }

    .blockInputMobile {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 100%;
    }

    .blockInputMobile input {
        border: none;
        color: var(--Gray-Font-Store, #919199);
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        background: none;
        width: 100%;
        height: 100%;
        line-height: normal;
    }

    .blockInputMobile input:focus-visible {
        outline: none;
    }

    .iconSearchMobile {
        cursor: pointer;
        display: flex;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 333.333px;
        background: var(--White, #FFF);
        border-radius: 266px;
        justify-content: center;

    }

    .iconSearchMobile:hover {
        background: #dbdbdb;
    }

    .mobileMenuItems {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .itemsMobileMenu {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .itemMobileMenu {
        padding: 9px 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        cursor: pointer;
        transition: 0.24s;
    }

    .itemMobileMenu:hover .nameMobileMenu {
        color: #CCF512;
    }


    .itemMobileMenu:hover .btnMoreMenuMobile {
        background: #e6e6e6;
    }

    .btnMoreMenuMobile {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 311.111px;

    }

    .nameMobileMenu {
        display: flex;
        align-items: center;

        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .bottomBlockRegInfo {
        display: flex;
        width: 100%;
        padding: 8px 8px 10px 8px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        box-sizing: border-box;
        border-radius: 16px;
        background: var(--Gray-Store, #EFEFEF);
    }

    .bottomBlockRegInfo a {
        width: 100%;
    }

    .btnToCabinet {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 24px;
        border-radius: 14px;
        cursor: pointer;

        background: var(--White, #FFF);
    }

    .btnToCabinet:hover {
        background: #CCF512;
    }

    .unionBlockIconUserText {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 8px;
        padding: 10px 8px;
        box-sizing: border-box;
    }

    .iconUser {
        display: flex;
        align-items: center;
        justify-content: center;
        display: flex;
        width: 28px;
        height: 28px;
        padding: 11.667px 10px;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }

    .textEnterLogin {
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .iconMoreLogin {
        display: flex;
        width: 28px;
        height: 28px;
        box-sizing: border-box;
        padding: 11.667px;
        justify-content: center;
        align-items: center;
        gap: 11.667px;
        aspect-ratio: 1/1;
    }

    .blockConnectUs {
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 24px;
        align-items: end;
    }

    .boxNumberMobile {
        display: flex;
        gap: 19px;
        flex-direction: column;
    }

    .descContactUs {
        color: var(--Gray-Font-Store, #919199);

        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .mobileNUmberConnectUs a {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .iconsMobileMenu {
        display: flex;
        gap: 8px;
        align-items: center;

    }

    .iconMobileMenu {
        display: flex;
        width: 32px;
        height: 32px;

        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        gap: 13.333px;
        aspect-ratio: 1/1;
        border-radius: 6px;
        background: var(--White, #FFF);
    }

    .iconMobileMenu svg {
        width: 18px;
    }

    /* .showMobMenu {
        display: flex;
    } */

















    .containBurger {
        display: flex;
        gap: 8px;
        position: relative;
    }

    .darkLayerHeader,
    .whiteHeaderLayer {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
    }

    .logoArea {
        display: flex;
        gap: 3px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}