html,body,ul,ol,li,p,td,h1,h2,h3,h4,h5,h6,form,fieldset,a,img{margin:0;padding:0;border:0}
a img{border:none;cursor:pointer;text-decoration:none}

@font-face {
 font-family: 'Skycool Light';
 font-weight: 300;
 font-style: normal;
 font-display: fallback;
 src: url('/files/fonts/ElectroluxSansC-Light.woff2') format('woff2'),
 url('/files/fonts/ElectroluxSansC-Light.woff') format('woff');
}
@font-face {
 font-family: 'Skycool Regular';
 font-weight: 400;
 font-style: normal;
 font-display: fallback;
 src: url('/files/fonts/ElectroluxSansC-Regular.woff2') format('woff2'),
 url('/files/fonts/ElectroluxSansC-Regular.woff') format('woff');
}
@font-face {
 font-family: 'Skycool Semibold';
 font-weight: 500;
 font-style: normal;
 font-display: fallback;
 src: url('/files/fonts/ElectroluxSansC-Semibold.woff2') format('woff2'),
 url('/files/fonts/ElectroluxSansC-Semibold.woff') format('woff');
}


:root
    {
    --container-width: 1200px;
    --footer-height: 270px;
    --header-height: 55px;
    --main-font-color: #011e41;
    --main-font-size: 14px;
    }

html, body  
    {
    height:100%;
    }
body 
    {
    background:#f2f3f5;
/*  font-family: 'Open Sans', Arial, Helvetica, sans-serif; */
    font-family: 'Skycool Regular', sans-serif;
    font-weight: 400;
    font-size: var(--main-font-size);
    }


.prod_content .mobile_short,
.prod_content .mobile_more,
.prod_content .more_button
    {
    display: none;
    }


body.secondary
    {
    background: #fff;
    }

#wrap 
    {
    min-height:100%;
    width: 100%;
    max-width:100%;
    margin:auto;
    position:relative;
    background: #eaedf2;
    }




* html #wrap {height:100%} 

#inner-wrap 
    {
    width: var(--container-width);
    padding-bottom: var(--footer-height);
    margin: 0 auto;
    }


/* RESET FLOW */
#inner-wrap:after, #scrollable-wrap:after
    {
    content:" ";
    display:block;
    clear:both;
    }



.h1_like_idb, 
.index_group_block .block_title h2 
    {
    font-family: 'Skycool Semibold', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: var(--main-font-color);
    margin: 35px 0 15px 0;
    padding: 0 0 10px 0;
    text-align: center;
    }



#header
    {
    position: relative;
    width: 100%;
    height: var(--header-height);
    text-align: center;
    padding: 15px 0;
    box-sizing: content-box;
    margin-bottom: 10px;
    }
    #header .header_inner_wrap
        {
        height: var(--header-height);
        position: relative;
        margin: 0 auto; 
        width: var(--container-width);
        }

    #lang_bar
        {
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px 10px;
        }
        #lang_bar div
            {
            float: left;
            margin: 5px;
            }
        #lang_bar a
            {
            color: var(--main-font-color);
            }
            

    #header #slogan
        {
        position: absolute;
        top: 0px;
        left: -7px;
        height: var(--header-height);
        width: 140px;
        box-sizing: border-box;
        background: none;
        }   
        #header #slogan p,
        #header #slogan a
            {
            display: block;
            height: 100%;
            width: 100%;
            }
            #header #slogan img
                {
                height: 100%;
                width: auto;
                }

    #header #lang_bar
        {
        top: 15px;
        }
        #header #lang_bar div
            {
            margin: 0;
            }


    #header #phone 
        {
        position: absolute;
        top: 0;
        left: 130px;
        color: var(--main-font-color);
        font-weight: 600;
        padding-left: 27px;
        }
        #header #phone p
            {
            line-height: 0;
            margin: 0;
            padding: 0;
            
            }
        #header #phone table.phones td
            {
            padding: 0 7px;
            font-family: 'Skycool Regular', sans-serif;
            line-height: 16px;
            font-weight: normal;
            }
            #header #phone table.phones td a
                {
                color: var(--main-font-color);
                }

    


    #header #site_header
        {
        position: absolute;
        top: 20px;
        left: 150px;
        }   
    #header #addr
        {
        position: absolute;
        top: 60px;
        left: 20px;
        }   

/* Video block */

.aura_video_block .video iframe
    {
    width: 100% !important;
    height: 320px !important;
    }

