header{margin-bottom: 0px;}

.disp-none{display:none;}

@media (min-width: 768px){
.catalog, .site {
    padding-top: 15px;
    border-top: 1px solid #fff;
}
}

.mobile-menu-container{
        padding-left:0px!important;
        padding-right:0px!important;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    @media (min-width: 576px){
        .mobile-menu-container{max-width: 540px;} 
    }
    @media (min-width: 768px){
        .mobile-menu-container{max-width: 720px;} 
    }
    @media (min-width: 992px){
   .mobile-menu-container{
        max-width: 960px;
        }
    .mobile-menu-catalog>.mobile-menu-container{
        padding-left:12px!important;
        padding-right:12px!important; 
    }
    
    .flowers-menu-child .mobile-menu-child{width: 651px!important;}
    .flowers-menu-child{width: 936px!important;
        height:330px;
    }
    .cataog-flower-type {
        display: grid!important;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 10px;
    }
     
    .item-menu-flower-type-text {
        position: absolute;
        top: 10px;
        left: 10px;
        color: #000;
        font-family: Jost;
        font-size: 14px;
        font-weight: 400;
    }
    .item-menu-flower-type{
        position:relative;
        border-radius:10px;
        background-color:#ffffff88;
    }
    .item-menu-flower-type:hover{
        background-color:#ffffff;
    }
    .item-menu-flower-type img {
        border-radius: 10px;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        opacity: 1;
        display: block;
        object-fit: cover;
    }
    }
   
    @media (min-width: 1200px){
        .mobile-menu-container{max-width: 1140px;} 
        .flowers-menu-child{width: 1116px!important;}
        .flowers-menu-child .mobile-menu-child{width: 831px!important;}
        .cataog-flower-type {grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));}
        .item-menu-flower-type-text {font-size: 15px;}

    }
     @media (min-width: 1400px){
        .mobile-menu-container{max-width: 1320px;} 
        .flowers-menu-child{width: 1296px!important;}
        .flowers-menu-child .mobile-menu-child{width: 1011px!important;}
        .cataog-flower-type {grid-template-columns: repeat(auto-fill, minmax(162px, 1fr));}
        .item-menu-flower-type-text {font-size: 18px;}
    }
