html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }
article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

@keyframes remodal-opening-keyframes {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes remodal-closing-keyframes {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes remodal-overlay-opening-keyframes {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


html,
body { width: 100%; min-height: 100%; font-family: Lato, Helvetica, sans-serif; font-size: 14px; background: #fff; color: #333333; }
div, span{
    box-sizing: border-box;
}
h1, .h1{
    font-size: 24px;
    padding: 20px 0;
}
a{
    text-decoration: none;
    color: #333333;
}
input[type="search"], input[type="text"], input[type="submit"], button, input[type="button"]{
    outline: none;
}

.white{
    color: #FFF;
}
.blue{
    color: #007AFF !important;
}
.left_greed{
    width: 270px;
}
.box{
    max-width: 1170px;
    margin: auto;
}
.big_text{
    font-weight: bold;
    font-size: 18px;
}
.orange_button{
    font-weight: bold;
    font-size: 18px;
    background: #FC8F23;
    border-radius: 4px;
    display: block;
    text-align: center;
    color: #fff !important;
    height: 40px;
    line-height: 40px;
}
.all_bg{
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.globalheader{
    padding-bottom: 16px;
    position: relative;
}
.grey_bg{
    background: #EBEBEB;
}
.menu{
    display: flex;
    float: left;
}
.top_menu .menu-item a{
    padding: 12px 19px;
    border-right: 1px solid #EBEBEB;
    display: inline-block;
}
.my_ac{
    float: right;
    width: 182px;
    height: 40px;
    line-height: 40px;
    background: #EBEBEB;
    text-align: center;
}
.my_ac img{
    margin-right: 14px;
    margin-bottom: -3px;
}
.my_ac a{
    color: #858585;
}
.top_menu{
    height: 40px;
    background: #F5F5F5;
}
.top_menu .logo_min{
    display: none;
}
.top_menu .menu-item:last-child a{
    border-right: 0px;
}
.top_menu .my_ac{
    float: right;
}
.top_head{
    display: flex;
    justify-content: space-between;
    padding: 16px 0 14px;
    align-items: center;
}
.top_head .phone .links a {
    margin-right: 13px;
    line-height: 19px;
    display: inline-block;
}
.top_head .phone .links a:last-child {
    margin-right: 0;
}
.top_head .phone .links a img{
    margin-right: 10px;
    margin-bottom: -4px;
}
.top_head .phone .links a:last-child img{
    margin-bottom: -8px;
}
.top_head .phone .links {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phone .tel{
    font-weight: bold;
    font-size: 24px;
    color: #5C5C5C;
    margin-left: 22px;
    display: inline-block;
}
.search input{
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    height: 38px;
    line-height: 39px;
    text-indent: 21px;
    width: 450px;
}
.search button{
    padding: 9px 20px;
    background: #FDB60B;
    border-radius: 0px 4px 4px 0px;
    border: none;
    height: 38px;
    margin-left: -5px;
}
.gr_line{
    display: flex;
    height: 47px;
    align-items: center;
    background: #5C5C5C;
}
.katalog{
    padding: 13px 21px;
    font-weight: bold;
    font-size: 18px;
    background: #FC8F23;
    position: relative;
    z-index: 998;
}
.katalog > i{
    float: left;
    margin-right: 20px;
    display: inline-block;
    font-size: 13px;
    padding-top: 4px;
}
.gr_line .menu a{
    color: #FFF;
    padding: 15px 24px;
    border-right: 1px solid #ADADAD;
}
.gr_line .menu a:hover{
    background: #717171;
}
.gr_line .menu .search{
    display: none;
}
.fixed .gr_line .menu .menu-item{
    display: none;
}
.fixed .search input {
    height: 26px;
    line-height: 27px;
    width: 450px;
}
.fixed .search button{
    height: 26px;
    padding: 3px 10px;
}
.fixed .gr_line .search{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed .gr_line{
    justify-content: space-between;
}
.cart-to-checkout{
    display: flex;
    justify-content: space-between;
}
.cart-to-checkout > div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 47px;
}
.cart_icon{
    width: 48px;
    background: #333333;
}
.cart-to-checkout > div .white{
    width: 100%;
    padding-left: 16px;
}
footer{
    border-top: 1px solid #EBEBEB;
}
footer .appfooter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    height: 72px;
}
footer .appfooter .copyright{
    color: #858585;
    font-size: 14px;
}
footer .title{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
footer .container.box{
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
    flex-flow: row wrap;
}
footer .container.box > div{
    width: calc(100% / 4 - 10px);
}
footer .container.box > div:not(:last-child) a{
    color: #858585;
}
footer .menu{
    flex-wrap: wrap;
    margin-bottom: 38px;
}
footer .menu-item{
    width: 100%;
    line-height: 20px;
    height: 40px;
    align-items: center;
    display: flex;
}
footer .col4, footer .col4 a{
    color: #333333;
}
footer .phone .tel{
    display: block;
    margin-bottom: 7px;
    margin-left: 0;
    color: #333333;
    font-size: 32px;
    white-space: nowrap;
}
footer .big_text{
    margin: 35px 0 21px;
}
footer .soc_link{
    display: flex;
}
footer .soc_link a{
    margin-right: 24px;
}
footer .pay{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .pay img{
    margin-bottom: 17px;
    max-width: 49%;
}
.product-list li .offers .add_cart{
    background: url("img/add_to_cart.svg") #FDB60B center no-repeat;
    float: right;
    border: none;
    border-radius: 0px 0px 4px 0px;
    font-size: 0;
    text-indent: -9999px;
    width: 48px;
    height: 48px;
}
.red_block{
    background: #EB5757;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}









@media screen and (max-width: 767px) {
    body{
        overflow-x:hidden;
    }
    #header .col {
        text-align: center;
    }
    .remodal_filter .filters .btn:first-child {display: block !important;}
    .categories_grid .cat_name{
    font-size: 12px;
    }
    .categories_grid .item .in{
        padding:5px;
    }
    #product-core-image{
    padding:0!important; 
    }
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
    overflow: hidden;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
    display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
    position: fixed;
    z-index: 9;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
    backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.remodal-is-initialized {
    /* Disable Anti-FOUC */
    display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-is-locked {
    margin-right: 0 !important;
}

.no-touch.not-edge .remodal-bg.remodal-is-opening,
.no-touch.not-edge .remodal-bg.remodal-is-opened,
.no-touch.not-edge .remodal-bg.blur,
.no-touch.not-edge .remodal.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.remodal-overlay.remodal-is-opening {
    opacity: 1;
}

.remodal-overlay.remodal-is-closing {
    opacity: 0;
}

.remodal-overlay.remodal-is-opening:after,
.remodal-overlay.remodal-is-opened:after,
.mfp-preloader:after {
    content: "";
    position: fixed;
    opacity: 0.8;
    cursor: pointer;
    border-radius: 6px;
    background: #000 url("../img/loading_modal.gif") center center no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    width: 44px;
    height: 44px;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
    padding: 10px 10px 0;
    visibility: hidden;
}

.remodal-wrapper.remodal-is-opened, .remodal-wrapper.remodal-is-opening {
    visibility: visible;
}

.remodal-wrapper.loading .remodal_in_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

.remodal-wrapper.loading .remodal_in_overlay:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("../img/loading32.gif") center center no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
}

/* Default theme styles of the modal dialog */
.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 25px;
    text-align: left;
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
}

.remodal h1 {
    margin-right: 30px;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
    animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
    animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

/* Close button */
.remodal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    overflow: visible;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
    color: #2b2e38;
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 35px;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    content: "\00d7";
    text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.remodal-confirm {
    color: #fff;
    background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
    background: #66bb6a;
}

.remodal-cancel {
    color: #fff;
    background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
    background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 900px;
    }
    .remodal_quickview {
        max-width: 900px;
    }
}

.remodal_form {
    max-width: 600px;
}

.remodal_form .wa-value {
    max-width: 100%;
}

@media screen and (max-width: 399px) {
    .remodal {
        padding: 15px;
    }
    .remodal-close {
        top: 7px;
        right: 5px;
    }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}

.lt-ie9 .remodal {
    width: 900px;
}

.lt-ie9 .remodal_form {
    max-width: 600px;
}
.katalog .tree{
    position: absolute;
    left: 0;
    top: 47px;
    background: #FFF;
    width: 100%;
    padding: 15px;
    display: none;
    max-height: 70vh;
    overflow-y: auto;
}

/* полоса прокрутки (скроллбар) */
.katalog .tree::-webkit-scrollbar {
    width: 5px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background-color: #5C5C5C;
}

/* ползунок скроллбара */
.katalog .tree::-webkit-scrollbar-thumb {
    background-color: #FC8F23;
    border-radius: 9em;
}

.katalog .tree::-webkit-scrollbar-thumb:hover {
    background-color: #5C5C5C;
}

.katalog:hover .tree{
    display: block;
}
.katalog .tree ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.katalog .tree li{
    position: relative;
}
.katalog .tree > ul > li{
    border-bottom: 1px solid #EBEBEB;
}
.katalog .tree a{
    font-size: 14px;
    line-height: 10px;
    width: 100%;
    font-weight: normal;
    display: flex;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 9px 20px 9px 0;
}
.katalog .tree li:hover > a{
    color: #FC8F23;

}
.katalog .tree li:hover{
    background: #f9f9f9;
}
.katalog .tree ul li ul{
    display: none;
}
.katalog .tree ul li ul li a{
    color: #858585;
    padding-left: 20px;
}
.str_down{
    position: absolute;
    right: -15px;
    top: 0;
    width: 40px;
    height: 38px;
    background: url(img/menu_str.svg) no-repeat center;
    cursor: pointer;
    z-index: 5;
}
.katalog .tree ul li.show ul{
    display: block;
}
.zebra{
    border-collapse: collapse;
}
.zebra tr td{
    padding: 3px 5px;
    border: 1px solid #D6D6D6;
}
.zebra tr td:first-child{
    padding-right: 20px;
    border-right: 0;
}
.zebra tr:nth-child(odd){
    background: #F5F5F5;
}
.breadcrumbs{
    padding-bottom: 16px;
}
.breadcrumbs a, .breadcrumbs .rarr{
    color: #FC8F23;
}

.fixed main{
    margin-top: 188px;
}
.fixed header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.fixed .top_head{
    display: none;
}
.fixed .top_menu .menu-item a{
    padding: 0px 19px;
}
.fixed .top_menu,
.fixed .my_ac{
    height: 28px;
    line-height: 28px;
}
.fixed .gr_line .menu a{
    padding: 5px 24px;
}
.fixed .katalog{
    padding: 5px 21px 4px;
}
.fixed .gr_line,
.fixed .cart-to-checkout > div{
    height: 30px;
}
.fixed .katalog .tree{
    top:30px;
}
.fixed .top_menu .logo_min{
    display: block;
}
.fixed .top_menu .logo_min a{
    padding: 0 10px 0 0;
    border: 0;
}
.fixed .top_menu .logo_min img{
    max-height: 24px;
    margin-top: 2px;
}
.fixed .top_menu .menu{
    height: 28px;
}
.tree {
    overflow-y: auto;
}
.top_banner{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background: url("img/top_banner.png") no-repeat;
    background-size: cover;
}
.top_banner .button{
    margin-left: 35px;
    height: 24px;
    border: 1px solid #FC8F23;
    border-radius: 4px;
    color: #FC8F23;
    font-size: 14px;
    width: 108px;
    display: inline-block;
    line-height: 24px;
    cursor: pointer;
}
.down_line{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    height: 60px;
    background: #FFF;
    box-shadow: 0px 5px 10px;
    font-size: 12px;
    z-index: 9;

}
.down_line > div{
    height: 50px;
}
.down_line a{
    text-align: center;
    display: flex;
    justify-content: center;
}
.down_line img{
    max-height: 20px;
    margin-bottom: 5px;
}
.product-list .btn_remove {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    z-index: 2;
    color: #A5A5A5;
    position: absolute;
    top: 0;
    right: 0;
}
.image .sale_w{
    position: absolute;
    left: 10px;
    top: 12px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    z-index: 2;
    background: #18C139;
    padding: 3px 15px;
}