.mm_button,
.mobile_only
    {
    display: none;
    }

.slider-click-box
    {
    cursor: pointer;
    }

/* ============================================================================ */
/* 1200px                    ================================================== */
/* ============================================================================ */
@media (max-width: 1200px) {

.cart_items_list .img
    {
    float: none;
    margin: 0 0 10px 0;
    }


:root
    {
    --container-width: 100%;
    --header-height: 65px;
    --mm-width: 23px;

    --font-verdana: Verdana, sans-serif;
    --font-tahoma: Tahoma, sans-serif;
    --font-arial: Arial, sans-serif;
    }


/* Скрыть блок Популярные кондиционеры и Дизайнерские кондиционеры на телефонах */
.title_3155,
.bid_3155,
.title_3161,
.bid_3161
    {
    display: none;
    }




.mobile_only
    {
    display: block;
    }

body
    {
    background: var(--beige-bg);
    }

body.mobile_css
    {
    width: var(--container-width);
    }

img.adaptive 
    {
    max-width: 100%;
    float: none;
    height: auto !important;
    margin: 0 0 10px 0 !important;
    }

.secondary .intro_img,
.desktop_gallery
    {
    display: none;
    }
.mobile_gallery
    {
    display: block;
    }




.mm_button
    {
    display: block;
    position: absolute;
    top: 12px;
    right: 20px;
    width: var(--mm-width);
    padding: 5px 0px;
    border-radius: 2px;
    cursor: pointer;
    }
    .mm_button span 
        {
        background: #a5a5a5;
        display: block;
        height: 2px;
        width: 100%;
        margin: 6px 0;
        transition: all .5s;
        border-radius: 2px;
        }
    .mm_button.active span:nth-child(1) { transform: translate(0,8px) rotate(45deg);   }
    .mm_button.active span:nth-child(2) { opacity: 0; }
    .mm_button.active span:nth-child(3) { transform: translate(0,-8px) rotate(135deg); }




#header
    {
    background: #fff !important;
    position: sticky;
    top: 0;
    z-index: 9999;
    padding: 0;
    }

#header .header_inner_wrap
    {
    background: #122438 !important;
    margin-top: 0;
    height: 65px;
    }
    #header #slogan
        {
        top: 7px;
        left: 15px;
        width: 105px;
        height: 45px;
        }
        #slogan a 
            {
            display: block;
            }


.secondary #crumbreads
    {
    padding: 5px 10px;
    border-top: 1px #e3e3e3 solid;
    font-size: 14px;
    background: #f5f5f5;
    margin: 0;
    }
    .secondary #crumbreads a
        {
        color: #3a3e49;
        }


/* Css dropdown menus */
/* Top menu */
#tm
    {
    max-height: 0px;
    position: absolute;
    top: 80px;
    display: block;
    transition: all 0.5s ease;
    overflow: hidden;
    padding: 0 15px;
    z-index: 9999;
    width: 100%;
    background: #fff;
    }
    #tm.active
        {
        max-height: 100vh;
        padding: 0;
        box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.42);
        padding-bottom: 230px;
        }

    #tm #tm-wrap
        {
        padding: 15px;
        }

    #tm ul
        {
        display: block;
        margin: 20px 0;
        }
        #tm ul li
            {
            width: 230px !important;
            height: 50px !important;
            }

    .mobile_css #tm ul li 
        {
        font-size: 13px;
        }
    #tm ul li a
        {
        color: #000;
        }

    #tm ul li:before
        {
        background-image: url(/img/comfort/top_menu_sprite_white.png);
        }



    #tm ul li:first-child
        {
        display: block;
        background-position: left top;
        opacity: 0;
        transition: opacity 1.5s ease;
        background-position: 10px center;
        height: auto !important;
        padding-left: 50px;
        }
        #tm ul li table.phones,
        #tm ul li table.phones tbody,
        #tm ul li table.phones tr,
        #tm ul li table.phones td
            {
            font-size: 16px;
            }
        #tm.active  ul li:first-child
            {
            opacity: 1;
            }




