@media (max-width: 1459.99px){
    .container{
        max-width: 95%;
    }
}
@media (max-width: 1279.99px){
    .categoryСard{
        width: calc(100% / 3 - 15px);
    }
    .promoCard{
        width: calc(100% / 3 - 6px);
    }
    .productCard{
        width: calc(100% / 3);
    }
}
@media (max-width: 1149.99px){
    footer .navs{
        flex-wrap: wrap;
        gap: 16px;
    }
    .notFound{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        text-align: center;
        justify-content: center;
        gap: 22px;
    }
    .hiddenElements{
        display: block;
    }
    .menuList a:nth-last-child(2),
    .menuList a:nth-last-child(3){
        display: none;
    }
    .productWrapper{
        flex-wrap: wrap;
    }
    .productImages{
        width: 100%;
    }
    .mobileTitle{
        display: block;
        width: 100%;
    }
    .productInfo .title{
        display: none;
    }
    .productImages{
        justify-content: center;
        max-width: 100%;
    }
    header .searcher{
        max-width: 220px;
    }
    .logoTextWrapper p{
        max-width: 170px;
    }
    .logotypeWrapper::before{
        left: 46%;
    }
    .phoneAndItems.flex{
        gap: 20px;
    }
    .logoSearchWrapper.flex{
        gap: 10px;
    }
    .shopNavigation{
        gap: 16px;
    }
}
@media (max-width: 957.99px){
    header .phoneBlock{
        display: none;
    }
    .heroSection .preferences{
        gap: 30px;
    }
}
@media (max-width: 909.99px){
    .categoryСard{
        width: calc(100% / 2 - 15px);
    }
    .promoCard{
        width: calc(100% / 2 - 6px);
    }
    .productCard{
        width: calc(100% / 2);
    }
    .ajaxForm{
        display: flex;
        opacity: 1;
    }
}
@media (max-width: 763.99px){
    .shopNavigation span{
        display: none;
    }
}
@media (max-width: 739.99px){
    .chooseFlowers .flex{
        flex-wrap: wrap;
        text-align: center;
    }
    .chooseFlowers .flex div{
        width: 100%;
        margin: 0 auto;
    }
    .categoryСard img{
        height: 230px;
    }
    .promoCard a h3{
        max-width: unset;
        padding-bottom: 16px;
        font-weight: bold;
    }
    .promoCard .content p{
        display: -webkit-box;
    }
    .heroSection{
        padding: 330px 0 100px;
    }
}
@media (max-width: 665.99px){
    .mobileShop{
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 65px;
        background: #fff;
        z-index: 2;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    }
    .mobileShop .container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    .mobileShop .container a{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        width: calc(100% / 4);
    }
    .mobileShop .container a.__active span,
    .mobileShop .container a.__active i{
        color: #F974A3;
    }
    .heroSection{
        padding: 0;
        height: 75vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .searcher,
    .shopNavigation,
    .heroSection .preferences,
    .logoTextWrapper{
        display: none;
    }
    .mobileBlock{
        display: flex;
        gap: 16px;
    }
    .mobileBlock i{
        font-size: 24px;
    }
    .topHeader.flex{
        align-items: center;
    }
    .logotypeWrapper::before{
        display: none;
    }
    .logoSearchWrapper.flex{
        gap: 40px;
    }
    .productImages{
        flex-direction: column-reverse;
    }
    .productImages .productGallery{
        flex-direction: row;
    }
    .productImages .productGallery img{
        width: calc(100% / 5);
        height: auto;
    }
    .productImages img{
        max-width: 100%;
    }
    .quantityControls{
        display: none;
    }
    .addButton{
        width: 100%;
    }
    .menuToggle{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 25px;
    }
    .menuToggle span{
        display: block;
        width: 100%;
        border-radius: 2px;
        height: 4px;
        background: #4C4A49;
    }
    .menuToggle span:nth-child(2){
        width: 75%;
    }
    .menuToggle span:nth-child(3){
        width: 50%;
    }
    .heroSection img,
    .navigation{
        display: none;
    }
    section:not(.heroSection):not(.navigation):not(.breadcrumbs):not(.singleProduct){
        padding: 30px 0 15px;
    }
    .topHeader.flex{
        padding: 20px 0 20px;
    }
}
@media (max-width: 419.99px){
    .categoryСard h3 a,
    .mobileShop .container a span, .mobileShop .container a i{
        font-size: 14px;
    }
    .mobileBlock i{
        font-size: 18px;
    }
    .menuToggle span{
        height: 2px;
    }
    footer .phoneBlock{
        flex-wrap: wrap;
    }
    .productCard{
        gap: 0;
    }
    .productInfo{
        padding: 8px;
    }
    .productСategories{
        gap: 10px;
    }
    .promoCard{
        width: 100%;
    }
    .categoryСard h3{
        left: 5px;
        bottom: 5px;
    }
    .categoryСard h3 a{
        padding: 8px;
    }
    .categoryСard {
        width: calc(100% / 2 - 5px);
    }
    .categoryСard h3 a{
        font-size: 14px;
    }
    .promoCard a h3{
        padding-bottom: 0;
    }
    .promoCard .content p{
        display: none;
    }
}
