
:root
    {
    --mm-width: 50px;
    }

#tm .tm_phone
    {
    display: none;
    }


.cart.tm_1 img
    {
    filter: brightness(0%) invert(100%);
    }



.serv_table td:first-child
    {
    display: none;
    }

/* Mobile cart icon */
.mobile_cart
    {
    display: none;
    position: absolute;
    top: 16px;
    right: 16px;
    font-weight: bold;
    }
    .mobile_cart img
        {
        height: 23px;
        }
    .mobile_cart a
        {
        display: block;
        }
    .mobile_cart .cart_num 
        {
        top: 6px;
        font-size: 12px;
        }




/* Mobile button */
.mm_button
    {
    position: absolute;
    top: 14px;
    right: 10px;
    display: none;
    width: var(--mm-width);
    padding: 5px 10px;
    cursor: pointer;
    }
    .mm_button span 
        {
        background: #fff;
        display: block;
        width: 100%;
        margin: 4px 0;
        transition: all .5s;
        border-radius: 1px;
        height: 2px;
        }


    
    .mm_button.active span:nth-child(1) { transform: translate(0,6px) rotate(45deg);   }
    .mm_button.active span:nth-child(2) { opacity: 0; }
    .mm_button.active span:nth-child(3) { transform: translate(0,-6px) rotate(135deg); }


    
.prod-col-1 .mobile_gallery
    {
    display: none;
    }


.desktop_hidden 
    {
    display: none !important;
    }
.mobile_hidden 
    {
    display: block !important;
    }


/* ============================================================================ */
/* Меньше 1200px                          ===================================== */
/* ============================================================================ */
@media (max-width: 1200px) {

:root
    {
    --container-width: 100%;
    }
.semilar_goods
    {
    width: 100%;
    margin: 0;
    padding-bottom: 14px;
    }
    .semilar_goods h2
        {
        font-size: 20px !important;
        }
        
.index_filters
    {
    margin-top: 10px;
    width: var(--container-width);
    }

#lang_bar
    {
    position: absolute;
    right: 80px;
    padding: 3px 10px;
    font-size: 18px;
    }
    #lang_bar div
        {
        margin: 0 10px;
        }
        

#tm .cart_num
    {
    color: #515151;
    top: 35%;
    }
    #tm .cart_li .mm_cart_link
        {
        background: url("/img/cart_blue.png") center center no-repeat;
        background-size: 100% auto;
        margin: 0 auto;
        display: block;
        width: 30px;
        height: 37px;
        cursor: pointer;
        z-index: 9000;
        }


#main .index_filters
    {
    display: none;
    }
#tm .index_filters
    {
    display: block;
    border-radius: 10px;
    margin-bottom: 0;
    }
    #tm .index_filters .prop_name
        {
        padding: 5px;
        }
    #tm .index_filters .prop_name.active
        {
        padding: 5px 15px 5px 5px;        
        }


#inner-wrap #main #content > .round_block .product_list
    {
    padding: 0 5px;
    }

.round_block
    {
    background: #fff;
    }
.index .round_block
    {
    background: #eaedf2;
    }


.page_2760 .round_block
    {
    background: #fff;
    }

.desktop_hidden 
    {
    display: block !important;
    }
.mobile_hidden 
    {
    display: none !important;
    }


#tm ul li
    {
    display: flex !important;
    }


:root
    {
    --container-width: 100%;
    --header-height: 60px;
    }


#wrap
    {
    width: 100%;
    }

.mm_button
    {
    display: block;
    }
    .secondary .filter_menu_handler
        {
        display: none;
        }

/* Header */
#header
    {
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
    }
    .index #header
        {
        margin-bottom: 5px;
        }

    
    #header .header_inner_wrap
        {
        margin-top: 0;
        }
    #header #slogan
        {
        top: 15px;
        left: 10px;
        }
    #header #phone
        {
        display: none;
        }

    #header #slogan
        {
        left: 10px;
        top: 10px;
        height: 40px;
        width: 115px;
        text-align: center;
        background-position: center center;
        }
        #header #slogan a
            {
            height: 100%;
            display: block;
            }




.row
    {
    margin-left: 0;
    margin-right: 0;
    }


.aura_video_block
    {
    }
    .aura_video_block .video,
    .aura_video_block .video iframe
       {
       height: 200px !important;
       }
    .aura_video_block .text
        {
        padding-top: 20px;
        height: auto;
        }
        .aura_video_block .text div:empty
            {
            display: none;
            }


/* Css dropdown menus */
/* Top menu */
#tm
    {
    max-height: 0;
    position: absolute;
    top: var(--header-height);
    display: block;
    transition: all 0.5s ease;
    overflow: hidden;
    padding: 0 15px;
    z-index: 9999;
    width: 100%;
    background: #fff;
    right: 0;
    }

    #tm.active
        {
        max-height: 700px;
        padding: 0 15px 5px 15px;
        box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.42);
        }
    #tm ul
        {
        display: block;
        margin: 20px 0;
        }
        #tm ul li
            {
            width: 100%;
            padding: 0;
            margin: 0;
            }
        #tm ul li,
        #tm ul li a
            {
            font-size: 16px;
            color: var(--main-font-color);
            }
        #tm ul li a
            {
            display: block;
            padding: 5px 0;
            }

        
        #tm ul li.cart
            {
            width: 60px;
            margin: 0 auto;
            }
            #tm ul li.cart img
                {
                filter: invert(100%);
                }


    #tm .tm_phone
        {
        display: block;
        padding-top: 10px;
        }
        #tm .tm_phone table,
        #tm .tm_phone table tbody,
        #tm .tm_phone table tr,
        #tm .tm_phone table td
            {
            display: block;
            width: 100%;
            font-size: 22px;
            }
            #tm .tm_phone table td a
                {
                color: var(--main-font-color) !important;
                }