#tm .index_filters
    {
    display: block;
    position: relative;
    top: 0;
    margin: 0;
    padding: 5px 15px;

    border-bottom: 2px #ccc solid;
    border-radius: 0;
    background: #e3e3e3;
    }
    #tm.active .index_filters
        {
        max-height: 700px;
        }








.mm_cart 
    {
    display: block;
    position: absolute;
    top: 15px;
    right: 55px;
    width: 50px;
    height: 30px;
    background: url('/img/comfort/comfort_cart_mobile.png') center center no-repeat;
    background-size: auto 100%;
    }
    .mm_cart img
        {
        display: none;
        }
    .mm_cart .cart_num 
        {
        position: absolute;
        top: -5px;
        right: -2px;
        margin: 0;
        padding: 0;
        font-size: 12px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        background: #fec107;
        color: #000;
        text-align: center;
        border-radius: 10px;
        }




/* Filters */

.filters_wrap
    {
    display: none; /* Скрыт */
    position: relative;
    top: 10px;
    padding-bottom: 5px;
    }
    .filters_wrap.active
        {
        position: sticky;
        top: -50px;
        padding-top: 5px;
        z-index: 9998;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.5);
        border-radius: 0 0 10px 10px;
        }
        .filters_wrap.active .prop_filters
            {
            top: 27px;
            }

        .filters_wrap.active .sort_filters
            {
            margin-top: 0;
            margin-bottom: 0;
            }
            .filters_wrap.active .sort_filters .mm_filter_button
                {
                padding-top: 5px;
                padding-bottom: 5px;
                }

        
        .filters_wrap.active .selected_filters_wrap
            {
            margin-top: 0;
            margin-bottom: 0;
            }
            .filters_wrap.active .selected_filters_wrap .filters_to_del
                {
                padding-top: 0;
                padding-bottom: 0;
                }
                .filters_wrap.active .prop_name_del
                    {
                    border: 1px var(--beige-bg) solid;
                    }




.index_filters  
    {
    width: 100%;
    background: #fff;
    }
    .index_filters.active
        {
        max-height: 500px;
        }





.sort_filters
    {
    display: flex;
    justify-content: space-between;
    background: none;
    padding: 0 10px;
    }
    .sort_filters .filters
        {
        display: none;
        }

    .sort_filters .mm_filter_button
        {
        display: block;
        width: 100%;
        cursor: pointer;
        background: #fff url('/img/comfort/dropdown_bg.png') 10px center no-repeat;
        background-size: 22px 22px;
        padding: 13px 10px 13px 72px;
        font-weight: bold;
        font-size: 16px;
        border-radius: 10px;
        margin-top: -4px;
        }
    
    .sort_filters .mm_filter_button:before
        {
        display: block;
        background: #fff;
        width: calc(100% - 70px);
        position: absolute;
        left: 61px;
        padding: 0 30px;
        font-family: var(--font-arial);
        content: 'Каталог кондиционеров';
        }



.prop_filters
    {
    position: absolute;
    top: 45px;
    max-height: 0vh;
    overflow: hidden;
    transition: all 0.5s ease;
    padding: 0;
    }
    .prop_filters.active
        {
        display: block;
        max-height: 100vh;
        padding: 5px 5px 0 5px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.5);
        border-radius: 0 0 10px 10px;
        z-index: 9999;
        }
    .prop_filters .prop_name,
    .prop_filters .prop_name:hover,
    .prop_filters .prop_name.active,
    .prop_filters .prop_name.active:hover
        {
        padding: 0px 5px;
        }

    .prop_filters .prop_name,
    .prop_filters .prop_name:hover
        {
        border: 2px #fff solid;
        }
    .prop_filters .prop_name.active
        {
        border: 2px #7dacf7 solid;        
        }

.serie_sale
    {
    z-index: 1000;
    }