.aura_video_block .text
    {
    background: #fff;
    font-size: 13px;
    padding: 10px;
    }
.aura_video_block .video,
.aura_video_block .text
    {
    height: 320px;
    }


#menu_2
    {
    position: absolute;
    top: 20px;
    left: 310px;
    font-size: 13px;
    }
    #menu_2 a
        {
        display: block;
        color: #fff;
        }
        #menu_2 a:hover,
        #menu_2 span
            {
            color: #fda961;
            text-decoration: none;
            }


.filter_page
    {
    padding: 20px;
    }


/* Top menu */
#tm
    {
    position: absolute;
    top: -10px;
    right: 70px;
    padding: 0;
    }
#tm-wrap
    {
    }
    #tm ul, #bm ul
        {
        list-style: none;

        display: flex;
        gap: 20px;
        }
        #tm ul li, #bm ul li
            {
            padding: 7px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: stretch;
            }
        #tm ul li
            {
            position: relative;
            font-size: 14px;  
            font-family: 'Skycool Semibold', sans-serif;
            text-align: center;
            margin: 0;
            background: none !important;
            width: auto !important;
            color: var(--active-color);
            }

        #tm ul li .no_link
            {
            text-decoration: underline;
            }

        /* Cart*/
        #tm ul li.cart
            {
            cursor: pointer;
            }
        .cart img
            {
            height: 30px;
            width: auto;
            }
        
        #tm .cart_li a,
        #tm .cart_li span
            {
            display: none;
            }

        #tm .cart_li .mm_cart_link
            {
            background: url("/img/skycool/cart_white.png") center center no-repeat;
            background-size: 100% auto;
            display: block;
            width: 30px;
            height: 37px;
            cursor: pointer;
            z-index: 9000;
            }

        
        #tm .cart_num
            {
            position: absolute;
            top: 42%;
            left: calc(50% - 10px);
            right: auto;
            margin: 0;
            padding: 0;
            font-size: 12px;
            font-weight: 200;
            width: 20px;
            height: 20px;
            color: #fff;
            text-align: center;
            background: none;
            }
            #tm .cart_num.empty
                {
                
                }

        #bm .cart_num 
            {
            display: none;
            }

        #tm ul li:nth-child(1) table.phones td
            {
            white-space: nowrap;
            padding: 0 5px;
            }
            #tm ul li:nth-child(1) table.phones a,
            #tm ul li:nth-child(1) table.phones a:hover
                {
                text-decoration: none !important;
                }

            
        #tm ul li a
            {
            color: #fff;
            text-decoration: none;
            }
        #tm ul li:hover a, #tm ul li a:hover
            {
            text-decoration: underline;
            }


        #tm ul li.a, #tm ul li:hover
            {
            }

        #tm ul li.a a
            {
            text-decoration: underline;
            }

#bm .tm_1.desktop_hidden
    {
    display: block !important;
    
    }


/* Animuted banner */
#animuted
    {
    position: relative;
    width:100%;
    height: 495px;
    overflow: hidden;
    background: red;
    }
    .no-banner #animuted
        {
        display: none;
        }
    #animuted #mask
        {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 495px;
        background: #fff;
        display: none;
        }
    #animuted #text
        {
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        color: #fff;
        background: url('/img/text_bg.png') top right repeat-y;
        text-align: right;
        padding: 20px 60px 75px 0px;
        }
        #animuted #text #text-content
            {
            position: relative;
            right: 0;
            }
        #animuted #text h1
            {
            text-transform: uppercase;
            }
        #animuted #text p
            {
            }
    #animuted #navi
        {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: -2px;
        }
        #animuted #navi .tab
            {
            cursor: pointer;
            vertical-align: bottom;
            display: inline-block;
            text-transform: uppercase;
            background: #969696;
            padding: 7px 30px 10px 30px;
            margin: 0 1px 0 1px;
            border-radius: 15px 15px 0 0;
            white-space: nowrap;

            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            }
            #animuted #navi .tab a
                {
                color: #fff;
                text-decoration: none;

                }
        #animuted #navi .tab.a
            {
            background: #0f789d;
            border: 2px #fff solid;
            padding: 11px 30px 14px 30px;
            }



    #navi-bullet
        {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 9999;
        }
        #navi-bullet .tab
            {
            cursor: pointer;
            vertical-align: bottom;

            display: inline-block;
            text-transform: uppercase;
            background: #fff;
            white-space: nowrap;
            padding: 5px;
            margin: 3px;

            background: url(/img/bullet.png) -10px 0 no-repeat;
            }
            #navi-bullet .tab a
                {
                color: #780030;
                text-decoration: none;

                }
        #navi-bullet .tab.a
            {
            background-position: 0 0;

            }
        #navi-bullet .tab a:focus
            {
            outline: 0 none;
            }
            #navi-bullet .tab.a a
                {
                color: #fff;
                }





