/* ========================================
   HEADER V2
======================================== */


body{
    background:#f3f5f9;
    font-family:'Inter',sans-serif;
}



/* ========================================
   HEADER
======================================== */

.header{

    padding:24px 0;

    background:transparent;

    border:none;
}



/* ========================================
   HEADER CARD
======================================== */

.header .container{

    background:#ffffff;

    border-radius:20px;

    padding:22px 28px;

    border:1px solid #edf1f7;

    box-shadow:
        0 8px 30px rgba(15,23,42,.05);
}



/* ========================================
   LOGO
======================================== */

#logo{

    display:flex;

    align-items:center;

    height:100%;
}


#logo img{

    max-width:125px;

    height:auto;

    display:block;

    transition:.3s;
}


#logo img:hover{

    transform:scale(1.03);
}



/* ========================================
   HEADER BLOCKS
======================================== */

.header-address,
.header-open,
.header-phone,
.header-mail{

    height:100%;

    display:flex;

    flex-direction:column;

    justify-content:center;
}



/* ========================================
   HEADER LABELS
======================================== */

.header-address p,
.header-open p,
.header-phone p,
.header-mail p{

    margin:0 0 6px;

    font-size:13px;

    font-weight:500;

    color:#7b8794;

    line-height:1.4;
}



/* ========================================
   HEADER TEXT
======================================== */

.header-address span,
.header-open span,
.header-phone a,
.header-mail a{

    font-size:15px;

    font-weight:500;

    line-height:1.5;

    color:#111827;

    text-decoration:none;

    transition:.2s;
}


.header-phone a:hover,
.header-mail a:hover{

    color:#0057c8;
}



/* ========================================
   PHONE
======================================== */

.header-phone{

    margin-bottom:10px;
}



/* ========================================
   EMAIL ICON
======================================== */

.header-mail i{

    color:#0057c8;

    margin-right:8px;
}



/* ========================================
   CART
======================================== */

#menu-cart{

    display:flex;

    align-items:center;

    justify-content:center;

    height:100%;
}



/* ========================================
   CART BUTTON
======================================== */

#cart > .btn{

    background:#f3f6fb;

    border:none;

    border-radius:12px;

    min-height:46px;

    padding:10px 16px;

    color:#111827;

    font-weight:600;

    transition:.2s;
}


#cart > .btn:hover{

    background:#e8eef9;
}



/* ========================================
   NAVBAR
======================================== */

.menu{

    margin-top:20px;

    background:linear-gradient(
        90deg,
        #0047a3,
        #005ed8
    );

    border:none;

    border-radius:18px;

    overflow:visible;

    box-shadow:
        0 8px 20px rgba(0,87,200,.12);
}



/* ========================================
   NAVBAR RESET
======================================== */

.navbar{

    min-height:auto;

    margin-bottom:0;
}



/* ========================================
   MENU LINKS
======================================== */

.menu .nav-link{

    color:#ffffff !important;

    font-size:15px;

    font-weight:400;

    padding:20px 16px !important;

    transition:.2s;
}


.menu .nav-link:hover{

    opacity:.85;
}



/* ========================================
   DROPDOWN
======================================== */

.dropdown-menu{

    border:none;

    border-radius:16px;

    padding:14px 0;

    box-shadow:
        0 15px 40px rgba(15,23,42,.12);
}


.dropdown-menu a{

    display:block;

    padding:10px 18px;

    color:#111827;

    text-decoration:none;

    transition:.2s;
}


.dropdown-menu a:hover{

    background:#f5f7fb;

    color:#0057c8;
}



/* ========================================
   SEARCH
======================================== */

.menu-search{

    max-width:300px;

    margin-left:auto;
}


.menu-search input{

    height:46px;

    border:none;

    box-shadow:none;

    border-radius:12px 0 0 12px;

    padding-left:18px;

    font-size:14px;
}


.menu-search input:focus{

    box-shadow:none;
}


.menu-search .form-control{

    width:100%;
}


.menu-search button{

    width:56px;

    border:none;

    background:#ff6a3c;

    color:#fff;

    border-radius:0 12px 12px 0;

    transition:.2s;
}


