.header__catalog-menu{position:absolute;left:0;right:0;display:none;z-index:1000;background-color:#fff;width:100%;box-shadow:0 0 30px 0 rgba(38,33,24,.3);padding:0;overflow:hidden;border-radius:1.5rem;margin-top:-20px}.header__catalog-menu.hover{display:block}.header__list{margin:0;padding:25px 0;list-style:none;display:block;position:relative;width:280px;min-height:490px;background-color:#fff;border-right:2px solid #f5f5f5}.header__list-item{margin-bottom:5px}.header__list-item>a{display:flex;align-items:center;padding:2rem 2.5rem;color:#46505b}.header__list-item.current>a{background-color:var(--color2);color:#fff;text-decoration:none}.header__list-item i svg{width:5px;height:10px;position:absolute;right:2.5rem;top:50%;transform:translateY(-50%)}.header__list-item a{color:#241f17;text-decoration:none;box-sizing:border-box;position:relative}.header__list-item>a:hover{text-decoration:none}.header__list-item .image{flex:0 0 67px;height:50px}.header__list-item .image img{width:50px;height:50px;object-fit:contain;object-position:center}.header__list-item .links{flex:1}.header__list-link{font-size:1.7rem;font-weight:600;text-decoration:none}.header__list-sub{position:absolute;left:100%;top:0;padding:30px 35px;display:none;min-width:100%;height:100%;width:750px;box-sizing:border-box}.header__list-item.current .header__list-sub{display:block;-webkit-column-count:3;column-count:3}.header__list-sub-group{width:250px;flex:0 0 250px;padding:0 25px 35px 0;box-sizing:border-box;display:inline-block}.header__list-sub-h{color:#46505b;font-weight:600;font-size:17px;line-height:normal;margin-bottom:15px}.header__list-item ul{margin:0;padding:0;list-style:none;display:block}.header__list-item ul li{font-size:1.4rem;line-height:normal;margin:0 11px 5px 0}.header__list-item ul li a{display:inline-block;padding-bottom:0;color:#46505b;text-decoration:none}.header__list-item ul li a:hover{color:#0083fe}.header__catalog-arrow{position:relative}.header-bottom-menu__catalog.hover .header__catalog-arrow:after{content:'';width:0;height:0;border-left:29px solid transparent;border-right:29px solid transparent;border-bottom:29px solid #fff;position:absolute;left:50%;bottom:-33px;transform:translateX(-50%);z-index:1005}.single-product{position:relative}.single-product .product-label{position:absolute;top:1.3rem;left:1.3rem}.single-product .product-label span{text-transform:uppercase;font-size:1.2rem;font-weight:400;display:block;color:#fff;background-color:#7ac834;padding:.8rem 1.2rem;border-radius:.5rem}.single-product .product_options-item .width-h,.single-product .product_options-item .color-h,.single-product .price .price-title{font-size:1.6rem;margin:0 0 2rem 0}.single-product .price .price-title{font-size:1.8rem;font-weight:700;padding:0 2rem}.single-product .product_options .colors,.popup .colors,.single-product .product_options .width,.filter-colors{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap;margin-bottom:3rem}.single-product a.color-link{align-self:center;font-size:1.2rem;margin-left:2.5rem;border:none;text-decoration:underline;color:#9999b0}.single-product a.color-link:hover{text-decoration:none}.single-product .product_options a.width-item{font-size:1.6rem;color:var(--color1);text-align:center;padding:0 1rem;border:none;text-decoration:none;margin:0 .5rem .5rem 0;width:6rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background-color:#edf2f6}.single-product .product_options .width-item:hover{background-color:#e0e0e0}.single-product .product_options .width-item.active{background-color:var(--color2);color:var(--colorBg)}.single-product h1{margin:0 0 1rem 0}.single-product .product-stock{margin:0 0 2.5rem 0}.single-product .product-stock{font-weight:500;font-size:1.4rem;line-height:1.6rem}.single-product .product-stock>span{display:flex;align-items:center}.single-product .product-stock>span:before{margin-right:.7rem;content:'';width:7px;height:7px;display:inline-block;border-radius:50%}.single-product .product-stock.product-in-stock{color:#22a322}.single-product .product-stock.product-in-stock>span:before{background-color:#22a322}.single-product .product-stock.product-not-in-stock{color:rgb(225,125,48)}.single-product .product-stock.product-not-in-stock>span:before{background-color:rgb(225,125,48)}.single-product .qty-wrap{position:relative;display:inline-block;text-align:center;margin:2rem 0}.single-product .qty-wrap input{padding:0 4.6rem;border-radius:.5rem;font-size:1.2rem;font-weight:400;background-color:#f6f6f6;border:none;height:3.6rem;text-align:center}.single-product .qty-wrap span{position:absolute;top:0;background-color:#fff;border:.1rem solid #f6f6f6;border-radius:.5rem;height:3.6rem;width:2.6rem;cursor:pointer}.single-product .qty-wrap span:after{font-size:1.4rem;font-weight:400;color:#9c9e9f;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.single-product .qty-wrap span.minus{left:0}.single-product .qty-wrap span.minus:after{content:'-'}.single-product .qty-wrap span.plus{right:0}.single-product .qty-wrap span.plus:after{content:'+'}.single-product .product-img .main-img{height:47rem;display:flex;justify-content:center}.single-product .product-img .main-img img{max-width:100%;max-height:100%}.single-product .product-img .thumbs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:1rem}.single-product .product-img .thumbs .thumb{display:flex;align-items:center;justify-content:center;flex:0 0 11rem;cursor:pointer;margin-right:1rem;border-bottom:2px solid transparent;padding:5px}.single-product .product-img .thumbs .thumb.active{border-bottom-color:var(--color2)}.single-product .product-img .thumbs .thumb img{width:100%}.single-product .product_price{font-size:2rem;font-weight:300}.single-product .product_price sup{font-size:1.5rem}.single-product .product_price span{font-size:4rem;font-weight:600}.single-product .product_price .price-old{display:none}.single-product .product_price span i{font-size:3rem}.single-product .product_btn{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:2rem}.single-product .product_btn a,.single-product .product_btn .btn{display:inline-block;padding:1.5rem;border:.1rem solid transparent;width:100%;text-align:center;background:#fff}.single-product error.error_message{color:#c00}.single-product .product_btn .cart-btn{-webkit-flex-basis:48%;-ms-flex-preferred-size:48%;flex-basis:48%}.single-product .product_btn .cart-btn a,.single-product .product_btn .cart-btn .btn{border-color:#ff711f;color:#ff711f}.single-product .product_btn .cart-btn a:hover,.single-product .product_btn .cart-btn .btn:hover{text-decoration:none;background-color:#ff711f;color:#fff}.single-product .product_btn .one-click{-webkit-flex-basis:48%;-ms-flex-preferred-size:48%;flex-basis:48%}.single-product .product_btn .one-click a{border-color:#24669b;color:#24669b}.single-product .product_btn .one-click a:hover{text-decoration:none;background-color:#24669b;color:#fff}.single-product .weight .select-wrap{border-radius:.5rem;border:.1rem solid #c6c7c8;display:inline-block;min-width:60%;overflow:hidden}.single-product .weight .select-wrap select{height:3.6rem;width:100%;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;padding:0 1rem;font-size:1.5rem;font-style:italic}.tabs{margin-top:7rem}.tabs .tabs-navigation{position:relative;z-index:1}.tabs .tabs-navigation ul{list-style:none;padding:0;margin:0;display:flex;justify-content:center;border-bottom:1px solid #e1e1e1}.tabs .tabs-navigation ul li{vertical-align:middle;padding:0 1rem;height:6rem;display:inline-flex;align-items:center;justify-content:center;margin:0 2rem -2px 2rem;cursor:pointer;font-size:1.8rem;transition:all 0.3s;color:var(--color1);font-weight:300;border-bottom:2px solid transparent;position:relative}.tabs .tabs-navigation ul li:hover{background-color:#f5f5f5}.tabs .tabs-navigation ul li.active{text-shadow:1px 0 0 var(--color1);border-bottom-color:var(--color2)}.tabs .tabs-content .tab-content{display:none;padding-top:5rem}.tabs .tabs-content .tab-content.active{display:block}.tabs .tabs-content .tab-content p{font-size:1.6rem;line-height:1.5;margin-bottom:1.4rem}.tabs .text-block-columns{columns:1}.tabs .tabs-content .tab-content ul,.tabs .tabs-content .tab-content ol{line-height:1.3;margin-bottom:1.4rem;margin-left:2rem}.tabs .tabs-content .tab-content li+li{margin-top:1rem}.single-product-left,.single-product-right{height:100%}.single-product-right{border-radius:1rem;background-color:#fff;box-shadow:0 0 40px 0 rgba(0,0,0,.1);padding:2.5rem}.single-product-right .btn{font-size:1.6rem;height:5rem;display:flex;align-items:center;justify-content:center;text-transform:none;width:100%}.single-product-right .btn svg{width:22px;height:21px;margin-right:1rem}.single-product-right .btn em{font-style:normal}.single-product-params .btn{font-size:1.2rem;height:4rem;width:100%}.single-product-params .id-param-list{margin-bottom:1rem}.single-product-params ul.shop_param__list{margin:0;padding:0;list-style:none;justify-content:space-between}.single-product-params ul.shop_param__list li{display:flex;color:var(--color1);font-size:1.4rem;border-bottom:1px solid #e1e1e1}.single-product-params ul.shop_param__list li,.single-product-params ul.shop_param__list li+li{margin:0}.single-product-params ul.shop_param__list li .shop_param__list-left{flex:0 0 60%;padding:1.5rem 2rem 1.5rem 0}.single-product-params ul.shop_param__list li .shop_param__list-right{flex:0 0 40%;padding:1.5rem 0;font-weight:700}.single-product-tabs{margin:0;background-color:#fff;border-radius:1rem;padding:1rem 5rem 3rem 5rem}.single-product-tabs .id-param-list{display:flex;flex-wrap:wrap;justify-content:space-between}.single-product-tabs ul.shop_param__list{flex:0 0 48%;margin:0!important;padding:0;list-style:none;justify-content:space-between}.single-product-tabs ul.shop_param__list li{display:flex;color:#1b2b46;font-size:1.4rem}.single-product-tabs ul.shop_param__list li,.single-product-tabs ul.shop_param__list li+li{margin:0!important}.single-product-tabs ul.shop_param__list li:nth-child(2n+1){background-color:#f9f9fb}.single-product-tabs ul.shop_param__list li .shop_param__list-left{flex:0 0 50%;padding:1rem 2rem}.single-product-tabs ul.shop_param__list li .shop_param__list-right{flex:0 0 50%;padding:1rem 2rem;font-weight:700}.single-product-tabs .text-block{color:#65707d}.single-product-tabs-delivery{background:scroll no-repeat right center;background-size:50% auto}.single-product .product_options .colors .color{padding:0;border-radius:.5rem;flex:0 0 9rem;margin-right:.5rem}.single-product .product_options .width-h,.single-product .product_options .color-h{font-size:1.6rem;font-weight:600;margin:0 0 2rem 0}.single-product .product__flex{display:block}.single-product .product__flex-buy{display:flex;align-items:center;justify-content:space-between}.single-product .flex-item-price{margin:0 0 3rem 0}.single-product .flex-item-price .price{font-size:3rem;color:var(--color2);font-weight:400;line-height:normal;white-space:nowrap;position:relative}.single-product .shop_old_price{display:block}.single-product .price .price-old{font-size:2.2rem;color:#aab2ba;line-height:1;font-weight:300}.single-product .cart__count{position:relative;text-align:center;margin-right:2rem;display:none}.single-product .cart__count input{padding:0 3rem;width:9rem;font-size:2.4rem;font-weight:500;background-color:transparent;border:none;height:2rem;text-align:center}.single-product .cart__count span{position:absolute;top:0;border:none;height:2rem;width:2rem;cursor:pointer;background-color:transparent;border-radius:50%;transition:all 0.3s}.single-product .cart__count span:after{font-size:1rem;position:absolute;width:2rem;height:2rem;border-radius:50%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);line-height:1;background:scroll no-repeat center}.single-product .cart__count span.cart__count__minus{left:0}.single-product .cart__count span.cart__count__minus:after{content:'';background-image:url(/custom/my/img/icons/icon-minus-gray.png)}.single-product .cart__count span.cart__count__plus{right:0}.single-product .cart__count span.cart__count__plus:after{content:'';background-image:url(/custom/my/img/icons/icon-plus-gray.png)}.single-product .cart__count span:hover{background-color:var(--color2)}.single-product .cart__count span:hover:after{filter:brightness(0) invert(1)}.single-product .cart-btn:hover{opacity:.8}.single-product .to-cart{position:relative;flex:0 0 100%;display:flex;justify-content:space-between;margin-bottom:1rem}.single-product .cart-btn-calc{flex:0 0 49%;border-radius:1.5rem;background-color:rgb(168,179,197);font-size:1.4rem;text-transform:uppercase;color:#fff;font-weight:500;height:6rem;text-align:center;text-decoration:none;white-space:nowrap;display:flex;align-items:center;justify-content:center}.single-product .cart-btn-calc:hover{opacity:.8}.single-product .to-cart .error{font-size:1.3rem;text-align:center;margin:0;top:-22px;position:absolute;width:100%}.modal#popupIdColors{width:95%;max-width:1200px}.single-product-utp{margin-top:3.5rem;border-top:1px solid #b9b9cd;border-bottom:1px solid #b9b9cd}.single-product-utp-item{display:flex;align-items:center;padding:1rem 0;max-width:17rem}.single-product-utp-item .image{margin-right:1rem;min-width:4.5rem}.single-product-utp-item .image{max-width:100%}.single-product-utp-item .title{line-height:normal;color:#9999b0;font-size:1.4rem}.single-product-calc{margin:5rem 0 0 0;line-height:normal}.single-product-calc .title{font-size:1.2rem;color:var(--color2);font-weight:500}.single-product-calc .button a{display:block;text-align:center;padding:1.2rem 1.5rem;border-radius:1rem;color:var(--color2);font-size:1.4rem;font-weight:500;white-space:nowrap;text-decoration:none;border:1px solid var(--color2)}.single-product-calc .button a:hover{opacity:.75}.single-product-calc .button a img{margin-right:1rem}.single-product-page .utp{padding:5rem 0 0 0}@media (max-width:991px){.tabs{margin:0}.tabs .tabs-navigation{display:flex;overflow-x:auto;overflow-y:hidden;padding-bottom:5px}.single-product-tabs{padding:2.5rem}.single-product-right{margin-top:4rem}.tabs .text-block-columns{columns:1}.shop-pane .shop-item{flex:0 0 100%}.single-product .product-img .main-img{height:30rem;text-align:center}.single-product .product-img .main-img img{width:auto;max-width:100%}.single-product .product-img .thumbs .thumb{flex:0 0 10rem}.single-product .product-img .thumbs{justify-content:center}.single-product .product-img{margin-bottom:3rem}}@media (max-width:767px){.single-product-tabs ul.shop_param__list{flex:0 0 100%}.single-product .product__flex{flex-wrap:wrap;margin-top:4rem}.single-product .product__flex-buy{margin-top:2.5rem;display:block}.single-product .cart-btn{min-width:unset}.single-product .to-cart,.single-product .flex-item-price{margin-bottom:3rem}.single-product .to-cart{margin-bottom:1rem}.single-product .product__flex-buy{margin-top:0}.single-product .product_options-item{display:block}.single-product-calc .button{margin-top:2rem}.single-product-utp{flex-wrap:wrap}.single-product-utp-item{max-width:unset;flex:0 0 100%}.single-product-tabs ul.shop_param__list li{font-size:1.4rem}.single-product-tabs ul.shop_param__list li .shop_param__list-left,.single-product-tabs ul.shop_param__list li .shop_param__list-right{padding:1rem}.tabs .tabs-navigation ul li{font-size:1.5rem;width:100%;text-align:center}.single-product-tabs-delivery{background-image:none!important}}@media (max-width:575px){.single-product .price .price-title{flex:auto}.single-product .js_shop_price{font-size:2rem}.single-product .price .price-old{font-size:1.6rem}.single-product .flex-item-price .price{font-size:2rem}}.shop-block.slick-block{margin:0 -1rem}.shop-block.slick-block .slick-list{padding:0;flex:0 0 100%;width:100%}.shop-block.slick-block .shop-item{padding:0 3px 0 0;height:100%}.shop-block-slider .slick-slide{height:unset}.shop-block-slider .slick-track{margin-left:0;margin-right:0;display:flex}.shop-block-slider .slick-slide>div{height:100%}.shop-block-slider .slick-nav{position:absolute;top:0;right:15px}.shop-block-slider .slick-prev,.shop-block-slider .slick-next{width:auto;height:auto}.shop-block-slider .slick-prev svg,.shop-block-slider .slick-next svg{width:12px;height:20px;cursor:pointer;color:#1d242b;opacity:.3}.shop-block-slider .slick-next{margin-left:2rem}.utp{padding:7.5rem 0}.id-service .utp{background-image:none!important}.utp-list-item{flex:0 0 25%;margin:1rem 0;display:flex;align-items:center;overflow:hidden;padding:1.5rem 1.8rem;border-right:1px solid #e1e1e1}.utp-list-item:nth-child(4n){border-right-width:0}.utp-list-item .image{margin:0 2rem 0 0;display:flex;align-items:center;justify-content:center;flex:0 0 6.5rem}.id-service .utp-list-item{flex-flow:column;align-items:center;text-align:center}.id-service .utp-list-item .image{margin:0 0 1.5rem 0}.utp-list-item .image img{max-width:100%;max-height:100%}.utp-list-item:hover .image{-webkit-animation-name:flipInY;animation-name:flipInY}.utp-list-item .title{font-size:1.6rem;font-weight:600;line-height:normal;margin:0 0 1rem 0}.utp-list-item .text{line-height:normal;font-size:1.4rem;color:#8192a4}.utp-list-item .text p{margin-bottom:0}@media (max-width:991px){.utp-list-item{flex:0 0 50%}.utp-list-item:nth-child(4n){border-right-width:1px}.utp-list-item:nth-child(2n){border-right-width:0}}@media (max-width:575px){.utp-list-item{flex:0 0 100%;margin:0;border-right:none!important;border-bottom:1px solid #e1e1e1;padding:2.5rem 1rem}.utp-list-item .image{flex:0 0 5rem}}