*,:after,:before{box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,img,menu,nav,section{display:block}table{border-collapse:collapse}sup{position:relative;top:-3px;font-size:75%}body{font-family:Montserrat,serif;font-size:14px;min-width:320px;margin:0 auto;overflow-x:hidden;color:#000}@media screen and (min-width:1260px){.container{width:1230px}}a{color:#001f4e;outline:none}a,a:focus,a:hover{text-decoration:none}.btn-common{border:none;cursor:pointer;font-size:15px;padding:10px 15px;font-weight:300;white-space:nowrap;outline:none;-webkit-appearance:none;border-radius:0}@media screen and (max-width:767px){.btn-common{font-size:12px;line-height:15px;padding:7px 15px}}.btn-common.blue{background-color:#0071e3;color:#fff}.btn-common.blue:disabled{background-color:#ddd}.btn-common.blue:not(:disabled):focus,.btn-common.blue:not(:disabled):hover{background-color:#001f4e}@-webkit-keyframes pulse-blue{0%{box-shadow:2px 0 0 0 #0071e3}}@keyframes pulse-blue{0%{box-shadow:2px 0 0 0 #0071e3}}.btn-common.red{background-color:red;color:#fff}.btn-common.red:disabled{background-color:#ddd}.btn-common.red:not(:disabled):focus,.btn-common.red:not(:disabled):hover{background-color:red}@-webkit-keyframes pulse-red{0%{box-shadow:2px 0 0 0 red}}@keyframes pulse-red{0%{box-shadow:2px 0 0 0 red}}.btn-common.orange{background-color:#f4bf00;color:#fff}.btn-common.orange:disabled{background-color:#ddd}@-webkit-keyframes pulse-orange{0%{box-shadow:2px 0 0 0 #f4bf00}}@keyframes pulse-orange{0%{box-shadow:2px 0 0 0 #f4bf00}}.btn-common.violet{background-color:#574e92;color:#fff}.btn-common.violet:disabled{background-color:#ddd}.btn-common.white{background-color:#fff}.btn-common.white:disabled{background-color:#ddd}.btn-common.white:not(:disabled):focus,.btn-common.white:not(:disabled):hover{-webkit-animation:pulse-white 1s;animation:pulse-white 1s;box-shadow:0 0 0 30px hsla(0,0%,100%,0)}@-webkit-keyframes pulse-white{0%{box-shadow:2px 0 0 0 #fff}}@keyframes pulse-white{0%{box-shadow:2px 0 0 0 #fff}}.form-group{display:flex;flex-direction:column}@media screen and (max-width:767px){.form-group{margin-bottom:10px}}.form-group+.form-group{margin-top:20px}@media screen and (max-width:767px){.form-group+.form-group{margin-top:10px}}.form-group label{font-weight:700;font-size:12px;margin-bottom:5px}.form-group .text{font-size:12px}.form-group .required{display:inline;color:red}.form-group input,.form-group textarea{font-size:14px;border:1px solid #ddd;padding:10px;-webkit-appearance:none;border-radius:0}@media screen and (max-width:767px){.form-group input,.form-group textarea{font-size:16px}}.form-group input.error,.form-group textarea.error{border-color:red}.form-group .card-radios{display:flex}.form-group .card-radios .card-radio{display:flex;position:relative;flex-basis:100%}.form-group .card-radios .card-radio+.card-radio{margin-left:20px}.form-group .card-radios .card-radio:after{content:"";display:block;position:relative;padding:0 0 100%;z-index:-1}@media screen and (max-width:991px){.form-group .card-radios .card-radio:after{padding:0 0 60%}}@media screen and (max-width:767px){.form-group .card-radios .card-radio:after{padding:0 0 50%}}.form-group .card-radios .card-radio input{position:absolute;z-index:-1;visibility:hidden}.form-group .card-radios .card-radio input:checked+label{border-color:#0071e3}.form-group .card-radios .card-radio input:checked+label:after{content:"✓";width:30px;height:30px;display:block;position:absolute;top:0;right:0;font-size:18px;background-color:#0071e3;color:#fff;line-height:27px}.form-group .card-radios .card-radio label{cursor:pointer;border:2px solid transparent;box-shadow:0 2px 16px 0 rgba(29,93,90,.08);display:flex;align-items:center;justify-content:center;flex-direction:column;padding:15px;text-align:center;position:relative;margin-bottom:0;width:100%;font-size:14px;font-weight:400;color:#000}@media screen and (max-width:767px){.form-group .card-radios .card-radio label{font-size:12px;padding:5px}}.form-group .card-radios .card-radio label:before{display:none}.form-group .card-radios .card-radio label:focus,.form-group .card-radios .card-radio label:hover{box-shadow:0 2px 16px 0 rgba(29,93,90,.2)}.form-group .card-radios .card-radio label img{margin-bottom:10px}.custom-autocomplete{position:relative;display:flex}.custom-autocomplete input{width:100%;border:1px solid #ddd;-webkit-appearance:none;border-radius:0}.custom-autocomplete ul{position:absolute;background-color:#fff;z-index:1;box-shadow:0 5px 8px 0 rgba(0,0,0,.1);padding:5px 10px;top:100%;width:100%}.custom-autocomplete ul li{list-style:none;cursor:pointer}.custom-autocomplete ul li:focus,.custom-autocomplete ul li:hover{color:#001f4e}.custom-autocomplete ul li+li{margin-top:5px}.custom-select{position:relative;display:inline-block;width:100%}.custom-select select{border:1px solid #ddd;font-size:14px;padding:10px;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none;border-radius:0}@media screen and (max-width:991px){.custom-select select{font-size:12px;padding:10px;height:auto}}.custom-select select.has-error{border-color:#e60d0d}.custom-select select[readonly]{border-color:transparent;padding:0}.custom-select select:focus+i{transform:rotate(-180deg)}.custom-select i{position:absolute;top:1px;bottom:1px;right:1px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:30px;display:flex;align-items:center;justify-content:center;background-color:#fff;padding:0 20px;pointer-events:none;user-select:none}.custom-select select::-ms-expand{display:none}.section-title{text-align:center;font-size:36px;font-weight:300;width:100%;text-transform:uppercase;padding:45px 0;position:relative}@media screen and (max-width:991px){.section-title{font-size:26px}}@media screen and (max-width:767px){.section-title{font-size:22px;padding:35px 0}}@media screen and (max-width:479px){.section-title{font-size:18px;padding:20px 0 15px}}strong{font-weight:700}strong.blue{color:#0071e3}.custom-label{background-color:#0071e3;font-size:11px;color:#fff;min-width:40px;text-align:center;padding:2px 4px;border-radius:4px}.panel{box-shadow:none}.panel,.panel .panel-heading{background-color:transparent;border-radius:0;border:none}.panel .panel-heading{color:#001f4e;font-size:18px;line-height:18px;position:relative;padding:15px 0}.panel .panel-heading:before{width:100%;height:1px;background-color:#ddd}.panel .panel-heading:after,.panel .panel-heading:before{content:"";display:block;position:absolute;left:0;right:0;bottom:0}.panel .panel-heading:after{width:50%;height:2px;background-color:#0071e3}.list-group{border-radius:0;background-color:transparent}.list-group a.list-group-item{color:#000}.list-group a.list-group-item.active{color:#fff}.list-group a.list-group-item.active>svg path{fill:#fff!important}.list-group a.list-group-item.active span{color:#fff}.list-group .list-group-item{border-radius:0;background-color:transparent;border:none;display:flex;align-items:center}.list-group .list-group-item>svg{max-width:100%;max-height:44px;margin-right:10px}.list-group .list-group-item>div>a{display:block;margin-bottom:12px}.list-group .list-group-item span{color:#a0a0a0;margin-left:5px}.list-group .list-group-item.title{font-weight:700;font-size:14px;line-height:36px;padding-bottom:0}.list-group .list-group-item.active{border-radius:0;background-color:#0071e3}input[type=checkbox]{width:0;height:0;margin:0;position:absolute;z-index:-1}input[type=checkbox]:checked+label:before{content:"";background-color:#0071e3;border-color:#0071e3}input[type=checkbox]+label{font-size:14px;color:#000;line-height:1;position:relative;display:flex;align-items:center;cursor:pointer}input[type=checkbox]+label span{margin-left:10px}input[type=checkbox]+label a{color:#0071e3;padding:0 5px;text-decoration:none}input[type=checkbox]+label:before{content:"";display:inline-block;width:18px;height:18px;min-width:18px;min-height:18px;border:1px solid #dfdfdf;margin:0 8px 0 0;border-radius:2px;background-color:#fff}input[type=radio]{width:0;height:0;margin:0;position:absolute;z-index:-1}input[type=radio]:checked+label:before{content:"";background-color:#0071e3;border-color:#0071e3}input[type=radio]+label{font-size:15px;color:#555;line-height:1;position:relative;font-weight:700;display:flex;align-items:center;cursor:pointer}input[type=radio]+label a{color:#0071e3;padding:0 5px;text-decoration:none}input[type=radio]+label:before{content:"";display:inline-block;width:15px;height:15px;border:1px solid #ddd;margin:0 10px 0 0;border-radius:50%}.color-fps-green{color:#08c504!important}.color-fps-orange{color:#ff9f0f!important}.color-fps-red{color:red!important}.xzoom-preview{background-color:#fff;z-index:100}.single-page{margin:0 auto 100px}@media screen and (max-width:767px){.single-page{margin:0 auto 60px}}.single-page h1{text-align:center;font-size:36px;font-weight:300;width:100%;text-transform:uppercase;padding:0 0 45px;position:relative}@media screen and (max-width:1199px){.single-page h1{font-size:28px;padding:0 0 35px}}@media screen and (max-width:991px){.single-page h1{font-size:22px;padding:0 0 25px}}@media screen and (max-width:767px){.single-page h1{font-size:18px;padding:0 0 15px}}@media screen and (max-width:479px){.single-page h1{font-size:16px}}.single-page>.inner *{font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;color:inherit!important;font-weight:inherit!important}.single-page>.inner ol,.single-page>.inner ul{margin:20px}.text-danger{color:red}.page-subtitle{color:#001f4e;font-size:18px;line-height:18px;position:relative;border:none;padding:15px 0;margin-bottom:30px}.page-subtitle:before{width:100%;height:1px;background-color:#ddd}.page-subtitle:after,.page-subtitle:before{content:"";display:block;position:absolute;left:0;right:0;bottom:0}.page-subtitle:after{width:50%;height:2px;background-color:#0071e3}.alert{border-radius:0}.owl-carousel{opacity:0;transition:opacity .3s linear 0s}.owl-carousel.owl-loaded{opacity:1}.owl-carousel div.owl-nav button.owl-next,.owl-carousel div.owl-nav button.owl-prev{border-radius:8px;width:50px;height:50px;position:absolute;top:50%;transform:translateY(-50%);color:#001f4e;outline:none}.owl-carousel div.owl-nav button.owl-next.disabled,.owl-carousel div.owl-nav button.owl-prev.disabled{color:#666}.owl-carousel div.owl-nav button.owl-next.owl-prev,.owl-carousel div.owl-nav button.owl-prev.owl-prev{left:0}.owl-carousel div.owl-nav button.owl-next.owl-next,.owl-carousel div.owl-nav button.owl-prev.owl-next{right:0}.owl-carousel div.owl-nav button.owl-next i,.owl-carousel div.owl-nav button.owl-prev i{font-size:50px;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);display:inline-block;line-height:1}.btn-tooltip{background-color:#0171e2;color:#fff;font-size:12px;font-weight:600;border:none;outline:none;width:15px;height:15px;border-radius:50%;padding:0}.popover{box-shadow:0 4px 20px rgba(0,0,0,.1);font:inherit;border-radius:0;border:none}.popover>.arrow{display:none}.popover-content{padding:30px 20px;font-size:18px;font-weight:500;line-height:22px}.popover-content strong{color:#0071e3}.popover-content span{font-weight:700}.circle-icon{width:17px;height:17px;min-width:17px;min-height:17px;background-color:#d7ebff;border:1px solid #0172e2;position:relative;border-radius:50%;font-size:0;display:flex}.circle-icon:after{content:"";display:block;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:5px;height:5px;background-color:#0171e2;border-radius:inherit}.mobile-burger{flex-direction:column;padding:0;border:0;background-color:transparent;outline:none;display:none}@media screen and (max-width:767px){.mobile-burger{display:flex}}.mobile-burger span{width:31px;height:5px;border-radius:15px;background:#e39605}.mobile-burger span+span{margin-top:4px}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.custom-accordion .list-group-item{padding:10px 30px}.custom-accordion.open .custom-accordion-head{background-color:#0171e2}.custom-accordion.open .custom-accordion-head.title{color:#fff}.custom-accordion.open .custom-accordion-head.title div>span{background-color:#fff}.custom-accordion.open .custom-accordion-head.title div>span span{color:#0171e2}.custom-accordion.open .custom-accordion-head svg path{fill:#fff}.custom-accordion.open .custom-accordion-head .caret-svg{transform:rotate(90deg)}.custom-accordion.open .custom-accordion-head .caret-svg path{fill:#fff}.custom-accordion.open .custom-accordion-content{max-height:1000px}.custom-accordion .custom-accordion-head{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.custom-accordion .custom-accordion-head.title{font-weight:500;font-size:12px;line-height:1;color:#0171e2;border-top-left-radius:0;border-top-right-radius:0;padding:25px 30px}.custom-accordion .custom-accordion-head div{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;align-items:center}.custom-accordion .custom-accordion-head div>span{background-color:#0171e2;color:#fff;font-size:11px;font-weight:600;border:none;outline:none;width:15px;height:15px;min-width:15px;min-height:15px;border-radius:50%;padding:0;display:block;position:relative}.custom-accordion .custom-accordion-head div>span span{color:#fff;position:absolute;line-height:1;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);margin:0}.custom-accordion .custom-accordion-head svg:not(.caret-svg){max-width:22px;margin-right:15px}.custom-accordion .custom-accordion-head .caret-svg{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:transform .3s ease-out 0s;width:10px;height:10px;margin-right:0}.custom-accordion .custom-accordion-head .caret-svg path{fill:#0171e2}.custom-accordion .custom-accordion-content{max-height:0;padding:0;overflow:hidden;transition:all .3s ease-out 0s}.custom-accordion .custom-accordion-content>div{padding:20px 30px}.custom-accordion .custom-accordion-content>div a label{font-weight:500;font-size:12px;color:#1d1b1b}.custom-accordion .custom-accordion-content>div a label span{color:inherit}.custom-accordion input[type=checkbox]:checked+label{color:#0172e2}.custom-accordion input[type=checkbox]+label:before{width:12px;height:12px;min-width:12px;min-height:12px;border-radius:0;border-color:#0171e2}.custom-accordion input[type=checkbox]:checked+label:before{content:"";width:12px;height:12px;min-width:12px;min-height:12px;background-color:transparent}.custom-accordion input[type=checkbox]:checked+label:after{content:"";display:block;width:6px;height:6px;background-color:#0171e2;position:absolute;left:3px}.contact-us-form{opacity:0;visibility:hidden;transition:opacity .3s ease-out 0s;position:relative;z-index:-1;display:flex;flex-direction:column}.contact-us-form.active{opacity:1;visibility:visible;z-index:1}.ProductSearch-list-wrapper{overflow:hidden;display:none;z-index:100}.ProductSearch-list-wrapper.show{display:block}.ProductSearch-list-wrapper .ProductSearch-list-wrapper-inner{border:1px solid #0071e3;border-top:none;background-color:#fff;overflow:hidden;padding:20px}@media screen and (max-width:479px){.ProductSearch-list-wrapper .ProductSearch-list-wrapper-inner{padding:10px}}.ProductSearch-list-wrapper .ProductSearch-list-wrapper-inner .ProductSearch-items{display:flex;flex-direction:column}.ProductSearch-list-wrapper .ProductSearch-list-wrapper-inner .ProductSearch-items .ProductSearch-item{display:flex;align-items:center;justify-content:space-between}.ProductSearch-list-wrapper .ProductSearch-list-wrapper-inner .ProductSearch-items .ProductSearch-item+.ProductSearch-item{margin-top:5px}.ProductSearch-list-wrapper .ProductSearch-list-wrapper-inner .ProductSearch-items .ProductSearch-item .ProductSearch-name{margin:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:479px){.ProductSearch-list-wrapper .ProductSearch-list-wrapper-inner .ProductSearch-items .ProductSearch-item .ProductSearch-name{margin:0 5px;font-size:12px}}.ProductSearch-list-wrapper .ProductSearch-list-wrapper-inner .ProductSearch-items .ProductSearch-item .ProductSearch-prices{display:flex;white-space:nowrap;font-size:14px;line-height:1px;font-weight:700;color:#001f4e}@media screen and (max-width:479px){.ProductSearch-list-wrapper .ProductSearch-list-wrapper-inner .ProductSearch-items .ProductSearch-item .ProductSearch-prices{font-size:12px}}.ProductSearch-list-wrapper .ProductSearch-list-wrapper-inner .ProductSearch-items .ProductSearch-item .ProductSearch-prices .special-price{color:#f4bf00}.ProductSearch-list-wrapper .ProductSearch-list-wrapper-inner .ProductSearch-items .ProductSearch-item .ProductSearch-prices .special-price+.regular-price{font-size:12px;margin-left:10px;text-decoration:line-through}@media screen and (max-width:479px){.ProductSearch-list-wrapper .ProductSearch-list-wrapper-inner .ProductSearch-items .ProductSearch-item .ProductSearch-prices .special-price+.regular-price{font-size:11px}}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{height:15px;bottom:0}.ps__rail-x,.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;position:absolute}.ps__rail-y{width:15px;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#0071e3;transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}body.checkout-overflow,html.checkout-overflow{overflow-y:hidden}body.checkout-overflow .checkout-bg,html.checkout-overflow .checkout-bg{display:block}body.checkout-overflow .checkout-component .cart-component,html.checkout-overflow .checkout-component .cart-component{transform:translateX(0)}body.checkout-overflow .order-success .checkout-component .checkout-stages-component,html.checkout-overflow .order-success .checkout-component .checkout-stages-component{left:0;right:0;width:auto}body.checkout-overflow .order-success .checkout-component .checkout-stages-component .stages,html.checkout-overflow .order-success .checkout-component .checkout-stages-component .stages{max-width:650px;margin:0 auto;width:100%}.checkout-bg{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(31,31,34,.5);z-index:99;display:none}.checkout-component.checkout .cart-component .cart-products .cart-product .details .bottom .cart-quantity,.checkout-component.checkout .cart-component .cart-products .cart-product .remove,.checkout-component.checkout .cart-component .footer .actions{display:none}.checkout-component.checkout .checkout-stages-component{transform:translateX(0);right:400px}.checkout-component .cart-component{position:fixed;height:100%;display:flex;flex-direction:column;width:400px;box-shadow:0 2px 16px 0 rgba(29,93,90,.1);overflow:hidden;border-left:1px solid #ddd;z-index:101;top:0;right:0;background-color:#fff;transition:all .3s ease-out 0s;transform:translateX(100%);background-image:url(/catalog/view/theme/default/image/logo-bg.svg);background-size:cover;background-repeat:no-repeat;background-position:center 50px}@media screen and (max-width:991px){.checkout-component .cart-component{width:320px}}@media screen and (max-width:767px){.checkout-component .cart-component{width:100%}}.checkout-component .cart-component .head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:20px}.checkout-component .cart-component .head .title{font-size:24px;font-weight:300}@media screen and (max-width:767px){.checkout-component .cart-component .head .title{font-size:18px}}.checkout-component .cart-component .head .close{width:16px;height:16px;padding:0;font-size:0;line-height:0;border:none;cursor:pointer;background-color:transparent;background-image:url(/catalog/view/theme/default/image/icon-close.svg);background-repeat:no-repeat;background-size:contain;background-position:50%}.checkout-component .cart-component .cart-products{display:flex;flex-direction:column;flex:1;position:relative}.checkout-component .cart-component .cart-products>.title{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);font-size:20px;font-weight:400;white-space:nowrap}.checkout-component .cart-component .cart-products .cart-product{border:1px solid #ddd;margin:0 20px;padding:15px;color:inherit;text-decoration:none;position:relative}.checkout-component .cart-component .cart-products .cart-product+.cart-product{margin-top:20px}.checkout-component .cart-component .cart-products .cart-product .inner{display:flex}.checkout-component .cart-component .cart-products .cart-product .options{background-color:#eaeaea;margin-top:15px;padding:5px;font-size:12px}.checkout-component .cart-component .cart-products .cart-product .options .option+option{margin-top:10px;border-top:1px solid}.checkout-component .cart-component .cart-products .cart-product .options .option .value{font-weight:700;color:#000}.checkout-component .cart-component .cart-products .cart-product .remove{width:12px;height:12px;padding:0;font-size:0;line-height:0;border:none;cursor:pointer;background-color:transparent;background-image:url(/catalog/view/theme/default/image/icon-close.svg);background-repeat:no-repeat;background-size:contain;background-position:50%;position:absolute;top:15px;right:15px}.checkout-component .cart-component .cart-products .cart-product .img-container{position:relative;width:100px;background-repeat:no-repeat;background-size:contain;background-position:50%;margin-right:15px}.checkout-component .cart-component .cart-products .cart-product .img-container:after{content:"";display:block;position:relative;padding:0 0 100%;z-index:-1}.checkout-component .cart-component .cart-products .cart-product .details{display:flex;flex-direction:column;flex:1}.checkout-component .cart-component .cart-products .cart-product .details .top .name{font-weight:700;margin-bottom:5px}.checkout-component .cart-component .cart-products .cart-product .details .top .name a{color:inherit}.checkout-component .cart-component .cart-products .cart-product .details .top .quantity{font-size:12px;margin-bottom:5px}.checkout-component .cart-component .cart-products .cart-product .details .bottom{margin-top:auto;display:flex;justify-content:space-between;align-items:center;width:100%}.checkout-component .cart-component .cart-products .cart-product .details .bottom .cart-quantity{display:flex;position:relative}.checkout-component .cart-component .cart-products .cart-product .details .bottom .cart-quantity button{display:flex;position:absolute;left:0;bottom:0;top:0;cursor:pointer;font-weight:400;font-size:36px;line-height:1;background-color:#f1f8ff;border:none;outline:none;width:29px;height:29px;max-width:29px;max-height:29px;border-radius:50%;color:#0171e2;padding:0}.checkout-component .cart-component .cart-products .cart-product .details .bottom .cart-quantity button~button{right:0;left:auto}.checkout-component .cart-component .cart-products .cart-product .details .bottom .cart-quantity button:first-of-type span{transform:translateX(-50%) translateY(-58%)}.checkout-component .cart-component .cart-products .cart-product .details .bottom .cart-quantity button:last-of-type span{transform:translateX(-50%) translateY(-50%)}.checkout-component .cart-component .cart-products .cart-product .details .bottom .cart-quantity button:disabled{color:#8a8a8a}.checkout-component .cart-component .cart-products .cart-product .details .bottom .cart-quantity button:focus,.checkout-component .cart-component .cart-products .cart-product .details .bottom .cart-quantity button:hover{background-color:#d5e8ff}.checkout-component .cart-component .cart-products .cart-product .details .bottom .cart-quantity button span{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:50%;left:50%}.checkout-component .cart-component .cart-products .cart-product .details .bottom .cart-quantity input{display:flex;width:80px;text-align:center;padding:5px 10px 5px 5px;font-weight:700;line-height:1;-webkit-appearance:none;border-radius:0;border:none;background:transparent}.checkout-component .cart-component .cart-products .cart-product .details .bottom .cart-quantity input:focus{border:none;outline:none}.checkout-component .cart-component .cart-products .cart-product .details .bottom .price{display:flex;font-size:19px;font-weight:700;white-space:nowrap;margin-left:10px}.checkout-component .cart-component .footer{margin-top:auto;display:flex;flex-direction:column;padding:20px;box-shadow:0 0 39px rgba(0,0,0,.23);background-color:#fff}.checkout-component .cart-component .footer .top{display:flex;justify-content:space-between}.checkout-component .cart-component .footer .top .delivery{display:flex;align-items:center;font-size:12px}.checkout-component .cart-component .footer .top .delivery img{margin-right:10px}.checkout-component .cart-component .footer .top .total{font-weight:700;color:#2a2a2f}.checkout-component .cart-component .footer .bottom{display:flex;align-items:center;justify-content:space-between}.checkout-component .cart-component .footer .bottom .total{font-weight:700}.checkout-component .cart-component .footer .bottom .value{font-weight:700;font-size:22px}.checkout-component .cart-component .footer .actions{display:flex;margin-top:20px}.checkout-component .cart-component .footer .actions button{width:100%}.checkout-component .checkout-stages-component{display:flex;flex-direction:column;background-color:#fff;width:650px;height:100%;transition:all .3s ease-out 0s;transform:translateX(100%);position:fixed;z-index:100;top:0;bottom:0;right:0;overflow-y:auto}@media screen and (max-width:1199px){.checkout-component .checkout-stages-component{width:calc(100% - 400px);transform:translateX(calc(100% + 400px));left:0}}@media screen and (max-width:991px){.checkout-component .checkout-stages-component{width:calc(100% - 320px);transform:translateX(calc(100% + 320px))}}@media screen and (max-width:767px){.checkout-component .checkout-stages-component{width:100%;z-index:103}}.checkout-component .checkout-stages-component .head{display:flex;align-items:center;padding:20px 30px 20px 20px;justify-content:space-between}.checkout-component .checkout-stages-component .head .title{font-size:24px;font-weight:300}@media screen and (max-width:767px){.checkout-component .checkout-stages-component .head .title{font-size:18px}}.checkout-component .checkout-stages-component .head .hide-button{width:16px;height:16px;padding:0;font-size:0;line-height:0;border:none;cursor:pointer;background-color:transparent;background-image:url(/catalog/view/theme/default/image/icon-angle-right.svg);background-repeat:no-repeat;background-size:contain;background-position:50%}.checkout-component .checkout-stages-component .stages{display:flex;flex-direction:column}.checkout-component .checkout-stages-component .stages .stages-navigation{display:flex;justify-content:space-between;background:#f9f9f9;padding:12px 20px}@media screen and (max-width:991px){.checkout-component .checkout-stages-component .stages .stages-navigation{padding:10px 15px}}@media screen and (max-width:767px){.checkout-component .checkout-stages-component .stages .stages-navigation{flex-direction:column}}.checkout-component .checkout-stages-component .stages .stages-navigation button{flex:1;font-size:12px;position:relative;padding-left:45px}@media screen and (max-width:991px){.checkout-component .checkout-stages-component .stages .stages-navigation button{padding-left:35px;padding-right:5px;font-size:11px}}@media screen and (max-width:767px){.checkout-component .checkout-stages-component .stages .stages-navigation button{height:30px}}.checkout-component .checkout-stages-component .stages .stages-navigation button.active{background-color:#0071e3;color:#fff}.checkout-component .checkout-stages-component .stages .stages-navigation button.active span{background-color:#fff;color:#001f4e}.checkout-component .checkout-stages-component .stages .stages-navigation button span{background-color:#0071e3;color:#fff;width:30px;padding:5px;position:absolute;left:0;top:0;bottom:0;line-height:2}.checkout-component .checkout-stages-component .stages .stages-navigation button+button{margin-left:20px}@media screen and (max-width:991px){.checkout-component .checkout-stages-component .stages .stages-navigation button+button{margin-left:5px}}@media screen and (max-width:767px){.checkout-component .checkout-stages-component .stages .stages-navigation button+button{margin-left:0}}.checkout-component .checkout-stages-component .stages .stages-wrapper iframe{margin-bottom:15px}@media screen and (max-width:767px){.checkout-component .checkout-stages-component .stages .stages-wrapper iframe{height:150px}}.checkout-component .checkout-stages-component .stages .stages-wrapper .title{font-weight:300;font-size:24px;text-align:center;margin:20px auto}@media screen and (max-width:767px){.checkout-component .checkout-stages-component .stages .stages-wrapper .title{font-size:18px;margin:10px auto}}.checkout-component .checkout-stages-component .stages .stages-wrapper .form-wrapper{max-width:350px;margin:0 auto}.checkout-component .checkout-stages-component .stages .stages-wrapper .delivery-information{padding:0 0 10px}.checkout-component .checkout-stages-component .stages .stages-wrapper .delivery-information strong{font-weight:700}.checkout-component .checkout-stages-component .stages .stages-wrapper .delivery-information span{color:#0071e3}.checkout-component .checkout-stages-component .stages .stages-wrapper .delivery-information .schedule{margin:10px 0;display:flex}.checkout-component .checkout-stages-component .stages .stages-wrapper .delivery-information .schedule table{font-size:12px;margin-bottom:10px}@media screen and (max-width:767px){.checkout-component .checkout-stages-component .stages .stages-wrapper .delivery-information .schedule table{font-size:11px;padding-bottom:5px}}.checkout-component .checkout-stages-component .stages .stages-wrapper .delivery-information .schedule table tbody tr td{padding:2px}.checkout-component .checkout-stages-component .stages .stages-wrapper .delivery-information .schedule ul+ul{margin-left:15px}.checkout-component .checkout-stages-component .stages .stages-wrapper .delivery-information .schedule ul li{list-style:none}.checkout-component .checkout-stages-component .stages .stages-wrapper .payment-container{display:flex;flex-direction:column;justify-content:center}.checkout-component .checkout-stages-component .stages .stages-wrapper .payment-container form{text-align:center}.checkout-component .checkout-stages-component .stages .stages-wrapper .payment-container .checkout-confirm-payment-detail{display:flex;flex-direction:column;justify-content:center;padding:20px;width:100%;max-width:480px;margin:0 auto}.checkout-component .checkout-stages-component .stages .stages-wrapper .payment-container>.btn-common{display:flex;justify-self:center;text-align:center;max-width:320px;margin:20px auto}.checkout-confirmation{display:flex;flex-direction:column;margin-top:20px}.checkout-confirmation>div{display:flex;flex-direction:column;justify-content:space-between}.checkout-confirmation>div.left-side{text-align:center}.checkout-confirmation>div.left-side .icon-wrapper{position:relative;display:inline-block;width:-webkit-min-content;width:-moz-min-content;width:min-content;margin-left:auto;margin-right:auto}.checkout-confirmation>div.left-side .icon-wrapper .fa-shopping-basket{color:#ddd;font-size:60px}.checkout-confirmation>div.left-side .icon-wrapper .fa-check{font-size:35px;line-height:.7;color:#0071e3;position:absolute;right:-15px;bottom:-5px}.checkout-confirmation>div.left-side .titles{text-transform:uppercase;font-weight:700;margin:0 0 20px}.checkout-confirmation>div.left-side .titles .title{font-size:30px;margin:0 0 10px}.checkout-confirmation>div.left-side .titles .subtitle{font-size:18px}.checkout-confirmation>div.left-side .actions{text-align:right}.checkout-confirmation>div.right-side .payment-comment{margin-top:30px}.checkout-confirmation>div.right-side .payment-comment textarea{resize:none;padding:5px}.checkout-confirmation>div.right-side .novaposhta-shipping{margin-top:15px}.checkout-confirmation>div.right-side .novaposhta-shipping img{width:100%}.checkout-confirmation>div.right-side .novaposhta-shipping ul li strong{font-weight:700;color:#2a2a2f}.checkout-confirmation>div.right-side .section-subtitle{display:flex;padding:0 20px 20px}.checkout-confirmation>div.right-side .section-subtitle span{color:#0071e3;font-weight:700}.checkout-confirmation>div.right-side .order-details{display:flex;flex-direction:column;padding:0 20px}.checkout-confirmation>div.right-side .order-details .order-detail-row{display:flex;justify-content:space-between}.checkout-confirmation>div.right-side .order-details .order-detail-row+.order-detail-row{margin-top:55px}.checkout-confirmation>div.right-side .order-details .order-detail-row .order-detail-column{max-width:220px}.checkout-confirmation>div.right-side .order-details .order-detail-row .order-detail-column+.order-detail-column{text-align:right}.checkout-confirmation>div.right-side .order-details .order-detail-row .order-detail-column .column-title{font-weight:700;font-size:14px;color:#2a2a2f;margin:0 0 15px}.checkout-confirmation>div.right-side .order-details .order-detail-row .order-detail-column ul li{list-style:none;color:#2a2a2f}.checkout-confirmation>div.right-side .order-details .order-detail-row .order-detail-column ul li.subtitle{text-transform:uppercase;color:#0071e3;font-size:14px;font-weight:700}.checkout-confirmation>div.right-side .order-details .order-detail-row .order-detail-column ul li+li{margin-top:5px}.checkout-confirmation>div.right-side .order-details .order-detail-row .order-detail-column ul li span{color:#000;font-weight:500;display:inline-block;margin-right:5px}.checkout-confirmation>div.right-side .order-details .order-detail-row .order-detail-column ul.order-cart-totals{margin-bottom:30px}.checkout-confirmation>div.right-side .order-details .order-detail-row .order-detail-column ul.order-cart-totals li{color:#000;white-space:nowrap}.checkout-confirmation>div.right-side .order-details .order-detail-row .order-detail-column ul.order-cart-totals li span{color:#2a2a2f}.checkout-confirmation>div.right-side .order-details .order-detail-row .order-detail-column ul.order-cart-totals li.total{margin-top:40px;color:#0071e3;text-transform:uppercase;font-size:15px;font-weight:700}.checkout-confirmation>div.right-side .order-details .order-detail-row .order-detail-column ul.order-cart-totals li.total span{font-weight:700;color:#2a2a2f}.checkout-confirmation>div.right-side .actions{display:flex;flex-direction:column;width:100%}.main-header{display:flex;flex-direction:column}@media screen and (max-width:767px){.main-header .container{width:100%}}.main-header .top-wrapper{background:#001f4e}.main-header .top-wrapper *{color:#fff}.main-header .top{display:flex;justify-content:space-between;padding:15px 0;align-items:center;width:100%}@media screen and (max-width:991px){.main-header .top{flex-direction:column}}@media screen and (max-width:767px){.main-header .top{white-space:nowrap;padding:10px 0}}.main-header .top a{font-size:13px;color:#000;display:flex;align-items:center;outline:none}@media screen and (max-width:767px){.main-header .top a{font-size:11px}}@media screen and (max-width:479px){.main-header .top a{font-size:10px}}.main-header .top a img{margin-right:12px;height:20px}@media screen and (max-width:767px){.main-header .top a img{height:15px;margin-right:5px}}.main-header .top>div{display:flex;align-items:center}@media screen and (max-width:991px){.main-header .top>div.left{margin-bottom:12px;width:100%;justify-content:space-between;overflow:hidden}}.main-header .top>div.left a+a{margin-left:45px}@media screen and (max-width:991px){.main-header .top>div.left a+a{margin-left:12px}}@media screen and (max-width:767px){.main-header .top>div.left a+a{display:flex;flex-direction:row-reverse}.main-header .top>div.left a+a img{margin:0 0 0 5px}}@media screen and (max-width:991px){.main-header .top>div.right{width:100%;justify-content:space-between}}.main-header .top>div .head-language{border-left:1px solid #ddd;border-right:1px solid #ddd;padding:0 13px;margin-left:13px}@media screen and (max-width:767px){.main-header .top>div .head-language{white-space:nowrap;padding:0 5px}}.main-header .top>div .head-language .language-select{font-size:12px;padding:0;background-color:transparent;border:none;text-transform:uppercase}@media screen and (max-width:767px){.main-header .top>div .head-language .language-select{font-size:11px}}@media screen and (max-width:479px){.main-header .top>div .head-language .language-select{font-size:10px}}.main-header .top>div .head-language .language-select.active{color:#ffa900}.main-header .middle{display:flex;padding:30px 0;justify-content:space-between;align-items:center;width:100%}@media screen and (max-width:767px){.main-header .middle{flex-direction:column-reverse;padding:15px 0}}.main-header .middle>a{margin-right:15px}@media screen and (max-width:767px){.main-header .middle>a{display:none}}.main-header .middle .logo-title{font-size:14px;color:#001f4e;font-weight:700;white-space:nowrap;margin-left:3px}@media screen and (max-width:991px){.main-header .middle .logo-title{font-size:12px}}@media screen and (max-width:479px){.main-header .middle .logo-title{font-size:9px}}.main-header .middle .head-search{display:flex;align-items:center;max-width:615px;width:100%;position:relative;border-radius:0;box-shadow:none}@media screen and (max-width:767px){.main-header .middle .head-search{margin:15px auto;max-width:none;margin-bottom:0}}.main-header .middle .head-search.open button{background-color:transparent;border-color:transparent}.main-header .middle .head-search.open button svg path{fill:#0071e3}.main-header .middle .head-search input{border:1px solid #0071e3;padding:8px 15px 9px;flex:1;font-size:15px;line-height:1;outline:none;-webkit-appearance:none;border-radius:0}@media screen and (max-width:767px){.main-header .middle .head-search input{font-size:16px}}.main-header .middle .head-search input::-webkit-input-placeholder{color:#a0a0a0}.main-header .middle .head-search input::-moz-placeholder{color:#a0a0a0}.main-header .middle .head-search input:-ms-input-placeholder{color:#a0a0a0}.main-header .middle .head-search input::-ms-input-placeholder{color:#a0a0a0}.main-header .middle .head-search input::placeholder{color:#a0a0a0}.main-header .middle .head-search button{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#0071e3;border:1px solid #0071e3;display:flex;align-items:center;justify-content:center;width:64px;height:38px;position:absolute;right:0;top:0;bottom:0}@media screen and (max-width:767px){.main-header .middle .head-search button{height:100%}}.main-header .middle .right-side{display:flex;align-items:center}.main-header .middle .right-side>div{display:flex;align-items:center;margin-left:35px}@media screen and (max-width:767px){.main-header .middle .right-side>div{margin-left:15px}}@media screen and (max-width:991px){.main-header .middle .right-side{margin:0;flex:1;width:100%;justify-content:space-between}}.main-header .middle .right-side .logo-mobile{display:none}@media screen and (max-width:767px){.main-header .middle .right-side .logo-mobile{display:initial}}@media screen and (max-width:479px){.main-header .middle .right-side .logo-mobile img{width:100px}}.main-header .middle .right-side .mobile-burger{margin-left:30px}@media screen and (max-width:479px){.main-header .middle .right-side .mobile-burger{margin-left:15px}}.main-header .middle .right-side .action{padding:0;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;position:relative;outline:none}.main-header .middle .right-side .action+.action{margin-left:35px}@media screen and (max-width:991px){.main-header .middle .right-side .action+.action{margin-left:25px}}@media screen and (max-width:479px){.main-header .middle .right-side .action+.action{margin-right:15px}}.main-header .middle .right-side .action span{background-color:#0071e3;color:#fff;width:21px;height:21px;display:flex;align-items:center;justify-content:center;line-height:1;font-size:12px;font-weight:700;border-radius:50%;position:absolute;transform:translateX(50%) translateY(50%)}.main-header .middle .right-side .head-cart-total{margin-left:35px;white-space:nowrap;font-weight:700;font-size:15px;line-height:1}@media screen and (max-width:991px){.main-header .middle .right-side .head-cart-total{margin-left:12px}}@media screen and (max-width:479px){.main-header .middle .right-side .head-cart-total{display:none}}.main-header>.bottom{display:flex;align-items:center;width:100%}@media screen and (max-width:767px){.main-header>.bottom{position:fixed;left:0;top:0;width:85%;bottom:0;z-index:1041;background-color:rgba(0,0,0,.7);align-items:start;display:none;transform:translateX(-100%);overflow-y:auto}.main-header>.bottom.active{display:flex;-webkit-animation:transformRight .3s linear 0s forwards,backwards;animation:transformRight .3s linear 0s forwards,backwards;background-color:#fff}}@-webkit-keyframes transformRight{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes transformRight{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.main-header>.bottom nav{display:flex;background:linear-gradient(90deg,#001f4e 19.77%,#0071e3 79.64%),#001f4e;width:100%}@media screen and (max-width:767px){.main-header>.bottom nav{padding:15px 0;background:#fff;height:100%;flex-direction:column;align-items:start}}.main-header>.bottom nav .container{position:relative}@media screen and (max-width:767px){.main-header>.bottom nav .container{width:100%}}.main-header>.bottom nav ul{display:flex;width:100%;justify-content:space-between;align-items:center;font-size:0}@media screen and (max-width:767px){.main-header>.bottom nav ul{flex-direction:column;align-items:start}}.main-header>.bottom nav ul li{list-style:none;padding:15px}@media screen and (max-width:991px){.main-header>.bottom nav ul li{padding:15px 10px}}.main-header>.bottom nav ul li a{color:#fff;font-size:14px;line-height:1;text-transform:uppercase}@media screen and (max-width:991px){.main-header>.bottom nav ul li a{font-size:12px}}@media screen and (max-width:767px){.main-header>.bottom nav ul li a{color:#001f4e;font-weight:700}}.common-home{position:relative}.common-home section{z-index:1}.header-catalog-list{display:flex;flex-direction:column;background-color:#f4bf00;padding:15px}@media screen and (max-width:767px){.header-catalog-list{width:100%;background-color:transparent}.header-catalog-list>a{margin-bottom:15px;color:#000}.header-catalog-list>a>div{color:#000}}.header-catalog-list:hover .header-catalog-list-menu{display:flex}.header-catalog-list .close-button{display:none;border:none;padding:5px;background-color:transparent;margin-left:auto}@media screen and (max-width:767px){.header-catalog-list .close-button{display:inline-flex}}.header-catalog-list a{display:flex;align-items:center}.header-catalog-list a i{margin-right:10px}.header-catalog-list-menu{background-color:#fff;display:none;flex-wrap:wrap;position:absolute;top:44px;max-width:1200px;left:15px;right:0;z-index:300;padding:10px;background-image:url(/images/lion-bg.svg?39584400fb9dc15b0d186d8a1304f4d0);background-size:cover;background-position:top;background-repeat:no-repeat;box-shadow:0 1px 1px 0 rgba(66,66,66,.08),0 1px 3px 1px rgba(66,66,66,.16)}@media screen and (max-width:767px){.header-catalog-list-menu{position:static;display:flex}}.header-catalog-list-menu .item{width:16.6666%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}@media screen and (max-width:767px){.header-catalog-list-menu .item{width:50%;flex-direction:row}}.header-catalog-list-menu .item:after{content:"";display:block;position:relative;padding:0 0 100%;z-index:-1}@media screen and (max-width:767px){.header-catalog-list-menu .item:after{display:none}}.header-catalog-list-menu .item .inner{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}@media screen and (max-width:767px){.header-catalog-list-menu .item .inner{position:static;transform:none}}.header-catalog-list-menu .item .inner .top svg{width:auto;height:35px;margin:0 auto;display:flex}.header-catalog-list-menu .item .inner .bottom{display:flex;align-items:center;justify-content:center}.header-catalog-list-menu .item .inner .bottom .category-name{color:#001f4e;text-transform:uppercase;font-weight:700;white-space:nowrap}.section-your-choice-cards{display:flex;flex-direction:column;margin-top:60px}@media screen and (max-width:767px){.section-your-choice-cards{margin-top:15px}}.section-your-choice-cards .section-your-choice-cards-row{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}@media screen and (max-width:767px){.section-your-choice-cards .section-your-choice-cards-row{margin-left:0;margin-right:0}}.section-your-choice-cards .section-your-choice-cards-column{position:relative;display:flex;width:100%}.section-your-choice-cards .section-your-choice-cards-column.column{width:100%}.section-your-choice-cards .section-your-choice-cards-column.column:after{padding:0 0 20%}@media screen and (max-width:991px){.section-your-choice-cards .section-your-choice-cards-column.column:after{padding:0 0 25%}}.section-your-choice-cards .section-your-choice-cards-column.column-6{width:50%}.section-your-choice-cards .section-your-choice-cards-column.column-6:after{padding:0 0 40%}.section-your-choice-cards .section-your-choice-cards-column.column-4{width:33.33%}.section-your-choice-cards .section-your-choice-cards-column.column-4:after{padding:0 0 60%}.section-your-choice-cards .section-your-choice-cards-column:after{content:"";display:block;position:relative;padding:0 0 100%;z-index:-1}.section-your-choice-cards .section-your-choice-cards-column .inner{position:absolute;top:10px;bottom:10px;left:10px;right:10px;background-color:#f9f9f9;color:inherit;padding:20px}@media screen and (max-width:767px){.section-your-choice-cards .section-your-choice-cards-column .inner{position:static;margin:0 15px;background-color:transparent;padding:15px 0}}.section-your-choice-cards .section-your-choice-cards-column .inner .img-container{position:absolute;top:0;left:0;right:0;bottom:0;background-size:contain;background-position:100%;background-repeat:no-repeat;z-index:0;transition:all .3s ease-out 0s}@media screen and (max-width:767px){.section-your-choice-cards .section-your-choice-cards-column .inner .img-container{opacity:.3}}.section-your-choice-cards .section-your-choice-cards-column .inner .content-block{position:relative;z-index:1}.section-your-choice-cards .section-your-choice-cards-column .inner .content-block .section-title{text-align:left;padding:0}@media screen and (max-width:767px){.section-your-choice-cards .section-your-choice-cards-column .inner .content-block .section-title{font-size:18px}}.section-your-choice-cards .section-your-choice-cards-column .inner .content-block .title{font-size:20px;font-weight:700;text-transform:uppercase;margin-bottom:15px}@media screen and (max-width:767px){.section-your-choice-cards .section-your-choice-cards-column .inner .content-block .title{font-size:12px}}.section-your-choice-cards .section-your-choice-cards-column .inner .content-block .subtitle{text-transform:uppercase;margin-bottom:10px}@media screen and (max-width:767px){.section-your-choice-cards .section-your-choice-cards-column .inner .content-block .subtitle{font-size:12px}}.section-your-choice-cards .section-your-choice-cards-column .inner .content-block .card-icons{display:flex;align-items:center;margin-bottom:15px}.section-your-choice-cards .section-your-choice-cards-column .inner .content-block .card-icons img{height:35px;margin:5px}.section-your-choice-cards .section-your-choice-cards-column .inner .content-block button{font-weight:400}.section-your-choice-cards .section-your-choice-cards-column .inner.gaming:after{content:"";position:absolute;display:block;right:0;left:0;height:20%;bottom:0;background:linear-gradient(180deg,hsla(0,0%,100%,0),#c7c7c7 85%,#c7c7c7 96%)}.section-your-choice-cards .section-your-choice-cards-column .inner.gaming:hover .img-container{background-position:100%}.section-your-choice-cards .section-your-choice-cards-column .inner.gaming .img-container{background-position:bottom -80px right}.section-your-choice-cards .section-your-choice-cards-column .inner.design-animation{text-align:right}.section-your-choice-cards .section-your-choice-cards-column .inner.design-animation:after{content:"";position:absolute;display:block;right:0;left:0;height:20%;bottom:0;background:linear-gradient(180deg,hsla(0,0%,100%,0),#c7c7c7 85%,#c7c7c7 96%)}.section-your-choice-cards .section-your-choice-cards-column .inner.design-animation:hover .img-container{background-position:0}.section-your-choice-cards .section-your-choice-cards-column .inner.design-animation .img-container{background-position:center left -100px}.section-your-choice-cards .section-your-choice-cards-column .inner.design-animation .content-block .card-icons{justify-content:flex-end}.section-your-choice-cards .section-your-choice-cards-column .inner.rendering:after{content:"";position:absolute;display:block;right:0;left:0;height:20%;bottom:0;background:linear-gradient(180deg,hsla(0,0%,100%,0),#c7c7c7 85%,#c7c7c7 96%)}.section-your-choice-cards .section-your-choice-cards-column .inner.rendering:hover .img-container{background-position:100%}.section-your-choice-cards .section-your-choice-cards-column .inner.rendering .img-container{background-position:bottom -50px right}.section-your-choice-cards .section-your-choice-cards-column .inner.engineering:after{content:"";position:absolute;display:block;right:0;left:0;height:20%;bottom:0;background:linear-gradient(180deg,hsla(0,0%,100%,0),#c7c7c7 85%,#c7c7c7 96%)}.section-your-choice-cards .section-your-choice-cards-column .inner.engineering:hover .img-container{background-position:100%}.section-your-choice-cards .section-your-choice-cards-column .inner.engineering .img-container{background-position:center right -100px}.section-your-choice-cards .section-your-choice-cards-column .inner.video-mount:after{content:"";position:absolute;display:block;right:0;width:20%;top:0;bottom:0;background:linear-gradient(90deg,hsla(0,0%,100%,0),#c7c7c7 85%,#c7c7c7 96%)}.section-your-choice-cards .section-your-choice-cards-column .inner.video-mount:hover .img-container{background-position:100%}.section-your-choice-cards .section-your-choice-cards-column .inner.video-mount .img-container{background-position:bottom -130px right}.section-your-choice-cards .section-your-choice-cards-column .inner.photo{text-align:right}.section-your-choice-cards .section-your-choice-cards-column .inner.photo:after{content:"";position:absolute;display:block;left:0;width:20%;top:0;bottom:0;background:linear-gradient(90deg,#c7c7c7,#c7c7c7 6%,hsla(0,0%,100%,0))}.section-your-choice-cards .section-your-choice-cards-column .inner.photo:hover .img-container{background-position:bottom -10px left -10px}.section-your-choice-cards .section-your-choice-cards-column .inner.photo .img-container{background-position:bottom -100px left -50px}.section-your-choice-cards .section-your-choice-cards-column .inner.photo .content-block .card-icons{justify-content:flex-end}.section-your-choice-cards .section-your-choice-cards-column .inner.graphic-design{text-align:right}.section-your-choice-cards .section-your-choice-cards-column .inner.graphic-design:after{content:"";position:absolute;display:block;left:0;width:20%;top:0;bottom:0;background:linear-gradient(90deg,#c7c7c7,#c7c7c7 6%,hsla(0,0%,100%,0))}.section-your-choice-cards .section-your-choice-cards-column .inner.graphic-design:hover .img-container{background-position:bottom -30px left}.section-your-choice-cards .section-your-choice-cards-column .inner.graphic-design .img-container{background-position:bottom -100px left -50px}.section-your-choice-cards .section-your-choice-cards-column .inner.graphic-design .content-block .card-icons{justify-content:flex-end}.section-slide-show{margin-top:15px;position:relative}@media screen and (max-width:767px){.section-slide-show{margin-top:0;margin-left:-15px;margin-right:-15px}}.section-slide-show .owl-carousel .item{position:relative}.section-slide-show .owl-carousel .item video{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);z-index:1}.section-slide-show .owl-carousel .item .img-container{position:relative;background-position:top;background-size:cover;background-repeat:no-repeat}.section-slide-show .owl-carousel .item .img-container:after{content:"";display:block;position:relative;padding:0 0 32.5%;z-index:-1}@media screen and (max-width:1199px){.section-slide-show .owl-carousel .item .img-container:after{padding:0 0 30%}}@media screen and (max-width:991px){.section-slide-show .owl-carousel .item .img-container:after{padding:0 0 35%}}@media screen and (max-width:767px){.section-slide-show .owl-carousel .item .img-container:after{padding:0 0 104%}}.section-slide-show .owl-carousel .item .slide-content{position:absolute;left:calc(50% + 15px);top:50%;transform:translateX(-50%) translateY(-50%);color:#fff;background:linear-gradient(90deg,#337ab7,#337ab7 2%,hsla(0,0%,100%,0) 68%);padding:30px 70px;margin:35px;z-index:2}@media screen and (max-width:1199px){.section-slide-show .owl-carousel .item .slide-content{top:35%}}@media screen and (max-width:767px){.section-slide-show .owl-carousel .item .slide-content{left:15px;top:50%;transform:translateY(-50%);margin:0;padding:30px 20px}}.section-slide-show .owl-carousel .item .slide-content .title{font-size:36px;line-height:1.2;font-weight:300;letter-spacing:2px}@media screen and (max-width:1199px){.section-slide-show .owl-carousel .item .slide-content .title{font-size:30px}}@media screen and (max-width:991px){.section-slide-show .owl-carousel .item .slide-content .title{font-size:24px}}@media screen and (max-width:767px){.section-slide-show .owl-carousel .item .slide-content .title{font-weight:500;font-size:24px;line-height:29px;letter-spacing:normal;text-transform:uppercase;margin-bottom:20px}}@media screen and (max-width:374px){.section-slide-show .owl-carousel .item .slide-content .title{font-size:20px}}.section-slide-show .owl-carousel .item .slide-content .subtitle{font-size:36px;font-weight:700}@media screen and (max-width:1199px){.section-slide-show .owl-carousel .item .slide-content .subtitle{font-size:30px}}@media screen and (max-width:991px){.section-slide-show .owl-carousel .item .slide-content .subtitle{font-size:24px}}@media screen and (max-width:767px){.section-slide-show .owl-carousel .item .slide-content .subtitle{font-weight:500;font-size:12px;line-height:15px}}.section-slide-show .owl-carousel .item .slide-content a{display:inline-block;margin-top:30px;color:#001f4e;font-weight:700;font-size:15px;padding-left:30px;padding-right:30px;position:relative;z-index:1}@media screen and (max-width:1199px){.section-slide-show .owl-carousel .item .slide-content a{font-size:14px}}@media screen and (max-width:991px){.section-slide-show .owl-carousel .item .slide-content a{font-size:12px}}@media screen and (max-width:479px){.section-slide-show .owl-carousel .item .slide-content a{font-size:11px}}.section-slide-show .owl-carousel .owl-dots{display:flex;width:100%;align-items:center;justify-content:center;margin:0 auto;position:absolute;bottom:28px}.section-slide-show .owl-carousel .owl-dots button+button{margin-left:12px}@media screen and (max-width:767px){.section-slide-show .owl-carousel .owl-dots button+button{margin-left:20px}}.section-slide-show .owl-carousel .owl-dots button.owl-dot{width:15px;height:15px;background-color:#fff;border-radius:50%;outline:none;transition:all .3s ease-out 0s;border:1px solid #f8f8f8;position:relative}@media screen and (max-width:767px){.section-slide-show .owl-carousel .owl-dots button.owl-dot{width:10px;height:10px}}.section-slide-show .owl-carousel .owl-dots button.owl-dot:after{content:"";z-index:1;display:block;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);background-color:#0071e3;width:1.2px;height:1.2px}.section-slide-show .owl-carousel .owl-dots button.owl-dot.active,.section-slide-show .owl-carousel .owl-dots button.owl-dot:focus{background-color:#0071e3;border-color:#fff}.section-slide-show .owl-carousel .owl-dots button.owl-dot.active:after,.section-slide-show .owl-carousel .owl-dots button.owl-dot:focus:after{background-color:#fff}.section-why-our-shop{display:flex;align-items:center;position:relative;margin-top:110px}@media screen and (max-width:767px){.section-why-our-shop{flex-wrap:wrap;margin-top:45px}}.section-why-our-shop .item{display:flex;flex:1;align-items:center;flex-direction:column}@media screen and (max-width:767px){.section-why-our-shop .item{width:50%;flex:initial;margin-bottom:25px}.section-why-our-shop .item:last-of-type{margin-bottom:0;width:100%}}.section-why-our-shop .item .right-side{text-align:center;flex:1;margin-top:20px}.section-why-our-shop .item .right-side .title{white-space:nowrap}@media screen and (max-width:991px){.section-why-our-shop .item .right-side .title{font-size:12px}}.section-gaming-configuration .cards{display:flex}@media screen and (max-width:767px){.section-gaming-configuration .cards{margin-top:15px}}@media screen and (max-width:479px){.section-gaming-configuration .cards{flex-direction:column}}.section-gaming-configuration .cards .card{position:relative;display:flex;flex:1;background-color:#0071e3;box-shadow:0 4px 39px rgba(0,0,0,.29);perspective:1000px}@media screen and (max-width:767px){.section-gaming-configuration .cards .card{box-shadow:none}}.section-gaming-configuration .cards .card:hover .img-container{transform:rotateX(7deg) translateY(-6px)}.section-gaming-configuration .cards .card:hover .img-container:after{transform:translateY(0)}.section-gaming-configuration .cards .card:before{display:block;content:"";position:absolute;top:5%;left:5%;width:90%;height:90%;background:rgba(0,0,0,.5);box-shadow:0 6px 12px 12px rgba(0,0,0,.4);will-change:opacity;transform-origin:top center;transform:skewX(.001deg);transition:transform .35s ease-in-out,opacity .5s ease-in-out}.section-gaming-configuration .cards .card:after{content:"";display:block;position:relative;padding:0 0 120%;z-index:-1}@media screen and (max-width:479px){.section-gaming-configuration .cards .card:after{padding:0 0 70%}}.section-gaming-configuration .cards .card:hover:before{opacity:.6;transform:rotateX(7deg) translateY(-6px) scale(1.05)}.section-gaming-configuration .cards .card .img-container{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;overflow:hidden;background-size:cover;perspective-origin:50% 50%;transform-style:preserve-3d;transform-origin:top center;will-change:transform;transform:skewX(.001deg);transition:transform .35s ease-in-out;right:0;bottom:0;background-position:50%;background-repeat:no-repeat}.section-gaming-configuration .cards .card .img-container:after{display:block;content:"";position:absolute;z-index:100;top:0;left:0;width:100%;height:120%;background:linear-gradient(226deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,.4) 35%,hsla(0,0%,100%,.2) 42%,hsla(0,0%,100%,0) 60%);transform:translateY(-20%);will-change:transform;transition:transform .65s cubic-bezier(.18,.9,.58,1)}@media screen and (max-width:767px){.section-gaming-configuration .cards .card .img-container:after{display:none}}.section-gaming-configuration .cards .card+.card{margin-left:10px}@media screen and (max-width:479px){.section-gaming-configuration .cards .card+.card{margin-left:0;margin-top:20px}}.section-gaming-configuration .cards .card:hover .card-gradient{background:linear-gradient(180deg,hsla(0,0%,76.9%,0) 57.81%,rgba(94,155,216,.535714) 80.21%,#0677e9)}.section-gaming-configuration .cards .card .card-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,hsla(0,0%,76.9%,0) 57.81%,rgba(68,68,68,.535714) 80.21%,#0c0c0c);transition:all .3s ease-out 0s;z-index:1}.section-gaming-configuration .cards .card:hover .card-labels .card-label{transform:translateX(0)}.section-gaming-configuration .cards .card .card-labels{position:absolute;top:0;left:0;width:90%}@media screen and (max-width:991px){.section-gaming-configuration .cards .card .card-labels{width:100%}}.section-gaming-configuration .cards .card .card-labels .card-label{background-color:#f4bf00;color:#fff;line-height:1;font-size:16px;font-weight:300;padding:8px;position:relative;transform:translateX(calc(-100% - 16px));width:100%}@media screen and (max-width:991px){.section-gaming-configuration .cards .card .card-labels .card-label{width:100%;transform:none;font-size:12px;padding:2px 8px;margin:6px 0}}@media screen and (max-width:479px){.section-gaming-configuration .cards .card .card-labels .card-label{font-size:16px}}.section-gaming-configuration .cards .card .card-labels .card-label:first-child{transition:all .2s ease-in 0s}.section-gaming-configuration .cards .card .card-labels .card-label:nth-child(2){transition:all .2s ease-in .1s}.section-gaming-configuration .cards .card .card-labels .card-label:nth-child(3){transition:all .2s ease-in .2s}.section-gaming-configuration .cards .card .card-labels .card-label:nth-child(4){transition:all .2s ease-in .3s}.section-gaming-configuration .cards .card .card-labels .card-label:nth-child(5){transition:all .2s ease-in .4s}.section-gaming-configuration .cards .card:hover .content .title{margin-bottom:15px}.section-gaming-configuration .cards .card:hover .content .description{display:initial;max-height:150px;opacity:1}.section-gaming-configuration .cards .card .content{position:absolute;bottom:0;left:0;right:0;color:#fff;z-index:1;padding:0 10px 15px}.section-gaming-configuration .cards .card .content .title{font-size:36px;font-weight:300}@media screen and (max-width:991px){.section-gaming-configuration .cards .card .content .title{font-size:24px}}.section-gaming-configuration .cards .card .content .description{overflow:hidden;transition:opacity .3s linear 0s;max-height:0;opacity:0}.section-home-new-on-site{display:flex;margin:50px auto 80px 0}.section-home-new-on-site .item{background-color:#f9f9f9;display:flex;flex:1;position:relative}.section-home-new-on-site .item+.item{margin-left:30px}.section-home-new-on-site .item:after{content:"";display:block;position:relative;padding:0 0 50%;z-index:-1}.section-home-new-on-site .item .left-side{position:relative;display:flex;height:100%;width:60%;left:0}.section-home-new-on-site .item .left-side .img-container{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-position:50%;background-repeat:no-repeat;background-size:auto;transition:all .3s linear 0s}.section-home-new-on-site .item .right-side{width:40%;position:absolute;top:50%;right:0;max-width:200px;transform:translateY(-50%);flex-direction:column}.section-home-new-on-site .item .right-side .title{font-size:20px;line-height:24px}.section-home-new-on-site .item .right-side>a{margin-top:30px}.section-home-new-on-site .item .right-side a{font-size:18px;font-weight:700;color:#001f4e;display:inline-block;position:relative;transition:all .3s ease-out 0s}.section-home-new-on-site .item .right-side a:hover:after{right:-20px;background-color:#0071e3}.section-home-new-on-site .item .right-side a:after{content:"❯";display:block;position:absolute;font-size:12px;line-height:17px;text-align:center;top:50%;transition:all .3s ease-out 0s;transform:translateY(-50%) translateX(100%);right:-12px;width:17px;height:17px;color:#fff;background-color:#001f4e;border-radius:50%}.section-home-new-on-site .item .right-side a:hover{color:#0071e3}.section-home-new-on-site .item .right-side .price-block{position:relative;margin-top:30px}.section-home-new-on-site .item .right-side .price-block .price-label{font-size:13px;font-weight:300;text-transform:uppercase}.section-home-new-on-site .item .right-side .price-block a{font-size:30px}.section-home-category{z-index:2}.section-home-category .section-category-header{position:relative;overflow:hidden}.section-home-category .section-category-header .img-container{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.section-home-category .section-category-header .img-container img{position:absolute;top:-50%}.section-home-category .section-category-header .header-content{text-align:center;padding:75px 0 40px;background:linear-gradient(180deg,#001f4e,hsla(0,0%,100%,0));position:relative}.section-home-category .section-category-header .header-content .title{font-size:64px;color:#fff;margin-bottom:20px}.section-home-category .section-category-header .header-content .head-label{background-color:#f4bf00;color:#fff;display:inline-block;font-size:24px;line-height:64px;padding:0 20px}.section-home-category .section-category-content{padding:90px 0 40px;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;z-index:2}.products-grid{display:flex;width:100%;position:relative;z-index:1}.products-grid+button{margin:40px auto 0;max-width:400px;width:100%;display:flex;text-align:center;justify-content:center}.products-grid .product-grid{display:flex;position:relative;margin:2px}.products-grid>.left-side{display:flex;flex:1;flex-wrap:wrap}.products-grid>.left-side .product-grid{width:calc(33.33% - 6px)}.products-grid>.right-side{display:flex;width:40%}.products-grid>.right-side .product-grid{width:100%}.product-card{background-color:#fff;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative;overflow:hidden;z-index:1}.product-card:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:linear-gradient(1turn,#70a9e1 -55.96%,rgba(212,229,246,.302083) 42.52%,hsla(0,0%,100%,0) 107.04%);background-position:center 1000px;background-repeat:no-repeat;transition:all .2s ease-out 0s;z-index:0}.product-card .card-filters{position:absolute;top:10px;right:10px;display:flex;align-items:center;z-index:2}.product-card .card-filters img{cursor:default;margin:5px}.product-card .card-filters div{font-size:11px;background-color:#f4bf00;padding:2px 8px;color:#fff;cursor:default;margin:5px}.product-card.full>.top{width:calc(100% - 80px)}.product-card.full>.middle .product-attributes{display:flex}.product-card:hover{position:absolute;height:auto;z-index:2;box-shadow:0 4px 39px rgba(0,0,0,.29)}.product-card:hover:after{background-position:center 0}.product-card:hover>.middle .fps-bar,.product-card:hover>.middle .product-attributes{display:flex}.product-card .fps-bars{display:flex;align-items:center;justify-content:center}.product-card .fps-bars .fps-bar{display:flex;flex-direction:column}.product-card .fps-bars .fps-bar .fps-label{font-size:11px}.product-card .fps-bars .fps-bar .fps-label span{font-size:12px}.product-card .fps-bars .fps-bar .custom-label{font-size:10px;margin-top:5px}.product-card>.top{position:relative;margin-top:20px;width:calc(100% - 40px);z-index:1;overflow:hidden}.product-card>.top:after{content:"";display:block;position:relative;padding:0 0 100%;z-index:-1}.product-card>.top img{position:absolute;width:auto;height:100%;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);transition:opacity .3s ease-out 0s}.product-card>.top img.active{opacity:1;z-index:1}.product-card>.top video{position:absolute;width:auto;height:100%;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);border:none;border-radius:0;outline:none}.product-card>.top video.active{opacity:1}.product-card>.middle{display:flex;width:100%;padding:10px 10px 0;z-index:1;position:relative;flex-direction:column}.product-card>.middle .middle-head{display:flex;align-items:center;flex-direction:column}.product-card>.middle .rating{display:flex;align-items:center;margin-bottom:10px}.product-card>.middle .rating span{width:12px;height:12px;line-height:1}.product-card>.middle .rating span+span{margin-left:4px}.product-card>.middle .rating span i{font-size:inherit;color:#f4bf00}.product-card>.middle .product-name{font-size:15px;line-height:18px;color:#001f4e;font-weight:700;text-align:center;margin-bottom:0;max-width:500px}.product-card>.middle .product-attributes{padding:20px 0 0;overflow:hidden;display:none;flex-wrap:wrap;flex-direction:column}.product-card>.middle .product-attributes>div{display:flex;align-items:center}.product-card>.middle .product-attributes>div+div{margin-top:5px}.product-card>.middle .product-attributes>div .left-side{display:flex;align-items:center;width:20px;margin-right:5px}.product-card>.middle .product-attributes>div .left-side svg{width:20px}.product-card>.middle .product-attributes>div .left-side .img-container{position:relative;width:25px;background-position:50%;background-repeat:no-repeat;background-size:contain}.product-card>.middle .product-attributes>div .left-side .img-container:after{content:"";display:block;position:relative;padding:0 0 100%;z-index:-1}.product-card>.middle .product-attributes>div .right-side{font-size:12px;line-height:16px;color:#001f4e;display:flex;align-items:center;justify-content:space-between;flex:1}.product-card>.middle .product-attributes>div .right-side .name{font-size:11px;display:flex;flex:1;white-space:nowrap}.product-card>.middle .product-attributes>div .right-side .value{display:flex;flex:1;font-size:11px;font-weight:700;text-align:left;white-space:nowrap}@media screen and (max-width:767px){.product-card>.middle .product-attributes>div .right-side .value{justify-content:space-around}}.product-card>.middle .prices{margin:20px auto;display:flex;white-space:nowrap;font-size:18px;line-height:18px;font-weight:700;color:#001f4e;text-align:center}.product-card>.middle .prices .special-price{color:#f4bf00}.product-card>.middle .prices .special-price+.regular-price{font-size:16px;margin-left:10px;text-decoration:line-through}.product-card.list,.product-card.smallList{flex-direction:row;justify-content:space-between;padding:15px}@media screen and (max-width:767px){.product-card.list,.product-card.smallList{flex-direction:column}}.product-card.list .card-filters,.product-card.smallList .card-filters{top:auto;bottom:10px;flex-direction:column}.product-card.list:hover,.product-card.smallList:hover{position:static}.product-card.list>.top,.product-card.smallList>.top{margin:0;width:200px;display:block}@media screen and (max-width:767px){.product-card.list>.top,.product-card.smallList>.top{width:100%}}.product-card.list>.middle,.product-card.smallList>.middle{width:auto;padding:0 15px;flex:1;position:static}@media screen and (max-width:767px){.product-card.list>.middle,.product-card.smallList>.middle{width:100%}}.product-card.list>.middle .middle-head,.product-card.smallList>.middle .middle-head{justify-content:flex-start;align-items:end}@media screen and (max-width:767px){.product-card.list>.middle .middle-head,.product-card.smallList>.middle .middle-head{justify-content:center;align-items:center}}.product-card.list>.middle .fps-bars,.product-card.smallList>.middle .fps-bars{display:flex;justify-content:end}@media screen and (max-width:767px){.product-card.list>.middle .fps-bars,.product-card.smallList>.middle .fps-bars{justify-content:center;align-items:center}}.product-card.list>.middle .product-attributes,.product-card.smallList>.middle .product-attributes{display:flex;max-width:300px;margin:0 auto}.product-card.list>.middle .prices,.product-card.smallList>.middle .prices{position:absolute;top:0;right:15px;background-color:#fff;padding:2px 5px}.fps-bar{align-items:center;padding-top:10px}.fps-bar .outer{display:inline-flex;width:80px;height:8px;position:relative}.fps-bar .outer .line{position:absolute;width:2px;height:12px;background-color:#001f4e;top:50%;transform:translateY(-50%);left:20%;z-index:1;right:auto}.fps-bar .outer .inner{position:absolute;top:0;bottom:0;left:0;width:100%;right:auto;background:linear-gradient(127deg,red,#dbb828 49%,#39b909)}.fps-bar .fps-label{line-height:1;font-weight:700;font-size:12px;color:#001f4e;margin-left:10px;display:flex;align-items:center;position:relative}.fps-bar .fps-label .images{position:absolute;top:50%;transform:translateY(-50%) translateX(-100%);padding-right:5px;z-index:1;display:flex;align-items:center}.fps-bar .fps-label span{color:#f4bf00;font-size:16px;margin-right:5px}.fps-bar .fps-label span.low{color:red}.fps-bar .fps-label span.middle{color:#dbb828}.fps-bar .fps-label span.high{color:#39b909}.fps-bar .fps-label span.highest{color:#0071e3}.fps-bar .fps-label span.top{color:#574e92}.fps-bar .custom-label{margin-left:5px}.section-footer{display:flex;position:relative;flex-direction:column;background-color:#f9f9f9}.section-footer:before{content:"";display:block;position:relative;width:100%;padding:0 0 2%;top:0;background-color:#0071e3}.section-footer .inner{padding:60px 0 65px;display:flex;align-items:flex-start;justify-content:space-between}@media screen and (max-width:767px){.section-footer .inner{flex-direction:column;align-items:center;text-align:center;padding:30px 0}}.section-footer .inner .footer-text{color:#001f4e;margin-bottom:15px}.section-footer .inner .left-side{display:flex;flex-direction:column;margin-right:150px}@media screen and (max-width:991px){.section-footer .inner .left-side{margin-right:100px}}@media screen and (max-width:767px){.section-footer .inner .left-side,.section-footer .inner .left-side img{margin:0 auto}}.section-footer .inner .left-side .address{display:flex;align-items:center;margin-top:20px}@media screen and (max-width:767px){.section-footer .inner .left-side .address{justify-content:center}}.section-footer .inner .left-side .address img{margin-right:10px}@media screen and (max-width:767px){.section-footer .inner .left-side .address img{margin-left:0}}.section-footer .inner .left-side .logo-title{font-size:14px;color:#001f4e;font-weight:700;white-space:nowrap;margin-left:3px;margin-bottom:20px}.section-footer .inner .left-side .logo-subtitle{line-height:20px;font-weight:700;margin-bottom:5px;color:#001f4e}.section-footer .inner .left-side .footer-telephones{margin-bottom:30px;color:#001f4e;font-size:20px;line-height:1}@media screen and (max-width:767px){.section-footer .inner .left-side .footer-telephones{margin-bottom:20px}}.section-footer .inner .left-side .footer-telephones a{color:inherit}.section-footer .inner .left-side .footer-telephones a:focus,.section-footer .inner .left-side .footer-telephones a:hover{color:#0071e3}.section-footer .inner .left-side .footer-subtitle{font-weight:700;color:#001f4e;font-size:15px;line-height:18px;display:flex}@media screen and (max-width:767px){.section-footer .inner .left-side .footer-subtitle{justify-content:center}}.section-footer .inner .left-side p{font-size:14px;color:#001f4e;line-height:30px}.section-footer .inner .left-side .footer-socials{margin-top:30px}@media screen and (max-width:767px){.section-footer .inner .left-side .footer-socials{margin-top:15px}}.section-footer .inner .left-side .footer-socials a:focus svg path,.section-footer .inner .left-side .footer-socials a:hover svg path{fill:#0071e3}.section-footer .inner .left-side .footer-socials a+a{margin-left:25px}.section-footer .inner .left-side .footer-socials a svg path{fill:#2a2a2f}.section-footer .inner .right-side{display:flex;flex:1;justify-content:space-around}@media screen and (max-width:767px){.section-footer .inner .right-side{flex-direction:column}}@media screen and (max-width:767px){.section-footer .inner .right-side ul{margin-top:20px}}.section-footer .inner .right-side ul li{list-style:none}@media screen and (max-width:767px){.section-footer .inner .right-side ul li.text-center img{margin:0 auto}}@media screen and (max-width:991px){.section-footer .inner .right-side ul li{padding:0 20px}.section-footer .inner .right-side ul li ul li{padding:0}}.section-footer .inner .right-side ul li span{font-weight:700;color:#001f4e;font-size:15px;line-height:18px;margin-bottom:10px;display:flex}@media screen and (max-width:767px){.section-footer .inner .right-side ul li span{justify-content:center}}.section-footer .inner .right-side ul li a{font-size:14px;color:#001f4e;line-height:30px}.section-footer .inner .right-side ul li a:focus,.section-footer .inner .right-side ul li a:hover{color:#0071e3}.section-footer .footer-bottom{background-color:#eaeaea;padding:15px 0;color:#001f4e}@media screen and (max-width:991px){.section-footer .footer-bottom{margin-bottom:50px}}@media screen and (max-width:767px){.section-footer .footer-bottom{margin-bottom:60px;text-align:center}}.section-our-shop-is{padding:120px 0}@media screen and (max-width:767px){.section-our-shop-is{padding:60px 0 5px}}.section-our-shop-is .title{font-style:normal;font-weight:600;font-size:36px;line-height:44px;color:#0171e2;margin-bottom:50px}@media screen and (max-width:767px){.section-our-shop-is .title{text-align:center;font-size:24px;line-height:29px;margin-bottom:45px}}.section-our-shop-is .items{display:flex}@media screen and (max-width:767px){.section-our-shop-is .items{flex-direction:column}}.section-our-shop-is .items .item{flex:1;position:relative;display:flex;flex-direction:column;background-color:#f1f8ff}.section-our-shop-is .items .item+.item{margin-left:15px}@media screen and (max-width:767px){.section-our-shop-is .items .item+.item{margin-left:0;margin-top:15px}}.section-our-shop-is .items .item .img-container{position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%}.section-our-shop-is .items .item .img-container:after{display:block;content:"";position:relative;z-index:-1;padding-bottom:50%}.section-our-shop-is .items .item .content{display:flex;flex-direction:column;align-items:center;width:100%;padding:40px 15px}.section-our-shop-is .items .item .content .title{font-weight:500;font-size:24px;line-height:29px;display:flex;text-align:center;text-transform:uppercase;margin-bottom:20px}@media screen and (max-width:1199px){.section-our-shop-is .items .item .content .title{font-size:20px;line-height:25px}}@media screen and (max-width:767px){.section-our-shop-is .items .item .content .title{font-size:24px;line-height:29px}}.section-our-shop-is .items .item .content ul{margin:0 50px}@media screen and (max-width:1199px){.section-our-shop-is .items .item .content ul{margin:0}}.section-our-shop-is .items .item .content ul li{list-style:none;font-style:normal;font-weight:400;font-size:16px;line-height:20px;display:flex;align-items:center}.section-our-shop-is .items .item .content ul li i{font-weight:700;margin:18px 18px 18px 0;width:17px;height:17px;min-width:17px;min-height:17px;background:#d7ebff;border:1px solid #0172e2;position:relative;border-radius:50%;display:block}.section-our-shop-is .items .item .content ul li i:before{content:"";background:#0171e2;width:5px;height:5px;position:absolute;z-index:1;top:50%;left:50%;transform:translateX(-45%) translateY(-50%);border-radius:50%}.section-our-shop-is .items .item .content ul li i span{display:block}.section-our-shop-is .section-our-shop-is-brands{display:flex;padding:140px 0 20px;align-items:center;justify-content:space-between}@media screen and (max-width:1199px){.section-our-shop-is .section-our-shop-is-brands{flex-wrap:wrap;align-items:center;justify-content:space-around}}@media screen and (max-width:767px){.section-our-shop-is .section-our-shop-is-brands{padding:60px 0 20px}}@media screen and (max-width:767px){.section-our-shop-is .section-our-shop-is-brands a{width:50%;margin-bottom:35px}}.section-our-shop-is .section-our-shop-is-brands a img{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:auto;margin:0 auto}@media screen and (max-width:374px){.section-our-shop-is .section-our-shop-is-brands a img{max-width:80%}}.breadcrumb{display:flex;align-items:center;background-color:transparent;margin:0}.breadcrumb li+li:before{content:"";font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;padding:0;margin:0 15px}.breadcrumb li a{font-size:14px;color:#001f4e;text-decoration:none}.breadcrumb li a:focus,.breadcrumb li a:hover{color:#0071e3}@media screen and (max-width:767px){.category-page.active .inner .category-page-toolbar{padding-top:15px}}.category-page.active.categories .filter-control+.panel,.category-page.active .section-slide-show{display:none}.category-page.active .filter-control{background:transparent}.category-page.active .filter-control button{background:transparent!important;color:#0171e2;font-weight:600;font-size:24px;line-height:29px;text-transform:none}.category-page.active .filter-control button:not(.active){display:none}.category-page.active:not(.active) aside{background-color:#f1f8ff}@media screen and (max-width:767px){.category-page:not(.active) .filter-control+.panel{display:none}}.category-page .panel-default{background-color:#f1f8ff;margin-bottom:15px}@media screen and (max-width:767px){.category-page .panel-default{max-width:290px;margin-left:auto;margin-right:auto;width:100%}}.category-page .panel-default.mb-0{margin-bottom:0}.category-page .reset-filter{display:flex;align-items:center;justify-self:center;justify-content:center;margin:20px auto 10px;font-size:14px;font-weight:700;text-align:center}@media screen and (max-width:991px){.category-page .reset-filter{margin-bottom:20px}}@media screen and (max-width:767px){.category-page .reset-filter{margin:15px auto}}.category-page aside{padding:15px 0 15px 15px;margin-bottom:30px;display:flex;flex-direction:column}@media screen and (max-width:1259px){.category-page aside{width:23%}.category-page aside+div{width:77%}}@media screen and (max-width:1199px){.category-page aside{width:31.5%}.category-page aside+div{width:68.5%}}@media screen and (max-width:991px){.category-page aside{margin-bottom:0;padding:0 15px;width:100%}.category-page aside+div{width:100%}}@media screen and (max-width:767px){.category-page aside{padding-bottom:0}.category-page aside+div{padding:0}}.category-page aside .close-button,.category-page aside .filter-control{display:none}@media screen and (max-width:991px){.category-page aside .filter-control{display:flex;background-color:#f1f8ff}.category-page aside .filter-control button{flex:1;text-transform:uppercase;font-weight:500;font-size:16px;line-height:20px}.category-page aside .filter-control button+button{margin-left:20px}.category-page aside .left-side,.category-page aside .right-side{display:none;flex-direction:column}.category-page aside .left-side.open,.category-page aside .right-side.open{display:flex;background-color:#fff;padding:15px;overflow-y:auto}}@media screen and (max-width:991px)and (max-width:991px){.category-page aside .left-side.open,.category-page aside .right-side.open{padding:0 0 15px}}@media screen and (max-width:991px){.category-page aside .left-side.open .close-button,.category-page aside .right-side.open .close-button{display:inline-block;position:absolute;top:30px;right:15px;background-color:transparent;border:none;outline:none;z-index:1043}}@media screen and (max-width:991px)and (max-width:767px){.category-page aside .left-side.open .close-button,.category-page aside .right-side.open .close-button{top:23px}}@media screen and (max-width:991px){.category-page aside .left-side>.panel{width:33.33%}}@media screen and (max-width:991px)and (max-width:991px){.category-page aside .left-side>.panel{width:auto}}@media screen and (max-width:991px)and (max-width:767px){.category-page aside .left-side>.panel{max-width:290px;margin:0 auto;width:100%}}.category-page .inner .category-page-head{position:relative}.category-page .inner .category-page-head .img-container{position:absolute;background-size:cover;background-position:50%;background-repeat:no-repeat;top:0;left:0;right:0;bottom:0}.category-page .inner .category-page-head .img-container:after{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(226deg,hsla(0,0%,100%,.4),#fff 100%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,0) 60%);will-change:transform;transition:transform .65s cubic-bezier(.18,.9,.58,1)}.category-page .inner .category-page-head .description{position:relative;color:#001f4e;padding:70px;font-weight:700}@media screen and (max-width:1199px){.category-page .inner .category-page-head .description{padding:30px}}.category-page .inner .category-page-head .description .top-title{font-size:17px;line-height:46px}@media screen and (max-width:1199px){.category-page .inner .category-page-head .description .top-title{font-size:16px;line-height:40px}}@media screen and (max-width:767px){.category-page .inner .category-page-head .description .top-title{font-size:14px;line-height:20px}}.category-page .inner .category-page-head .description .middle-title{font-size:40px;line-height:54px}@media screen and (max-width:1199px){.category-page .inner .category-page-head .description .middle-title{font-size:30px;line-height:40px}}@media screen and (max-width:767px){.category-page .inner .category-page-head .description .middle-title{font-size:18px;line-height:28px}}.category-page .inner .category-page-head .description .bottom-title{font-size:17px;line-height:46px}@media screen and (max-width:1199px){.category-page .inner .category-page-head .description .bottom-title{font-size:14px;line-height:30px}}@media screen and (max-width:767px){.category-page .inner .category-page-head .description .bottom-title{font-size:12px;line-height:18px}}.category-page .inner .category-page-toolbar{background-color:#f1f8ff;display:flex;align-items:center;justify-content:space-between;margin:15px auto;padding:12px 30px 13px;flex-direction:column}@media screen and (max-width:991px){.category-page .inner .category-page-toolbar{margin:0 auto 60px}}@media screen and (max-width:767px){.category-page .inner .category-page-toolbar{padding:0 15px 15px}.category-page .inner .category-page-toolbar.filtered{padding-top:15px}}.category-page .inner .category-page-toolbar>.top{width:100%}.category-page .inner .category-page-toolbar>.bottom{justify-content:flex-start;width:100%}.category-page .inner .category-page-toolbar>div{display:flex;align-items:center}.category-page .inner .category-page-toolbar .grid-actions{display:flex}@media screen and (max-width:767px){.category-page .inner .category-page-toolbar .grid-actions{display:none}}.category-page .inner .category-page-toolbar .grid-actions button{font-size:0;padding:5px;border-radius:0;border:none;background:transparent}.category-page .inner .category-page-toolbar .grid-actions button+button{margin-left:15px}.category-page .inner .category-page-toolbar .grid-actions button.active svg path,.category-page .inner .category-page-toolbar .grid-actions button.active svg rect{fill:#0171e2}.category-page .inner .category-page-toolbar .selects{flex:1;display:flex;align-items:center;margin-right:23px;border-radius:0;justify-content:space-between}@media screen and (max-width:767px){.category-page .inner .category-page-toolbar .selects{margin-right:0}}.category-page .inner .category-page-toolbar .selects .total{font-style:normal;font-weight:500;font-size:24px;color:#0171e2}@media screen and (max-width:1199px){.category-page .inner .category-page-toolbar .selects .total{font-size:16px}}@media screen and (max-width:991px){.category-page .inner .category-page-toolbar .selects .total{font-size:12px}}@media screen and (max-width:374px){.category-page .inner .category-page-toolbar .selects .total{font-size:11px;margin-right:10px}}.category-page .inner .category-page-toolbar .selects .custom-select{max-width:232px}@media screen{.category-page .inner .category-page-toolbar .selects .custom-select{max-width:162px}}.category-page .inner .category-page-toolbar .selects .custom-select select{padding:12px 15px 13px;border-color:#0171e2;color:#0171e2;font-weight:500;font-size:12px}@media screen and (max-width:991px){.category-page .inner .category-page-toolbar .selects .custom-select select{background-color:#fff;padding:9px 15px 10px}}.category-page .inner .category-page-toolbar .selects .custom-select i{color:#0171e2;font-size:16px}.category-page .inner .category-page-toolbar .selects .custom-select+.custom-select{margin-left:15px;max-width:150px}.category-page .inner .category-page-toolbar .pagination{margin-left:15px}.category-products-grid{display:flex;flex-wrap:wrap;justify-content:space-between}.category-products-grid .category-product-grid{position:relative;display:flex}.category-products-grid .category-product-grid>div{border:.5px solid #f9f9f9;margin-bottom:15px;overflow:hidden}@media screen and (max-width:991px){.category-products-grid .category-product-grid{width:50%}}@media screen and (max-width:479px){.category-products-grid .category-product-grid{width:100%}}.category-products-grid .category-product-grid.four{width:25%}.category-products-grid .category-product-grid.one{width:100%}.category-products-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:30px;margin-bottom:60px}.category-products-bottom .custom-select{max-width:150px}.empty-category{display:flex;align-items:center;justify-content:center;flex-direction:column;margin:100px auto 200px}.empty-category .title{margin-bottom:30px}.empty-category .btn-common{min-width:280px;text-align:center}.price-category-filter{display:flex;flex-direction:column;padding:14px 22px 15px}.price-category-filter .top{display:flex;align-items:center;justify-content:space-between}.price-category-filter .top .title{margin-right:15px;font-weight:500;font-size:12px;color:#0171e2}.price-category-filter .top .categories-filter-price{flex-grow:1;margin:0 8px}.price-category-filter .bottom{display:flex;justify-content:flex-end;font-weight:400;font-size:10px;margin-top:10px;padding-right:45px}.tags-title{margin-right:10px}.tags{display:flex;padding:15px 0}.tags a{border:1px solid #f4bf00;display:inline-block;padding:2px 5px}.tags a+a{margin-left:5px}.tags a i{color:#f4bf00}.category-filter-categories{display:flex;width:100%}.category-filter-categories .list-group{display:flex;width:100%;flex-wrap:wrap;justify-content:space-between;margin-bottom:0}@media screen and (max-width:991px){.category-filter-categories .list-group{justify-content:center}}@media screen and (max-width:767px){.category-filter-categories .list-group{justify-content:space-around;padding:0 21px}}@media screen and (max-width:374px){.category-filter-categories .list-group{padding:0}}.category-filter-categories .list-group.active .list-group-item:not(.open){display:flex}.category-filter-categories .list-group .list-group-item{width:138px;height:138px;background:#f1f8ff;margin-bottom:15px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-style:normal;font-weight:500;font-size:12px;line-height:210%;color:#0171e2;white-space:nowrap}@media screen and (max-width:1259px){.category-filter-categories .list-group .list-group-item{width:120px;height:120px;text-align:center;white-space:normal;line-height:150%}}@media screen and (max-width:1199px){.category-filter-categories .list-group .list-group-item{width:138px;height:138px}}.category-filter-categories .list-group .list-group-item:not(.open){display:none}.category-filter-categories .list-group .list-group-item.full{width:100%;height:auto;flex-direction:row;padding:24px 15px}@media screen and (max-width:767px){.category-filter-categories .list-group .list-group-item.full{max-width:289px}}.category-filter-categories .list-group .list-group-item.full.active svg{display:none}.category-filter-categories .list-group .list-group-item.full svg{display:inline;margin:0 10px 0 0}.category-filter-categories .list-group .list-group-item.full span{display:inline}.category-filter-categories .list-group .list-group-item>svg{margin:0 auto 10px}.category-filter-categories .list-group .list-group-item span{color:inherit;display:inline;margin:initial}.category-filter-categories .list-group .list-group-item.active{background:#0171e2}.category-products-load{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:25px auto 150px}.category-products-load button{background:transparent;padding:0;box-shadow:none;border:none;display:flex;font-style:normal;font-weight:500;font-size:20px;line-height:20px;color:#0171e2;align-items:center}.category-products-load button.loading svg{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.category-products-load button span{padding-left:10px}.pagination{border-radius:0;display:flex;align-items:center}.pagination li+li{margin-left:10px}.pagination li:first-child a,.pagination li:first-child span,.pagination li:last-child a,.pagination li:last-child span{border-radius:0}.pagination li.active span{background-color:#0071e3;border-color:#0071e3;z-index:auto}.pagination li.active span:hover{background-color:#001f4e;border-color:#001f4e}.pagination li a,.pagination li span{border-radius:0}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:1px;margin:28px 8px}.noUi-horizontal .noUi-handle{width:16px;height:16px;right:-8px;top:-8px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:16px;height:16px;right:-8px;top:-8px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-8px;right:auto}.noUi-target{background:#f4bf00}.noUi-connects{height:1px;border:none}.noUi-connect{background:#0171e2;height:1px}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #0172e2;border-radius:50%;background:#d7ebff;cursor:pointer;outline:none}.noUi-handle:after{content:"";display:block;position:absolute;width:2px;height:2px;background-color:#0172e2;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.noUi-active{background-color:#0071e3}[disabled] .noUi-connect{background:#b8b8b8}[disabled].noUi-handle,[disabled] .noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-large,.noUi-marker-sub{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:1px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{transform:translateY(-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{transform:translateY(50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:1px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{transform:translate(-50%);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{transform:translateY(-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{transform:translate(50%);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{transform:translateY(-18px);top:auto;right:28px}.modal .modal-dialog{margin:10px auto}@media screen and (min-width:991px){.modal .modal-dialog{width:750px;margin:auto;height:100%;display:flex;flex-direction:column;justify-content:center}}.modal .modal-dialog .page-subtitle{color:#001f4e;font-size:14px;line-height:16px;position:relative;border:none;padding:5px 0;margin-bottom:10px;font-weight:700}.modal .modal-dialog .modal-header{border:none}.modal .modal-dialog .modal-header .close{width:16px;height:16px;padding:0;font-size:0;line-height:0;border:none;cursor:pointer;background-color:transparent;background-image:url(/catalog/view/theme/default/image/icon-close.svg);background-repeat:no-repeat;background-size:contain;background-position:50%}.modal .modal-dialog .modal-body{padding:0 15px}.modal .modal-dialog .modal-body .modal-title{font-size:18px;text-align:center;font-weight:700}.modal .modal-dialog .modal-content{border-radius:0}.modal .modal-dialog .modal-footer{display:flex;border:none}.modal .modal-dialog .modal-footer button{flex:1}.modal .modal-dialog .modal-footer button+button{margin-left:15px}.product-page{display:flex;flex-direction:column}.product-page .product-page-inner{display:flex}.product-page .product-page-inner .left-side{width:365px}.product-page .product-page-inner .right-side{flex:1;padding-left:30px}.product-page .product-page-top-bg{position:relative}.product-page .product-page-top-bg>.img-container{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-position:100%;z-index:-1}.product-prices{font-size:38px;margin-bottom:10px;font-weight:500;color:#001f4e;white-space:nowrap}@media screen and (max-width:767px){.product-prices{font-size:30px;line-height:37px}}.product-prices .regular-price.old{color:#9a9a9a;font-size:24px;position:relative;display:inline-block}@media screen and (max-width:767px){.product-prices .regular-price.old{font-size:18px;line-height:22px}}.product-prices .regular-price.old:after{content:"";display:block;height:2px;width:100%;background-color:#ff1515;position:absolute;top:50%;left:0;transform:translateY(-50%)}.product-actions{display:flex;flex-direction:column;flex:1}@media screen and (max-width:767px){.product-actions{flex-direction:row;align-items:center;justify-content:space-between}}.product-actions button{display:flex;align-items:center;justify-content:center;text-transform:uppercase;margin:5px 2px;padding:10px;font-size:20px;width:100%;box-shadow:none;font-weight:500}@media screen and (max-width:991px){.product-actions button+button{margin-bottom:0}}@media screen and (max-width:767px){.product-actions button{width:49%;font-size:14px;line-height:17px;margin:0}}@media screen and (max-width:479px){.product-actions button{font-size:12px}}.product-actions button img{height:15px}.product-actions button div{display:flex}.product-actions button img{display:flex;margin-left:10px}.product-name{font-size:36px;font-weight:600;margin-bottom:10px}@media screen and (max-width:767px){.product-name{font-size:24px;line-height:29px}}.product-status div{display:inline-flex;align-items:center;background-color:#f1f8ff;font-size:20px;padding:2px 6px}@media screen and (max-width:767px){.product-status div{font-size:16px;line-height:20px}}.product-status div img{margin-right:10px}.product-rating{display:flex;align-items:center;margin-left:auto;margin-right:auto;justify-content:center}.product-rating img+img{margin-left:5px}.product-rating span{width:24px;height:24px;line-height:1}@media screen and (max-width:767px){.product-rating span{width:12px;height:12px}}.product-rating span+span{margin-left:4px}.product-rating span i{font-size:24px;color:#f4bf00}@media screen and (max-width:767px){.product-rating span i{font-size:14px}}.product-description{margin:30px 0}.product-description.open .inner{overflow:initial}.product-description.open .inner:after{display:none}.product-description .inner{transition:all .3s ease-out 0s;overflow:hidden;position:relative}.product-description .inner iframe,.product-description .inner video{margin:20px auto;position:relative;z-index:1}.product-description .inner:after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;top:0;width:100%;height:100%}.product-description .inner *{font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;color:inherit!important;font-weight:inherit!important}.product-description .bottom{display:flex;justify-content:center}.product-description .bottom button{display:flex;align-self:center;justify-self:center;color:#000;font-weight:700;text-transform:uppercase;box-shadow:none;border:none;letter-spacing:1px;align-items:center;justify-content:center;outline:none}.product-description .bottom button.active i{transform:rotate(180deg)}.product-description .bottom button i{font-size:20px;margin-left:5px}.product-special-options{margin-bottom:20px}.product-special-options .special-options{display:flex;flex-direction:column;margin:0 auto}.product-special-options .special-options .special-option img{margin-right:10px;margin-left:auto;height:100px;width:auto}.product-special-options .special-options .special-option label{border:1px solid #f9f9f9;padding:5px}.product-special-options .special-options .special-option input[type=checkbox]:checked+label{background-color:#f9f9f9}.product-special-options .special-options .special-option input[type=checkbox]:checked+label:before{content:"✓";color:#fff;text-align:center;line-height:18px}.product-special-options .special-options .special-option input[data-price-prefix="+"]+label small,.product-special-options .special-options .special-option input[data-price-prefix="+"]+label strong,.product-special-options .special-options .special-option input[data-price-prefix="-"]+label small,.product-special-options .special-options .special-option input[data-price-prefix="-"]+label strong{font-weight:700}.product-special-options .special-options .special-option+.special-option{margin-top:20px}.one-click-form-wrapper{max-width:400px;width:100%;margin:60px auto}.one-click-form-wrapper .page-notice>div{padding:30px 15px;font-size:16px}.one-click-form-wrapper .inner{display:flex;flex-direction:column;padding:15px;margin:15px auto;width:100%;position:relative}.one-click-form-wrapper .inner .close{font-size:0;padding:5px;background-color:transparent;border:none;position:absolute;top:15px;right:15px;color:inherit;opacity:1}.one-click-form-wrapper .inner .close i{font-size:18px;color:inherit}.one-click-form-wrapper .inner .form-title{font-weight:700;font-size:18px;text-align:center;text-transform:uppercase;margin-bottom:15px}.one-click-form-wrapper .inner .input-group{display:flex;flex-direction:column}.one-click-form-wrapper .inner .input-group+.input-group{margin-top:15px}.one-click-form-wrapper .inner .input-group label{font-weight:500;margin-bottom:5px;font-size:16px}.one-click-form-wrapper .inner .input-group input{font-size:16px;padding:10px 15px;border:1px solid #d2ded5;-webkit-appearance:none;border-radius:0}.one-click-form-wrapper .inner .input-group input.has-error{border:1px solid red}.one-click-form-wrapper .inner .input-group button{border:none;font-size:16px;padding:10px 15px;text-transform:uppercase}.product-benchmark{margin-bottom:60px}.product-benchmark .title{font-size:20px;font-weight:700;margin-bottom:20px}.product-benchmark table svg{height:15px}.product-attributes{width:100%}.product-attributes,.product-attributes .attribute-row{display:flex;flex-direction:column}@media screen and (max-width:767px){.product-attributes .attribute-row{justify-content:space-between}}.product-attributes .attribute-row>.top{display:flex;align-items:center;justify-content:space-between}.product-attributes .attribute-row>.top:not(.open) button.open-options{display:initial}.product-attributes .attribute-row>.top:not(.open)+.attribute-options label,.product-attributes .attribute-row>.top:not(.open) .attribute-option label{color:#001f4e}.product-attributes .attribute-row>.top:not(.open)+.attribute-options input:checked+label,.product-attributes .attribute-row>.top:not(.open) .attribute-option input:checked+label{background-color:transparent;color:#001f4e}.product-attributes .attribute-row>.top.open+.attribute-options button.close-options,.product-attributes .attribute-row>.top.open .attribute-option button.close-options{display:initial}.product-attributes .attribute-row>.top.open+.attribute-options .options-submenu,.product-attributes .attribute-row>.top.open .attribute-option .options-submenu{display:block}.product-attributes .attribute-row+.attribute-row{margin-top:35px}.product-attributes .attribute-row .attribute-title{display:flex;align-items:center}.product-attributes .attribute-row .attribute-title .svg-wrapper{width:42px;margin-right:35px}@media screen and (max-width:991px){.product-attributes .attribute-row .attribute-title .svg-wrapper{width:35px;margin-right:15px}}@media screen and (max-width:767px){.product-attributes .attribute-row .attribute-title .svg-wrapper{width:25px;margin-right:5px}.product-attributes .attribute-row .attribute-title .svg-wrapper svg{width:25px}}.product-attributes .attribute-row .attribute-title .name{font-size:18px}@media screen and (max-width:991px){.product-attributes .attribute-row .attribute-title .name{font-size:16px}}@media screen and (max-width:767px){.product-attributes .attribute-row .attribute-title .name{font-size:14px}}.product-attributes .attribute-row .attribute-title button{margin-left:10px}.product-attributes+.product-attributes{margin-left:20px}.product-attributes .card{position:relative;display:flex;flex:1;margin:0 auto;width:100%}.product-attributes .card.buttons{max-height:40px}.product-attributes .card.buttons button{display:flex;flex:1;justify-content:center;align-content:center}.product-attributes .card .title{color:#001f4e;font-size:14px;margin:10px 10px 0;font-weight:700;text-transform:uppercase}.product-attributes .card .value{margin:0 10px 10px;color:#0071e3;font-weight:700;font-size:12px;text-transform:uppercase}.product-attributes .card .img-container{z-index:1;top:0;left:0;width:100%;height:100%;overflow:hidden;background-size:cover;perspective-origin:50% 50%;transform-style:preserve-3d;transform-origin:top center;will-change:transform;transition:transform .35s ease-in-out;right:0;bottom:0;background-position:50%;background-repeat:no-repeat;text-align:center}.product-attributes .card .img-container.fps-list{align-items:center}.product-attributes .card .img-container.fps-list .values{display:flex;align-items:center;justify-content:space-around;height:20%}.product-attributes .card .img-container.fps-list .values .value{display:inline-flex;align-items:center;font-size:11px;white-space:nowrap}.product-attributes .card .img-container.fps-list .values .value img{width:50px}.product-attributes .card .img-container.fps-list .values .value span{background-color:#0071e3;color:#fff;padding:3px 4px 2px;border-radius:2px;margin-left:5px;font-size:8px;letter-spacing:.5px;line-height:1}.product-attributes .card+.card{margin-top:2px}.product-page-slider-preview{width:100%}.product-page-slider-preview *{outline:none}.product-page-slider-preview .preview-item .img-container{position:relative;background-position:50%;background-size:100%;background-repeat:no-repeat;width:100%;margin:0 auto;display:block}.product-page-slider-preview .preview-item .img-container:after{content:"";position:relative;display:block;padding:0 0 100%;z-index:-1}.product-page-slider-navigation{width:100%;margin:0 auto}.product-page-slider-navigation *{outline:none}.product-page-slider-navigation .slick-list{margin:0 -10px}.product-page-slider-navigation .slick-list .slick-slide{margin:10px;font-size:0;cursor:pointer}.product-page-slider-navigation .slick-list .slick-slide .img-container{border:2px solid transparent}.product-page-slider-navigation .slick-list .slick-slide.slick-current .img-container{border-bottom-color:#0071e3;margin:0 auto}.product-page-slider-navigation .navigation-item .img-container{position:relative;background-position:50%;background-size:90%;background-repeat:no-repeat;width:100%}.product-page-slider-navigation .navigation-item .img-container:after{content:"";position:relative;display:block;padding:0 0 100%;z-index:-1}.product-attributes-table .attribute-title{display:flex;align-items:center}.product-attributes-table .attribute-title svg{margin-right:15px}.product-attributes-table table{margin-bottom:10px}.product-attributes-table table tbody{border:none}.product-attributes-table table tr td{padding:5px;border:none}.attribute-options{display:flex;flex-wrap:wrap;position:relative;justify-content:flex-end}.attribute-options>.attribute-option button{outline:none;background:transparent;border:none;display:none}.attribute-options .options-submenu{display:none;flex:1;justify-content:space-between;padding-top:35px}@media screen and (max-width:767px){.attribute-options .options-submenu{padding-top:10px}}.attribute-options .options-submenu .attribute-option{margin:0}.attribute-options .options-submenu .attribute-option+.attribute-option{margin-top:7px}.attribute-options .options-submenu .attribute-option:nth-child(odd){background-color:#f1f8ff}.attribute-options .options-submenu .attribute-option:nth-child(2n){background-color:#f8f8f8}.attribute-options .options-submenu .attribute-option label{flex:1;font-size:18px;line-height:1;color:#0171e2;padding:8px 17px}@media screen and (max-width:767px){.attribute-options .options-submenu .attribute-option label{font-size:14px}}.attribute-options .options-submenu .attribute-option label small{color:#000;font-weight:400;font-size:inherit}.attribute-options .attribute-option{color:#000;margin:2.5px;position:relative;display:flex;align-items:center}.attribute-options .attribute-option button{background-color:#f1f8ff;color:#0171e2;width:29px;height:29px;line-height:29px;font-size:36px;padding:0;border-radius:50%}.attribute-options .attribute-option button span{display:inline-block}.attribute-options .attribute-option button.close-options span{transform:translateY(-2px)}.attribute-options .attribute-option.single{border:none}.attribute-options .attribute-option.single input:checked+label{border:none;background-color:transparent;color:#001f4e;pointer-events:none}.attribute-options .attribute-option input:checked+label,.attribute-options .attribute-option input:checked+label>span small:first-child{background-color:#0071e3;border-color:#0071e3;color:#fff}.attribute-options .attribute-option input:checked+label small{color:#ffa900;font-weight:700}.attribute-options .attribute-option label{font-size:18px;line-height:19px;padding:5px 10px;font-weight:600;white-space:nowrap;justify-content:space-between;margin-right:5px}@media screen and (max-width:767px){.attribute-options .attribute-option label{font-size:14px}}@media screen and (max-width:479px){.attribute-options .attribute-option label{white-space:normal}}.attribute-options .attribute-option label:before{display:none}.attribute-options .attribute-option label>span small:first-child{color:#0171e2;font-size:18px;font-weight:600}@media screen and (max-width:767px){.attribute-options .attribute-option label>span small:first-child{font-size:14px}}.attribute-options .attribute-option label>span small:nth-child(2){font-size:12px}.attribute-options .attribute-option label>small{font-size:11px;margin-left:5px;color:#001f4e;font-weight:400}@media screen and (max-width:479px){.attribute-options .attribute-option label>small{white-space:nowrap}}.product-page-delivery{display:flex;align-items:center;font-size:14px;margin-bottom:10px;text-align:center;justify-content:center}.product-page-delivery img{margin-right:10px}.game-card{box-shadow:0 4px 39px rgba(0,0,0,.29);width:80px;position:relative}.game-card:hover .card-cover:after{transform:translateY(0)}.game-card:after{content:"";display:block;position:relative;padding-bottom:100%;z-index:-1}.game-card .card-cover{z-index:1;overflow:hidden;background-image:linear-gradient(120deg,#f6d365,#fda085);background-size:cover;background-repeat:no-repeat;background-position:50%;perspective-origin:50% 50%;transform-style:preserve-3d;transform-origin:top center;transform:skewX(.001deg);transition:transform .35s ease-in-out}.game-card .card-cover,.game-card .card-cover:after{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform}.game-card .card-cover:after{display:block;content:"";z-index:100;background:linear-gradient(226deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,.4) 35%,hsla(0,0%,100%,.2) 42%,hsla(0,0%,100%,0) 60%);transform:translateY(-20%);transition:transform .65s cubic-bezier(.18,.9,.58,1)}.product-page-review{margin-bottom:80px}@media screen and (max-width:767px){.product-page-review{margin-bottom:50px}}.product-page-review .title{color:#0171e2;font-size:36px;font-weight:600;margin-bottom:55px}@media screen and (max-width:767px){.product-page-review .title{font-size:26px;line-height:32px;margin-bottom:12px}}.product-page-review button{box-shadow:none}.product-page-review .review-actions{display:flex;flex-direction:column;padding-top:15px}@media screen and (max-width:767px){.product-page-review .review-actions{padding-top:0}}.product-page-review .review-actions .review-top{display:flex;justify-content:space-between}.product-page-review .review-actions .review-top .left-side{flex:1}@media screen and (max-width:767px){.product-page-review .review-actions .review-top .left-side{display:flex}}.product-page-review .review-actions .review-top .left-side .write-reviews-stars{display:flex;align-items:center}.product-page-review .review-actions .review-top .left-side .write-reviews-stars span{display:inline-block;margin-right:35px;font-size:20px;font-weight:500}@media screen and (max-width:767px){.product-page-review .review-actions .review-top .left-side .write-reviews-stars span{font-size:16px;margin-right:5px}}.product-page-review .review-actions .review-top .left-side .write-reviews-stars input+label{font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;margin:0;font-size:24px}@media screen and (max-width:767px){.product-page-review .review-actions .review-top .left-side .write-reviews-stars input+label{font-size:14px}}.product-page-review .review-actions .review-top .left-side .write-reviews-stars input+label:before{content:"";border:none;color:#f4bf00;margin:0 5px 0 0;width:24px;height:24px}@media screen and (max-width:767px){.product-page-review .review-actions .review-top .left-side .write-reviews-stars input+label:before{width:12px;height:12px;margin:0 4px 0 0}}.product-page-review .review-actions .review-top .left-side .write-reviews-stars input.active+label:before,.product-page-review .review-actions .review-top .left-side .write-reviews-stars input:checked+label:before{content:"";background-color:transparent}.product-page-review .reviews .product-rating{display:inline-flex;margin:0 0 0 10px}.product-page-review .write-review .alert{margin-top:10px}.product-page-review .write-review .form-group label{font-size:14px}.product-page-review .write-review input[type=text],.product-page-review .write-review textarea{border-radius:0;box-shadow:none;resize:none;border-color:#0071e3}.product-page-review .review-last-title{font-size:28px;font-weight:600;margin-top:60px;margin-bottom:25px}@media screen and (max-width:767px){.product-page-review .review-last-title{font-size:20px;line-height:24px;margin-top:25px;margin-bottom:8px}}.product-customer-reviews{display:flex;flex-direction:column}.product-customer-reviews .product-customer-review{background-color:#f1f8ff;padding:20px 40px;display:none;flex-direction:column}@media screen and (max-width:767px){.product-customer-reviews .product-customer-review{padding:10px 15px;word-break:break-all}}.product-customer-reviews .product-customer-review.active{display:flex}.product-customer-reviews .product-customer-review.show-more{background-color:transparent;display:flex}.product-customer-reviews .product-customer-review.show-more button{font-weight:500;font-size:18px;color:#0171e2;display:flex;align-items:center;outline:none;border:none;padding:0;background-color:transparent}@media screen and (max-width:767px){.product-customer-reviews .product-customer-review.show-more button{font-size:16px}}.product-customer-reviews .product-customer-review.show-more button.active span:first-child{display:none}.product-customer-reviews .product-customer-review.show-more button.active span:nth-child(2){display:initial}.product-customer-reviews .product-customer-review.show-more button span:nth-child(2){display:none}.product-customer-reviews .product-customer-review.show-more button.active img{transform:rotate(-180deg)}.product-customer-reviews .product-customer-review.show-more button img{margin-left:15px}@media screen and (max-width:767px){.product-customer-reviews .product-customer-review.show-more button img{margin-left:10px}}.product-customer-reviews .product-customer-review:nth-child(2n){background-color:#fff}.product-customer-reviews .product-customer-review .review-author{font-weight:600;font-size:20px;margin-bottom:15px}@media screen and (max-width:767px){.product-customer-reviews .product-customer-review .review-author{font-size:16px;line-height:20px}}.product-customer-reviews .product-customer-review .review-text{font-weight:400;font-size:18px;line-height:22px;margin-bottom:25px}@media screen and (max-width:767px){.product-customer-reviews .product-customer-review .review-text{font-size:14px;line-height:17px;margin-bottom:8px}}.product-customer-reviews .product-customer-review .review-rating .review-rating-title{font-weight:500;font-size:20px;margin-bottom:15px}@media screen and (max-width:767px){.product-customer-reviews .product-customer-review .review-rating .review-rating-title{font-size:16px;line-height:20px;margin-bottom:6px}}.product-customer-reviews .product-customer-review .review-rating .product-rating{margin:0}.compare-page{margin:0 auto 100px}@media screen and (max-width:767px){.compare-page{margin:0 auto 60px}}@media screen and (max-width:991px){.compare-page .table{font-size:12px}}.compare-page .row-image td{vertical-align:middle}.compare-page .row-image img{max-width:100%;height:auto}@media screen and (max-width:991px){.compare-page .row-image img{max-width:70%;margin:auto}}.compare-page .row-buttons{text-align:center;white-space:nowrap}.compare-page .fps-bar{padding:0}.compare-page .product-rating{margin:0 auto}.compare-page .attribute-name{white-space:nowrap}@media screen and (max-width:991px){.compare-page .attribute-name{white-space:normal!important}}.compare-page .fps-bars{display:flex;align-items:center;justify-content:center}@media screen and (max-width:991px){.compare-page .fps-bars .fps-bar .fps-label{font-size:11px}.compare-page .fps-bars .fps-bar .fps-label span{font-size:12px}.compare-page .fps-bars .fps-bar .custom-label{font-size:11px}}.compare-page .page-subtitle{display:none}.compare-page .prices{margin:20px auto;display:flex;white-space:nowrap;font-size:18px;line-height:18px;font-weight:700;color:#001f4e;text-align:center;justify-content:center}@media screen and (max-width:991px){.compare-page .prices{font-size:12px;line-height:12px}}.compare-page .prices .special-price{color:#f4bf00}.compare-page .prices .special-price+.regular-price{font-size:16px;margin-left:10px;text-decoration:line-through}@media screen and (max-width:991px){.compare-page .prices .special-price+.regular-price{font-size:11px}}.contact-page{margin:0 0 100px}@media screen and (max-width:767px){.contact-page{margin:0 0 60px}}.contact-page>.top .google-contact-map-wrapper{position:relative;background-color:#a0a0a0}.contact-page>.top .google-contact-map-wrapper:after{content:"";display:block;position:relative;padding:0 0 20%;z-index:-1}@media screen and (max-width:767px){.contact-page>.top .google-contact-map-wrapper:after{padding:0 0 50%}}.contact-page>.top .google-contact-map-wrapper>div{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.contact-page .bottom{display:flex}@media screen and (max-width:767px){.contact-page .bottom{flex-direction:column-reverse}}.contact-page .bottom .title{color:#001f4e;font-size:18px;line-height:18px;position:relative;border:none;padding:15px 0;margin-bottom:30px}@media screen and (max-width:767px){.contact-page .bottom .title{font-size:16px;line-height:16px;margin-bottom:15px}}.contact-page .bottom .title:before{content:"";display:block;width:100%;height:1px;background-color:#ddd;position:absolute;left:0;right:0;bottom:0}.contact-page .bottom .title:after{content:"";display:block;width:50%;height:2px;background-color:#0071e3;position:absolute;left:0;right:0;bottom:0}.contact-page .bottom p{margin-bottom:40px;display:block}.contact-page .bottom .subtitle{font-weight:700;margin-bottom:20px}.contact-page .bottom>.left-side{margin-right:60px}@media screen and (max-width:767px){.contact-page .bottom>.left-side{margin-right:0;margin-top:30px}}.fixed-fps-bar{position:fixed;bottom:0;right:50px;background-color:#0071e3;padding:5px 20px;display:flex;align-items:center;transform:skew(-30deg) translateZ(0);color:#fff;z-index:100}@media screen and (max-width:767px){.fixed-fps-bar{transform:none;right:0;left:0;padding:5px;justify-content:center;flex-direction:column}}.fixed-fps-bar .head{transform:skew(30deg) translateZ(0);margin-right:20px}@media screen and (max-width:767px){.fixed-fps-bar .head{transform:none;margin-right:10px}}@media screen and (max-width:767px){.fixed-fps-bar .actions{display:flex;align-items:center;width:100%}}.fixed-fps-bar .actions button{background-color:#001f4e;color:#fff;border:none;padding:10px 20px}@media screen and (max-width:767px){.fixed-fps-bar .actions button{padding:5px 10px;display:flex;flex:1;justify-content:center}.fixed-fps-bar .actions button+button{margin-left:5px}}.fixed-fps-bar .actions button.active{background-color:#f4bf00}.fixed-fps-bar .actions button span{display:block;transform:skew(30deg) translateZ(0)}@media screen and (max-width:767px){.fixed-fps-bar .actions button span{transform:none}}.static-fps-bar{position:relative;padding:5px 20px;display:flex;align-items:center;color:#fff;z-index:100}.static-fps-bar .actions{display:flex}.static-fps-bar .actions button{background-color:#001f4e;color:#fff;border:none;padding:10px 20px}.static-fps-bar .actions button+button{margin-left:10px}.static-fps-bar .actions button.active{background-color:#f4bf00}.static-fps-bar .actions span{display:block}.not-found-page{text-align:center;width:100%}.not-found-page .logo{font-size:180px;line-height:1;font-weight:700;color:rgba(51,51,51,.2);margin:0 0 50px}.not-found-page .title{font-weight:700;font-size:22px;color:#555;text-transform:uppercase;margin:0 0 30px}.not-found-page .not-found-image{display:flex;align-items:center;justify-content:center}.not-found-page .subtitle{font-size:50px;text-transform:uppercase;font-weight:700;margin:0 0 60px}.not-found-page .subtext{font-size:14px;margin:0 0 60px}.not-found-page .buttons{display:flex;justify-content:center;margin:0 0 100px}.product-page-game-fps .game-fps-head{display:flex;align-items:center;flex-direction:column}.product-page-game-fps .game-fps-head .page-subtitle{margin-bottom:15px}.product-page-game-fps .game-fps-head .actions{display:flex;align-items:center;justify-content:space-around;width:100%}.product-page-game-fps .game-fps-head .actions button{color:#fff;border:none;outline:none;background-color:#001f4e;display:flex;flex:1;line-height:1;padding:10px;justify-content:center}.product-page-game-fps .game-fps-head .actions button:hover{opacity:.7}.product-page-game-fps .game-fps-head .actions button.active{background-color:#f4bf00}.product-page-game-fps .game-fps-content{display:flex;flex-direction:column;padding:10px 0}.product-page-game-fps .game-fps-content .games{display:flex;flex-direction:column}.product-page-game-fps .game-fps-content .games .game{display:flex}.product-page-game-fps .game-fps-content .games .game+.game{margin-top:10px}.product-page-game-fps .game-fps-content .games .game .game-fps-bars{display:flex;padding:0 10px;flex-direction:column;width:100%}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .game-name-title{background-color:#f4bf00;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:5px}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .game-container+.game-container{margin-top:5px}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .game-container>.screen{display:none}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper{position:relative;margin-right:50px;flex-grow:1}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper>.value{display:none}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper.full{margin-right:100px}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper.full .bar{justify-content:flex-start;box-shadow:none}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper.full .bar.low .value{background-color:red}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper.full .bar.middle .value{background-color:#ff9f0f}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper.full .bar.high .value{background-color:#08c504}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper.full .bar.highest .value{background-color:#6ea7e0}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper.full .bar.top .value{background-color:#5a508e}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper.full .bar .value{color:#fff;font-size:14px;text-transform:uppercase;transform:translateX(99%);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper.full .bar .value small{display:block;font-size:12px;text-transform:none}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper.full .bar div.full-bar{display:flex;overflow:hidden;text-overflow:ellipsis}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper.full .bar div.full-bar .name{white-space:nowrap}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper.full .bar div.screen{font-size:14px;padding:0 10px;width:50px;min-width:50px}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper.hide-bar{display:none}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper:not(.hide-bar)+.bar-wrapper:not(.hide-bar){margin-top:5px}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar{background-color:#ddd;display:flex;align-content:center;justify-content:space-between;flex:1;box-shadow:0 2px 2px rgba(0,0,0,.1);position:relative;z-index:2;height:100%}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar.boost{position:absolute;top:0;left:0;height:100%;z-index:1;justify-content:flex-end;background-color:#ffa900!important}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar.boost .value{transform:translateX(100%)}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar.low{background-color:red}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar.middle{background-color:#ff9f0f}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar.high{background-color:#08c504}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar.highest{background-color:#6ea7e0}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar.top{background-color:#5a508e}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar div{display:flex;align-items:center}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar div.screen{background-color:#001f4e;color:#fff;font-size:10px;width:35px;min-width:35px;padding:0 2px;justify-content:center}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar div.full-bar{display:none}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar div.full-bar .name{color:#fff;font-size:16px;margin-left:15px}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar div.value{padding:2px 5px;font-size:12px}.product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar div.value small{display:none}.product-card-simple{display:flex;flex-direction:column;width:100px}.product-card-simple .top{position:relative;display:flex}.product-card-simple .top .img-container{display:flex;flex:1;position:relative;background-position:50%;background-repeat:no-repeat;background-size:contain}.product-card-simple .top .img-container:after{content:"";display:block;position:relative;padding:0 0 100%;z-index:-1}.product-card-simple .bottom{display:flex;justify-content:center;flex-direction:column}.product-card-simple .bottom .simple-product-name{font-weight:700;margin-bottom:5px;font-size:11px;text-align:center}.product-card-simple .bottom .prices{margin:5px auto;display:flex;white-space:nowrap;font-size:12px;line-height:12px;font-weight:700;color:#001f4e;text-align:center}.product-card-simple .bottom .prices .special-price{color:#f4bf00}.product-card-simple .bottom .prices .special-price+.regular-price{font-size:11px;margin-left:10px;text-decoration:line-through}.product-card-simple .bottom button{font-size:11px;white-space:normal;padding:2px 5px;background-color:#0071e3;color:#fff}.product-card-simple .bottom button.inCart{background-color:#2a2a2f;cursor:default;pointer-events:none}.pre-cart-modal{display:flex;border:1px solid #f9f9f9;padding:15px;background-image:url(/catalog/view/theme/default/image/logo-bg.svg);background-size:cover;background-repeat:no-repeat;background-position:center 50px}.pre-cart-modal .left-side .img-container{width:100px;position:relative;background-color:#f9f9f9;background-position:50%;background-repeat:no-repeat;background-size:contain}.pre-cart-modal .left-side .img-container:after{content:"";display:block;position:relative;padding:0 0 100%;z-index:-1}.pre-cart-modal .right-side{margin-left:20px;display:flex;justify-content:space-between;flex:1}.pre-cart-modal .right-side .modal-product-name{font-weight:700;margin-bottom:5px;font-size:16px}.pre-cart-modal .right-side .quantity{font-size:12px;margin-bottom:5px}.pre-cart-modal .right-side .price{display:flex;font-size:19px;font-weight:700;white-space:nowrap}.pre-cart-modal .right-side .options{background-color:#eaeaea;margin-top:15px;padding:5px 10px;font-size:12px}.pre-cart-modal .right-side .options .option .value{font-weight:700;color:#000}.pre-cart-modal-related{padding:0;position:relative}.pre-cart-modal-related .owl-carousel:not(.owl-loaded) .product-card-simple{position:absolute;opacity:0}.pre-cart-modal-related .sliders{display:flex;flex-wrap:wrap}.pre-cart-modal-related .sliders .slider{display:flex;width:50%;flex-direction:column;height:250px}.product-page-landing{display:flex;flex-direction:column;position:relative;overflow:hidden}.product-page-landing .product-page-landing-video-bg{position:absolute;height:100%;z-index:-1}.product-page-landing .product-page-landing-head{display:flex;background-color:#fff;margin-top:70px;flex-wrap:wrap}@media screen and (max-width:991px){.product-page-landing .product-page-landing-head{margin-top:35px}}@media screen and (max-width:767px){.product-page-landing .product-page-landing-head{margin-top:10px}}.product-page-landing .product-page-landing-head>.left-side{display:flex;width:50%}@media screen and (max-width:767px){.product-page-landing .product-page-landing-head>.left-side{width:100%;margin-bottom:15px}}.product-page-landing .product-page-landing-head>.left-side .sliders-container{display:flex;position:relative;flex-direction:column;width:100%;overflow:hidden;align-self:end}.product-page-landing .product-page-landing-head>.left-side .sliders-container:hover .product-page-landing-slide .slick-next,.product-page-landing .product-page-landing-head>.left-side .sliders-container:hover .product-page-landing-slide .slick-prev{transform:translateY(-50%)}.product-page-landing .product-page-landing-head>.left-side .sliders-container:hover .product-page-landing-thumbnails-container{transform:translateY(0)}.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-slide{font-size:0}.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-slide .slide-item{position:relative;background-position:50%;background-size:cover;background-repeat:no-repeat;width:100%;margin:0 auto;display:block;outline:none}.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-slide .slide-item:after{content:"";position:relative;display:block;padding:0 0 100%;z-index:-1}.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-slide .slick-next,.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-slide .slick-prev{z-index:1;width:50px;height:50px;background-color:hsla(0,0%,100%,.4);transition:all .3s ease-out 0s}.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-slide .slick-next:before,.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-slide .slick-prev:before{display:none}.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-slide .slick-next i,.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-slide .slick-prev i{display:block;font-size:50px;color:#001f4e}.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-slide .slick-prev{left:15px;transform:translateX(-140%) translateY(-50%)}.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-slide .slick-prev i{transform:translateY(-2px) translateX(-2px)}.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-slide .slick-next{right:15px;transform:translateX(140%) translateY(-50%)}.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-slide .slick-next i{transform:translateY(-2px) translateX(2px)}.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-thumbnails-container{bottom:0;background-color:hsla(0,0%,100%,.4);width:100%;z-index:1;left:0;right:0}.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-thumbnails-container .product-page-landing-thumbnails{font-size:0;line-height:0;margin-left:-6px;margin-right:-6px}@media screen and (max-width:767px){.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-thumbnails-container .product-page-landing-thumbnails{margin-left:-3px;margin-right:-3px}}.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-thumbnails-container .product-page-landing-thumbnails *{outline:none}.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-thumbnails-container .product-page-landing-thumbnails .slider-item-wrapper{padding:10px 6px 0 10px}@media screen and (max-width:767px){.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-thumbnails-container .product-page-landing-thumbnails .slider-item-wrapper{padding:6px 3px 0}}.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-thumbnails-container .product-page-landing-thumbnails .slider-item-wrapper .slide-item{position:relative;background-position:50%;background-size:cover;background-repeat:no-repeat;width:100%;margin:0 auto;display:block;outline:none;cursor:pointer}.product-page-landing .product-page-landing-head>.left-side .sliders-container .product-page-landing-thumbnails-container .product-page-landing-thumbnails .slider-item-wrapper .slide-item:after{content:"";position:relative;display:block;padding:0 0 80%;z-index:-1}.product-page-landing .product-page-landing-head>.right-side{display:flex;flex-direction:column;width:50%;padding-left:30px;position:relative}@media screen and (max-width:767px){.product-page-landing .product-page-landing-head>.right-side{width:100%;padding-left:0}}.product-page-landing .product-page-landing-head>.right-side .product-rating-wrapper{display:flex;align-items:center;justify-content:space-between}.product-page-landing .product-page-landing-head>.right-side .product-rating-wrapper .left-side{display:flex;align-items:center;line-height:1}.product-page-landing .product-page-landing-head>.right-side .product-rating-wrapper .left-side .product-rating-count{font-weight:500;font-size:20px;margin-left:30px;padding-top:2px}.product-page-landing .product-page-landing-head>.right-side .product-rating-wrapper .action{background:transparent;border:none;outline:none}.product-page-landing .product-page-landing-head>.right-side .product-rating-wrapper .action.no-rating{position:absolute;top:0;right:0;z-index:1}.product-page-landing .product-page-landing-head>.right-side .product-price-wrapper{display:flex;flex-direction:column;margin-top:30px;margin-bottom:30px}@media screen and (max-width:991px){.product-page-landing .product-page-landing-head>.right-side .product-price-wrapper{margin-bottom:0}}.product-page-landing .product-page-landing-head>.right-side .product-price-wrapper .top{display:flex}@media screen and (max-width:1199px){.product-page-landing .product-page-landing-head>.right-side .product-price-wrapper .top{flex-direction:column}}.product-page-landing .product-page-landing-head>.right-side .product-price-wrapper .top .left-side{padding-right:40px}.product-page-landing .product-page-landing-head>.right-side .product-price-wrapper .top .right-side{display:flex;flex:1}@media screen and (max-width:991px){.product-page-landing .product-page-landing-head>.right-side .product-head-attributes{display:none}}.product-page-landing .product-head-attributes-mobile{display:none;margin-top:20px}@media screen and (max-width:991px){.product-page-landing .product-head-attributes-mobile{display:flex}}.product-page-landing .product-page-landing-content{margin:20px 0}.product-page-landing .product-page-landing-content .row-block{margin:20px 0;background-color:#fff}.product-page-landing .product-page-landing-content .row-block .row.flex{display:flex;align-items:center}.product-page-landing .product-page-landing-content .row-block .left-column,.product-page-landing .product-page-landing-content .row-block .right-column{padding:20px;overflow:hidden;line-height:1.5}.product-page-landing .product-page-landing-content .row-block .left-column>img,.product-page-landing .product-page-landing-content .row-block .right-column>img{margin:0 auto}.product-page-landing .product-page-landing-content .row-block .left-column .page-subtitle,.product-page-landing .product-page-landing-content .row-block .right-column .page-subtitle{margin-bottom:0}.product-page-landing .product-page-landing-content .product-landing-description b,.product-page-landing .product-page-landing-content .product-landing-description strong{font-weight:700}.product-page-landing .product-page-landing-content .product-landing-description img{max-width:100%}.product-page-landing .product-page-landing-content .product-landing-fps-top .row{display:flex;align-items:center}.product-page-landing .product-page-landing-content .product-landing-fps-top img{max-width:100%;height:auto}.product-page-landing .product-page-landing-content .product-landing-fps-select .row-block .page-subtitle{margin-bottom:30px}.product-page-landing .product-page-landing-content .product-landing-fps-select .form-group{width:100%}.product-page-landing .product-page-landing-content .product-landing-fps-select .selects-wrapper{display:flex;align-items:center;margin-bottom:20px}.product-page-landing .product-page-landing-content .product-landing-fps-select .selects-wrapper .form-group{margin-bottom:0;margin-right:20px}.product-page-landing .product-page-landing-content .product-landing-fps-select .selects-wrapper .custom-select+.custom-select{margin-left:10px}.iframe-video-wrapper{position:relative}.iframe-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.iframe-video-wrapper:after{content:"";display:block;position:relative;padding-bottom:56.25%;z-index:-1}.product-page-youtube{position:relative;margin-bottom:80px}@media screen and (max-width:991px){.product-page-youtube{margin-bottom:45px}}@media screen and (max-width:767px){.product-page-youtube{margin-bottom:30px}}.product-page-youtube .video-background{background-position:50%;background-size:cover;background-repeat:no-repeat;padding:140px 15px}@media screen and (max-width:991px){.product-page-youtube .video-background{padding:35px 15px}}@media screen and (max-width:767px){.product-page-youtube .video-background{padding:30px 15px}}.product-page-youtube .video-background>div{position:relative;z-index:2}.product-page-youtube .video-background:after{content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;z-index:1;background-color:hsla(0,0%,100%,.7)}.product-page-youtube .video-background .iframe-video-wrapper{-webkit-filter:drop-shadow(10px 10px 30px rgba(0,0,0,.3));filter:drop-shadow(10px 10px 30px rgba(0,0,0,.3))}.product-page-youtube .video-background .iframe-video-wrapper.playing .overlay,.product-page-youtube .video-background .iframe-video-wrapper.playing button{display:none}.product-page-youtube .video-background .iframe-video-wrapper .overlay{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;z-index:1}.product-page-youtube .video-background .iframe-video-wrapper button{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);z-index:10;border:none;background-color:transparent;outline:none}@media screen and (max-width:991px){.product-page-youtube .video-background .iframe-video-wrapper button img{width:40px;height:auto}}@media screen and (max-width:767px){.product-page-youtube .video-background .iframe-video-wrapper button img{width:20px}}.product-page-benefits{background-color:#f1f8ff;margin:50px 0 65px}@media screen and (max-width:767px){.product-page-benefits{margin:50px 0}}.product-page-benefits .items{display:flex;align-items:start;flex:1;justify-content:space-between;padding:50px 0 60px}@media screen and (max-width:991px){.product-page-benefits .items{flex-wrap:wrap;justify-content:center;align-items:center;padding:0}}@media screen and (max-width:767px){.product-page-benefits .items{padding:15px 0;align-items:self-start}}.product-page-benefits .items .item{display:flex;justify-content:center;flex-direction:column}@media screen and (max-width:991px){.product-page-benefits .items .item{margin:50px 30px}}@media screen and (max-width:767px){.product-page-benefits .items .item{margin:15px}}.product-page-benefits .items .item .icon{background-color:#fff;width:74px;height:74px;position:relative;margin:0 auto 20px;border-radius:50%}@media screen and (max-width:767px){.product-page-benefits .items .item .icon{width:49px;height:49px;margin:0 auto 10px}}.product-page-benefits .items .item .icon img{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}@media screen and (max-width:767px){.product-page-benefits .items .item .icon img{width:30px;height:auto}}.product-page-benefits .items .item .title{text-align:center;font-weight:500;font-size:18px}@media screen and (max-width:767px){.product-page-benefits .items .item .title{font-size:12px;line-height:15px;width:115px}}.product-page-attributes-list{margin-bottom:80px}@media screen and (max-width:767px){.product-page-attributes-list{margin-bottom:50px}}.product-page-attributes-list .title{color:#0171e2;font-size:36px;font-weight:600;margin-bottom:60px}@media screen and (max-width:767px){.product-page-attributes-list .title{font-size:26px;line-height:32px;margin-bottom:20px}}.product-page-attributes-list .items{display:flex}@media screen and (max-width:991px){.product-page-attributes-list .items{flex-direction:column}}.product-page-attributes-list .items .item+.item{margin-left:150px}@media screen and (max-width:991px){.product-page-attributes-list .items .item+.item{margin-left:0;margin-top:30px}}.product-page-attributes-list .items .item .attribute{display:flex;align-items:center}.product-page-attributes-list .items .item .attribute+.attribute{margin-top:30px}.product-page-attributes-list .items .item .attribute .circle-icon{margin-right:15px}.product-page-attributes-list .items .item .attribute .value{font-size:18px;font-weight:500;max-width:480px;line-height:22px}@media screen and (max-width:767px){.product-page-attributes-list .items .item .attribute .value{font-size:16px;line-height:20px}}.product-page-scrolling-content{margin-bottom:80px;position:relative}@media screen and (max-width:767px){.product-page-scrolling-content{margin-bottom:50px}}.product-page-scrolling-content .circle-icon{width:26px;height:26px;transform:translateX(-4.5px)}.product-page-scrolling-content .circle-icon:after{width:3px;height:3px}.product-page-scrolling-content:after{content:"";width:100%;display:block;height:565px;position:absolute;background-color:#f1f8ff;top:calc(50% + 13px);transform:translateY(-50%)}.product-page-scrolling-content .scrolling-wrapper{position:relative;z-index:1}.product-page-scrolling-content .scrolling-wrapper .ps__rail-y{opacity:1;left:8.5px;right:auto;width:17px;bottom:25px;background-color:transparent}.product-page-scrolling-content .scrolling-wrapper .ps__rail-y:before{content:"";display:block;position:absolute;top:0;bottom:0;width:1px;background-color:#0171e2}.product-page-scrolling-content .scrolling-wrapper .ps__rail-y:after{content:"";display:block;width:1px;height:25px;position:absolute;left:0;bottom:0;background-color:#fff}.product-page-scrolling-content .scrolling-wrapper .ps__rail-y .ps__thumb-y{width:17px;background-color:#0171e2;transform:translateX(-6.5px);background-repeat:no-repeat;background-image:url(/catalog/view/theme/default/image/icon-arrow-up.svg),url(/catalog/view/theme/default/image/icon-arrow-down.svg);background-position:top 5px center,bottom 5px center;z-index:1}.product-page-scrolling-content .scrolling-wrapper .slick-dots{display:flex;flex-direction:column;align-items:center;justify-content:center;bottom:auto;top:50%;left:0;transform:translateY(-50%);width:auto}.product-page-scrolling-content .scrolling-wrapper .slick-dots li{width:26px;height:26px;display:flex;align-items:center;justify-content:center;margin:15px 0;padding:0}@media screen and (max-width:767px){.product-page-scrolling-content .scrolling-wrapper .slick-dots li{width:15px;height:15px;margin:7.5px 0}}.product-page-scrolling-content .scrolling-wrapper .slick-dots li.slick-active button{width:26px;height:26px}@media screen and (max-width:767px){.product-page-scrolling-content .scrolling-wrapper .slick-dots li.slick-active button{width:15px;height:15px}}.product-page-scrolling-content .scrolling-wrapper .slick-dots li button{width:17px;height:17px;min-width:17px;min-height:17px;background-color:#d7ebff;border:1px solid #0172e2;position:relative;border-radius:50%;font-size:0;display:flex;transition:all .1s linear 0s}@media screen and (max-width:767px){.product-page-scrolling-content .scrolling-wrapper .slick-dots li button{width:8px;height:8px;min-width:8px;min-height:8px}}.product-page-scrolling-content .scrolling-wrapper .slick-dots li button:after{content:"";display:block;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:5px;height:5px;background-color:#0171e2;border-radius:inherit}@media screen and (max-width:767px){.product-page-scrolling-content .scrolling-wrapper .slick-dots li button:after{width:3px;height:3px}}.product-page-scrolling-content .scrolling-wrapper .slick-dots li button:before{display:none}.product-page-scrolling-content .scrolling-wrapper .scrolling-section{display:flex!important;align-items:center;padding-left:60px;font-size:18px;height:615px}@media screen and (max-width:991px){.product-page-scrolling-content .scrolling-wrapper .scrolling-section{flex-direction:column}}@media screen and (max-width:767px){.product-page-scrolling-content .scrolling-wrapper .scrolling-section{padding-left:25px;font-size:16px;line-height:133.5%}}.product-page-scrolling-content .scrolling-wrapper .scrolling-section+.scrolling-section{margin-top:30px}.product-page-scrolling-content .scrolling-wrapper .scrolling-section>div h1,.product-page-scrolling-content .scrolling-wrapper .scrolling-section>div h1 *{color:#0171e2!important;font-size:40px!important;font-weight:600!important;margin-bottom:35px!important}@media screen and (max-width:767px){.product-page-scrolling-content .scrolling-wrapper .scrolling-section>div h1,.product-page-scrolling-content .scrolling-wrapper .scrolling-section>div h1 *{font-size:28px!important;margin-bottom:15px!important}}.product-page-scrolling-content .scrolling-wrapper .scrolling-section>div h2,.product-page-scrolling-content .scrolling-wrapper .scrolling-section>div h2 *{color:#0171e2!important;font-size:36px!important;font-weight:600!important;margin-bottom:30px!important}@media screen and (max-width:767px){.product-page-scrolling-content .scrolling-wrapper .scrolling-section>div h2,.product-page-scrolling-content .scrolling-wrapper .scrolling-section>div h2 *{font-size:26px!important;margin-bottom:15px!important}}.product-page-scrolling-content .scrolling-wrapper .scrolling-section>div h3,.product-page-scrolling-content .scrolling-wrapper .scrolling-section>div h3 *{color:#0171e2!important;font-size:30px!important;font-weight:600!important;margin-bottom:20px!important}@media screen and (max-width:767px){.product-page-scrolling-content .scrolling-wrapper .scrolling-section>div h3,.product-page-scrolling-content .scrolling-wrapper .scrolling-section>div h3 *{font-size:22px!important;margin-bottom:10px!important}}.product-page-scrolling-content .scrolling-wrapper .scrolling-section>div img{width:100%;height:auto}@media screen and (max-width:991px){.product-page-scrolling-content .scrolling-wrapper .scrolling-section>div img{width:100%!important;height:auto!important}}.product-page-scrolling-content .scrolling-wrapper .scrolling-section>div p *{font-family:Montserrat,serif!important;font-style:normal!important;font-weight:400!important;font-size:18px!important;line-height:133.5%!important;max-width:100%}@media screen and (max-width:767px){.product-page-scrolling-content .scrolling-wrapper .scrolling-section>div p *{font-size:16px!important}}.product-page-scrolling-content .scrolling-wrapper .scrolling-section>div p strong{font-weight:600!important}.product-page-scrolling-content .scrolling-wrapper .scrolling-section .left-side{display:flex;flex-direction:column;width:40%;padding-right:30px}@media screen and (max-width:991px){.product-page-scrolling-content .scrolling-wrapper .scrolling-section .left-side{width:100%;padding-right:0;flex:1}}.product-page-scrolling-content .scrolling-wrapper .scrolling-section .right-side{display:flex;flex-direction:column;width:60%}@media screen and (max-width:991px){.product-page-scrolling-content .scrolling-wrapper .scrolling-section .right-side{width:100%;flex:1}}.product-page-scrolling-content .scrolling-wrapper .scrolling-section .title{color:#0171e2;font-size:36px;font-weight:600;margin-bottom:30px}.product-page-game-performance .title{color:#0171e2;font-size:36px;font-weight:600;margin-bottom:60px;position:relative;display:inline-flex}@media screen and (max-width:767px){.product-page-game-performance .title{font-size:26px;line-height:32px;margin-bottom:20px}}.product-page-game-performance .title .popover{min-width:300px}@media screen and (max-width:767px){.product-page-game-performance .title .popover{min-width:0}}.product-page-game-performance .title button{position:absolute;top:0;right:0;line-height:normal;transform:translateX(120%) translateY(-30%)}@media screen and (max-width:767px){.product-page-game-performance .title button{transform:translateY(-75%)}}.product-page-game-performance .game-performance-wrapper{display:flex;flex-direction:column;margin-bottom:125px;position:relative}@media screen and (max-width:991px){.product-page-game-performance .game-performance-wrapper{margin-bottom:75px}}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper{margin-bottom:30px}}.product-page-game-performance .game-performance-wrapper .top{display:flex;height:57px;flex-grow:1;flex-direction:column}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper .top{height:31px}}.product-page-game-performance .game-performance-wrapper .top .input-wrapper{display:flex;height:57px;flex-grow:1}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper .top .input-wrapper{height:31px}}.product-page-game-performance .game-performance-wrapper .top .input-wrapper input{flex:1;border-radius:0;border:1px solid #0171e2;font-size:18px;padding:0 15px;outline:none;-webkit-appearance:none}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper .top .input-wrapper input{font-size:16px;padding:0 10px}}.product-page-game-performance .game-performance-wrapper .top .input-wrapper input::-webkit-input-placeholder{color:#d2d2d2}.product-page-game-performance .game-performance-wrapper .top .input-wrapper input::-moz-placeholder{color:#d2d2d2}.product-page-game-performance .game-performance-wrapper .top .input-wrapper input:-ms-input-placeholder{color:#d2d2d2}.product-page-game-performance .game-performance-wrapper .top .input-wrapper input::-ms-input-placeholder{color:#d2d2d2}.product-page-game-performance .game-performance-wrapper .top .input-wrapper input::placeholder{color:#d2d2d2}.product-page-game-performance .game-performance-wrapper .top .input-wrapper button{width:150px;background-color:#0171e2;font-size:18px;border-radius:0;border:1px solid #0171e2;color:#fff;outline:none}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper .top .input-wrapper button{font-size:12px;width:78px}}.product-page-game-performance .game-performance-wrapper .top .input-wrapper button:focus,.product-page-game-performance .game-performance-wrapper .top .input-wrapper button:hover{background-color:#0d4aa2;border-color:#0d4aa2}.product-page-game-performance .game-performance-wrapper .top .list-wrapper{position:absolute;top:58px;left:0;right:0;flex-direction:column;background-color:#fff;z-index:10;padding:15px;border:1px solid #0171e2;display:none}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper .top .list-wrapper{top:32px}}.product-page-game-performance .game-performance-wrapper .top .list-wrapper.active{display:flex}.product-page-game-performance .game-performance-wrapper .top .list-wrapper .game{display:none;align-items:center;border:1px solid transparent;cursor:pointer}.product-page-game-performance .game-performance-wrapper .top .list-wrapper .game.active{display:flex}.product-page-game-performance .game-performance-wrapper .top .list-wrapper .game+.game{margin-top:5px}.product-page-game-performance .game-performance-wrapper .top .list-wrapper .game.focus,.product-page-game-performance .game-performance-wrapper .top .list-wrapper .game:hover{border-color:#0171e2;background-color:#0171e2;color:#fff}.product-page-game-performance .game-performance-wrapper .top .list-wrapper .game .image-wrapper .img-container{width:50px;position:relative;background-position:top;background-size:cover;background-repeat:no-repeat;margin-right:10px}.product-page-game-performance .game-performance-wrapper .top .list-wrapper .game .image-wrapper .img-container:after{content:"";display:block;position:relative;padding-bottom:100%;z-index:1}.product-page-game-performance .game-performance-wrapper>.middle{margin-top:45px}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper>.middle{margin-top:0}}.product-page-game-performance .game-performance-wrapper>.middle .slick-arrow{z-index:1;width:14px;height:26px}.product-page-game-performance .game-performance-wrapper>.middle .slick-arrow:before{display:none}.product-page-game-performance .game-performance-wrapper>.middle .slick-arrow.slick-prev{left:0}.product-page-game-performance .game-performance-wrapper>.middle .slick-arrow.slick-next{right:0}.product-page-game-performance .game-performance-wrapper>.middle .slick-slide{outline:none;opacity:0;transition:all .3s ease-out 0s;display:flex;align-items:center;transform:scale(.55)}.product-page-game-performance .game-performance-wrapper>.middle .slick-slide.slick-active{opacity:.1;transform:scale(.55) translateX(130%);transform-origin:center}.product-page-game-performance .game-performance-wrapper>.middle .slick-slide.slick-active+.slick-active{opacity:.3;transform:scale(.65) translateX(50%);transform-origin:center}.product-page-game-performance .game-performance-wrapper>.middle .slick-slide.slick-active+.slick-active+.slick-active{opacity:.6;transform:scale(.78) translateX(8%);transform-origin:center}.product-page-game-performance .game-performance-wrapper>.middle .slick-slide.slick-active+.slick-active+.slick-active+.slick-active{opacity:1;transform:scale(1);transform-origin:center}.product-page-game-performance .game-performance-wrapper>.middle .slick-slide.slick-active+.slick-active+.slick-active+.slick-active+.slick-active{opacity:.6;transform:scale(.78) translateX(-8%);transform-origin:center}.product-page-game-performance .game-performance-wrapper>.middle .slick-slide.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active{opacity:.3;transform:scale(.65) translateX(-50%);transform-origin:center}.product-page-game-performance .game-performance-wrapper>.middle .slick-slide.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active{opacity:.1;transform:scale(.55) translateX(-130%);transform-origin:center}.product-page-game-performance .game-performance-wrapper>.middle .slick-slide.slick-center .game .image-wrapper:before{content:"";display:block;position:absolute;width:1px;height:45px;background-color:#c4c4c4;top:50%;transform:translateY(-50%);left:-24px}.product-page-game-performance .game-performance-wrapper>.middle .slick-slide.slick-center .game .image-wrapper:after{content:"";display:block;position:absolute;width:1px;height:45px;background-color:#c4c4c4;top:50%;transform:translateY(-50%);right:-24px}.product-page-game-performance .game-performance-wrapper>.middle .slick-slide .game{display:flex;flex-direction:column;padding:20px;cursor:pointer;position:relative;align-items:center}.product-page-game-performance .game-performance-wrapper>.middle .slick-slide .game .image-wrapper{position:relative}.product-page-game-performance .game-performance-wrapper>.middle .slick-slide .game .image-wrapper .img-container{position:relative;background-position:top;background-size:cover;background-repeat:no-repeat;width:176px;height:144px}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper>.middle .slick-slide .game .image-wrapper .img-container{width:128px;height:106px}}.product-page-game-performance .game-performance-wrapper>.middle .slick-slide .game .image-wrapper .img-container:after{content:"";display:block;position:relative;padding-bottom:60%;z-index:1}.product-page-game-performance .game-performance-wrapper>.middle .slick-slide .game .name{text-align:center;font-size:16px;font-weight:500;margin-top:12px;width:176px}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper>.middle .slick-slide .game .name{width:128px;font-size:14px;line-height:17px;margin-top:8px}}.product-page-game-performance .game-performance-wrapper>.middle #page-game-performance-slider:not(.slick-initialized){display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-left:-10px;margin-right:-10px;overflow:hidden;align-items:flex-start}.product-page-game-performance .game-performance-wrapper>.middle #page-game-performance-slider:not(.slick-initialized) .game{width:25%;padding:10px;cursor:pointer}@media screen and (max-width:991px){.product-page-game-performance .game-performance-wrapper>.middle #page-game-performance-slider:not(.slick-initialized) .game{width:33.33%}}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper>.middle #page-game-performance-slider:not(.slick-initialized) .game{width:50%}}.product-page-game-performance .game-performance-wrapper>.middle #page-game-performance-slider:not(.slick-initialized) .game .image-wrapper .img-container{position:relative;background-position:top;background-size:cover;background-repeat:no-repeat;width:100%}.product-page-game-performance .game-performance-wrapper>.middle #page-game-performance-slider:not(.slick-initialized) .game .image-wrapper .img-container:after{content:"";display:block;position:relative;padding-bottom:60%;z-index:1}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper>.middle #page-game-performance-slider:not(.slick-initialized) .game .image-wrapper .img-container:after{padding-bottom:80%}}.product-page-game-performance .game-performance-wrapper>.middle #page-game-performance-slider:not(.slick-initialized) .game .name{text-align:center;font-size:16px;font-weight:500;margin-top:12px}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper>.middle #page-game-performance-slider:not(.slick-initialized) .game .name{text-transform:uppercase;font-size:14px;line-height:17px}}.product-page-game-performance .game-performance-wrapper>.middle #page-game-performance-slider:not(.slick-initialized)+.show-more-games button span:first-child{display:none}.product-page-game-performance .game-performance-wrapper>.middle #page-game-performance-slider:not(.slick-initialized)+.show-more-games button span:nth-child(2){display:initial}.product-page-game-performance .game-performance-wrapper>.middle #page-game-performance-slider:not(.slick-initialized)+.show-more-games button img{transform:rotate(-180deg)}.product-page-game-performance .game-performance-wrapper>.middle .show-more-games{display:flex;justify-content:center;flex-direction:column;align-items:center}.product-page-game-performance .game-performance-wrapper>.middle .show-more-games button{display:flex;align-items:center;justify-content:center;background:none;border:none;outline:none}.product-page-game-performance .game-performance-wrapper>.middle .show-more-games button div{font-family:Roboto,serif;font-size:16px;line-height:18px;color:#0060c1}.product-page-game-performance .game-performance-wrapper>.middle .show-more-games button div span:nth-child(2){display:none}.product-page-game-performance .game-performance-wrapper>.middle .show-more-games button img{margin-left:5px}.product-page-game-performance .game-performance-wrapper .bottom{display:flex;flex-grow:1;margin-top:40px}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper .bottom{flex-direction:column;margin-top:20px}}.product-page-game-performance .game-performance-wrapper .bottom .center{flex:1;display:flex;margin:0 50px}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper .bottom .center{margin:0}}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps,.product-page-game-performance .game-performance-wrapper .bottom .center>div{display:flex;flex:1}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content{display:flex;flex:1;padding:0}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game{display:none;margin-top:0}@media screen and (max-width:991px){.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game{flex-direction:column}}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game.active{display:flex}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-card{flex:1;margin-right:50px;box-shadow:none}@media screen and (max-width:991px){.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-card{margin:initial;width:100%;margin-bottom:15px}}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-card:after{padding-bottom:80%}@media screen and (max-width:991px){.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-card:after{padding-bottom:50%;padding-bottom:80%}}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-card .card-cover{background-position:top}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-card .card-cover:after{display:none}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars{max-width:416px;width:100%;padding:0 28px;font-family:Roboto,serif;justify-content:center;background-color:#f1f8ff}@media screen and (max-width:991px){.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars{max-width:none;background-color:transparent;padding:0}}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .game-container+.game-container{margin-top:25px}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .game-container+.game-container{margin-top:10px}}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .game-container>.screen{display:block;font-size:18px;font-weight:500;margin-bottom:5px}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .game-container>.screen{font-size:16px;line-height:19px}}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper{margin-right:0;flex-grow:0}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper:not(.hide-bar)+.bar-wrapper:not(.hide-bar){margin-top:25px}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper>.value{display:block;position:absolute;top:50%;transform:translateY(-50%);z-index:3;font-size:16px;left:10px;color:#fff;font-weight:500}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper>.value strong{font-weight:500}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar{width:0;box-shadow:none;height:40px;transition:width 1s linear .5s,height 1s linear .5s;-webkit-animation:grow-width 1s ease-out 0s;animation:grow-width 1s ease-out 0s}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar{height:23px}}@-webkit-keyframes grow-width{0%{max-width:0}to{max-width:100%}}@keyframes grow-width{0%{max-width:0}to{max-width:100%}}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar .full-bar,.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar .screen,.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar .value{display:none}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar.low{background-color:red}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar.middle{background-color:#ff9f0f}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar.high{background-color:#08c504}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar.highest{background-color:#6ea7e0}.product-page-game-performance .game-performance-wrapper .bottom .center .product-page-game-fps .game-fps-content .games .game .game-fps-bars .bar-wrapper .bar.top{background-color:#5a508e}.product-page-game-performance .game-performance-wrapper .bottom .sidebar{width:126px;background-color:#f1f8ff;display:flex;flex-direction:column}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper .bottom .sidebar{width:100%;flex-direction:row;align-items:center;margin-bottom:18px}}.product-page-game-performance .game-performance-wrapper .bottom .sidebar button{color:#0060c1;flex-grow:1;display:flex;align-items:center;justify-content:center;border:none;outline:none;border-radius:0;font-weight:500;padding:10px}@media screen and (max-width:767px){.product-page-game-performance .game-performance-wrapper .bottom .sidebar button{font-size:14px;line-height:16px;padding:16px 0;flex:1}}.product-page-game-performance .game-performance-wrapper .bottom .sidebar button.active{background-color:#0171e2;color:#fff}.product-cart-single{display:flex;flex-direction:column;padding:60px 100px}@media screen and (max-width:991px){.product-cart-single{padding:30px 60px}}@media screen and (max-width:767px){.product-cart-single{padding:45px 15px 20px}}.product-cart-single .inner{display:flex;flex-direction:column;position:relative}.product-cart-single .inner .removed-title{font-weight:500;font-size:24px;line-height:29px}.product-cart-single .inner .remove-button{position:absolute;font-weight:400;font-size:36px;line-height:1;background-color:#f1f8ff;color:#8a8a8a;border:none;outline:none;width:29px;height:29px;border-radius:50%;top:0;left:-41px}@media screen and (max-width:767px){.product-cart-single .inner .remove-button{width:22px;height:22px;max-width:22px;max-height:22px;left:0;top:-34px;display:block;padding:0}}.product-cart-single .inner .remove-button:focus,.product-cart-single .inner .remove-button:hover{background-color:#d5e8ff}.product-cart-single .inner .remove-button span{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-58%)}.product-cart-single .inner .close-button{position:absolute;top:0;right:0;padding:0;outline:none;border:none;background-color:transparent}@media screen and (max-width:991px){.product-cart-single .inner .close-button{right:-30px}.product-cart-single .inner .close-button img{width:15px;height:auto}}@media screen and (max-width:767px){.product-cart-single .inner .close-button{right:0;top:-33px}}.product-cart-single .inner .product-cart-head{display:flex;margin-bottom:30px}@media screen and (max-width:767px){.product-cart-single .inner .product-cart-head{margin-bottom:15px;flex-direction:column}}.product-cart-single .inner .product-cart-head .left-side{margin-right:50px;display:flex;flex-direction:column}@media screen and (max-width:991px){.product-cart-single .inner .product-cart-head .left-side{margin-right:0}}@media screen and (max-width:767px){.product-cart-single .inner .product-cart-head .left-side{margin-right:0;margin-bottom:10px}}.product-cart-single .inner .product-cart-head .left-side .img-container{position:relative;background-repeat:no-repeat;background-size:cover;background-position:50%;width:220px}@media screen and (max-width:767px){.product-cart-single .inner .product-cart-head .left-side .img-container{width:101px;margin:0 auto}}.product-cart-single .inner .product-cart-head .left-side .img-container:after{content:"";display:block;position:relative;padding-bottom:100%;z-index:-1}.product-cart-single .inner .product-cart-head .right-side{display:flex;flex-direction:column;flex:1;max-width:530px;margin-right:auto}@media screen and (max-width:767px){.product-cart-single .inner .product-cart-head .right-side{max-width:none;width:100%}}.product-cart-single .inner .product-cart-head .right-side .product-cart-name{font-weight:600;font-size:24px;line-height:29px;margin-bottom:15px}@media screen and (max-width:767px){.product-cart-single .inner .product-cart-head .right-side .product-cart-name{font-size:18px;line-height:22px;margin-bottom:10px;text-align:center}}.product-cart-single .inner .product-cart-head .right-side .price-and-quantity{display:flex;align-items:center;justify-content:space-between}.product-cart-single .inner .product-cart-head .right-side .price-and-quantity .price{font-weight:500;font-size:38px;white-space:nowrap}@media screen and (max-width:991px){.product-cart-single .inner .product-cart-head .right-side .price-and-quantity .price{font-size:32px;margin-bottom:10px}}@media screen and (max-width:767px){.product-cart-single .inner .product-cart-head .right-side .price-and-quantity .price{font-size:22px;line-height:27px;width:100%;flex:1;margin-right:10px}}.product-cart-single .inner .product-cart-head .right-side .price-and-quantity .quantity-change{display:flex;align-items:center}@media screen and (max-width:767px){.product-cart-single .inner .product-cart-head .right-side .price-and-quantity .quantity-change{margin-left:auto}}.product-cart-single .inner .product-cart-head .right-side .price-and-quantity .quantity-change button{position:relative;font-weight:400;font-size:36px;line-height:1;background-color:#f1f8ff;border:none;outline:none;width:29px;height:29px;max-width:29px;max-height:29px;border-radius:50%;color:#0171e2;display:block;padding:0}.product-cart-single .inner .product-cart-head .right-side .price-and-quantity .quantity-change button:first-of-type span{transform:translateX(-50%) translateY(-58%)}.product-cart-single .inner .product-cart-head .right-side .price-and-quantity .quantity-change button:last-of-type span{transform:translateX(-50%) translateY(-50%)}.product-cart-single .inner .product-cart-head .right-side .price-and-quantity .quantity-change button:disabled{color:#8a8a8a}.product-cart-single .inner .product-cart-head .right-side .price-and-quantity .quantity-change button:focus,.product-cart-single .inner .product-cart-head .right-side .price-and-quantity .quantity-change button:hover{background-color:#d5e8ff}.product-cart-single .inner .product-cart-head .right-side .price-and-quantity .quantity-change button span{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:50%;left:50%}.product-cart-single .inner .product-cart-head .right-side .price-and-quantity .quantity-change input{font-weight:400;font-size:24px;outline:none;width:48px;text-align:center;padding:0;border:0;-webkit-appearance:none;border-radius:0}.product-cart-single .inner .product-cart-head .right-side .special-options{display:flex;flex-direction:column;margin-top:35px}@media screen and (max-width:767px){.product-cart-single .inner .product-cart-head .right-side .special-options{margin-top:15px}}.product-cart-single .inner .product-cart-head .right-side .special-options .special-option{background-color:#f8f8f8;display:flex;align-items:center;justify-content:space-between;padding:6px 8px}@media screen and (max-width:767px){.product-cart-single .inner .product-cart-head .right-side .special-options .special-option{padding:4px}}.product-cart-single .inner .product-cart-head .right-side .special-options .special-option+.special-option{margin-top:12px}@media screen and (max-width:767px){.product-cart-single .inner .product-cart-head .right-side .special-options .special-option+.special-option{margin-top:8px}}.product-cart-single .inner .product-cart-head .right-side .special-options .special-option .checkbox-and-name{display:flex;align-items:center}.product-cart-single .inner .product-cart-head .right-side .special-options .special-option .checkbox-and-name .checkbox-toggle{margin-right:20px}.product-cart-single .inner .product-cart-head .right-side .special-options .special-option .checkbox-and-name .checkbox-toggle input:checked+label{border-color:#f4bf00}.product-cart-single .inner .product-cart-head .right-side .special-options .special-option .checkbox-and-name .checkbox-toggle input:checked+label:before{right:2px;left:auto;background-color:#f4bf00}.product-cart-single .inner .product-cart-head .right-side .special-options .special-option .checkbox-and-name .checkbox-toggle label{display:flex;width:36px;height:16px;position:relative;background-color:#fff;border:1px solid #0171e2}.product-cart-single .inner .product-cart-head .right-side .special-options .special-option .checkbox-and-name .checkbox-toggle label:before{content:"";display:block;width:15px;height:10px;min-width:15px;min-height:10px;background-color:#0171e2;border:none;position:absolute;top:2px;left:2px;border-radius:0;margin:0}.product-cart-single .inner .product-cart-head .right-side .special-options .special-option .checkbox-and-name .option-name{font-weight:400;font-size:16px;line-height:20px;margin-right:10px}@media screen and (max-width:767px){.product-cart-single .inner .product-cart-head .right-side .special-options .special-option .checkbox-and-name .option-name{font-size:12px;line-height:15px}}.product-cart-single .inner .product-cart-head .right-side .special-options .special-option .option-price{font-weight:500;font-size:16px;line-height:20px;color:#0171e2;white-space:nowrap}.product-cart-single .inner .product-attributes{flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px}.product-cart-single .inner .product-attributes .attribute-row{margin-bottom:15px;width:335px}@media screen and (max-width:991px){.product-cart-single .inner .product-attributes .attribute-row{width:100%}}.product-cart-single .inner .product-attributes .attribute-row+.attribute-row{margin-top:0}.product-cart-single .inner .product-attributes .attribute-row .top .attribute-options .attribute-option label{font-size:14px}.product-cart-single .inner .product-attributes .attribute-row .attribute-options .options-submenu{padding-top:15px}.product-cart-single .inner .special-full-options-wrapper{display:flex;flex-direction:column;margin-bottom:25px}.product-cart-single .inner .special-full-options-wrapper.open .special-full-options .special-full-option{display:flex}.product-cart-single .inner .special-full-options-wrapper .special-full-options{display:flex;flex-wrap:wrap;justify-content:space-between}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option{width:410px;display:none;margin-bottom:15px}@media screen and (max-width:991px){.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option{width:100%}}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option:first-child,.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option:nth-child(2){display:flex}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .left-side{margin-right:15px}@media screen and (max-width:991px){.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .left-side{margin-right:10px}}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .left-side .img-container{position:relative;width:125px;background-color:#0171e2;background-repeat:no-repeat;background-size:cover;background-position:50%}@media screen and (max-width:991px){.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .left-side .img-container{width:80px}}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .left-side .img-container button{display:none;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);background-color:transparent;border:none;outline:none;padding:0}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .left-side .img-container:after{content:"";display:block;position:relative;padding-bottom:80%;z-index:-1}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .right-side{position:relative;flex:1;background-color:#f1f8ff;padding:10px 20px;display:flex;flex-direction:column}@media screen and (max-width:991px){.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .right-side{padding:6px 12px}}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .right-side .option-name{font-weight:500;font-size:17px;line-height:21px;margin-bottom:15px}@media screen and (max-width:991px){.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .right-side .option-name{font-size:14px;line-height:17px}}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .right-side .option-price{font-weight:400;font-size:18px;line-height:22px;color:#0171e2;margin-top:auto}@media screen and (max-width:991px){.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .right-side .option-price{font-size:15px}}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .right-side .button-checkbox{background-color:#0171e2;position:absolute;right:0;bottom:0}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .right-side .button-checkbox input:checked+label{background-color:#f4bf00}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .right-side .button-checkbox input:checked+label span:first-child{display:none}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .right-side .button-checkbox input:checked+label span:nth-child(2){display:initial}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .right-side .button-checkbox input:checked+label span:nth-child(2) strong{transform:translateY(-58%);right:8px}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .right-side .button-checkbox label{color:#fff;display:flex;align-items:center}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .right-side .button-checkbox label:before{display:none}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .right-side .button-checkbox label span{font-weight:600;font-size:12px;line-height:1;padding:10px 30px 10px 5px}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .right-side .button-checkbox label span strong{font-weight:400;font-size:36px;line-height:inherit;position:absolute;right:5px;top:50%;transform:translateY(-50%)}.product-cart-single .inner .special-full-options-wrapper .special-full-options .special-full-option .right-side .button-checkbox label span:nth-child(2){display:none}.product-cart-single .inner .special-full-options-wrapper>button{font-weight:400;font-size:18px;color:#0171e2;display:flex;align-items:center;outline:none;border:none;padding:0;background-color:transparent;margin-left:auto;margin-top:15px}@media screen and (max-width:991px){.product-cart-single .inner .special-full-options-wrapper>button{font-size:16px}}.product-cart-single .inner .special-full-options-wrapper>button.active span:first-child{display:none}.product-cart-single .inner .special-full-options-wrapper>button.active span:nth-child(2){display:initial}.product-cart-single .inner .special-full-options-wrapper>button span:nth-child(2){display:none}.product-cart-single .inner .special-full-options-wrapper>button.active img{transform:rotate(-180deg)}.product-cart-single .inner .special-full-options-wrapper>button img{margin-left:23px}@media screen and (max-width:991px){.product-cart-single .inner .special-full-options-wrapper>button img{margin-left:15px}}.product-cart-single .inner .product-cart-total{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;padding:20px 0;margin-bottom:20px}.product-cart-single .inner .product-cart-total>div:first-child{font-weight:500;font-size:24px}@media screen and (max-width:991px){.product-cart-single .inner .product-cart-total>div:first-child{font-size:18px;font-size:16px;line-height:20px}}.product-cart-single .inner .product-cart-total>div:nth-child(2){font-weight:500;font-size:38px;white-space:nowrap}@media screen and (max-width:991px){.product-cart-single .inner .product-cart-total>div:nth-child(2){font-size:30px;font-size:24px;line-height:29px}}.product-cart-single .inner .product-cart-actions{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;margin-bottom:25px}.product-cart-single .inner .product-cart-actions>button:first-child{background-color:transparent;padding:0;border:none;outline:none;font-weight:400;font-size:18px;line-height:22px;color:#9d9d9d}@media screen and (max-width:991px){.product-cart-single .inner .product-cart-actions>button:first-child{font-size:16px;font-size:12px;line-height:15px}}.product-cart-single .inner .product-cart-actions>button:first-child:focus,.product-cart-single .inner .product-cart-actions>button:first-child:hover{color:#0171e2}.product-cart-single .inner .product-cart-actions>button:nth-child(2){box-shadow:none;font-weight:500;font-size:18px;transition:none;padding:15px 40px}@media screen and (max-width:991px){.product-cart-single .inner .product-cart-actions>button:nth-child(2){font-size:14px;padding:10px 15px;line-height:17px;padding:10px}}.product-cart-single .inner .product-cart-actions>button:nth-child(2):focus,.product-cart-single .inner .product-cart-actions>button:nth-child(2):hover{-webkit-animation:none;animation:none}.product-cart-single .inner .product-cart-related .title{font-weight:600;font-size:24px;line-height:29px;margin-bottom:30px}@media screen and (max-width:991px){.product-cart-single .inner .product-cart-related .title{font-size:20px;line-height:24px;margin-bottom:25px}}@media screen and (max-width:767px){.product-cart-single .inner .product-cart-related .title{margin-bottom:20px}}.product-cart-single .inner .product-cart-related .related-products{opacity:0}.product-cart-single .inner .product-cart-related .related-products.slick-initialized{opacity:1}.product-cart-single .inner .product-cart-related .related-products .slick-slide{outline:none}.product-cart-single .inner .product-cart-related .related-products .slick-dots{display:flex;align-items:center;justify-content:center;bottom:-10px}@media screen and (max-width:767px){.product-cart-single .inner .product-cart-related .related-products .slick-dots{bottom:-25px}}.product-cart-single .inner .product-cart-related .related-products .slick-dots li{margin:0 15px;width:auto;height:auto}.product-cart-single .inner .product-cart-related .related-products .slick-dots li.slick-active button{background-color:#d7ebff}.product-cart-single .inner .product-cart-related .related-products .slick-dots li button{width:15px;height:15px;padding:0;border:1px solid #0172e2;margin:0;border-radius:50%}.product-cart-single .inner .product-cart-related .related-products .slick-dots li button:before{display:none}.product-cart-single .inner .product-cart-related .related-products .slick-dots li button:after{content:"";display:block;position:absolute;width:1.5px;height:1.5px;background-color:#0171e2;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.product-cart-single .inner .product-cart-related .related-products .related-product{position:relative;flex-direction:column;padding:20px;max-width:280px;display:inline-block}@media screen and (max-width:991px){.product-cart-single .inner .product-cart-related .related-products .related-product{padding:15px}}@media screen and (max-width:767px){.product-cart-single .inner .product-cart-related .related-products .related-product{padding:0;max-width:100%}}.product-cart-single .inner .product-cart-related .related-products .related-product .inner{position:relative;display:flex;flex-direction:column;background-color:#f1f8ff}.product-cart-single .inner .product-cart-related .related-products .related-product .inner>button{position:absolute;top:8px;right:8px;z-index:1;width:29px;height:29px;background-color:#fff;padding:0;border:none;border-radius:50%;outline:none}.product-cart-single .inner .product-cart-related .related-products .related-product .inner>button.remove-cart span{transform:translateX(-50%) translateY(-55%)}.product-cart-single .inner .product-cart-related .related-products .related-product .inner>button span{color:#0171e2;font-size:36px;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.product-cart-single .inner .product-cart-related .related-products .related-product .inner .img-container{width:100%;position:relative;background-position:50%;background-repeat:no-repeat;background-size:90%;outline:none}.product-cart-single .inner .product-cart-related .related-products .related-product .inner .img-container:after{content:"";display:block;position:relative;padding-bottom:100%;z-index:-1}@media screen and (max-width:991px){.product-cart-single .inner .product-cart-related .related-products .related-product .inner .img-container:after{padding-bottom:70%}}.product-cart-single .inner .product-cart-related .related-products .related-product .inner .bottom{padding:15px;display:flex;flex-direction:column}.product-cart-single .inner .product-cart-related .related-products .related-product .inner .bottom .related-product-name{font-weight:400;font-size:18px;line-height:22px;margin-bottom:10px;color:inherit;outline:none}@media screen and (max-width:991px){.product-cart-single .inner .product-cart-related .related-products .related-product .inner .bottom .related-product-name{font-size:18px;line-height:20px}}@media screen and (max-width:767px){.product-cart-single .inner .product-cart-related .related-products .related-product .inner .bottom .related-product-name{font-size:16px;line-height:20px}}.product-cart-single .inner .product-cart-related .related-products .related-product .inner .bottom .product-price{font-weight:500;font-size:20px;line-height:24px;white-space:nowrap}@media screen and (max-width:991px){.product-cart-single .inner .product-cart-related .related-products .related-product .inner .bottom .product-price{font-size:18px;line-height:22px}}.product-cart-modal .modal-dialog{width:100%;max-width:1100px}@media screen and (max-width:991px){.product-cart-modal .modal-dialog{max-width:640px}}@media screen and (max-width:767px){.product-cart-modal .modal-dialog{max-width:342px;margin-left:auto;margin-right:auto}}.product-cart-modal .modal-dialog .modal-content{padding:0;overflow:auto}.section-homepage-categories{display:flex;flex-direction:column;width:100%;position:relative;margin-top:7.5px;overflow:hidden}@media screen and (max-width:767px){.section-homepage-categories{margin-top:15px}}.section-homepage-categories .section-homepage-categories-row{display:flex;position:relative;margin-left:-7.5px;margin-right:-7.5px}@media screen and (max-width:1199px){.section-homepage-categories .section-homepage-categories-row{flex-wrap:wrap}}@media screen and (max-width:767px){.section-homepage-categories .section-homepage-categories-row{margin-left:0;margin-right:0;justify-content:space-between}}.section-homepage-categories .section-homepage-categories-row .section-homepage-category{position:relative;flex-grow:1;padding:7.5px}@media screen and (max-width:767px){.section-homepage-categories .section-homepage-categories-row .section-homepage-category{display:flex;padding:0;flex-grow:0;width:100%;margin-bottom:15px}}.section-homepage-categories .section-homepage-categories-row .section-homepage-category:not(.small) .img-container{background-position:top;background-repeat:no-repeat;background-size:100%;transition:all .3s linear 0s}.section-homepage-categories .section-homepage-categories-row .section-homepage-category:not(.small) .img-container:before{content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:linear-gradient(109.32deg,rgba(1,114,226,.5) -14.66%,rgba(1,113,226,0) 71.39%)}.section-homepage-categories .section-homepage-categories-row .section-homepage-category:not(.small):focus .img-container,.section-homepage-categories .section-homepage-categories-row .section-homepage-category:not(.small):hover .img-container{background-size:cover}.section-homepage-categories .section-homepage-categories-row .section-homepage-category:not(.small):focus .category-content,.section-homepage-categories .section-homepage-categories-row .section-homepage-category:not(.small):hover .category-content{justify-content:flex-end;background:linear-gradient(180deg,rgba(118,217,254,.28),rgba(1,114,226,.7) 76.15%);max-height:500px}.section-homepage-categories .section-homepage-categories-row .section-homepage-category:not(.small):focus .category-content .subtitle,.section-homepage-categories .section-homepage-categories-row .section-homepage-category:not(.small):hover .category-content .subtitle{display:block}@media screen and (max-width:1199px){.section-homepage-categories .section-homepage-categories-row .section-homepage-category.small{width:33.33%}}@media screen and (max-width:767px){.section-homepage-categories .section-homepage-categories-row .section-homepage-category.small{width:calc(50% - 7.5px)}}.section-homepage-categories .section-homepage-categories-row .section-homepage-category.small:focus .category-content .title,.section-homepage-categories .section-homepage-categories-row .section-homepage-category.small:hover .category-content .title{color:#016cd4}.section-homepage-categories .section-homepage-categories-row .section-homepage-category.small>a{background-color:#f1f8ff}.section-homepage-categories .section-homepage-categories-row .section-homepage-category.small .img-container{background-size:initial;background-position:center 35%}.section-homepage-categories .section-homepage-categories-row .section-homepage-category.small .category-content{color:#0171e2;height:100%;top:0;background:transparent;justify-content:flex-end;padding:30px 15px;max-height:none}@media screen and (max-width:374px){.section-homepage-categories .section-homepage-categories-row .section-homepage-category.small .category-content{padding:10px}}.section-homepage-categories .section-homepage-categories-row .section-homepage-category.small .category-content .title{transition:all .3s ease-out 0s;font-size:18px}@media screen and (max-width:767px){.section-homepage-categories .section-homepage-categories-row .section-homepage-category.small .category-content .title{font-size:14px}}@media screen and (max-width:374px){.section-homepage-categories .section-homepage-categories-row .section-homepage-category.small .category-content .title{font-size:12px}}.section-homepage-categories .section-homepage-categories-row .section-homepage-category>a{display:flex;position:relative;width:100%}.section-homepage-categories .section-homepage-categories-row .section-homepage-category>a:after{content:"";display:block;position:relative;padding-bottom:100%;z-index:-1}.section-homepage-categories .section-homepage-categories-row .section-homepage-category .img-container{position:absolute;z-index:1;top:0;right:0;left:0;bottom:0;width:100%;height:100%;background-position:50%;background-repeat:no-repeat;background-size:cover}.section-homepage-categories .section-homepage-categories-row .section-homepage-category .category-content{position:absolute;z-index:2;background:linear-gradient(180deg,#0172e2,#0172e2 76.15%);color:#fff;display:flex;width:100%;bottom:0;flex-direction:column;text-align:center;padding:35px 15px;justify-content:center;transition:all .3s linear 0s;max-height:95px;height:100%}@media screen and (max-width:991px){.section-homepage-categories .section-homepage-categories-row .section-homepage-category .category-content{padding:15px;max-height:60px}}@media screen and (max-width:767px){.section-homepage-categories .section-homepage-categories-row .section-homepage-category .category-content{max-height:85px;padding:30px 15px}}@media screen and (max-width:374px){.section-homepage-categories .section-homepage-categories-row .section-homepage-category .category-content{padding:20px 15px}}.section-homepage-categories .section-homepage-categories-row .section-homepage-category .category-content .title{white-space:nowrap;text-transform:uppercase;font-weight:500;font-size:24px}@media screen and (max-width:991px){.section-homepage-categories .section-homepage-categories-row .section-homepage-category .category-content .title{font-size:18px}}@media screen and (max-width:767px){.section-homepage-categories .section-homepage-categories-row .section-homepage-category .category-content .title{font-size:24px}}@media screen and (max-width:374px){.section-homepage-categories .section-homepage-categories-row .section-homepage-category .category-content .title{font-size:20px}}.section-homepage-categories .section-homepage-categories-row .section-homepage-category .category-content .subtitle{margin-top:15px;font-weight:400;font-size:18px;line-height:22px;display:none}@media screen and (max-width:374px){.section-homepage-categories .section-homepage-categories-row .section-homepage-category .category-content .subtitle{margin-top:10px;font-size:14px}}.section-homepage-popular{margin-top:120px;padding:80px 0;background:#f1f8ff}.section-homepage-popular .owl-carousel .owl-stage{display:flex;flex-grow:1}.section-homepage-popular .owl-carousel .owl-stage .owl-item{display:flex}@media screen and (max-width:767px){.section-homepage-popular{margin-top:60px;padding:70px 0}}.section-homepage-popular .section-homepage-popular-title{font-style:normal;font-weight:600;font-size:36px;line-height:44px;color:#0171e2;margin-bottom:60px}@media screen and (max-width:767px){.section-homepage-popular .section-homepage-popular-title{text-align:center;font-size:24px;line-height:29px;margin-bottom:45px}}.section-homepage-popular .got-to-catalog{display:flex;justify-content:flex-end;margin-top:40px;margin-right:12px}@media screen and (max-width:767px){.section-homepage-popular .got-to-catalog{margin:35px auto 0;justify-content:center}}.section-homepage-popular .got-to-catalog a{font-weight:500;text-transform:uppercase}@media screen and (max-width:767px){.section-homepage-popular .got-to-catalog a{width:100%;max-width:345px;text-align:center;font-size:20px;line-height:24px;padding:17px}}.section-homepage-popular .popular-products .owl-dots{display:flex;width:100%;align-items:center;justify-content:center;margin:0 auto;position:absolute;bottom:-60px;transform:translateY(100%)}@media screen and (max-width:767px){.section-homepage-popular .popular-products .owl-dots{position:static;transform:none;margin-top:35px}}.section-homepage-popular .popular-products .owl-dots button+button{margin-left:12px}.section-homepage-popular .popular-products .owl-dots button.owl-dot{width:15px;height:15px;background-color:#fff;border-radius:50%;outline:none;transition:all .3s ease-out 0s;border:1px solid #0071e3;position:relative}.section-homepage-popular .popular-products .owl-dots button.owl-dot:after{content:"";z-index:1;display:block;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);background-color:#0071e3;width:1.2px;height:1.2px}.section-homepage-popular .popular-products .owl-dots button.owl-dot.active,.section-homepage-popular .popular-products .owl-dots button.owl-dot:focus{background-color:#d7ebff}.section-homepage-popular .popular-products .owl-dots button.owl-dot.active:after,.section-homepage-popular .popular-products .owl-dots button.owl-dot:focus:after{background-color:#0071e3}.new-product-card{display:flex;width:288px;margin:0 auto}.new-product-card>.inner{display:flex;flex-direction:column;position:relative;background-color:#fff;width:100%;color:#000}.new-product-card .new-product-card-top{position:relative;width:100%;overflow:hidden}.new-product-card .new-product-card-top:after{content:"";display:block;position:relative;padding-bottom:100%;z-index:-1}.new-product-card .new-product-card-top .new-product-card-label{position:absolute;top:15px;right:0;background-color:#f1f8ff;display:flex;align-items:center;padding:2px 12px;z-index:2}.new-product-card .new-product-card-top .new-product-card-label div{font-weight:400;font-size:10px;line-height:12px;margin-left:10px;text-transform:lowercase}.new-product-card .new-product-card-top img{position:absolute;width:auto!important;height:100%;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);transition:opacity .3s ease-out 0s}.new-product-card .new-product-card-top img.active{opacity:1;z-index:1}.new-product-card .new-product-card-top video{position:absolute;width:auto;height:100%;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);border:none;border-radius:0;outline:none}.new-product-card .new-product-card-top video.active{opacity:1}.new-product-card .new-product-card-bottom{display:flex;flex-direction:column;padding:20px;flex-grow:1}.new-product-card .new-product-card-bottom .new-product-card-rating{display:flex;align-items:center;justify-content:center;margin-bottom:5px}.new-product-card .new-product-card-bottom .new-product-card-rating.empty{visibility:hidden;z-index:-1}.new-product-card .new-product-card-bottom .new-product-card-rating span.fa-stack{font-size:12px;width:13px;height:13px;margin-bottom:1px}.new-product-card .new-product-card-bottom .new-product-card-rating span.fa-stack+.fa-stack{margin-left:3px}.new-product-card .new-product-card-bottom .new-product-card-rating span.fa-stack i{font-size:13px;color:#f4bf00}.new-product-card .new-product-card-bottom .new-product-card-rating .count{margin-left:10px;font-size:12px;display:block}.new-product-card .new-product-card-bottom .new-product-card-name{font-weight:500;font-size:24px;line-height:29px;text-align:center;color:#0171e2;margin-bottom:15px;display:block}.new-product-card .new-product-card-bottom .new-product-card-fps{display:flex;width:100%;margin-bottom:25px}.new-product-card .new-product-card-bottom .new-product-card-fps .new-product-card-fps-item{font-weight:400;font-size:10px;line-height:12px;text-align:center;min-width:70px}.new-product-card .new-product-card-bottom .new-product-card-fps .new-product-card-fps-item+.new-product-card-fps-item{margin-left:20px;display:flex;flex-direction:column;flex-grow:1}.new-product-card .new-product-card-bottom .new-product-card-fps .new-product-card-fps-item .new-product-card-fps-top{color:#fff;background-color:#0171e2;padding:5px 5px 4px}.new-product-card .new-product-card-bottom .new-product-card-fps .new-product-card-fps-item .new-product-card-fps-bottom{color:#0171e2;background-color:#f8f8f8;padding:5px 4px 4px 5px}.new-product-card .new-product-card-bottom .new-product-card-attributes{display:flex;flex-direction:column}.new-product-card .new-product-card-bottom .new-product-card-attributes .new-product-card-attributes-item{display:flex;flex-grow:1}.new-product-card .new-product-card-bottom .new-product-card-attributes .new-product-card-attributes-item>div{display:flex;align-items:center}.new-product-card .new-product-card-bottom .new-product-card-attributes .new-product-card-attributes-item>div.left-side{display:flex;align-items:center;width:20px;margin-right:10px}.new-product-card .new-product-card-bottom .new-product-card-attributes .new-product-card-attributes-item>div.left-side svg{width:20px}.new-product-card .new-product-card-bottom .new-product-card-attributes .new-product-card-attributes-item>div.right-side{font-weight:400;font-size:10px;line-height:12px;justify-content:space-between;flex:1}.new-product-card .new-product-card-bottom .new-product-card-attributes .new-product-card-attributes-item>div.right-side .value{color:#0171e2;text-align:right}.new-product-card .new-product-card-bottom .new-product-card-prices{display:flex;flex-direction:column;align-items:center;margin-top:auto}.new-product-card .new-product-card-bottom .new-product-card-prices .new-product-card-prices-container{display:inline-flex;flex-direction:column}.new-product-card .new-product-card-bottom .new-product-card-prices .new-product-card-prices-container .old-price{font-weight:500;font-size:12px;line-height:15px;color:#9a9a9a;text-decoration:line-through}.new-product-card .new-product-card-bottom .new-product-card-prices .new-product-card-prices-container .regular-price{font-weight:500;font-size:24px;line-height:29px;color:#1d1b1b}.new-product-card .new-product-card-bottom .new-product-card-actions{display:none}.new-product-card.list{width:100%}.new-product-card.list>.inner{flex-direction:row;justify-content:center;align-items:center}.new-product-card.list .new-product-card-top{width:330px;height:344px}.new-product-card.list .new-product-card-bottom{flex-direction:row;justify-content:space-between;padding:20px 40px}@media screen and (max-width:1199px){.new-product-card.list .new-product-card-bottom{flex-direction:column;padding:15px}}.new-product-card.list .new-product-card-bottom .new-product-card-rating{justify-content:flex-start}.new-product-card.list .new-product-card-bottom .new-product-card-rating.empty{display:none}.new-product-card.list .new-product-card-bottom .new-product-card-name{text-align:left}.new-product-card.list .new-product-card-bottom .new-product-card-fps{margin-bottom:15px}.new-product-card.list .new-product-card-bottom .new-product-card-actions{display:flex;flex-direction:column;margin-top:30px;margin-left:40px}@media screen and (max-width:1199px){.new-product-card.list .new-product-card-bottom .new-product-card-actions{margin-top:15px;margin-left:15px}}.new-product-card.list .new-product-card-bottom .new-product-card-actions button{position:relative;z-index:2;text-transform:uppercase;font-weight:500;font-size:12px;line-height:15px}.new-product-card.list .new-product-card-bottom .new-product-card-actions button+button{margin-top:5px}.section-about-agabit{position:relative;margin:20px auto 120px}@media screen and (max-width:767px){.section-about-agabit{margin:5px auto 60px}}.section-about-agabit:after{content:"";display:block;position:absolute;top:45px;bottom:45px;left:0;right:0;width:100%;background:#f1f8ff}@media screen and (max-width:767px){.section-about-agabit:after{display:none}}.section-about-agabit .inner{display:flex;align-items:center;position:relative;z-index:1;justify-content:space-between}@media screen and (max-width:767px){.section-about-agabit .inner{flex-direction:column-reverse;margin-left:-15px;margin-right:-15px}}.section-about-agabit .inner .left-side{display:flex;flex-direction:column;flex:1;max-width:420px}@media screen and (max-width:767px){.section-about-agabit .inner .left-side{width:100%;flex:initial;padding:30px 15px 50px;max-width:none;background:#f1f8ff}}.section-about-agabit .inner .left-side .title{font-weight:600;font-size:36px;line-height:44px;color:#0171e2;margin-bottom:50px}@media screen and (max-width:767px){.section-about-agabit .inner .left-side .title{font-size:24px;line-height:29px;margin-bottom:30px}}.section-about-agabit .inner .left-side p{font-weight:400;font-size:18px;line-height:133.5%;margin-bottom:60px;padding-right:15px}@media screen and (max-width:767px){.section-about-agabit .inner .left-side p{padding:0;margin-bottom:30px}}.section-about-agabit .inner .left-side a{font-weight:400;font-size:18px;line-height:22px;color:#0171e2;display:flex;align-items:center}.section-about-agabit .inner .left-side a svg{margin-left:15px}.section-about-agabit .inner .right-side{display:flex;width:50%;position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat}@media screen and (max-width:767px){.section-about-agabit .inner .right-side{width:100%;margin-left:-15px;margin-right:-15px}}.section-about-agabit .inner .right-side:after{content:"";display:block;position:relative;padding-bottom:100%;z-index:-1}.section-contact-us .inner{background:#f1f8ff;position:relative;display:flex;align-items:center;margin-bottom:120px}@media screen and (max-width:767px){.section-contact-us .inner{margin-left:-15px;margin-right:-15px;flex-direction:column;margin-bottom:60px}}.section-contact-us .inner .left-side{display:flex;width:50%;position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat}@media screen and (max-width:767px){.section-contact-us .inner .left-side{width:100%}}.section-contact-us .inner .left-side:after{content:"";display:block;position:relative;padding-bottom:100%;z-index:-1}.section-contact-us .inner .right-side{padding:15px 60px}@media screen and (max-width:767px){.section-contact-us .inner .right-side{width:100%;padding:40px 15px}}.section-contact-us .inner .right-side .title{font-weight:600;font-size:36px;line-height:44px;color:#0171e2;margin-bottom:50px}@media screen and (max-width:1199px){.section-contact-us .inner .right-side .title{margin-bottom:20px}}@media screen and (max-width:767px){.section-contact-us .inner .right-side .title{font-size:24px;line-height:29px;margin-bottom:25px}}.section-contact-us .inner .right-side p{font-weight:400;font-size:18px;line-height:24px;color:#1d1b1b;margin-bottom:50px}@media screen and (max-width:1199px){.section-contact-us .inner .right-side p{margin-bottom:20px;font-size:16px;line-height:22px}}.section-contact-us .inner .right-side .form-wrapper{display:flex;flex:1}.section-contact-us .inner .right-side .form-wrapper form{width:100%}.section-contact-us .inner .right-side .form-wrapper .form-inner{display:flex;flex-direction:column;flex:1}.section-contact-us .inner .right-side .form-wrapper .form-inner div{display:flex;flex:1;margin-bottom:23px}.section-contact-us .inner .right-side .form-wrapper .form-inner div.submit{justify-content:flex-end;margin-bottom:35px}@media screen and (max-width:767px){.section-contact-us .inner .right-side .form-wrapper .form-inner div.submit{margin-bottom:0;justify-content:center}}.section-contact-us .inner .right-side .form-wrapper .form-inner div input{width:100%;font-weight:400;font-size:18px;line-height:24px;color:#1d1b1b;border:none;border-bottom:1px solid #0171e2;padding:0 0 10px;outline:none;background:transparent}.section-contact-us .inner .right-side .form-wrapper .form-inner div input:focus{color:#000}.section-contact-us .inner .right-side .form-wrapper .form-inner div input:focus::-webkit-input-placeholder{color:#000}.section-contact-us .inner .right-side .form-wrapper .form-inner div input:focus::-moz-placeholder{color:#000}.section-contact-us .inner .right-side .form-wrapper .form-inner div input:focus:-ms-input-placeholder{color:#000}.section-contact-us .inner .right-side .form-wrapper .form-inner div input:focus::-ms-input-placeholder{color:#000}.section-contact-us .inner .right-side .form-wrapper .form-inner div input:focus::placeholder{color:#000}.section-contact-us .inner .right-side .form-wrapper .form-inner div input::-webkit-input-placeholder{color:#1d1b1b}.section-contact-us .inner .right-side .form-wrapper .form-inner div input::-moz-placeholder{color:#1d1b1b}.section-contact-us .inner .right-side .form-wrapper .form-inner div input:-ms-input-placeholder{color:#1d1b1b}.section-contact-us .inner .right-side .form-wrapper .form-inner div input::-ms-input-placeholder{color:#1d1b1b}.section-contact-us .inner .right-side .form-wrapper .form-inner div input::placeholder{color:#1d1b1b}.section-contact-us .inner .right-side .form-wrapper .form-inner div button{text-transform:uppercase;font-weight:500;font-size:20px;line-height:24px}@media screen and (max-width:767px){.section-contact-us .inner .right-side .form-wrapper .form-inner div button{width:100%;text-align:center;padding:17px;margin-top:30px}}.section-our-service{margin-bottom:120px}@media screen and (max-width:767px){.section-our-service{margin-bottom:80px}}.section-our-service .title{font-weight:600;font-size:36px;line-height:44px;color:#0171e2;margin-bottom:50px}@media screen and (max-width:767px){.section-our-service .title{font-size:24px;line-height:29px;margin-bottom:35px}}.section-our-service .inner{display:flex}@media screen and (max-width:767px){.section-our-service .inner{flex-direction:column}}.section-our-service .inner .item{width:50%;flex:1;display:flex;align-items:center;position:relative}@media screen and (max-width:767px){.section-our-service .inner .item{width:100%;flex:initial}.section-our-service .inner .item+.item{margin-top:15px}}.section-our-service .inner .item .img-container{width:100%;background-repeat:no-repeat;background-size:cover;background-position:50%;z-index:1;position:relative}.section-our-service .inner .item .img-container:before{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(180deg,rgba(136,218,255,.378),rgba(1,113,226,.6) 71.54%)}.section-our-service .inner .item .img-container:after{content:"";display:block;position:relative;padding-bottom:65%;z-index:-1}.section-our-service .inner .item .item-title{font-weight:500;font-size:24px;line-height:29px;color:#fff;text-transform:uppercase;text-align:center;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);z-index:2;width:100%}@media screen and (max-width:767px){.section-our-service .inner .item .item-title{max-width:250px}}