@media (min-width: 992px){
    .mobile-menu-catalog{
        position:relative;
        z-index:100;
    }
    .about-us__title{
        margin-top:60px;
    }
    .home-category-top{
        padding: 0px 7px 0px 7px;
    }
    .search-wrapper{
        position:relative;
    }
    .search-wrapper .search__input{
        display: flex;
        background: white;
        max-width:250px;
    }
    .search-wrapper .form-control{
        border: 1px solid #E6E5E5;
        height: 45px;
    }
.mobile-menu-catalog.hovered::before {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    top: 100%;
    width: 100%;
    height: 1500px;
    z-index: -1;
}

.mobile-menu-catalog>.mobile-menu-container{
    display:flex;
    height:75px;
    justify-content: space-between;
    align-items: center;
}
.mobile-menu-container .mobile-menu-block{
    display:flex;
    align-items: center;
}
.mobile-catalog-block-top-level>.item-menu-parent-wrapper{
    height:75px;
    display:block;
    position:relative;
    padding-top:17.5px;
}

.mobile-catalog-block-top-level>.item-menu-parent-wrapper>.item-menu{
    height: 40px;
    padding: 10px 10px 10px 15px;
    gap: 5px;
    border-radius: 40px;
    cursor:pointer;
    }

.mobile-catalog-block-top-level>a.item-menu{
    height: 40px;
    padding: 10px 15px 10px 15px;
    gap: 5px;
    border-radius: 40px;
    cursor:pointer;
    }
    
.mobile-catalog-block-top-level>.item-menu-parent-wrapper> .item-menu .item-menu-text,.mobile-catalog-block-top-level> a.item-menu{
    font-family: Jost;
    font-size: 14px;
    text-transform:uppercase;
    font-weight: 500;
    letter-spacing: 0.05em;
    color:#000;
    } 
    
.mobile-menu-block>.item-menu-parent-wrapper:hover>.item-menu,
.mobile-menu-block>a.item-menu:hover,
.mobile-catalog-block-top-level>a.item-menu:hover,
.mobile-catalog-block-top-level>.item-menu-parent-wrapper>.item-menu:hover{background-color:#F8F7F7;}

.mobile-menu-block .item-menu .item-menu-caret-right{
    margin-top:-2px;
    transform: rotate(90deg);
}

.mobile-catalog-block-top-level>.item-menu-parent-wrapper:hover>.mobile-menu-child{
    display:block!important;    
}

.item-menu-parent-wrapper .mobile-menu-child{
    position: absolute;
    margin-top:17.5px;
    min-width:270px;
    width:max-content;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.75); /* Белый фон с 50% прозрачностью */
    backdrop-filter: blur(10px); /* Эффект размытия фона за элементом */
    -webkit-backdrop-filter: blur(10px); /* Для поддержки в Safari */
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 10px 15px 0px #0000000F,0px 30px 90px 0px #0000001A;
}
.flowers-menu-child .item-menu-parent-wrapper .mobile-menu-child{ 
    background-color: transparent; /* Белый фон с 50% прозрачностью */
    backdrop-filter: none; /* Эффект размытия фона за элементом */
    -webkit-backdrop-filter: none; /* Для поддержки в Safari */
}


.item-menu-parent-wrapper .mobile-menu-child a.item-menu{
    color:#000;
    background:transparent;
    height: 40px;
    padding: 6px 15px 5px 15px;
    gap: 20px;
    border-radius: 5px;
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    min-width: 250px;
}

.item-menu-parent-wrapper .mobile-menu-child a.item-menu:hover{
    color:#819865;
    background:#FFFFFF88;
}

.mobile-menu-child .mobile-menu-container{
        display:flex;
        flex-direction: column;
        height:auto;
        flex-wrap: wrap;
        align-content: flex-start;
     }
.flowers-menu-child .mobile-menu-child .mobile-menu-container{height:300px;}
.flowers-item-menu-parent-wrapper{
    position:unset !important;
}

.flowers-menu-child{
    padding:15px 0px!important;
}

.flowers-menu-child .item-menu{
    width:285px;
    padding:10px 20px;
    cursor:pointer;
    display:flex;
    gap:20px;
    align-items: center;
}   
.not-by-flower-type,.by-flower-type{min-height:50px;}

.flowers-menu-child .item-menu-parent-wrapper:hover>.item-menu{
    background-color:#ffffff!important;
}
.flowers-menu-child .item-menu-parent-wrapper .mobile-menu-child a.item-menu:hover{
    color:#819865;
    background:transparent;
}
.flowers-menu-child .item-menu .item-menu-text{
    color: #000;
    width:100%;
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
}
.flowers-menu-child .item-menu .item-menu-icon{
    width:20px;
    height:20px;
}
.flowers-menu-child .item-menu .item-menu-caret-right{
 transform: rotate(0deg);   
}
.flowers-menu-child .mobile-menu-child{
    margin-top:0px;
    position:absolute;
    left:285px;
    border-radius: 0px 0px 15px 0px;
    top:0px;
    height:-webkit-fill-available;
}



.pinc-color .item-menu.item-menu-text{color:#EA4879;}
.mobile-menu-child.flowers-menu-child::before{
    content:'';
    display:block;
    position:absolute;
    background-color:#f7f4f2;
    top:0px;
    width:285px;
    height:-webkit-fill-available;
    z-index:-1;
    border-radius:0px 0px 0px 15px;
}

.cataog-flower-type{
    height:auto!important;
}
.pc-none{display:none;}
}

@media (min-width: 992px) and (max-width: 1200px) {
    .mobile-catalog-block-top-level>.item-menu-parent-wrapper> .item-menu .item-menu-text, .mobile-catalog-block-top-level> a.item-menu {font-size: 12px;}
    .mobile-catalog-block-top-level>.item-menu-parent-wrapper>.item-menu {padding: 10px 5px 10px 10px;}
    .mobile-catalog-block-top-level>a.item-menu{padding: 10px 5px 10px 5px;}
}

@media (max-width: 992px){
    body {margin-top: 0px;}
    .no-scroll-2 {
    overflow: hidden;
    position: fixed;
    width: 100%;
    }
    .mobile-menu-catalog{display:none;}
    .paddingLR0{
        padding-left:0px!important;
        padding-right:0px!important;
    }
.flowers-item-menu-parent-wrapper{order:2;}
.mobile-header-catalog .cart_icons_container .indicator__area:hover{
    background:#F8F7F7;
    cursor:pointer;
}
    .mobile-header-catalog  .search__form{
        position:fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background-color:#fff;
        z-index:10500;
    }
    .mobile-header-catalog  .search__form .search__input{
        gap:20px;
        padding:17.5px 20px;
        border-bottom:1px solid #E6E5E5;
        width:100%;
    }
    .mobile-header-catalog  .search__form .search__input .form-control{
        border:none;
        padding:0px;
        font-family: Inter;
        font-size: 15px;
        font-weight: 400;
    }
    .mobile-header-catalog  .search__form .search__input .form-control::placeholder{
        font-family: Inter;
        font-size: 15px;
        color:rgba(0, 0, 0, 0.25);
    }
    .mobile-header-catalog{
        height:60px;
        padding:10px;
        display:flex;
        align-items: center;
        justify-content: space-between;
        background-color: #F8F7F788;
        border-top: 1px solid  #F8F7F788;
        border-bottom: 1px solid  #F8F7F788;
    }
    .mobile-header-catalog-open{
        border-top: 1px solid #E6E5E5;
        border-bottom: 1px solid #E6E5E5;
        background-color: #ffffff;
    }

    .indicator__area{
        height:40px;
        padding:10px;
    }
    .indicator__value {top:-9px;}
    .indicator__value strong{
        font-family: Jost;
        font-size: 10px;
        font-weight: 500;
    }
    .cart_icons_container{display:flex;}
    
    .mobile-menu-catalog .item-menu-parent-wrapper-open{
        position: fixed;
        left: 0;
        border-top: 0px solid #fff;
        top: 120px; /* Высота вашего header */
        width: 100%;
        height:100%;
        background-color: white;
        z-index:10001;
        overflow: scroll;
        padding-bottom: 120px;
    }
    
    .catalog-btn{
        background-color:#fff;
        min-width:110px;
        height: 40px;
        top: 10px;
        left: 10px;
        padding: 10px 15px;
        display:flex;
        gap: 8px;
        border-radius: 40px;
        align-items: center;
        cursor:pointer;
    }
    .catalog-btn-close{
        background-color: #F8F7F7;
    }
    
    .catalog-btn .catalog-btn-text{
        font-family: Jost;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.05em;
        text-align: left;
        }
    
    .mobile-menu-catalog {
        background-color: white;
        position: fixed;
        top: 120px; /* Высота вашего header */
        width: 100%;
        height:100%;
        z-index:10000;
        font-family: Jost;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        color:#000;
        overflow: scroll;
        padding-bottom: 60px;
    }

    .mobile-menu-block1 ul {padding-left:0px;margin-bottom: 0px;}
    
    .mobile-menu-block1 ul li{
        list-style:none;
    }
    
    .mobile-menu-block1 ul li a{
        color:#000;
        display: flex;
        height: 45px;
        align-items: center;
    }
    .mobile-menu-block1 ul li a.active-link, .mobile-menu-block1 ul li a:hover{
        color:#819865!important;
    }

    .mobile-menu-block{
        padding:15px 10px;
        border-top: 1px solid #E6E5E5;
        display: flex;
        flex-direction: column;
    }
    
    .mobile-menu-block1{
        border-top: 1px solid #FFFFFF;
    }
    
    .mobile-catalog-block{
        padding-top:10px;
    }
    
    .mobile-menu-block .item-menu{
         color:#000;
         display:flex;
         padding:10px;
         gap:20px;
         align-items: center;
         cursor:pointer;
    }
    .mobile-menu-catalog .mobile-menu-block .item-menu-active{
        background-color:#F8F7F7;    
        cursor:pointer;
        border-radius: 40px;
    }
    .mobile-menu-catalog .mobile-menu-block .item-menu-parent-close:hover{background-color:transparent;}
    .mobile-menu-catalog .mobile-menu-child  .item-menu-text.item-menu:hover{
        background-color:transparent;  
        color:#819865;    
        cursor:pointer;
    }
    .mobile-menu-block .item-menu .item-menu-text{
        color:#000;
        width:100%;
    }
    .mobile-menu-block .item-menu svg{
        width:20px;
        height:20px;
    }
    .item-menu-caret-left{
        width:16px;
        height:16px;
    }

    .item-menu-parent-close .item-menu-text{
        text-transform:uppercase;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.05em;
        text-align: left;
    }

    
    .mobile-catalog-block-top-level>.item-menu-text,
    .mobile-catalog-block-top-level>.item-menu-parent-wrapper>.item-menu>.item-menu-text{
        text-transform:uppercase;
        font-family: Jost;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.05em;
        text-align: left;
    }
    
    .mobile-catalog-block-top-level>.item-menu,
    .mobile-catalog-block-top-level>.item-menu-parent-wrapper>.item-menu{
        height:45px;
        padding:10px 10px 10px 20px!important;
        border-radius:40px;
    }
    
    .mobile-menu-catalog .item-menu-parent-close, .mobile-menu .item-menu-parent-close{
        height:45px;
        padding:10px!important;
    }
    
    .poloska{
        display:block;
        width:100%;
        height:1px;
        margin-bottom:15px;
        margin-top:30px;
        background-color:#E6E5E5;
    }
    .item-menu.text-contact{
        padding:10px 15px;
        color:#95908E;
        font-family: Inter;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
    }
    .child-flower-type{
        display:none;
        padding:15px 5px;
    }
    .cataog-flower-type{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 10px
    }
    .item-menu-flower-type{
        position:relative;
        border-radius:10px;
        background-color:#F8F7F7;
    }
    .item-menu-flower-type:hover{
        background-color:#ffffff;
    }
    .item-menu-flower-type img{
        border-radius:10px;
        width: 100%; height: auto; aspect-ratio: 1/1; opacity: 1; display:block; object-fit: cover;
    }
    .item-menu-flower-type-text{
        position:absolute;
        top:10px;
        left:15px;
        color:#000;
    }
    .pinc-color .item-menu.item-menu-text{color:#EA4879; font-size:14px;}
    
    .item-menu-mob-no-open .item-menu-caret-right,#flowers-type-item{display:none;}
    .flowers-item-menu-parent-wrapper{margin-top:20px;border-top: 1px solid #E6E5E5;margin-bottom:50px;}
    .flowers-menu-child{display:block!important;}
    .pc-none{display:contents;}
}