.menu-search button:hover{

    background:#ff5a28;
}



/* ========================================
   HEADER ROW
======================================== */

.header .row{

    display:flex;

    align-items:center;
}



/* ========================================
   RESPONSIVE
======================================== */

@media(max-width:1200px){

    .header .container{

        padding:22px;
    }

    .header-address span,
    .header-open span,
    .header-phone a,
    .header-mail a{

        font-size:14px;
    }
}



@media(max-width:991px){

    .header .row{

        display:block;
    }

    #logo{

        justify-content:center;

        margin-bottom:24px;
    }

    .header-address,
    .header-open,
    .header-phone,
    .header-mail{

        margin-bottom:18px;

        text-align:center;
    }

    #menu-cart{

        margin-bottom:20px;
    }

    .menu{

        border-radius:16px;
    }

    .menu-search{

        max-width:100%;

        margin-top:20px;
    }
}



@media(max-width:768px){

    .header{

        padding:16px 0;
    }

    .header .container{

        border-radius:16px;

        padding:18px;
    }

    #logo img{

        max-width:110px;
    }

    .menu .nav-link{

        padding:14px 16px !important;
    }
}
/* FIX CART BACKGROUND */

#cart{

    background:transparent !important;

    box-shadow:none !important;

    border:none !important;
}


#cart > .btn{

    background:transparent !important;

    box-shadow:none !important;

    border:none !important;
}


#cart.open > .btn{

    background:transparent !important;
}
/* ========================================
   SLIDER ROUND
======================================== */

.swiper-viewport{

    border-radius:24px !important;

    overflow:hidden;

    border:1px solid #edf1f7;

    box-shadow:
        0 8px 30px rgba(15,23,42,.06);
}



/* Картинки */

.swiper-slide img{

    border-radius:24px;

    display:block;
}

```css id="0iv4s5"
@media(max-width:768px){

    /* HEADER */

    .header{

        padding:14px 0;
    }

    .header .container{

        padding:22px 18px;

        border-radius:22px;

        position:relative;
    }

    /* ROW */

    .header .row{

        display:flex !important;

        flex-direction:column;

        align-items:center;

        justify-content:center;

        gap:0;
    }

    /* HIDE DESKTOP INFO */

    .header-address,
    .header-open,
    .header-phone,
    .header-mail{

        display:none !important;
    }

    /* LOGO */

    .mobile-logo-wrap{

        width:100%;

        display:flex;

        justify-content:center;
    }

    #logo{

        margin:0;

        animation:logoPulse 8s ease-in-out infinite;
    }

    #logo img{

        max-width:105px !important;

        display:block;
    }

    /* CART */

    .mobile-cart-wrap{

        position:absolute;

        top:14px;

        right:14px;

        width:auto !important;
    }

    #cart{

        display:block !important;
    }

    #cart > .btn{

        width:46px !important;

        height:46px !important;

        min-width:46px !important;

        border-radius:14px;

        background:#ffffff !important;

        border:1px solid #e8edf5 !important;

        display:flex;

        align-items:center;

        justify-content:center;

        box-shadow:
            0 4px 12px rgba(0,0,0,.08);
    }

    #cart .btn span,
    #cart-total{

        display:none !important;
    }

    #cart .btn i{

        color:#ff6b3d;

        font-size:18px;
    }
}

@media(max-width:768px){

    .header .container{

        display:flex;
        flex-direction:column;

        align-items:center;

        padding:20px 16px;

        border-radius:22px;
    }

    .header .row{

        width:100%;

        display:flex !important;
        flex-direction:column;

        align-items:center;
    }

    .mobile-logo-wrap{

        width:100%;

        display:flex;
        justify-content:center;

        margin-bottom:14px;
    }

    #logo{

        display:flex;
        justify-content:center;
        align-items:center;

        width:100%;
    }

    #logo img{

        max-width:110px !important;

        height:auto;

        animation:logoPulse 8s ease-in-out infinite;
    }

    .header-address,
    .header-open,
    .header-phone,
    .header-mail{

        display:none !important;
    }

    #menu-cart{

        position:absolute;

        top:14px;
        right:14px;

        z-index:999;
    }
}