/* ======== */
#animuted-secondary
    {
    position: relative;
    width: 100%;
    max-height: 410px;
    overflow: hidden;
    }
    .index #animuted-secondary, .announces #animuted-secondary
        {
        height: 410px;
        }

    #animuted-secondary #background
        {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
        }
        #animuted-secondary #background img
            {
            width: auto;
            height: 410px;
            }

    .no-banner #animuted-secondary
        {
        display: none;
        }
    #animuted-secondary #mask
        {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 495px;
        background: #fff;
        display: none;
        }
    #animuted-secondary #text
        {
        width: 100%;
        position: absolute;
        right: -100%;
        display: none;
        bottom: 0;
        color: #fff;
        background: url('/img/text_bg.png') top right repeat-y;
        text-align: right;
        padding: 20px 60px 20px 0px;
        }
        #animuted-secondary #text #text-content
            {
            position: relative;
            right: 0;
            }
        #animuted-secondary #text h1
            {
            text-transform: uppercase;
            }
        #animuted-secondary #text p
            {
            }


/* /Animuted banner */

#crumbreads
    {
    color: #aca7a7;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 0 7px 0;
    margin: 10px auto;
    font-size: 10px;
    width: var(--container-width);
    }
    .index #crumbreads, .index-2 #crumbreads
        {
        display: none;
        }
    #crumbreads .last
        {
        font-weight: bold;
        color: #0084c0;
        }


/* scrollable  */
#scrollable-wrap
    {
    background: #fff;
    position: relative;
    margin-bottom: 20px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    border: 1px #e3e3e3 solid;
    border-radius: 10px;

    height: 510px;
    width: 100%;
    }
#scrollable-wrap h3
    {
    padding: 10px 0 0 20px;
    font-size: 30px;
    color: #c43062;
    }


/* big image */
#image_wrap 
    {
    /* dimensions */
    width: 100%;
    height: 330px;

    /* centered */
    text-align:center;
    margin: 20px 0 30px 8px;

    overflow: hidden;
    }

    #scrollable-wrap .items
        {
        height: 82px;
        width: 466px;
        overflow: hidden;
        position: absolute;
        left: 123px;
        }
        #scrollable-wrap .items div
            {
            left: 0;
            position: absolute;
            white-space: nowrap;
            }

        #scrollable-wrap .items div img
            {
            padding: 5px;
            margin: 5px 2px;
            border: 1px #fff solid;
            cursor: pointer;
            }
            #scrollable-wrap .items div img.active, #scrollable-wrap .items div img:hover
                {
                border: 1px #0084C0 solid;
                }
            #scrollable-wrap .items div img    
                {
                transition-property: all;
                transition-duration: 0.5s;
                
                }


/* Navi buttons  */
a.browse 
    {
    background:url(/img/hori_large.png) no-repeat;
    display:block;
    width:18px;
    height:60px;
    margin:0px 5px;
    cursor:pointer;
    font-size:1px;
    position: absolute;
    }
    /* left */
    a.left          { background-position: 0px -60px; margin-left: 0px; left: 67px;} 
    a.left:hover    { background-position:-20px -60px; }
    a.left:active   { background-position:-40px -60px; }
    /* right */
    a.right         { background-position: 0 0px; margin-right: 0px; right: 53px;}
    a.right:hover   { background-position:-20px 0px; }
    a.right:active  { background-position:-40px 0px; } 




.main_info
    {
    margin: 0;
    background: #fff;
    padding-bottom: 10px;
    }
.main_info .text
    {
    padding: 10px 20px;
    }



/* Left menu */

.left_menu
    {
    background: #fff;
    border: 1px #eee solid;
    border-radius: 5px;
    padding: 0 5px 10px 5px;
    margin: 10px 0 10px 0;
    }
    .left_menu h2
        {
        color: #777;
        margin: 0 -5px 10px -5px;
        padding: 5px 5px 6px 20px;
        background: #eee;
        }