.secondary #main #content
    {
    padding: 0 10px 10px 10px;
    margin-top: 10px;
    }
    .secondary #main #content img
        {
        max-width: 100%;
        height: auto !important;
        }
    .page_1678 #main #content table,
    .page_1678 #main #content table td
        {
        width: 100% !important;
        display: block;
        }

.serv_table td:nth-child(2)
    {
    width: 40px;
    }



/* Product page */
.prod-col-1
    {
    padding-right: 0;
    }
.tab-content img
    {
    width: 100% !important;
    height: auto !important;
    }
.tab-content iframe
    {
    width: 100% !important;
    height: 500px !important;
    }
.serie_sale
    {
    z-index: 9000;
    }

/* Корзина */
.inc_dec_div
    {
    margin-left: 20px;
    }
    .inc_dec_div .inc,
    .inc_dec_div .dec
        {
        display: inline-block;
        margin: 0 5px;
        padding: 3px;width: 25px;
        border: 5px #fff solid;
        box-sizing: border-box;
        }

.discount_cart_text
    {
    margin-top: 20px;
    }

.cart_buttons
    {
    text-align: center;
    }
    .cart_buttons .roz_btn
        {
        width: 90%;
        float: none;
        margin: 10px;
        }



/* Оформление заказа */
.change_order
    {
    margin: 10px;
    }


.order_table
    {
    margin: 0;
    }
    table.order_table,
    .order_table tbody,
    .order_table tr,
    .order_table td
        {
        width: 100% !important;
        display: block;
        text-align: left !important;
        box-sizing: border-box;
        }  


.order_table .radio_wrap 
    {
    margin: 0;
    }
    .radio_wrap .delivery_wrap 
        {
        width: 100%;
        }
    .delivery_addr_wrap
        {
        margin-left: 0;
        margin: 15px 0;
        }
    .order_table .delivery_addr_wrap .wrap_item:first-child
        {
        margin-left: 0;
        }
    .order_table .delivery_addr_wrap .wrap_item
        {
        display: flex;
        padding: 7px 0;
        }
        .order_table .delivery_addr_wrap .wrap_item label
            {
            order: 1;
            position: relative;
            width: 70px;
            text-align: right;
            margin-right: 5px;
            font-size: 14px;
            }
        .order_table .delivery_addr_wrap .wrap_item input
            {
            order: 2;
            width: 190px;
            }

    .payparts_subwrap
        {
        margin: 15px 0;
        padding-top: 70px;
        }
    .payparts_limit iframe
        {
        margin: 0 -25px;
        }
        


    .payparts_calc
        {
        }


.order_table td.button_td
    {
    text-align: center !important;
    }

.button_td .roz_btn
    {
    display: inline-block;
    margin: 10px;
    width: 90%;
    }



#crumbreads
    {
    font-size: 14px;
    padding: 5px 10px;
    }


#footer #copyright
    {
    width: 100%;
    text-align: center;
    }

}






/* ============================================================================ */
/* Меньше 1000px                          ===================================== */
/* ============================================================================ */
@media (max-width: 1000px) {



body,
#wrap
    {
    background-color: none;
    }

body.index,
body.index #wrap,
body.index .round_block
    {
    background-color: #f2f3f5
    }



    .product_list .item.link
        {
        display: block;
        }
        .product_list .item.link .prod_imgs, 
        .product_list .item.link .item_desc
            {
            width: 100%;
            display: block;
            hyphens: manual;
            } 

        .product_list .item.link .prod_imgs
            {
            width: 100%;
            max-width: 270px;
            margin: 0 auto;
            }

}