.selected_filters_wrap
    {
    display: block;
    }



/* Main content */
.index_group_block 
    {
    margin: 0;
    }
.index_group_block .block_title h2
    {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0;
    text-transform: none;
    }



.secondary #main #content
    {
    padding: 0;
    }
    .secondary #main #content .row
        {
        margin-left: 0;
        margin-right: 0;
        }

    .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 blocks */
.product_list
    {
    margin: 0 -5px;
    }
    .product_list > div:nth-child(odd)   { padding-right: 5px; }
    .product_list > div:nth-child(even)  { padding-left: 5px; }




        /* Index model conditioner blocks */
        .index .product_list > div.with_sale .serie_sale
            {
            background-color: #ff4747;
            color: #fff;
            border-radius: 4px;
            text-align: center;
            font-size: 11px;
            }
            .index .product_list > div.with_sale .serie_sale.green
                {
                background-color: #0bc11f;
                }



        .index .product_list .models_table td
            {
            white-space: nowrap;
            vertical-align: bottom;
            }

        .index .product_list .series_model_link
            {
            font-size: 11px;
            }

        /* Models table */
        .index .product_list .models_table
            {
            font-size: 10px;
            font-family: var(--font-tahoma);
            color: #666;
            }
        /* Model name */
        .index .product_list .models_table td:nth-child(2)
            {
            width: 70px;
            overflow: hidden;
            position: relative;
            padding-left: 0;
            font-size: 10px;
            }
        .index .product_list .models_table td:nth-child(2):after
            {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            display: block;
            width: 15px;
            background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
            }
        /* Square area */
        .index .product_list .models_table td:nth-child(3)
            {
            
            }





            .index .product_list .models_table td
                {
                padding: 0 0 0 2px;
                }
            .index .product_list .models_table .price_td.new_price,
            .index .product_list .models_table .price_td,
            .index .product_list .models_table .price_td span
                {
                color: #000 !important;
                font: bold 12px Helvetica;
                font-style: italic;
                text-align: right;
                font-weight: bold;
                }
            .index .product_list .models_table .old_price_wrap span.old_price
                {
                font-size: 8px;
                padding-bottom: 0;
                line-height: 4px;
                font-style: normal;
                font-weight: normal;
                color: #c0c0c0 !important;
                }




.product_list > div .series_model_link p
    {
    color: #666 !important;
    font-family: var(--font-tahoma);
    }
.product_list > div > .item
    {
    font-size: 11px;
    color: #666;
    font-family: var(--font-tahoma);
    padding: 0 5px 5px 5px;
    overflow: hidden;
    }
.product_list .item .prod_imgs
    {
    margin-top: 0;
    margin-left: -5px;
    margin-right: -5px;
    }



    /* Product page */
    .prod-col-1 .desktop_gallery
        {
        display: none;
        }
    .prod-col-1
        {
        width: 100%;
        }

    .prod-col-1 .mobile_gallery
        {
        display: flex;
        align-items: flex-start;
        }
        .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: 5px 2px;
            font-size: 12px;
            }
    .prod_tabs
        {
        padding: 0;
        }


.tab-content iframe
    {
    height: 350px !important;
    }



.discount_cart_text
    {
    margin-top: 20px;
    }

.cart_buttons
    {
    text-align: center;
    }
    .cart_buttons .roz_btn
        {
        width: 90%;
        float: none;
        margin: 10px;
        }




/* Footer */

#footer #bm,
#footer .visa_master
    {
    display: none;
    }

    #footer #copyright
        {
        width: 100%;
        text-align: center;
        }


}


/* ============================================================================ */
/* 768px                    ================================================== */
/* ============================================================================ */
@media (max-width: 768px) {

#tm ul
    {
    margin: 0;
    }


    #header .phones,
    #header .phones tr,
    #header .phones td
        {
        display: block;
        width: 100%;
        font-size: 14px;
        }


#lang_bar
    {
    left: 170px;
    width: 60px;
    top: 20px;
    right: auto;
    bottom: auto;
    }



/* Оформление заказа */
.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%;
    }