#left 
    {
    float:left;
    width:187px;
    }
    #left ul
        {
        list-style: none;
        }

    #left ul li
        {
        padding: 10px 0 10px 0;
        color: #0084c0;
        }
    #left ul li ul
        {
        padding-top: 10px;
        }

    #left ul li
        {
        font-size: 13px;
        padding-left: 20px;
        margin: 0 0 0 0px;
        background: url('/img/lm_1_p.gif')  -28px -1px no-repeat;
        }
    #left ul li ul li
        {
        font-size: 12px;
        padding-left: 20px;
        margin-left: -10px;
        background: url('/img/lm_2_p.gif')  -35px 0px no-repeat;
        }
    #left ul li ul li ul li
        {
        padding-left: 30px;
        margin-left: -10px;
        background: url('/img/lm_3_p.gif')  -35px 0px no-repeat;
        }

    
    #left ul li a, #left ul li.a li a, #left ul li.a li.a li a, #left ul li.a li.a li.a li a
        {
        color: #0084c0;
        text-decoration: none;
        }
    #left ul li.a a, #left ul li.a li.a a, #left ul li.a li.a li.a a, #left ul li.a li.a li.a li.a a
        {
        color: #0a3782;
        }

#left .lb
    {
    margin-top: 0px;
    text-align: center;
    }
    #left .lb .banner
        {
        margin-bottom: 10px;
        }

    #left ul li a:hover
        {
        text-decoration: underline !important;
        }

/* /Left menu */


#main 
    {
    position:relative;
    } 
.index #main
    {
    width: 100%;
    }
.secondary #main, .index-2 #main
    {
    width: 100%;
    }
    #main #content
        {
        padding: 3px 0 15px 0;
        color: #666;
        -moz-hyphens: auto;

        color: var(--main-font-color);
        position: relative;
        }
    #main #content h6
        {
        color:  #222222;
        text-transform: uppercase;
        font-size: 20px;
        }

    .round_block
        {
        padding: 0 8px;
        margin-bottom: 10px;
        }
    .round_block .news-wrap h2
        {
        text-transform: uppercase;
        margin-bottom: 10px;
        }
    .secondary #main #content
        {
        padding: 10px 0px 0px 7px;
        background: #fff;
        }
    #main #content h1
        {
        font-size: 22px;
        color: var(--main-font-color);
        margin-bottom: 10px;
        }

    /* content tabulation */
    #tab-navi   
        {
        height: 23px;
        margin: 20px 0 0px 0;
        padding-bottom: 40px;
/*      border-bottom: 1px #d6d6d6 solid;
*/
        
        background: url(/img/gradient.gif) 0 21px repeat-x;
        }
    #tab-navi ul
        {
        list-style: none;
        }
        #tab-navi ul li
            {
            cursor: pointer;
            display: inline;
            color: #666;
            padding: 10px 25px;
            border-top: 1px #fff solid;
            border-left: 1px #fff solid;
            border-right: 1px #fff solid;
            border-radius: 10px 10px 0 0;
            background: #fff;
            }
        #tab-navi ul li.a
            {
            color: #0084c0;
            border-top: 1px #d6d6d6 solid;
            border-left: 1px #d6d6d6 solid;
            border-right: 1px #d6d6d6 solid;
            background: #EEEEEE;
            }

    
    #tab-texts
        {
        background: #fff;
        }
    #tab-texts .tab-div
        {
        display: none;
        padding: 0 5px;
        
        }   
        #tab-texts .tab-div.a
            {
            display: block;
            }

    /* /content tabulation */

    #main #content table
        {
        }

    #main #content table.col_3
        {
        width: 100%;
        border: 0 none;
        }
        #main #content table.col_3 td
            {
            width: 33%;
            padding: 0 10px;
            color: #666;
            vertical-align: top;
            border-right: 1px #ccc solid;
            }
        #main #content table.col_3 td:last-child
            {
            border: 0 none;
            }
        #main #content table.col_3 a
            {
            display: block;
            text-align: right;
            text-decoration: none;
            font-size: 11px;
            padding-top: 5px;
            color: #0084C0 !important;
            }
        #main #content table.col_3 a:hover
            {
            text-decoration: underline;
            }

    
    .tbl_gray
        {
        color: #666;
        }

    .right_hr
        {
        color: #eeeeee; /*для IE */
        background-color:#eeeeee; /*для Firefox, Opera, Safari*/
        border:0px none;
        height:1px; /* высота 1px IE, Firefox, Opera, Safari */
        clear:both; /* для очистки, если тег идет после float елемента */
        }
    

    #main #content table.col_3_no_border
        {
        width: 100%;
        border: 0 none;
        }
        #main #content table.col_3_no_border td
            {
            width: 33%;
            padding: 0 5px;
            color: #666;
            vertical-align: top;
            }
        #main #content table.col_3_no_border a
            {
            display: block;
            text-align: right;
            text-decoration: none;
            font-size: 11px;
            padding-top: 5px;
            color: #0084C0 !important;
            }
        #main #content table.col_3_no_border a:hover
            {
            text-decoration: underline;
            }


    .data-table
        {
        border-spacing: 0;
        border-collapse: collapse;
        margin: 10px 0;
        }
        .data-table td, .data-table th
            {
            padding: 5px 2px;
            border-bottom: 1px #DCDCDC solid;
            }
        .data-table td
            {
            color: var(--main-font-color);
            text-align: center;
            }

        .data-table td:nth-child(1)
            {
            text-align: left;
            }


    .data-table-3
        {
        border-spacing: 0;

        border: 1px solid #E0DADA;
        border-radius: 5px;
        margin: 10px auto;
        width: 100%;
            }
        .data-table-3 th, .data-table-3 td
            {
            text-align: center;
            }

        .data-table-3 th
            {
            background: #E0DADA;
            color: #6d6d6d;
            padding: 5px 10px;
            }
        .data-table-3 td
            {
            padding: 4px 10px;
            border-right: 1px solid  #F5ECEC;
            border-bottom: 1px solid  #F5ECEC;
            }
        .data-table-3 td:last-child
            {
            color: #c60543;
            border-right: 0 none;
            }
        .data-table-3 tr:last-child td
            {
            border-bottom: 0 none;
            }


    .data-table-3.var_2 th, .data-table-3.var_2 td
        {
        }

    
    
    #main #content table.gradient
        {
        border: 0 none;
        padding-top: 10px;
        margin-top: 20px;
        background: url(/img/gradient.gif) top left repeat-x;
        }


