@charset 'utf-8';body{font-size:15px;}
.viewed-products-wrap{background-color:#F2F2F2; margin-top: 0; padding-top: 50px; padding-bottom: 20px !important;}
.all-wrap-outer, .search-input, .left-nav{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.search-input{border-bottom:1px solid;}
header{background-color:#fff;
}
.fixed-logo{background-color:#F4F4F4;padding:10px 30px;display:block;display: -webkit-flex;display: flex;height:74px;width:300px;position:fixed;top:0;z-index:1001;}
.fixed-logo .logo-image{display:block;/* width: 100%; */ margin:auto;}
.btn-dropdown, .btn-callback{border:0;background:0;}
.btn-dropdown::after{display:inline-block;top:50%;margin-left:6px;width:5px;height:5px;margin-top:-2px;content:'';-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:66% 66%;transform-origin:66% 66%;pointer-events:none;border-right:1px solid #000;border-bottom:1px solid #000;vertical-align:middle;}
.btn-dropdown.is-active::after{-webkit-transform:rotate(225deg);transform:rotate(225deg) }
header .btn-dropdown.is-active::after{border-color:#fff;}
.btn-cart{background:0;border:0;}
.btn-callback span{color:#0a5485;border-bottom:1px dashed;}
.maplink span, .left-maplink span {color: #0a5485; text-decoration: underline;}
.maplink {margin-top: -2px;}
.is-region .top-phones-outer {
    margin-top: 12px;
}
.top-phone{font-weight:700;display:inline-block;vertical-align:top;margin-right:30px;}
.free-phone {
    font-size: 12px;
    display: block;
    font-weight: 400;
    color: #777;
}

.header-phones {display: -webkit-flex;display: flex; }
header .items-counter{display:inline-block;vertical-align:middle;color:#efefef;font-size:13px;background-color:#3e3e3e;padding:2px 5px;margin-left:6px !important;}
.top-nav{-webkit-align-items:center;align-items:center;}
.top-nav-right{text-align:right;}
.isflex .top-nav-right .grid{-webkit-justify-content:flex-end;justify-content:flex-end;}
.e-icon-notify::before{background-image:url('images/envelope.svg');}
.top-menu, .top-nav-right .grid{margin:0 -15px;-webkit-align-items:center;align-items:center;font-size:15px;}
.top-menu .item, .top-nav-right .item{padding:10px 15px;line-height:1;}
.top-menu .item{position:relative;}
.wrap{width:auto;}
.main-nav{display:-webkit-flex;display:flex; padding:10px 30px;-webkit-align-items:center;align-items:center;height: 74px; position: relative;}

.label-dealer {
    font-size: 12px;
    font-weight: 700;
    color: #335a75;
    margin: auto;
}
.label-dealer {position: relative; padding-left: 20px;}
header .label-dealer {max-width: 200px; margin-right: 30px;}

.left-nav{position:fixed;left:0;top:74px;width:300px;background-color:#fff;/* border-right: 1px solid #ecebeb; */z-index:1000;}
.left-nav-inner{height:-webkit-calc(100vh - 74px);height:calc(100vh - 74px);overflow-y:auto;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;background-color:#fff;border-right: 1px solid #ecebeb;}
.left-nav-bottom{margin-top:auto;display:-webkit-flex;display:flex;width:100%;-webkit-flex-direction:column;flex-direction:column;}
.left-nav + .all-wrap-outer{padding-left:300px;}
.m-menu-item, .left-nav .menu-item{background-color:#fff;display:block;}
.m-menu-link, .left-nav .menu-link{display:block;padding:13px 30px 13px 20px;-webkit-transition:none;transition:none;font-size:15px;}

.m-submenu-link, .m-submenu-2-link{-webkit-transition:none;transition:none;padding:15px 30px 15px 15px;display:block;background-color:#fff;font-size:15px;}
.left-nav .m-menu-item:hover .m-menu-link, .left-nav .menu-item:hover .menu-link, .left-nav .m-menu-link.active, .left-nav .m-submenu-item:hover .m-submenu-link, .left-nav .m-submenu-link.active, .left-nav .m-submenu-2-link:hover {background-color:#eaecf3;color:#0a5485;}
[data-open-submenu]{position:relative;}
[data-open-submenu]::after{content:'';position:absolute;right:15px;top:15px;width:10px;height:10px;background:url('images/arrow-right.svg') no-repeat center center;background-size:contain;}
[data-submenu]{left:0;top:0;height:100vh;position:fixed;padding:74px 0 20px 0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background-color:#fff;z-index:-1;overflow-y:auto;width: 300px;}
.m-submenu-2{width:300px;border-left:1px solid #e3e3e3;}
[data-submenu].visible{left:300px;box-shadow:12px 0 19px 0px rgba(119, 117, 117, 0.17);}
.m-submenu-2.visible{left:600px;}
[data-go-back]{display:none;}

/* hidden nav */
.innerpage.hidden-nav:not(.active-nav) .fixed-logo{position:absolute;}
.btn-open-nav{display:none;}
.hidden-nav .left-nav, .hidden-nav [data-submenu] {left:-100%;}
.active-nav .left-nav{left:0;}
.hidden-nav .all-wrap-outer{padding-left:0 !important;}
.active-nav .all-wrap-outer{/* padding-left:300px; */}
.hidden-nav .main-nav{padding-left:330px;}
.active-nav .main-nav{padding-left:30px;}
.hidden-nav .btn-open-nav{display:block;margin-top:30px;}
[data-close-nav]{background:url('images/arrow-slide-grey.svg') no-repeat left 15px center #f2f2f2;background-size:20px auto;display:none;color:#555;padding:15px 20px 15px 40px;border-bottom:1px solid #e2e2e2;cursor:pointer;}
.active-nav [data-close-nav]{display:block;}
/* hidden nav */

.user-toolbar{display:inline-block;width:-webkit-calc(100% - 320px);width:calc(100% - 320px);text-align:right;}
.btn-search, .btn-close-search, .category .btn-close-search {display:none;}
.search{width:200px;margin-right:30px;}
.category .search {width: 100%; margin-right: 0;}
.search-outer {background-color: #fff; padding: 10px 15px; max-width: 600px; box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.08);}
.main-nav-left{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding-right: 30px;}
.main-nav-right{position:relative;-webkit-flex-grow: 1;flex-grow: 1;margin-left: auto;display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center; -webkit-justify-content: flex-end; justify-content: flex-end;}
.main-nav-right > *{margin-left:30px;display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
.btn-callback, .maplink {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.hidden-menu{display:none;padding:10px 0;}
.hidden-menu{position:absolute;top:100%;z-index:12;background-color:#181f1f;padding:10px 0;width:200px;box-shadow:0 7px 10px 3px rgba(0, 0, 0, 0.15);right:0;}
.hidden-menu-link, .hidden-menu .menu-link {display:block;padding:7px 15px;font-size:15px;color:#fff;background-color:#181f1f;}
[data-open-menu].is-active{color:#fff;background-color:#181f1f;}
[data-open-menu] {min-height: 34px;}
.hidden-menu a {display: block;}
.hidden-menu a:hover {color: #f2f2f2; background-color: #353b3b;}
.is-active .btn-menu-inner, .is-active .btn-menu-inner::before, .is-active .btn-menu-inner::after{background-color:#fff;}
.menu-wishlink, .menu-comparelink{display:none;}
.e-icon-slide::before{background-image:url('images/arrow-slide-grey.svg');}
.e-icon-catalog-w::before{background-image:url('images/catalog-w.svg');}
.e-icon-search::before{background-image:url('images/search-active.svg');}
.e-icon-search-w::before{background-image:url('images/search.svg');}
.e-icon-cart::before{background-image:url('images/cart.svg');}
.e-icon-cart-w::before{background-image:url('images/cart-w.svg');}
.e-icon-user::before{background-image:url('images/user.svg');}
.e-icon-user-w::before{background-image:url('images/user-w.svg');}
.e-icon-call::before{background-image:url('images/call.svg');}
.e-icon-filter::before{background-image:url('images/filter1.svg');}
.e-icon-compare::before{background-image:url('images/compare.svg');}
.e-icon-compare-w::before{background-image:url('images/compare-w.svg');}
.e-icon-compare-b::before{background-image:url('images/compare-b.svg');}
.e-icon-map::before{background-image:url('images/map.svg');}
.product-page .e-icon-compare::before, .product-page .e-icon-wish::before {width: 16px; height: 16px;}
.category-item .e-icon-compare.inCompare::before{background-image:url('images/compare.svg');}
.e-icon-wish::before{background-image:url('images/wish.svg');}
.e-icon-wish-b::before{background-image:url('images/wish-b.svg');}
.e-icon-wish-w::before{background-image:url('images/wish-w.svg');}
.e-icon-wish.inWishlist::before, .inWishlist .e-icon-wish::before{background-image:url('images/wish-active.svg');}
.e-icon-plus::before{background-image:url('images/plus.svg');}
.e-icon-quick::before{background-image:url('images/quick.svg');}
.e-icon-cubes::before{background-image:url('images/cubes.svg');}
.e-icon-pencil::before{background-image:url('images/pencil.svg');}
.e-icon-discount::before{background-image:url('images/discount.svg');}
.e-icon-worker::before{background-image:url('images/worker.svg');}
.e-icon-config-w::before{background-image:url('images/config.svg');}
.e-icon-award::before{background-image:url('images/award.svg'); position: absolute; left: 0;}
.e-icon-sale::before{content:'%';width:14px;height:14px;margin-top:-1px;}
.e-icon-setup::before{background-image:url('images/setup.svg');width:12px;height:12px;margin-top:-2px;}
.link-sale{color:#c00;}
section{margin:70px 0;padding-top:70px;}
.section-brands .btn {margin-top: 20px;}
ul + section, header + section{border:0;padding-top:0;}
.section-filled{padding:70px 0;margin:0;}
.section-filled + section{margin-top:0;}
.section-hometext, .bg-white {
    background-color: #fff;
}
section.bg-white + section.bg-white {
    padding-top: 0;
}
.all-wrap .section-filled:first-child {
    padding-top: 0;
}
.homeseries.homeseries-first {
    margin-top: 0;
}
.section-hometext .wrap{text-align:justify}
.section-hometext .wrap h1, .section-hometext .wrap h2{text-align:center;}
.slick-slider{margin:40px 0;}
.home-images {margin: 0;}
.home-images .slick-next {right: 20px;}
.home-images .slick-prev {left: 20px;}
.slick-gap{margin-left:-10px;margin-right:-10px;}
.slick-gap .slick-slide{padding:10px;}
footer{background-color:#181f1f;color:#b9b9b9;font-size:14px;}
.footer-grid{padding-top:30px;}
footer a{color:#b9b9b9;}
footer a:hover{color:#fff;}
footer li, footer p{margin-bottom:6px }
footer .menu-item:hover .menu-link {color: #fff; background-color:transparent;}
footer .menu-item.active {color: #0a5485; background-color:transparent;}
.isflex .footer-grid{-webkit-justify-content:space-between;justify-content:space-between;}
.footer-title{font-size:18px;color:#fff;margin-bottom:8px;margin-top:20px }
.footer-title:first-child{margin-top:0 }
a[href^="mailto"]{text-decoration:underline;}
.footer-copy{padding:10px 0;margin-top:15px;border-top:1px solid #404040; position: relative;}
.footer-copy p {
    margin-bottom: 0;
    padding: 0 90px;
}
.category-counter{color:#555;margin-bottom:15px;display:inline-block;margin-right: 15px;}
.h1-wrap{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between; -webkit-align-items: flex-start; align-items: flex-start; margin-bottom: 15px;}
.h1-wrap h1{display:inline-block;margin-right:20px;}
.category .text-block{margin:30px 0;}
.h1-wrap + .text-block {margin-top:0;}
.label-discount{position:absolute;top:20px;left:0;padding:5px 10px;background-color:#ffe9bd;z-index:10;color:#333;font-weight:700;}
.label-kit {
    display: inline-block;
    padding: 3px 7px;
    background-color: #d6efec;
    color: #073f42;
}
.category-item .label-kit {
    position: absolute;
    right: 0;
    font-size: 13px;
    top: 20px;
}
.product-wrap{background-color:#fff;padding:15px 15px 0;}
.product-wrap .label-kit {margin-bottom: 15px; font-size: 14px;}
.product-left {position:relative;}
[data-product-left], [data-product-right]{padding:0 15px 15px;}
.product-row{/* padding:20px 0;border-bottom:1px solid #E2E2E2; */}
.product-help-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.help-block {
    margin: 20px 0;
    padding: 15px;
    background-color: #fff3dc;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 320px;
}
.help-block .title {
    padding-left: 34px;
    background: url('images/thinking.png') no-repeat center left;
    background-size: 28px 28px;
    min-height: 28px;
    margin: 10px 0;
}
.kit-product .help-block {max-height:110px}
.help-block .fixed-offer {
    margin-top: 12px;
    background-color: #f19f17;
    border-color: #f19f17;
}
.help-block .fixed-offer:hover {
    background-color: #f19f17;
    border-color: #f19f17;
}

.help-block p {
    font-size: 17px;
    font-weight: 600;
}
.spec-key{color:#555;font-size:14px;}
.prod-specs{table-layout:fixed;font-size:14px;}
.prod-specs tr:nth-child(odd) td{background-color:#f7f7f7;}
.prod-specs + .btn-more {display: inline-block; width: auto; padding: 0; margin: 15px 0 25px;}
.product-page h1, .page-checkout h1, .page-checkout .h1{font-size:30px;}
.product-page .prod-stock{font-size:14px;margin-bottom: 10px; }
.product-page .price-new, .product-page .price-regular{font-size:38px;font-weight:400;}
.product-page .price-new {margin-right: 20px;display: block;margin-bottom: 10px;}
.product-page .price-old{font-size:20px;color: #c34e47; margin-left: 0;}
.product-page .btn-config {margin: 15px 0;}
.btn-wishlist, .btn-compare{color:#0a5485;}
.product-.fixed-offers .fixed-offer{margin: 10px;}
.product-row .btn{min-width:160px;min-height:50px;}
.btn-cheaper{font-size:14px;color:#7B8180;margin: 10px 0 0;}
.page-wrap{background-color:#fff;padding:30px;}
.parent-cat-item{background-color:#fff;text-align:center;display:block;padding:24px;height:100%;}
.cat-image{position:relative;margin-bottom:20px;padding-bottom:100%;}
.cat-image img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);max-width:80%;max-height:80%;}
.isflex .slick-products.slick-initialized .slick-track{display:-webkit-flex;display:flex;}
.isflex .slick-products.slick-initialized .slick-slide{height:auto;display:-webkit-flex;display:flex;}
.isflex .slick-products.slick-initialized .slick-slide .item{width:100%;height:100%;}
.isflex .slick-products.slick-initialized .slick-slide .category-item{width:100%;}
.page-full-form{margin:40px 0;max-width:500px;background-color: #e8e8e8;}
.btn-desktop{color:rgba(255,255,255,.6);border-bottom:1px solid;margin:10px 0 15px;}
.product-row .btn-more{padding:10px 0 10px 10px;}
.category-content.empty{width:100%;}
.grid-gallery{margin-top:30px;}
.gallery-item{display:block;}
.grid-gallery .item{text-align:center;font-size:14px;margin-bottom:15px;}
.gallery-item:hover{opacity:0.85;}
.blueimp-gallery>.title{top:auto !important;bottom:20px !important;}
.gallery-item-title{font-size:18px;margin-top:5px;}

iframe { max-width:100%; }
/* .video-thumb {position: relative;}
.video-thumb::after {content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: url('images/play.svg') no-repeat center center; background-size: 60% auto;}
*/
.video-thumb .thumb-image {
    max-width: 80%;
}
.pages-list .page-item {background-color: #fff; display: block; padding: 15px; margin-bottom: 10px;}
.page-prev-text {margin-top: 10px; color: #444;}
.official-dealer-img {
    width: 50px;
    margin: auto;
    margin-right: 15px;
}
.product-other-offers {margin: 20px 0; padding: 20px;
    background: #f3f3f3;
    -webkit-flex: 1;
    flex: 1;
    margin-right: 20px;
}
.buy-block-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.official-dealer {
    max-width: 300px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 15px auto;
}
.buy-block {
    border: 1px solid #eaeaea;
    padding: 5px 20px 20px;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.buy-block .prod-price {margin-right: 10px;}

.buy-block > * {margin-top: 15px;}

.product-.fixed-offers {
    margin: 0 -10px;
}

.product-main-row {overflow:hidden}
.product-main-row .main-props-table-wrap {float:left; width:45%}
.product-main-row .buy-block {float:right; width:50%}
.prod-desc {margin:20px 0 10px;}
.prod-delivery-info {background:#f3f3f3; margin:20px 0; padding:20px 15px 0;}

.special-offer-.fixed-offers {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

    padding-bottom: 12px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.special-offer-.fixed-offers.grey-bl {padding:12px; background: #f3f3f3}
.special-offer-.fixed-offers .fixed-offer {display: -webkit-flex;display: flex; margin: 5px 0; text-align: left;}
.special-offer-.fixed-offers .btn-dotted {color: #ff650b; margin-right: 30px; }
.wish-compare-wrap .fixed-offer + .fixed-offer {
    margin-left: 20px;
}
.wish-compare-wrap {margin-bottom: 15px;}
.product-top-row {-webkit-flex-wrap: wrap;flex-wrap: wrap; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; padding-bottom: 15px; -webkit-align-items: center; align-items: center;}

.product-page-bottom {-webkit-flex-wrap: wrap;flex-wrap: wrap; margin-top: 50px;}
.product-page-bottom > .item:only-child {width: 100% !important;}

.related-cat {display: -webkit-inline-flex;display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;padding: 7px 10px;border: 1px solid #e2e2e2;/* width: 210px; */font-size: 14px;height: 100%;}
.related-cat-img {margin-right: 10px;width: 40px; height:40px; text-align: center;}
.related-cat:hover {border-color: #0a5485;}
.related-cat-stock {font-size: 14px; margin-top: 3px; display: block;}
.related-cat-desc {width: -webkit-calc(100% - 40px);width: calc(100% - 40px);}

.related-mods li {display: inline-block;margin:0 15px 5px 0;}
.related-mod-item {font-size: 14px;padding: 5px 10px;border: 1px solid #444;color: #333;display: block; background: #fff;}
.related-mod-item.active {color: #0a5485; border-color: #0a5485;}

.product-colors:not(:last-child) {margin-bottom: 15px;}
.product-colors li {display: inline-block; margin-right: 10px;}
.color-item {width: 30px; height: 30px; border: 1px solid #ccc; display: block; position: relative;}
.color-item.active::before {
    content:'';
    height: 6px; width: 11px; border-left: 2px solid; border-bottom: 2px solid; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); left: 7px;
    top: 9px; border-color: #000; position: absolute;
}

.breadcrumbs-wrap {display: -webkit-flex;display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center;}
.link-back {font-weight: 400; font-size: 14px; padding: 8px 15px; min-width: 180px; margin-left: 20px;}
.other-colors {color:#666; font-size:14px; margin-bottom:12px}

.main-props-table{margin-top:6px;}
.main-props-row{position:relative;overflow:hidden;margin: 15px 0;}
.main-props-key,.main-props-value{position:relative;z-index:2;display:block;float:right;color:#555;background-color:#fff;}
.main-props-key{float:left;}
.main-props-row:after{position:absolute;z-index:1;top:1em;left:0;width:100%;margin-top:-2px;content:'';border-bottom:1px dotted currentColor;}
.main-props-value{padding-left:6px;color: #000;}

.category-text {padding: 30px; background-color: #fff; margin-top: 30px;}
#yaMap, [data-map-id] {width:100%; height:100vh}
.grey-italic {color: #999;    font-size: 12px;    font-style: italic;    display: block;}

.tooltip-text { -webkit-transition: all .2s ease-out; transition: all .2s ease-out; }
/* .tooltip-left { position: relative; left: -40px;} */
.tooltip-left .tooltip-text {font-size: 15px;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 100%;
    margin-bottom: 10px;
    visibility: hidden;
    width: 140px;
    padding: 5px 10px;
    text-align: left;
    padding-right: 18px;
    margin-right: 5px;
    opacity: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #2f2826;
    line-height: 1.3;
    margin-left: 10px;}
    body.no-touch:not(.popup-opened) .tooltip-left:hover .tooltip-text, .tooltip-left .tooltip-text.visible {visibility: visible; opacity: .9; -webkit-transform: translate(-10px); transform: translate(-10px) }
    .tooltip-left .tooltip-text::after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(47, 40, 38, 0);
        border-left-color: #2f2826;
        border-width: 5px;
        margin-top: -5px;
    }
    [data-close-tooltip] {width: 20px;height: 20px;display: block;position: absolute;right: 5px;top: 5px;background: url('images/close-.fixed-offer.svg') no-repeat center center;background-size: 12px auto;z-index: 10; cursor: pointer;}

    .btn-open-offer {
        position: fixed;
        z-index: 100;
        right: 15px;
        bottom: 65px;
        display: block;
        width: 60px;
        height: 60px;
        border: 0;
        border-radius: 50%;
        box-shadow: 0 0 8px 2px rgba(33, 44, 56,.15);
        background: url(images/list.svg) no-repeat center top 15px #0a5485;
        background-size: 36px auto;
    }

    .e-icon-attach::before {background-image:url('images/attachment.svg');}
    .e-icon-config::before {background-image:url('images/config.svg'); width: 30px; height: 30px;}

    .btn-outline-white,.btn-outline-white:hover{color:#fff;border-color:#fff;}

    .g-recaptcha{margin-bottom:10px;}
    .popup-offer .close{position:absolute;top:16px;right:16px;display:block;width:18px;height:18px;cursor:pointer;background:url(https://liveinlight.ru/templates/businessimage/_css/images/close-pop.svg) center center no-repeat;background-size:contain;}
    .popup-offer .close{top:25px;right:20px;}
    .popup-offer{position:fixed;z-index:100;right:90px;bottom:20px;display:none;width:420px;padding:20px;color:#fff;background-color:#283b48;box-shadow:0 4px 17px 2px rgba(63, 73, 93, .2); max-height: 100vh; overflow-y: auto;}
    .popup-offer .g-recaptcha {-webkit-transform:scale(.77);transform:scale(.77);-webkit-transform-origin:0 0;transform-origin:0 0;}
    .popup-offer textarea {resize: none;}
    .popup-offer .h1{color:#fff;}
    .popup-offer .textbox input,.popup-offer .textbox textarea{border-color:#fff;}
    .popup-offer .form-desc{font-size:15px;line-height:1.4;}
    input[type='file']{display:none;}
    .f_file{margin-bottom:20px;}
    .popup-offer .privacy-policy {
        font-size: 11px;
        line-height: 1.2;
        margin: 15px 0;
        color: #777;
    }
    .popup-offer .privacy-policy a {color: #fff; text-decoration: underline;}
    .success, .error {
        display: none;
    }
    .popup-offer .btn-primary {width: 100%;}



    @media screen and (max-width: 767px){
        .popup-offer{right:5%;left:5%;width:90%;bottom:auto;top:60px;max-height:-webkit-calc(100vh - 60px);max-height:calc(100vh - 60px);overflow-y:auto;}
    }
    .btn-sm {font-size: 14px; padding: 7px 10px; }
    .btn[data-target="notifyme"] {padding-left: 8px; padding-right: 8px;}

    .checkboxes-list {
        margin: 10px 0 20px;
    }
    form .checkboxes-list .checkbox {margin: 10px 0;}
    .textbox-group {
        display: -webkit-flex;
        display: flex;
        margin: 0 -5px;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .textbox-group .textbox {
        padding: 5px 5px 14px 5px;
        -webkit-flex-basis: 200px;
        flex-basis: 200px;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }

    [data-series] {border-bottom: 1px solid #dbdbdb;}
    .btn-catalog-left {display: block; text-align: left; padding: 15px; border: 0; border-bottom: 1px solid #dbdbdb; font-weight: 700;  position: relative; background-color: #fff;}
    [data-btn-open="series"] {border-top: 1px solid #dbdbdb; margin-top: -1px;}
    .btn-catalog-left::after {content: ''; width: 22px;height: 22px;position: absolute;right: 10px;top: 15px; background: url('images/arrow-up.svg') no-repeat center center / contain;}
    .btn-catalog-left.closed::after {-webkit-transform: rotateX(180deg);transform: rotateX(180deg);}
    .m-menu-left.closed {display: none;}
    .m-menu-link.small {padding-top: 8px; padding-bottom: 8px; }

    .options-list {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .option-item {
        margin-right: 20px;
        font-size: 12px;
        text-align: center;
        margin-bottom: 10px;
        cursor: pointer;
        padding: 5px 8px;
        position: relative;
        border: 1px solid transparent;
        width: 90px;
    }
    .option-item.active::after {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: url(images/check-w.svg) no-repeat center center / 10px auto #0173be;
        top: -10px;
        right: -10px;
    }
    .option-item img {
        display: block;
        margin: 4px auto;
        -webkit-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out;
    }
    [data-mechanisms] .option-item img {   /*  transform: scale(1.2); */}

    .config-options {padding-left: 30px; width: -webkit-calc(100% - 500px); width: calc(100% - 500px); border-left: 1px solid #dbdbdb;}
    .config-result-image {height: 500px; position: relative; width: 500px;}
    /* .config-left {background:url('images/wall.jpg') no-repeat center center} */
    [data-frame-image], [data-mechanism-image] {position:absolute; width:100%;height:100%}
    .option-item.active {
        border-color: #a0a0a0;
    }


    .option-item:hover {
        background-color: #e4e4e4;
    }
    .arrow-down-after::after {content: ''; width: 21px; height: 21px; display: inline-block; vertical-align: middle; margin-left: 5px; background: url('images/scroll-down.svg') no-repeat center center / contain; animation: up-down 1s ease-in-out infinite alternate-reverse; margin-top: 2px;}

    @-webkit-keyframes up-down {
        from {-webkit-transform: translateY(-4px);transform: translateY(-4px); }
        to {}
    }

    @keyframes up-down {
        from {-webkit-transform: translateY(-4px);transform: translateY(-4px); }
        to {}
    }
    /*
    [data-frame-image] {background-size:370px !important}
    [data-config-result="1"] [data-frame-image] {background-size:300px !important}
    [data-config-result="11"] [data-frame-image] {background-size:300px !important}
    [data-config-result="8"] [data-frame-image] {background-size:300px !important}
    [data-config-result="9"] [data-frame-image] {background-size:300px !important}
    [data-config-result="10"] [data-frame-image] {background-size:250px !important}
    [data-config-result="11"] [data-frame-image] {background-size:200px !important}
    [data-config-result="7"] [data-frame-image] {background-size:200px !important}
    [data-config-result="4"] [data-frame-image] {background-size:200px !important}
    [data-config-result="29"] [data-frame-image] {background-size:200px !important}
    [data-config-result="30"] [data-frame-image] {background-size:250px !important}
    [data-config-result="25"] [data-frame-image] {background-size:190px !important}
    [data-config-result="14"] [data-frame-image] {background-size:200px !important}
    [data-config-result="2"] [data-frame-image] {background-size:200px !important}

    [data-config-result="27"] [data-mechanism-image] {background-size:305px !important}
    [data-config-result="1"] [data-mechanism-image] {background-size:300px !important}
    [data-config-result="28"] [data-mechanism-image] {background-size:302px !important}
    [data-config-result="22"] [data-mechanism-image] {background-size:297px !important}
    [data-config-result="9"] [data-mechanism-image] {background-size:308px !important}
    [data-config-result="11"] [data-mechanism-image] {background-size:198px !important}
    [data-config-result="10"] [data-mechanism-image] {background-size:190px !important}
    [data-config-result="30"] [data-mechanism-image] {background-size:178px !important}
    [data-config-result="25"] [data-mechanism-image] {background-size:130px !important}
    [data-config-result="31"] [data-mechanism-image] {background-size:357px !important}
    [data-config-result="2"] [data-mechanism-image] {background-size:200px !important}
    [data-config-result="7"] [data-mechanism-image] {background-size:160px !important}
    [data-config-result="4"] [data-mechanism-image] {background-size:140px !important}
    [data-config-result="29"] [data-mechanism-image] {background-size:198px !important}
    [data-config-result="14"] [data-mechanism-image] {background-size:184px !important}
    */

    .config-result-items {margin-top: 50px;}
    .config-result-items .filter-header::before, .config-result-items .filter-header::after {display: none;}
    .config-result-items .filter-header {padding-bottom: 5px; font-size: 17px;}
    .config-result-row {margin-bottom: 30px;}
    .config-serie {margin-bottom: 20px;}
    .btn-small {
        font-size: 14px;
        padding: 7px 13px;
    }

    /* [data-kit] {height: 100%;} */
    [data-kit] {
        background-color: #f2f2f2;
        padding: 20px;
    }
    .kit-item-inner {
        display: -webkit-flex;
        display: flex;
        padding: 10px;
        /* height: 100%; */
        border: 1px solid #e6e6e6;
        background-color: #fff;
        margin-bottom: 15px;
    }
    [data-kit] td, [data-kit] .prod-specs tr:nth-child(odd) td {
        background-color: transparent;
        border-bottom: 1px solid #e2e1e1;
    }
    [data-kit] .btn-more {text-align: center; background-color: transparent;}
    .kit-item-inner .btn {margin-top: auto;}

    .kit-item-image {
        width: 70px;
    }

    .kit-item-desc {
        padding-left: 10px;
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px);
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .kit-price {
        font-weight: 700;
        margin-bottom: 10px;
    }

    .kit-item-info {
        margin: 6px 0;
        font-size: 14px;
    }
    .kit-item-image img {
        max-height: 70px;
        margin: auto;
        display: block;
    }

    .kit-item-info .kit-sku {
        display: inline-block;
        padding: 1px 7px;
        background-color: #e8e8e8;
        border-radius: 4px;
        /* margin-right: 15px; */
        color: #333;
        font-size: 14px;
    }

    .kit-stock {
        color: #0f870f;
        margin-right: 10px;
    }


    .cart-kit-item {
        font-size: 13px;
        padding-left: 14px;
        position: relative;
        margin-top: 7px;
        color: #555;
    }

    .cart-kit-item::before {content: '';width: 6px;height: 7px;border-left: 1px solid #769bb3;position: absolute;border-bottom: 1px solid #769bb3;left: 0;top: 1px;}

    .cart-kit-item .cart-kit-price {
        color: #222;
        font-weight: bold;
    }

    .related-cats {margin-top: 20px;}
    .alertstock {background:#ffe8e8;}
    .category-item .counter {margin-bottom: 15px;}

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        /* ie11 fixes */

    }
    .vc_counter.counter input {width: 46px; font-size: 14px;}

    .brand-item.new {
        background-color: transparent;
        position: relative;
        padding: 0;
    }
    .brand-item.new span {
        position: absolute;
        left: 50%;
        bottom: 10px;
        background-color: #292525;
        padding: 5px 15px;
        color: #fff;
        /* border: 1px solid #000; */
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
    }
    .brand-item.new::after {
        content: '';
        position: absolute;
        left: 25px;
        right: 25px;
        top: 25px;
        bottom: 25px;
        border: 1px solid #ccc;
    }
    .config-result-link {margin-top: 20px;}
    .config-result-link input {
        border: 1px solid #d0d0d0;
        padding: 5px 10px;
        background-color: #f7f7f7;
        border-radius: 4px 0 0 4px;
        border-right: 0;
    }

    .config-result-link-inner {
        display: -webkit-flex;
        display: flex;
        max-width: 670px;
    }

    .config-result-link-inner .fixed-offer {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        padding: 6px 10px;
        background-color: #373d41;
        color: #fff;
        border-radius: 0 4px 4px 0;
    }
    .val-in {background:#e6f7e6}

    /* home images */
    .object-fit{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:'object-fit:cover;'}
    .homeseries { margin-left: -10px; margin-right: -10px; font-size: 0; display: block; display: -webkit-flex; display: flex; -webkit-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 30px; margin-top: 30px;}
    .homeseries-title {
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        bottom: 10px;
        text-align: center;
    }
    .homeseries-title span {
        display: inline-block;
        font-size: 16px;
        padding: 5px 10px;
        background-color: #1b1919;
        color: #fff;
    }
    .homeseries-image {-webkit-transition: .2s all ease-in-out;transition: .2s all ease-in-out;}

    .homeseries-item {
        position: relative;
    }
    .homeseries-link:hover {color: #000;}
    .homeseries-link::after {content: '';position: absolute;left: 25px;right: 25px;bottom: 25px;top: 25px;border: 1px solid rgba(255,255,255,.6);}
    /*     @media screen and (min-width: 768px){
        .homeseries-item:first-child {width: 100%;}
        .homeseries-item { display: inline-block; vertical-align: top; width: 50%; padding: 10px; }
    } */

    .homeserie-desc {position: absolute; left: 50px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); text-align: left;}
    .homeserie-desc p + p {margin: 20px 0; font-weight: 400;}
    .homeserie-desc .title {font-size: 40px;}
    .homeserie-desc .subtitle {font-size: 30px;}
    @media screen and (min-width: 768px){
        .homeseries-item {width: 25%; padding: 10px;}
    }
    @media screen and (min-width: 1024px){
        .homeserie-desc + .homeseries-title {display: none;}
    }
    @media screen and (min-width: 1366px){  .homeseries-title {font-size: 18px;}}
    @media screen and (min-width: 1600px){  .homeseries-title {font-size: 20px;}}

    @media screen and (max-width: 1279px){
        .homeserie-desc .title {
            font-size: 30px;
        }
        .homeserie-desc .subtitle {
            font-size: 20px;
        }
    }

    .homeseries-first .homeseries-item:first-child{ width: 100%; }

    @supports (display:grid){

        @media screen and (min-width: 768px) {
            .homeseries { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 20px; margin-left: 0; margin-right: 0; }
            /* .homeseries-item img { width: 100%; -o-object-fit: cover; object-fit: cover; height: 100%; } */

            .homeseries-item { width: 100%; padding: 0; }


            .homeseries-item{ width: 100%; }

            .homeseries-item{ grid-column: span 1; position: relative; padding-bottom: 100%; }
            .homeseries-link {display: block;}
            .homeseries-first .homeseries-item:first-child {grid-column: span 4;/* position: static; */padding-bottom: 0;}
            .homeseries-first .homeseries-item:nth-child(2), .homeseries-item:nth-child(3)  { padding-bottom: 100%; }
            .homeseries-first .homeseries-item img, .homeseries-second .homeseries-item img { position: absolute; }
            .homeseries-first .homeseries-item:first-child img {position: static;}
            .homeseries-first .homeseries-item:nth-child(5), .homeseries-second .homeseries-item:nth-child(6), .homeseries-second .homeseries-item:nth-child(7) { grid-column: span 2; padding-bottom: 50%; }
            .homeseries-first .homeseries-item:nth-child(4), .homeseries-second .homeseries-item:nth-child(2) { grid-column: span 2; grid-row: span 2; }

            .homeseries-item:hover .homeseries-image {
                -webkit-transform: scale(1.05);
                transform: scale(1.05);
            }

            .homeseries-item {
                overflow: hidden;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 1279px) {
            .homeseries-item {
                grid-column: span 2;
            }
            .homeseries-first .homeseries-item:nth-child(5) {padding-bottom: 100%;}
            .homeseries-first .homeseries-item:nth-child(4) {grid-row: span 1;}
            .homeseries-second .homeseries-item:nth-child(6), .homeseries-second .homeseries-item:nth-child(7) {padding-bottom: 100%;}
        }
    }


    @media screen and (max-width: 1023px){
        .homeserie-desc {display: none;}

    }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .homeseries-first .homeseries-item:first-child .homeseries-title {
            -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
            left: 15px;
            bottom: 50%;
        }
    }

    @media screen and (max-width: 767px){

        .homeseries-item {margin-bottom: 10px;}
        .homeseries-first .homeseries-item:first-child {position: relative;padding-bottom: 100%; }
        .homeseries-first .homeseries-item:first-child .homeseries-image {position: absolute; }
    }

    .brand-item-pic {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    .brand-item-pic .title {
        font-size: 18px;
        margin-top: 10px;
    }

    .brand-item-image-wrap {overflow: hidden; position: relative;}
    .brand-item-image-wrap::after {content: ''; position: absolute; left: 15px;top: 15px;bottom: 15px;right: 15px; border: 1px solid rgba(255,255,255,.6);  }
    .brand-item-pic img {display: block; -webkit-transition: .2s all ease-in-out; transition: .2s all ease-in-out;}
    .brand-item-pic:hover img {-webkit-transform: scale(1.05);transform: scale(1.05);}

    .serie-image {
        display: none;
        position: absolute;
        width: 250px;
        left: 100%;
        padding: 20px;
        background-color: #fff;
        box-shadow: 12px 0 19px 0px rgba(119, 117, 117, 0.17);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -15px;
    }
    .serie-image::after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #ffffff;
        border-width: 12px;
        margin-top: -12px;
    }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .m-menu-item:hover .serie-image {display: block;}
    }
    @media (any-pointer: fine) {
        .m-menu-item:hover .serie-image {display: block;}
    }

    .cart-infoline {-webkit-transform: translateY(100%);transform: translateY(100%); position: fixed; padding: 10px; background-color: #fff; left: 300px; right: 0; bottom: 0; text-align: center; z-index: 100; font-size: 20px; box-shadow: 0px -11px 19px 0px rgba(119, 117, 117, 0.25); -webkit-transition: .2s all ease-in-out; transition: .2s all ease-in-out;}
    .cart-infoline.visible {-webkit-transform: translateY(0);transform: translateY(0)}
    .cart-infoline .btn {margin-left: 15px;}

    .help-info p {margin-bottom: 0;}
    .radio-group .help-info .msg {display:none}
    .radio-group.active .help-info .msg {display:block}
    .attention {/* margin: 15px auto; */ font-size: 14px; padding: 10px; text-align: center; background-color: #fff1bb;}

    .fixed-offer {display:block;position: fixed;right: 0;top: 45%;width: 60px;height: 60px;border: 0;background-color: #ff650b;overflow: hidden;padding: 10px 0 10px 60px;z-index: 100;color: #fff;font-size: 13px;transition: .2s all ease-in-out;line-height: 1.4;}
    .fixed-offer::after {content: ''; position: absolute; width: 60px; height: 60px; display: block;left: 0; top: 0; background:  url('images/config-text.svg') no-repeat center center; background-size: 44px auto; }
    .fixed-offer span {display: inline-block;width: 160px;padding-left: 5px;}
    .fixed-offer:hover {width: 230px;color: #fff;}
    .btn-compare-fixed [data-compare-count] {
        color: inherit;
    }
.prod-photo .help-info, [data-manuf-alert] {
    font-size: .85em;
    color: #7e776b;
    padding: 10px;
    border-radius: 4px;
    background: #f9f8f4;
    margin-top: 15px;
}
[data-manuf-alert] { margin-bottom: 15px;}