/* Подчеркивать фильтры брендов */ 
.index_filters .filters.id_1169
    {
    border-bottom: 1px #122438 solid;
    }



.desc_wrap
    {
    margin-bottom: 20px;
    }
.desc_wrap .text_main.mobile_hidden
    {
    display: none;
    }
.desc_wrap .more_button,
.desc_wrap .mobile_short
    {
    display: block;
    }

.desc_wrap .mobile_short p,
.desc_wrap .mobile_more  p
    {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;    
    }



#main .index_filters.prop_filters
    {
    background: #e3e3e3;
    }



.index .models_table .price_td.new_price .bonus .sale_percent
    {
    font-weight: normal;
    font-style: normal;
    color: #0bc11f !important;
    font-size: 8px;
    line-height: 4px;
    }

/* youtube on mobile */
.tab-content iframe
    {
    width: 100% !important;
    height: 205px !important;
    }


/* User-defined columns - overrides bootstrap */

.col_in_row_1_title,
.col_in_row_2_title,
.col_in_row_3_title,
.col_in_row_4_title,
.col_in_row_1,
.col_in_row_2,
.col_in_row_3,
.col_in_row_4
    {
    display: block;
    }



/* 1 col row */
.col_in_row_1 .product_list .col-xs-6
    {
    width: 100%;
    }
    .col_in_row_1 .product_list > div
        {
        padding: 0 5px !important;
        margin: 5px 0 !important;
        }
    .col_in_row_1 .product_list .item
        {
        display: grid;
        grid-template-columns: 33% 66%;
        grid-template-rows: auto;
        grid-template-areas: 
          "image text"
          "image text";
        }

    .col_in_row_1 .product_list .item .prod_imgs,
    .col_in_row_1 .product_list .item .series_model_link,
    .col_in_row_1 .product_list .item .models_table 
        {
        padding: 0;
        margin: 0;
        }

    .col_in_row_1 .product_list .item .prod_imgs
        {
        grid-area: image;
        margin-right: 10px;
        }
    .col_in_row_1 .product_list .item .series_model_link
        {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        }
    .col_in_row_1 .product_list .item .models_table 
        {
        width: 100%;
        }
    .col_in_row_1 .product_list .item .models_table td
        {
        width: auto !important;
        padding: 0 5px;
        }
    .col_in_row_1 .product_list .item .models_table td:nth-child(2),
    .col_in_row_1 .product_list .item .models_table td:nth-child(3)
        {
        font-size: 12px;
        }
    .col_in_row_1 .product_list .item .models_table td:nth-child(2)::after
        {
        display: none;
        }



    /*
    .col_in_row_1 .product_list .item .prod_imgs          { background: red  }
    .col_in_row_1 .product_list .item .series_model_link  { background: green  }
    .col_in_row_1 .product_list .item .models_table       { background: blue  }
    */




/* 3 col row */
.col_in_row_3 .product_list .col-xs-6
    {
    width: 33%;
    }
    .col_in_row_3 .product_list > div
        {
        padding: 0 5px !important;
        margin: 5px 0 !important;
        }
    .col_in_row_3 .product_list .col-xs-6 .item .series_model_link span
        {
        display: block;
        }
    .col_in_row_3 .product_list .col-xs-6 .models_table td:nth-child(2)
        {
        display: none;
        }


/* Блоки по 3 - у блоков показывать только первую модель */
.col_in_row_3 .product_list .models_table tr:not(:first-child)
    {
    display: none;
    }
.col_in_row_3 .item .series_model_link span
    {
    display: inline-block !important;
    }
.col_in_row_3 .item > .series_model_link
    {
    display: block;
    height: 32px;
    overflow: hidden;
    }



.secondary #content
    {
    padding: 0;
    }



}