/* ============================================================================ */
/* Меньше 768px                          ===================================== */
/* ============================================================================ */
@media (max-width: 768px) {

:root
    {
    --header-height: 60px;
    }


html,
body
    {
    overflow-x: hidden;
    }


#header
    {
    padding: 0;
    }
    #header #slogan
        {
        top: 8px;
        }



.page_1678 #content .round_block,
.page_1680 #content .round_block,
.page_1679 #content .round_block
    {
    background: #fff;
    }


.index_group_block .block_title 
    {
    }

.h1_like_idb, 
.index_group_block .block_title h2 
    {
    font-size: 24px;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
    }
.prod_tabs h2
    {
    font-size: 20px;
    }

    /* Product page */
    .prod-col-1 .desktop_gallery
        {
        display: none;
        }
    .prod-col-1
        {
        width: 100%;
        }

    .prod-col-1 .mobile_gallery
        {
        display: block;
        }
        .prod-col-1 .mobile_gallery .swiper-pagination
            {
            bottom: 0;
            }
            .prod-col-1 .mobile_gallery .swiper-slide
                {
                text-align: center;
                background: #fff;
                /* Center slide text vertically */
                display: flex;
                justify-content: center;
                align-items: center;
                }
            .prod-col-1 .mobile_gallery .swiper-slide img
                {
                width: 100%;
                }

    .prod-col-2
        {
        width: 100%;
        margin: 0;
        }
        .prod-col-2 .prod_content
            {
            padding: 5px;
            }


    .models_table.series_page
        {
        width: 100%;
        }
        .models_table.series_page td
            {
            padding: 17px 2px;
            font-size: 12px;
            border-bottom: 4px #fff solid;
            }


    .models_table.series_page td:first-child
        {
        font-family: "Skycool Semibold";
        }


    .prod_tabs
        {
        padding: 0;
        margin: 0 -10px;
        }
    .prod_tabs .nav > li > a
        {
        font-size: 20px;
        }

.tab-content
    {
    padding: 0 20px;
    }
.tab-content iframe
    {
    height: 350px !important;
    }

:root
    {
    --footer-height: 230px;
    }

#lil-menus
    {
    display: none;
    }


#footer .footer_inner_wrap .row
    {
    display: block;
    }

    #footer #bm
        {
        top: 70px;
        }

    #footer .visa_master
        {
        top: 70px;
        left: 0;
        }

    #footer .bm_contacts,
    #footer .bm_addr_wrap
        {
        text-align: left;
        }

    #footer .visa_master,
    #footer #bm,
    #footer .bm_contacts,
    #footer .bm_addr_wrap
        {
        margin-left: 0px;
        margin-bottom: 30px;
        }


    #footer #bm,
    #footer .bm_contacts h3,
    #footer .bm_addr_wrap h3,
    #footer .bm_phones,
    #footer .bm_info_mail,
    #footer .bm_work_hours,
    #footer .bm_addr
        {
        padding-left: 25px;
        margin-left: 15px;
        }

    #footer .bm_addr_wrap h3
        {
        display: none;
        }
    #footer #copyright
        {
        padding: 10px 0;
        }



}


/* ============================================================================ */
/* Меньше 500px                          ===================================== */
/* ============================================================================ */
@media (max-width: 500px) {

    #header #slogan h2
        {
        font-size: 24px;
        line-height: 50px;
        text-align: left !important;
        margin-left: 35px;
        }

.h1_like_idb
    {
    font-size: 24px;
    padding-left: 10px;
    margin-top: 15px;
    }


.aura_video_block .text
    {
    font-size: 8px;
    line-height: 10px;
    padding-right: 10px;
    }

    .aura_video_block .text img
        {
        width: 70px !important;
        height: auto !important;
        margin-left: 0 !important;
        margin-right: 5px !important;
        }



/* Product blocks */
.product_list
    {
    margin: 0 -12px;
    }


.product_list .item .prod_imgs
    {
    min-height: auto;
    padding-bottom: 5px;
    margin-bottom: 0;
    }

.product_list .item_wrap
    {
    margin: 4px 0;
    padding-left: 4px;
    padding-right: 4px;
    }


.row.product_list:before
    {
    display: none;
    }

/* iPhone  */
.product_list .item_wrap:first-child
    {
    margin-left: 0;
    }


.product_list > div > .item
    {
    padding: 5px;
    font-size: 10px;
    border-radius: 10px;
    }



/* Таблица с ценами на модели */
.product_list .models_table
    {
    }
    .product_list .models_table td
        {
        font-size: 8px !important;
        padding: 0;
        }
    .product_list .models_table td:first-child
        {
        display: none;
        }
    .product_list .models_table td:nth-child(2)
        {
        text-align: left !important;
        }
    .product_list .models_table td.price_td
        {
        font-size: 10px !important;
        }
    .product_list .models_table .old_price
        {
        font-size: 6px;
        padding-bottom: 0;
        line-height: 2px;
        }
    .product_list .serie_sale
        {
        top: 5px;
        font-size: 10px;
        }
    .product_list .serie_sale.green
        {
        top: 25px;
        }

    .product_list .add2cart
        {
        width: 12px;
        height: 12px;
        background-size: auto 100%;
        }

.tab-content iframe
    {
    width: 100% !important;
    height: 180px !important;
    }
.tab-content table
    {
    width: 100% !important;
    }


/* Таблица товара */
.models_table.series_page
    {
    
    }
    .models_table.series_page td.price_td
        {
        font-size: 16px;
        }


.product_list .item .main_img
    {
    width: 100%;
    }


}