#main #content a.base_link
    {
    text-decoration: none;
    font-size: 11px;
    color: #0084C0 !important;
    }
    #main #content a.base_link:hover
        {
        text-decoration: underline;
        }

/* Right menu */
#right
    {
    width: 168px;
    float: left;
    overflow: hidden;
    }

.secondary #right, .index-2 #right
    {
    display: none;
    }
    #right ul
        {
        margin: 0 0 0 10px;
        list-style: none;
        }



    #right .pageit_item
        {
        font-size: 10px;
        padding: 10px 0 10px 0;
        margin-right: 35px;
        border-bottom: 1px #cdcdcd solid;
        }
    #right .pageit_item:last-child
        {
        border: 0 none;
        }
        #right .pageit_item h2
            {
            font-size: 10px;
            color: #7100a8;
            }
        #right .pageit_item a.more
            {
            text-decoration: none;
            color: #ad00ff;
            }



    .di_1, .di_2
        {
        
        }
        .di_1
            {
            margin-right: 20px;
            }
    .dealer-div-txt
        {
        margin: 30px 0 10px 0;
        display: none;
        }
        .dealer-div-txt h2, .dealer-div-txt p
            {
            margin-bottom: 5px;
            }


#lil-menus
    {
    width: 630px;
    height: 100px;
    float: right;
    position: relative;
    padding: 10px 0 30px 0;
    }
    #lil-menus .lil-wrap
        {
        float: left;
        border: 1px solid #cccccc;
        padding: 2px;
        margin: 0 15px 0 0;
        }
        #lil-menus .lil-wrap .lil-main
            {
            padding: 5px 10px;
            background: rgb(255,255,255); /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(223,223,223,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(223,223,223,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(223,223,223,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(223,223,223,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(223,223,223,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(223,223,223,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-8 */
            }
            #lil-menus .lil-wrap .lil-main h2
                {
                color: #336699;
                background: url('/img/lil-h2-bg_1.png') 0 0 no-repeat;
                padding: 0 0 0 20px;
                }
            #lil-menus .lil-wrap:nth-child(2) .lil-main h2
                {
                color: #669966;
                background: url('/img/lil-h2-bg_2.png') 0 0 no-repeat;
                padding: 0 0 0 40px;
                }
            #lil-menus .lil-wrap .lil-main ul
                {
                margin: 10px 0 5px 20px;
                }
            #lil-menus .lil-wrap .lil-main li
                {
                list-style-image: url('/img/lil-li-bg.gif');
                padding: 2px 0 2px 0;
                }
                #lil-menus .lil-wrap .lil-main li
                    {
                    color: #0a3782;
                    }
                #lil-menus .lil-wrap .lil-main li a
                    {
                    text-decoration: none;
                    color: #666;
                    }
                #lil-menus .lil-wrap .lil-main li a:hover
                    {
                    color: #0a3782;
                    }



    .price_head_table
        {
        background: #fff;
        width: 100%;
        }
        .price_head_table .td1  {width: 11%;}
        .price_head_table .td2  {width: 59%;}
        .price_head_table .td3  {width: 30%;}


        .price_head_table .td2, .price_head_table .td2 a
            {
            color: #3366ff;
            text-decoration: none;
            }
            .price_head_table .td2 a:hover
                {
                color: #859CE1;
                }
        .price_head_table .td3
            {
            }
            .price_head_table .td3 p
                {
                color: #798b95;
                font-size: 13px;
                }
            .price_head_table .td3 h3
                {
                color: #fd0050;
                font-size: 20px;
                }
            .price_head_table .td3 span.old_price
                {
                font-size: 12px;
                text-decoration: line-through; 
                }
                .price_head_table .td3 .curr_sign
                    {
                    color: #798b95;
                    }

    a.lightblue_link
        {
        color: #0084C0;
        text-decoration: none;
        }
        a.lightblue_link:hover
            {
            text-decoration: underline;
            }



    a.global_more
        {
        color: #0084C0;
        font-size: 11px;
        text-decoration: none;
        }
        a.global_more:hover
            {
            text-decoration: underline;
            }

.liqpay_info,
.liqpay_button_wrap
    {
    padding: 10px;
    margin: 20px;
    }
.liqpay_info
    {
    border: 1px #ccc solid;
    font-size: 16px;
    }

#footer 
    {
    position:absolute;
    bottom:0;
    height: var(--footer-height);
    width: 100%;
    text-align:center;
    background: #dce3e6;
    } 
    #footer .footer_inner_wrap
        {
        padding-top: 20px;
        position: relative;
        width: var(--container-width);
        margin: 0 auto;
        height: 100%;
        }
        #footer .footer_inner_wrap .row
            {
            display: flex;
            justify-content: space-between;
            }
        #footer .footer_inner_wrap .row > div,
        #footer .footer_inner_wrap .visa_master > div
            {
            }

        #footer .footer_inner_wrap .visa_master
            {
            flex-grow: 2;
            justify-content: flex-start;
            }
            #footer .footer_inner_wrap .visa_master > div
                {
                width: 200px;
                }

    #footer h3
        {
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
        }

    #footer,
    #footer a
        {
        font-family: Arial;
        font-size: 13px;
        color: var(--main-font-color);
        text-decoration: none;
        }
        #footer a:hover
            {
            color: red;
            }


    #footer #bm ul
        {
        display: block;
        }
        #footer #bm li
            {
            padding: 0;
            text-align: left;
            }
        #footer #bm a
            {
            display: block;
            }


    #footer .bm_contacts,
    #footer .bm_addr_wrap
        {
        text-align: left;
        }

    #footer #bm,
    #footer .bm_contacts,
    #footer .bm_addr_wrap
        {
        margin-left: 50px;
        }


    #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;
        }
    
    
    #footer .bm_phones,
    #footer .bm_info_mail
        {
        background-repeat: no-repeat;
        background-position: left top;
        }

    
    #footer .bm_phones
        {
        background-image: url('/img/bm_phone_icon.png');
        margin-bottom: 15px;
        }

    #footer .bm_info_mail
        {
        background-image: url('/img/bm_mail_icon.png');
        margin-bottom: 20px;
        }
        

    
    #footer #copyright
        {
        padding: 40px 0 20px 0;
        color: #a8a8a8;
        }
        #footer #copyright a
            {
            color: #a8a8a8;
            text-decoration: none;
            }

.smaller_font
    {
    }

.debugger
    {
    margin: 20px auto;
    width: 300px;
    padding: 10px;
    font-size: 10px;
    outline: #00a31b dashed 1px;
    }
    .debugger b
        {
        font-size: 13px;
        }


/* ============================================================================ */
/* Меньше 1000px                          ===================================== */
/* ============================================================================ */
@media (max-width: 1000px) {

.prod_content .mobile_short,
.prod_content .more_button
    {
    display: block;
    }

.prod_content .more_button
    {
    cursor: pointer;
    margin: 10px 0;
    }



        .cart .cart_num 
            {
            top: 55%;
            }


}