
@media (min-width: 768px) {

    h1
    {
        text-align: left;
        font-size: 30px;
        font-weight: 700;
        line-height: 38px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .fl-cat-b
    {
        justify-content: flex-start;
    }
    /* Hide mobile elements on desktop */
   
    .hide-desktop
    {
        display: none;
    }

    /* Show desktop categories menu */
    .container-back-c .menu-block {
        display: block;
    }

    /* Top menu styles */
    .top-menu {
        padding: 5px 0;
      
    }

    .top-menu ul {
        list-style: none;
        display: flex;
        gap: 20px;
        margin: 0;
        padding: 0;
    }

    .top-menu li {
        display: block;
    }

    .top-menu a {
        color: rgba(0, 26, 52, 0.6);
        text-decoration: none;
        font-size: 14px;
    }

    .top-menu a:hover
    {
        color: #005bff;
    }

    .top-menu a.selected {
        font-weight: bold;
    }

    /* Desktop Header Styles */
    .desktop-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        gap: 20px;
        position: relative;
    }

    #logo a
    {
        display: flex;
    }

    .desktop-header .logo-wrapper {
        flex-shrink: 0;
        max-width: 200px;
    }

    .desktop-header .logo-wrapper img {
        max-width: 100%;
        height: auto;
    }

    .desktop-header .catalog-link {
        background: #f7811b;
        color: white;
        padding: 10px 15px;
        border-radius: 4px;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        margin-left: 20px;
    }

    .desktop-header .catalog-link:hover {
        background: #e56b06;
    }

    /* .desktop-header #topSearchLine {
        flex: 1;
        max-width: 600px;
        margin: 0 20px;
    }

    .desktop-header #topSearchLine form {
        position: relative;
    }

    .desktop-header #topSearchLine input {
        width: 100%;
        padding: 12px 50px 12px 15px;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        font-size: 16px;
    }

    .desktop-header #topSearchLine button {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: #f7811b;
        color: white;
        border: none;
        padding: 0 15px;
        cursor: pointer;
        font-size: 14px;
    } */

    .desktop-header .nav-head-desktop {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-shrink: 0;
    }

    .desktop-header .nav-head-desktop a {
        color: #333;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        position: relative;
    }

    .desktop-header .nav-head {
        position: static;
        bottom: auto;
        box-shadow: none;
        justify-content: space-around;
        width: auto;
        left: auto;
        z-index: auto;
        background: transparent;
        padding: 0;
        flex-shrink: 0;
        gap: 20px;
    }

    .desktop-header .nav-head .nav-item {
        text-align: center;
    }

    .desktop-header .nav-head .label {
        display: block;
    }

    .desktop-header .nav-head .badge {
        /* Keep badges */
    }

    /* Catalog dropdown styles */
    .catalog-dropdown {
        position: absolute;
        top: 100%;
        left: -25px;
        background: white;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        min-width: 600px;
        overflow-y: auto;
        z-index: 1000;
        padding: 15px;
        height: calc(-72px + 100vh);
    }



    /* Categories menu styles for desktop */
    ul#mainMenu {
        display: flex;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 10px;
        background: #f8f9fa;
        gap: 15px;
    }

    ul#mainMenu li {
        position: relative;
    }

    ul#mainMenu li a.menuLink {
        color: #333;
        text-decoration: none;
        padding: 8px 12px;
        display: block;
        font-weight: 500;
    }

    ul#mainMenu li:hover a.menuLink {
        color: #f7811b;
    }

    ul#mainMenu .dropdown {
        right: 0;
        left: auto;
    }

    ul#mainMenu ul {
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        padding: 0;
        margin: 0;
        min-width: 200px;
        z-index: 1000;
    }

    ul#mainMenu li li {
        display: block;
        list-style: none;
    }

    ul#mainMenu li li a.menuLink {
        padding: 8px 12px;
        border-bottom: 1px solid #f0f0f0;
    }

    .container
    {
        max-width: 1472px;
        margin: 0 auto;
    }
    .base-block
    {
        border-radius: 16px;
    }
    .catalog-panel
    {
        display: grid;
       
    }

    .catalog-panel {
        display: grid;
        grid-template-columns: 256px 1fr;
    }

    .left-column
    {
        margin: 15px 15px 0 0;
       
    }

    .left-column.sticky
    {
        position: sticky;
        top: 16px;                    /* отступ от header */
        align-self: start;            /* обязательно */
        max-height: calc(100dvh - 16px);
        overflow-y: auto;
    }

    .base-block
    {
        padding: 10px;
    }

    .shop-one .price-list
    {
        font-size: 20px;
        line-height: 24px;
    }

    .shop-one .old-price-block {
        color: #99a3ae;
        padding-top: 10px;
        margin-left: 10px;
        font-weight: 700;
    }

    .button
    {
        webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 12px;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    font-size: inherit;
    font-weight: inherit;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
    padding: 16px 24px;
    background: #f1832a;
    color:white;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    }

   header.base-block
   {
    padding: 10px 25px;
   }

   .menu-line
   {
    display: flex;
    align-items: center;
    justify-content: space-between;
   }

   .list-complete .list-products
   {
    width: 600px;
   }

}

/* Desktop footer copyright and platform switch - базовые стили для всех экранов */
.footer-copyright-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footer-copyright-text {
    flex: 1;
    max-width: none;
}

.footer-copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    text-align: center;
}

.footer-platform-switch {
    flex-shrink: 0;
    display: none; /* Скрываем на всех экранах */
}

.footer-platform-switch .switch-platform {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.footer-platform-switch .switch-platform:hover {
    color: #333;
    border-color: #ccc;
    background: #f8f9fa;
}

#element_vue
{
    padding: 10px 15px;
}


.modal-body .cen-fl-img
{
    display: flex;
    justify-content: center;
    align-items: center;
}
   


@media (min-width: 768px) {

    .left-column
{
 padding: 22px 24px 36px;
}

    .footer-menu {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px;
        max-width: 1200px;
        /* margin: 0 auto; */
        padding: 10px 20px;
    }

    .footer-section-wrap {
        min-height: 300px;
    }

    .footer-mobile-view {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        transition: all 0.2s ease;
    }

    .footer-desktop-view {
        opacity: 1;
        pointer-events: auto;
        position: static;
        transition: all 0.2s ease;
    }

    /* Desktop section styles */
    .footer-desktop-view .footer-section h3 {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        margin-bottom: 20px;
        border-bottom: 2px solid #f7811b;
        padding-bottom: 10px;
    }

    .footer-desktop-view .footer-section ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-desktop-view .footer-section li {
        margin-bottom: 8px;
    }

    .footer-desktop-view .footer-section a {
        color: #666;
        text-decoration: none;
        font-size: 14px;
        line-height: 1.5;
        transition: color 0.2s ease;
    }

    .footer-desktop-view .footer-section a:hover {
        color: #f7811b;
    }

    .footer-desktop-view .footer-addresses {
        font-size: 14px;
        color: #888;
        line-height: 1.6;
    }

    .footer-desktop-view .footer-addresses p {
        margin-bottom: 8px;
    }

    /* Search Complete Styles */
    .search-complete {
        max-width: 600px;
        margin: 0px auto;
    }

    .search-complete form {
        display: flex;
        position: relative;
    }

    .search-complete input[type="text"] {
        flex: 1;
        padding: 12px 15px;
        border: 2px solid #ddd;
        border-radius: 25px;
        font-size: 16px;
        outline: none;
        transition: border-color 0.3s ease;
    }

    .search-complete input[type="text"]:focus {
        border-color: #f7811b;
    }

    .search-complete .button-send {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #f7811b;
        color: white;
        border: none;
        border-radius: 20px;
        padding: 8px 15px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .search-complete .button-send:hover {
        background: #e56b06;
    }
}

@media (max-width: 1472px) {
    .container {
        max-width: 1350px;
    }
}
