@charset "UTF-8";:root{--white: rgba(242, 242, 242, 1);--white-orig: #fff;--black: rgba(34, 33, 33, 1);--pureblack: #000;--green: rgba(0, 253, 149, 1);--green2: #10925d;--greenmiddle: rgba(17, 194, 96, 1);--greendark: rgba(35, 97, 76, 1);--greylight: rgba(223, 223, 223, 1);--greydark: rgba(63, 63, 63, 1);--redkaspi: rgba(232, 69, 52, 1);--btnrad: 8px;--btnrad2: 15px;--bevelrad: 16px;--bevelrad2: 20px}*{-webkit-user-select:none;user-select:none}body,.pin-spacer{background:var(--white)}main{background:var(--white)}html[data-scroll-orientation=horizontal] body{width:fit-content}html[data-scroll-orientation=horizontal] [data-scroll-container]{display:flex}[data-scroll]{top:-60px!important}body{color:var(--white);font-family:Inter,sans-serif;font-optical-sizing:auto;font-weight:400}h1,h2,h3{line-height:1.2}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none}li{list-style-type:none}.container{padding-left:15px;padding-right:15px;margin:0 auto;max-width:1230px}.row{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap}.col{padding-left:15px;padding-right:15px;width:100%}.col-55{width:55%}.col-50{width:50%}.col-40{width:40%}.col-45{width:45%}.col-60{width:60%}.col-75{width:75%}.col-25{width:25%}.col-66{width:66.6667%}.col-33{width:33.3333%}.frame-info{font-size:16px;position:relative;padding:27px 32px;text-align:center}.frame-info:before{content:"";position:absolute;left:0;top:0;bottom:0;width:23px;border-left:1px solid var(--green);border-top:1px solid var(--green);border-bottom:1px solid var(--green)}.frame-info:after{content:"";position:absolute;right:0;top:0;bottom:0;width:23px;border-right:1px solid var(--green);border-top:1px solid var(--green);border-bottom:1px solid var(--green)}.preloader{border:4px solid #f3f3f3;border-top:4px solid var(--green);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width: 991px){.row{margin-left:-10px;margin-right:-10px}.col{padding-left:10px;padding-right:10px}}header{background-color:var(--black);padding-top:17px;padding-bottom:17px;font-size:14px}header a{color:var(--white)}header .container{display:flex;align-items:center;justify-content:space-between}header .container ._right{display:flex;align-items:center}header .container ul li{display:inline;margin-right:30px}header .container .lang-selector a{font-weight:600;text-transform:uppercase;opacity:.6}header .container .lang-selector a.active{opacity:1}header .container .lang-selector li:first-child{position:relative}header .container .lang-selector li:first-child:after{content:"";position:absolute;width:2px;height:100%;right:-15px;background:var(--green)}header .container .app-btn{display:flex;align-items:center;padding:10px 25px;border-radius:45px;border:2px solid var(--green);cursor:pointer}header .container .app-btn>*{pointer-events:none}header .container .app-btn img{margin-right:10px}@media screen and (max-width: 991px){header .menu-wrapper{flex-direction:column;cursor:pointer;width:auto;border-radius:40px;font-size:20px}header .menu-wrapper span{display:block;width:26px;height:1px;background:var(--green);transition:.3s ease transform,.3s ease opacity}header .menu-wrapper span:not(:last-child){margin-bottom:5px}header.menu-opened .menu-wrapper span:nth-child(1){transform:rotate(45deg) translate(4px,3px)}header.menu-opened .menu-wrapper span:nth-child(2){display:none}header.menu-opened .menu-wrapper span:nth-child(3){transform:rotate(-45deg) translate(1px,-1px)}header .logo{width:120px}}footer{background:var(--black);padding-top:45px;padding-bottom:40px}footer .top-fragment{display:flex}footer .top-fragment .logo-footer{width:257px;display:block}footer .top-fragment h2{margin-top:70px;font-size:36px;font-weight:500;line-height:1;max-width:400px}footer .top-fragment nav li{font-size:22px;margin-bottom:38px}footer .top-fragment nav li a{color:var(--white);opacity:.6;transition:.3s ease opacity}footer .top-fragment nav li a:hover{opacity:1}footer .top-fragment ._right{margin-left:auto}footer .top-fragment ._right .questions{max-width:380px;color:var(--white)}footer .top-fragment ._right .questions .top-side{background:var(--greydark);padding:20px 23px 36px;border-top-left-radius:var(--bevelrad);border-top-right-radius:var(--bevelrad);border-bottom-right-radius:var(--bevelrad)}footer .top-fragment ._right .questions .top-side h3{margin-bottom:17px}footer .top-fragment ._right .questions .under-side{display:flex}footer .top-fragment ._right .questions .under-side .bevel-l{background:var(--greydark);border-bottom-left-radius:var(--bevelrad);border-bottom-right-radius:var(--bevelrad);width:44%}footer .top-fragment ._right .questions .under-side .bevel-r{padding-left:14px;padding-top:12px;border-top-left-radius:var(--bevelrad);position:relative}footer .top-fragment ._right .questions .under-side .bevel-r:after{content:"";display:block;width:var(--bevelrad);height:var(--bevelrad);border-top-left-radius:var(--bevelrad);box-shadow:calc(var(--bevelrad) * -.25) calc(var(--bevelrad) * -.25) 0 calc(var(--bevelrad) * .25) var(--greydark);position:absolute;pointer-events:none;left:0;top:0}footer .top-fragment ._right .questions .under-side .btn{font-size:14px;white-space:nowrap;padding-left:20px;padding-right:20px}footer .bottom-fragment{display:flex;margin-top:62px}footer .bottom-fragment a{color:var(--white-orig)}footer .bottom-fragment .socials{margin-left:auto}footer .bottom-fragment .socials a{position:relative}footer .bottom-fragment .socials a:not(:first-child){margin-left:17px}footer .bottom-fragment .socials a:not(:first-child):before{content:"";width:4px;height:4px;display:inline-block;background:var(--white);margin-right:17px;transform:translateY(-3.5px)}footer .col-logo,footer .col-all-right{width:40%;padding-right:10px}@media screen and (max-width: 991px){footer .top-fragment{flex-direction:column}footer .top-fragment h2{margin-top:50px;font-size:25px;margin-bottom:40px}footer .top-fragment .logo-footer{width:190px}footer .top-fragment nav li{margin-bottom:24px}footer .top-fragment ._right{margin-left:0}footer .top-fragment ._right .questions{max-width:100%}footer .bottom-fragment{flex-direction:column;font-size:14px}footer .bottom-fragment .socials{margin-left:0;margin-top:5px}footer .col-logo,footer .col-all-right{width:100%}}.swiper-nav>div{transition:.3s ease background-color}.swiper-nav .swiper-button-disabled{background:#b7b7b7}#top-swiper{height:calc(100vh - 83px)}#top-swiper .swiper-slide{position:relative;transition:opacity .5s ease}#top-swiper .swiper-slide-active{opacity:1;z-index:1}#top-swiper .swiper-slide .info._top{padding-top:20vh}#top-swiper .swiper-slide .info._top .inner{margin-left:auto;max-width:446px}#top-swiper .swiper-slide .info._bottom{padding-left:50px;position:absolute;top:55vh}#top-swiper .swiper-slide .info._bottom h2{font-size:48px;font-weight:700;margin-bottom:22px}#top-swiper .swiper-slide .info._bottom p{font-size:22px;margin-bottom:22px;max-width:412px}#top-swiper .swiper-slide .bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}#top-swiper .swiper-scrollbar{height:160px!important;background:var(--greylight);right:initial;left:calc(50% - 600px);top:calc(55vh + 10px)}#top-swiper .swiper-scrollbar .swiper-scrollbar-drag{background:var(--green)}div.swiper-scrollbar.swiper-scrollbar-horizontal{position:static;margin-top:18px;width:100%;margin-bottom:5px}div.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag{height:6px;top:-1px}div.swiper-scrollbar.swiper-scrollbar-vertical .swiper-scrollbar-drag{width:6px;left:-1px}div.swiper-scrollbar{background:var(--greylight)}div.swiper-scrollbar-drag{background:var(--green)}.swp-button-next,.swp-button-prev{width:33px;height:33px;border-radius:100%;background:var(--white);display:flex;justify-content:center;align-items:center;cursor:pointer;position:absolute;z-index:1;transition:.3s ease opacity}.swp-button-next.swiper-button-disabled,.swp-button-prev.swiper-button-disabled{opacity:.5}.swp-button-prev{top:261px;left:18px}.swp-button-next{top:261px;right:18px}#product-big-swiper .swiper-slide{padding:38px 87px;height:auto}#product-big-swiper .swiper-slide .inner-wrapper{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;width:100%;height:100%;border-radius:var(--bevelrad);cursor:pointer}#product-big-swiper .swiper-slide .inner-wrapper .video-play{width:60px}#product-big-swiper .swiper-slide .product-img{max-width:100%;display:block;margin:0 auto}#product-small-swiper{padding-left:20px;padding-right:20px}#product-small-swiper .swiper-slide{background:var(--white);border-radius:var(--bevelrad);cursor:pointer}#product-small-swiper .swiper-slide .product-img{max-width:100%;display:block;margin:0 auto}#product-small-swiper .swiper-slide.video-slide{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;height:auto}#product-small-swiper .swiper-slide.video-slide .video-review-span{position:absolute;right:0;bottom:0;padding:10px 22px;border-top-left-radius:var(--bevelrad);border-bottom-right-radius:var(--bevelrad);color:var(--white);font-size:12px;font-weight:700;background:var(--greenmiddle)}.swiper-slide.video-slide .video-play{position:absolute;z-index:1}.swiper-slide.video-slide .video-bg{width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0}#reason-swiper .swiper-slide .inner-wrapper{padding:55px 20px 15px;border-radius:var(--bevelrad);background:var(--white-orig);filter:blur(6px);opacity:.3;transform:scale(.75);transition:.3s ease opacity,.3s ease filter,.5s ease transform;cursor:pointer}#reason-swiper .swiper-slide .inner-wrapper img{width:100%}#reason-swiper .swiper-slide-prev .inner-wrapper,#reason-swiper .swiper-slide-next .inner-wrapper{transform:scale(.85);opacity:.75}#reason-swiper .swiper-slide-active .inner-wrapper{opacity:1;transform:scale(1);filter:blur(0)}#reason-swiper .swiper-slide .name{font-size:35px;font-weight:700;margin-bottom:5px;display:block;margin-top:5px}#reason-swiper .swiper-slide .five-reason{display:flex;align-items:flex-end}#reason-swiper .swiper-slide .five-reason .digit{font-size:116px;color:var(--greenmiddle);font-weight:700;margin-right:7px;line-height:.96}#reason-swiper .swiper-slide .five-reason .name{font-size:49px}@media screen and (max-width: 991px){.swp-button-prev{left:25px;top:185px}.swp-button-next{right:25px;top:185px}#top-swiper{height:calc(100vh - 72px)}#top-swiper .swiper-slide .info._bottom h2{font-size:32px;margin-bottom:15px}#top-swiper .swiper-slide .info._bottom p{font-size:16px}#top-swiper .swiper-scrollbar{left:15px;top:-20px;margin-top:0;height:auto!important;position:relative;width:calc(100% - 30px)}#top-swiper .swiper-slide .info._bottom{padding-left:0}#reason-swiper .swiper-slide .five-reason .digit{font-size:94px}#reason-swiper .swiper-slide .five-reason .name{font-size:40px}#product-big-swiper .swiper-slide{padding:20px}#reviews-swiper{padding-left:15px;padding-right:15px;margin-left:-15px;margin-right:-15px}}.btn{font-family:Inter,sans-serif;display:inline-flex;align-items:center;text-align:center;height:32px;padding-left:37px;padding-right:37px;font-size:16px;font-weight:500;border-radius:var(--btnrad);cursor:pointer}.btn.green{border:2px solid var(--green);background:radial-gradient(var(--green),var(--green2));color:var(--black)}.btn.gray{background:var(--white)}.btn.small{height:24px;padding-left:14px;padding-right:14px;font-size:10.25px;border-radius:6px}.btn.kaspi{background:var(--redkaspi);color:var(--white)}.btn.halyk{background:var(--greendark);color:var(--white)}.banner-installment{padding-top:380px;position:relative;border-radius:var(--bevelrad);border-bottom-left-radius:0;overflow:hidden;margin-bottom:30px}.banner-installment .bevel{background:var(--white);border-top-right-radius:var(--bevelrad);width:156px;height:46px;display:flex;justify-content:flex-start;align-items:flex-end;position:absolute;left:0;bottom:0;z-index:1}.banner-installment .bevel:before,.banner-installment .bevel:after{content:"";display:block;width:var(--bevelrad);height:var(--bevelrad);border-top-left-radius:var(--bevelrad);box-shadow:calc(var(--bevelrad) * -.25) calc(var(--bevelrad) * -.25) 0 calc(var(--bevelrad) * .25) var(--white);position:absolute;pointer-events:none;transform:scaleY(-1)}.banner-installment .bevel:before{left:0;top:calc(-1 * var(--bevelrad))}.banner-installment .bevel:after{right:calc(-1 * var(--bevelrad));bottom:0}.banner-installment:before{content:"";left:0;top:0;width:100%;height:100%;position:absolute;z-index:1;background:linear-gradient(91deg,var(--green),rgba(0,253,149,0) 100%)}.banner-installment .text-content{position:absolute;max-width:404px;color:var(--white-orig);z-index:1;left:53px;top:57px}.banner-installment .text-content .time{font-size:22px;font-weight:700;margin-bottom:14px;display:block}.banner-installment .text-content h1{font-weight:700;font-size:48px;margin-bottom:11px;text-transform:initial}.banner-installment .text-content p{font-weight:500}.banner-installment img{width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0}@media screen and (max-width: 991px){.banner-installment{padding-top:350px}.banner-installment .text-content h1{font-size:27px}.banner-installment .text-content{max-width:365px;left:15px;top:36px}}#banner-fp{background:var(--black);padding-top:35px;padding-bottom:35px;overflow:hidden}#banner-fp .info-to-target,#banner-fp .bann-fp-img{position:relative}#banner-fp .bann-fp-img{max-height:350px;max-width:100%}#banner-fp h2{font-weight:900;font-size:32px;padding-bottom:15px;margin-bottom:10px;padding-right:20px;border-bottom:1px solid var(--white);display:inline-flex;position:relative}#banner-fp h2:before{content:"";position:absolute;width:120px;height:1px;background:var(--white);right:-120px;bottom:-1px;transform:rotate(45deg);transform-origin:left top}#banner-fp h2:after{content:"";position:absolute;width:24px;height:24px;background:transparent;border:1px solid var(--white);right:-107px;bottom:-107px;border-radius:100%}#banner-fp span{font-size:22px;line-height:1.2;margin-bottom:18px;display:block}#banner-fp .container{display:flex;justify-content:space-between;position:relative}#banner-fp .bg-text{position:absolute;font-size:480px;font-family:Compacta-LT-Light;top:50%;transform:translateY(-50%);background:linear-gradient(25deg,transparent,rgba(148,147,147,.058));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}#banner-fp .bg-text-1{left:-100px}#banner-fp .bg-text-2{right:-100px}#banner-fp .frame-info{max-width:370px;align-self:flex-end}@media screen and (max-width: 991px){#banner-fp .container{flex-direction:column}#banner-fp .info-to-target{width:70%}#banner-fp .info-to-target{margin-bottom:30px}#banner-fp .bann-fp-img{margin-bottom:30px;align-self:flex-end}#banner-fp .bg-text{display:none}#banner-fp .frame-info{max-width:100%;align-self:initial}}#main-items{padding-top:100px;padding-bottom:120px}#stats{padding-top:100px;padding-bottom:100px}#reliable{background:var(--black);padding-top:93px}#reliable .container h2{font-size:24px;margin-bottom:20px;max-width:610px;line-height:1.3}#reliable .container p{max-width:610px;padding-bottom:88px}#reliable .__bottom ._content{display:flex;flex-direction:column;align-items:center;gap:27px;padding-bottom:146px;padding-top:79px;text-align:center}#reliable .__bottom h2{font-size:48px;line-height:1;max-width:630px}#reliable .__bottom .btn{height:45px}#catalog{color:var(--pureblack);padding-bottom:50px}#catalog .products-at-category{margin-bottom:30px}#catalog .catalog-banner{width:100%;height:270px;position:relative;color:var(--white)}#catalog .catalog-banner img{position:absolute;width:100%;height:100%;object-fit:cover}#catalog .catalog-banner .content{position:relative;padding-top:40px;padding-left:7%}#catalog .catalog-banner .content h1{font-size:24px;font-weight:700}#catalog .catalog-banner .content span{font-size:22px;display:block;margin-bottom:30px}#catalog a{color:var(--pureblack)}#catalog .catalog_show-all{background:var(--white-orig);width:100%;display:block;padding:17px 32px;border-radius:var(--bevelrad);font-weight:600}#catalog .catalog-cat-wrap{margin-top:12px;border-radius:var(--bevelrad);background:var(--white-orig);padding:12px 32px;position:relative}#catalog .catalog-cat-wrap .bevel{position:absolute;right:0;top:0;width:44px;height:44px;background:var(--white);display:flex;justify-content:flex-end;border-bottom-left-radius:var(--bevelrad)}#catalog .catalog-cat-wrap .bevel:before{content:"";display:block;width:var(--bevelrad);height:var(--bevelrad);border-top-left-radius:var(--bevelrad);box-shadow:calc(var(--bevelrad) * -.25) calc(var(--bevelrad) * -.25) 0 calc(var(--bevelrad) * .25) #f2f2f2;position:absolute;pointer-events:none;transform:scaleX(-1);left:calc(-1 * var(--bevelrad));top:0}#catalog .catalog-cat-wrap .bevel:after{content:"";display:block;width:var(--bevelrad);height:var(--bevelrad);border-top-left-radius:var(--bevelrad);box-shadow:calc(var(--bevelrad) * -.25) calc(var(--bevelrad) * -.25) 0 calc(var(--bevelrad) * .25) #f2f2f2;position:absolute;pointer-events:none;transform:scaleX(-1);bottom:calc(-1 * var(--bevelrad));right:0}#catalog .catalog-cat-wrap .bevel .circle{width:36px;height:36px;display:flex;justify-content:center;align-items:center;background:var(--white-orig);border-radius:100%;position:absolute}#catalog .catalog-cat-wrap ._product-links a{display:block;transition:.3s ease color}#catalog .catalog-cat-wrap ._product-links a:hover{color:var(--greenmiddle)}#catalog .catalog-cat-wrap ._cat-items{padding-top:14px}#catalog .catalog-cat-wrap ._cat-item{padding-bottom:16px;padding-top:16px;border-bottom:1px solid var(--white)}#catalog .catalog-cat-wrap ._cat-item input[type=radio]{display:none}#catalog .catalog-cat-wrap ._cat-item .cat-name{display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:.3s .1s ease color}#catalog .catalog-cat-wrap ._cat-item .cat-name span{padding-right:10px}#catalog .catalog-cat-wrap ._cat-item .cat-name .dropdown{transition:.3s ease transform}#catalog .catalog-cat-wrap ._cat-item ._product-links{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}#catalog .catalog-cat-wrap ._cat-item ._product-links a{margin-bottom:3px;font-size:14px}#catalog .catalog-cat-wrap ._cat-item.active ._product-links{max-height:200px;padding-left:20px;padding-top:10px}#catalog .catalog-cat-wrap ._cat-item.active .cat-name{color:var(--greenmiddle)}#catalog .catalog-cat-wrap ._cat-item.active .cat-name img{transform:rotate(180deg)}#catalog .products-col h1{margin-bottom:20px}#product{padding-bottom:100px}#product .wrapper-sliders{background:var(--white-orig);border-radius:var(--bevelrad);padding-bottom:20px;overflow:hidden}#product .col-text{color:var(--pureblack)}#product .col-text h1{font-size:38px;margin-bottom:14px}#product .col-text .price-wrap{margin-bottom:25px}#product .col-text .price-wrap .old{font-size:14px;font-weight:300;color:var(--greydark);text-decoration-line:line-through;display:block}#product .col-text .price-wrap .current{font-size:29px;font-weight:700;line-height:1.2}#product .col-text .price-no-sale{font-size:29px;font-weight:700;line-height:1.2;margin-bottom:25px;display:block}#product .col-text .btns-and-installment{margin-bottom:35px;display:flex}#product .col-text .btns-and-installment .btns-wrapper .btn{margin-bottom:7px;margin-right:4px}#product .col-text .btns-and-installment .installmentА{align-items:center;margin-left:40px}#product .col-text .characteristics h3{font-size:14px;font-weight:600;margin-bottom:10px;display:block}#product .col-text .characteristics .text-wrapper{font-size:14px;padding-bottom:14px;border-bottom:1px solid var(--pureblack);margin-bottom:20px}#product .col-text .characteristics .items{max-width:465px;padding-bottom:14px;border-bottom:1px solid var(--pureblack);margin-bottom:36px}#product .col-text .characteristics .items .item{display:flex;font-size:14px;margin-bottom:6px}#product .col-text .characteristics .items .item .left{width:75%;display:flex}#product .col-text .characteristics .items .item .left .name{font-weight:600;color:var(--greydark);padding-right:25px}#product .col-text .characteristics .items .item .left .line{flex:1;border-bottom:1px dashed rgba(0,0,0,.1529411765)}#product .col-text .characteristics .items .item .right{width:25%;padding-left:25px}#product .col-text .help-img{cursor:pointer}#garantie{background:var(--white-orig);color:var(--black);padding-top:50px;padding-bottom:50px}#garantie .item-wrapper-garantie .top{font-weight:600;display:flex;align-items:flex-end}#garantie .item-wrapper-garantie .top span:first-child{font-size:118px;line-height:1}#garantie .item-wrapper-garantie .top span:last-child{font-size:24px;margin-left:15px;line-height:1;position:relative;top:-12px}#garantie .item-wrapper-garantie p{font-size:14px;font-weight:600;margin-top:2px}#garantie .item-wrapper-garantie p span{color:var(--greenmiddle)}#garantie .item-wrapper-garantie:not(._center){background:var(--white);border-radius:var(--bevelrad);padding:28px}#garantie .item-wrapper-garantie._center .banner-product{transform:translate(-5%,-12%)}#comfort{padding-top:135px}#comfort .top-wrapper{text-align:center;color:var(--greydark)}#comfort .top-wrapper h2{font-size:48px;margin-bottom:8px}#comfort .top-wrapper p{max-width:538px;margin:0 auto 26px;font-weight:500}#comfort .top-wrapper .btn{height:45px}#comfort .video-review-container .inner-wrapper{background:radial-gradient(85.09% 99.92% at 92% -26%,#868181,#000);border-radius:var(--bevelrad);margin-top:160px;margin-bottom:260px;min-height:309px;display:flex;position:relative}#comfort .video-review-container .inner-wrapper .video-outer{left:70px;top:-120px;position:absolute;transition:.5s cubic-bezier(.68,-.55,.265,1.55) transform;display:inline-flex;cursor:pointer}#comfort .video-review-container .inner-wrapper .video-outer:hover{transform:scale(1.1) rotate(3.7deg)}#comfort .video-review-container .inner-wrapper .video-outer .inner-rect{position:absolute;left:26px;top:12px;width:82.4%;height:95.68%;border:20px;rotate:-4.4deg;border-radius:34px;overflow:hidden;display:flex;justify-content:center}#comfort .video-review-container .inner-wrapper .video-outer .inner-rect img{position:absolute;height:100%}#comfort .video-review-container .inner-wrapper .wrapper-big-text{align-self:flex-end;position:relative;z-index:1;margin-left:auto;margin-right:13%;pointer-events:none}#comfort .video-review-container .inner-wrapper .wrapper-big-text .name-product{position:absolute;right:0;top:-40px;font-size:24px}#comfort .video-review-container .inner-wrapper .big-review-span{font-size:480px;font-family:Compacta-LT-Light;top:50%;transform:translateY(-50%);background:linear-gradient(25deg,transparent,rgba(148,147,147,.058));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}#peculiarities{color:var(--black);text-align:center;padding-bottom:95px}#peculiarities h2.top{font-size:48px;margin-bottom:82px}#peculiarities h2.top span{color:var(--greenmiddle)}#peculiarities .col{margin-bottom:70px}#peculiarities .col h3{margin-bottom:15px;font-size:24px;font-weight:600}#peculiarities .installment-plan{min-height:309px;position:relative;border-radius:var(--bevelrad);overflow:hidden;background:#040404;display:flex}#peculiarities .installment-plan h2{font-size:55px}#peculiarities .installment-plan .installment-plan-bg{position:absolute;left:-161px;top:0;width:100%;object-fit:cover;height:100%}#peculiarities .installment-plan .text-info{color:var(--white);position:relative;z-index:1;text-align:left;max-width:360px;margin-left:auto;justify-self:center;margin-right:20%;margin-top:64px}#peculiarities .installment-plan .text-info span{font-size:24px;display:block;margin-bottom:25px}#peculiarities .installment-plan .text-info h2{line-height:1}#how-to-order{background:var(--black);padding-top:108px}#how-to-order h2{font-size:48px;margin-bottom:63px;color:var(--white-orig);text-align:center}#how-to-order h2 span{color:var(--greenmiddle)}#how-to-order .stages-line{display:flex;justify-content:space-between;max-width:1000px;margin:0 auto}#how-to-order .stages-line .stage{display:flex;flex-direction:column;align-items:center}#how-to-order .stages-line .stage span{display:block}#how-to-order .stages-line .stage span.first{font-size:16px;font-weight:700;margin-bottom:3px}#how-to-order .stages-line .circle{width:30px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:100%;background:var(--greenmiddle);margin-bottom:12px}#how-to-order .wrapper-before-gallery{min-height:433px;position:relative;margin-top:215px}#how-to-order .wrapper-before-gallery .before-gallery-bg{position:absolute;left:25px;top:0;width:calc(100% - 25px);height:100%;object-fit:cover;border-radius:var(--bevelrad)}#how-to-order .wrapper-before-gallery .text-and-img-wrap{display:flex;position:relative}#how-to-order .wrapper-before-gallery .text-wrapper{position:relative;z-index:1;padding-left:40px;border-left:5px solid var(--greenmiddle);margin-top:-80px;align-self:flex-start}#how-to-order .wrapper-before-gallery .text-wrapper h3{font-size:32px;margin-bottom:11px;max-width:290px}#how-to-order .wrapper-before-gallery .text-wrapper p{margin-bottom:36px;max-width:300px}#how-to-order .wrapper-before-gallery .text-wrapper .btn{min-height:48px;padding-left:64px;padding-right:64px}#how-to-order .wrapper-before-gallery .product-big-befgal{margin-left:auto;margin-right:auto;align-self:flex-end;margin-top:-70px}#how-to-order .row-gallery{margin-top:40px}#how-to-order .row-gallery .col .wrap{padding:45%;position:relative}#how-to-order .row-gallery .col img{left:0;top:0;position:absolute;width:100%;height:100%;object-fit:cover;border-radius:var(--bevelrad)}#how-to-order .row-gallery .col{margin-bottom:30px}#about-us-top{position:relative;min-height:700px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}#about-us-top .about-us-bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}#about-us-top .container{position:relative}#about-us-top h1{font-size:48px;font-weight:700;margin-bottom:20px}#about-us-top p{margin-bottom:20px;max-width:840px;font-weight:500}#about-us-top .btn{height:54px;padding-left:45px;padding-right:45px;border-radius:var(--btnrad2)}#about-us-goals{background:var(--white-orig);color:var(--greydark);padding-top:54px;padding-bottom:44px}#about-us-goals .text-wrappers{max-width:695px;margin-top:20px;margin-bottom:10px}#about-us-goals .text-wrappers h2{font-size:22px;font-weight:500;margin-bottom:18px}#about-us-goals .text-wrappers p{opacity:.8}#about-us-goals .text-wrappers .wrapper{margin-bottom:40px}#about-us-goals .btns .btn{display:flex;width:fit-content;margin-bottom:10px;height:54px;padding-left:45px;padding-right:45px;border-radius:var(--btnrad2);color:var(--black)}#reasons{padding-top:100px;padding-bottom:100px;color:var(--greydark)}#advantages .col{margin-bottom:30px}#advantages .wrapper{position:relative;border-radius:var(--bevelrad);overflow:hidden}#advantages .wrapper img{width:100%}#advantages .wrapper h4{position:absolute;top:23px;left:20px;font-size:20px;font-weight:700;color:var(--pureblack);max-width:215px;width:calc(100% - 25px)}#contact{padding-top:60px;color:var(--pureblack)}#contact h1{font-size:32px;margin-bottom:60px;font-weight:700}#contact h3{font-size:22px;font-weight:600;margin-bottom:13px}#contact .top-wrapper{position:relative;margin-bottom:68px}#contact .top-wrapper img{width:100%;border-radius:var(--bevelrad)}#contact .top-wrapper .btn-outer{width:238px;height:68px;background:var(--white);border-top-left-radius:var(--bevelrad);position:absolute;right:-2px;bottom:0}#contact .top-wrapper .btn-outer:before{content:"";display:block;width:var(--bevelrad);height:var(--bevelrad);border-top-left-radius:var(--bevelrad);box-shadow:calc(var(--bevelrad) * -.25) calc(var(--bevelrad) * -.25) 0 calc(var(--bevelrad) * .25) var(--white);position:absolute;pointer-events:none;transform:scale(-1);right:2px;top:calc(-1 * var(--bevelrad))}#contact .top-wrapper .btn-outer:after{content:"";display:block;width:var(--bevelrad);height:var(--bevelrad);border-top-left-radius:var(--bevelrad);box-shadow:calc(var(--bevelrad) * -.25) calc(var(--bevelrad) * -.25) 0 calc(var(--bevelrad) * .25) var(--white);position:absolute;pointer-events:none;transform:scale(-1);bottom:4px;left:calc(-1 * var(--bevelrad))}#contact .top-wrapper .btn-outer .btn{height:54px;position:absolute;right:0;bottom:0;border-radius:var(--btnrad2)}#contact .items .item{margin-bottom:60px}#contact .items .item .social-links{display:flex;align-items:center}#contact .items .item .social-links a{margin-right:13px}#contact .items a{color:var(--pureblack)}#contact .items span{display:block;max-width:229px}#contact iframe{border-radius:var(--bevelrad);overflow:hidden}#politics{color:var(--greydark)}#politics h1{font-size:48px;margin-bottom:28px;max-width:843px}#politics .wrappers{margin-top:83px}#politics .wrapper{padding-bottom:37px;margin-bottom:37px;border-bottom:1px solid #e0e0e0}#not-found{min-height:840px;display:flex;justify-content:center}#not-found img{width:100%;height:100%;object-fit:cover}#not-found .inner-wrapper{background:#000000b5;-webkit-backdrop-filter:blur(19.7000007629px);backdrop-filter:blur(19.7000007629px);width:100%;max-width:687px;position:absolute;top:250px;color:var(--white);text-align:center;padding:32px 84px 53px;border-radius:var(--bevelrad)}#not-found .inner-wrapper h1{font-size:42px;font-weight:700;margin-bottom:10px}#not-found .inner-wrapper p{margin-bottom:45px}@keyframes zoom-move{0%{transform:scale(1) translate(0)}40%{transform:scale(1.1) translate(-6px,-4px)}70%{transform:scale(1.12) translate(4px,2px)}to{transform:scale(1.1) translate(0)}}@media screen and (max-width: 991px){#main-items{padding-top:70px;padding-bottom:70px}#main-items .col-75{width:100%}#main-items .col-25{width:33.3333%}#reliable{padding-top:64px}#reliable .__bottom h2{font-size:28px;padding-left:10px;padding-right:10px}#about-us-goals .btns .btn{width:100%;font-size:14px;justify-content:center}#advantages .col{margin-bottom:20px}#advantages .col-25{width:50%}#advantages .wrapper h4{left:15px;right:15px;font-size:18px}#catalog .catalog-cat-wrap{padding:12px 20px}#catalog .catalog-cat-wrap ._cat-items{padding-top:15px}#catalog .catalog-cat-wrap ._cat-items ._cat-item{padding-top:12px;padding-bottom:12px}#catalog .catalog-cat-wrap h2{font-size:20px;text-align:center}#catalog .catalog-banner{height:205px}#catalog .catalog_show-all{text-align:center;padding:10px 24px}#catalog .filter-col{width:100%;margin-bottom:25px}#catalog .products-col{width:100%}#catalog .products-col h1{font-size:28px;margin-bottom:15px}#catalog .products-col .products-at-category .col{width:33.3333%}#product{padding-bottom:20px}#product .col{width:100%;margin-bottom:20px}#product .col-text h1{font-size:32px}#product .col-text .price-no-sale{font-size:25px}#garantie .col{width:100%;margin-bottom:5px}#garantie .item-wrapper-garantie._center .banner-product{transform:initial;margin-bottom:10px;width:100%}#comfort{padding-top:55px}#comfort .top-wrapper{padding-left:10px;padding-right:10px}#comfort .top-wrapper h2{font-size:32px}#comfort .video-review-container .inner-wrapper{padding:10px;margin-top:190px;margin-bottom:190px}#comfort .video-review-container .inner-wrapper .video-outer{top:-90px}#comfort .video-review-container .inner-wrapper .video-outer .inner-rect{left:24px;top:12px;height:94.75%}#comfort .video-review-container .inner-wrapper .wrapper-big-text img{width:100%}#comfort .video-review-container .inner-wrapper .phone-border{height:500px}#peculiarities .col{width:100%;margin-bottom:40px}#peculiarities h2.top{font-size:32px;margin-bottom:40px}#peculiarities .installment-plan h2{font-size:34px}#peculiarities .installment-plan .text-info{margin-right:0;margin-top:160px;text-align:right;margin-left:0}#peculiarities .installment-plan .installment-plan-bg{left:0;height:94%;top:3%}#how-to-order{padding-top:70px}#how-to-order h2{font-size:32px}#how-to-order .stages-line{flex-direction:column}#how-to-order .stages-line .stage{margin-bottom:55px}#how-to-order .stages-line img{width:100px;display:none}#how-to-order .wrapper-before-gallery{margin-top:65px}#how-to-order .wrapper-before-gallery .text-wrapper{margin-top:-40px;padding-left:30px}#how-to-order .wrapper-before-gallery .text-wrapper h3{font-size:24px}#how-to-order .row-gallery{margin-top:20px;flex-wrap:nowrap;overflow:auto}#how-to-order .row-gallery .col-33{width:50%;flex-shrink:0}#contact{padding-top:40px}#contact h1{font-size:24px;margin-bottom:40px}#contact .top-wrapper{margin-bottom:40px}#contact .top-wrapper .btn-outer{position:static;width:100%}#contact .top-wrapper .btn-outer:before,#contact .top-wrapper .btn-outer:after{display:none}#contact .top-wrapper .btn-outer .btn{width:100%;justify-content:center}#contact .col-50{width:100%}#contact .items .item{width:50%;margin-bottom:45px}#politics h1{font-size:22px}#not-found{min-height:540px;background:var(--pureblack)}#not-found .inner-wrapper{padding:34px 20px}#not-found .inner-wrapper h1{font-size:29px}#not-found .inner-wrapper p{margin-bottom:24px}}@media screen and (max-width: 768px){#catalog .products-col .products-at-category .col,#main-items .col-25{width:50%}}.card{height:380px;background:var(--white-orig);position:relative;border-radius:var(--bevelrad);color:var(--black);margin-bottom:30px;display:flex;flex-direction:column;align-items:center;padding:38px 21px 20px}.card:hover .circle{transform:scaleX(-1)}.card .bevel{position:absolute;right:0;bottom:0;width:44px;height:44px;background:var(--white);display:flex;justify-content:flex-end;align-items:flex-end;border-top-left-radius:var(--bevelrad)}.card .bevel:before{content:"";display:block;width:var(--bevelrad);height:var(--bevelrad);border-top-left-radius:var(--bevelrad);box-shadow:calc(var(--bevelrad) * -.25) calc(var(--bevelrad) * -.25) 0 calc(var(--bevelrad) * .25) var(--white);position:absolute;pointer-events:none;transform:scale(-1);right:0;top:calc(-1 * var(--bevelrad))}.card .bevel:after{content:"";display:block;width:var(--bevelrad);height:var(--bevelrad);border-top-left-radius:var(--bevelrad);box-shadow:calc(var(--bevelrad) * -.25) calc(var(--bevelrad) * -.25) 0 calc(var(--bevelrad) * .25) var(--white);position:absolute;pointer-events:none;transform:scale(-1);bottom:0;left:calc(-1 * var(--bevelrad))}.card .bevel .circle{position:absolute;width:35px;height:35px;background:var(--greydark);display:flex;justify-content:center;align-items:center;border-radius:100%;transition:.3s ease transform}.card .top-img{max-width:100%;max-height:220px;margin-bottom:10px}.card .text{margin-top:auto;align-self:flex-start}.card .text h3{font-size:20px;font-weight:500}.card .text span{display:block;color:var(--greydark)}.card.__category .sub-text,.card.__product .def-price{margin-top:11px;font-weight:300;font-size:14px}.card.__product .price-wrap .def-price{text-decoration:line-through}.card.__product .price-wrap .sale-price{color:var(--black)}.card.__product .tags{position:absolute;left:11px;top:11px;display:flex;flex-wrap:wrap}.card.__product .tags span{color:var(--white);height:22px;padding:3px 7px;border-radius:var(--bevelrad);font-size:12px;margin-right:5px;font-weight:700}.card.__product .tags span.new{background:var(--greenmiddle)}.card.__product .tags span.sale{background:var(--redkaspi)}@media screen and (max-width: 991px){.card{height:350px}.card .top-img{max-height:180px}.card .text h3{font-size:18px}.card.__category .sub-text{margin-top:5px}}#container-stats .fluid-wrap{position:relative;border-radius:var(--bevelrad);overflow:hidden}#container-stats .fluid-wrap h2,#container-stats .fluid-wrap span{position:relative}#container-stats .fluid-bg{position:absolute;width:100%;height:100%;object-fit:cover;inset:0;animation:zoom-move 10s ease-in-out infinite alternate}#container-stats .stat-wrap{color:var(--pureblack);border-radius:var(--bevelrad);background:var(--white-orig);padding:33px;min-height:400px}#container-stats .stat-wrap h2{font-size:63px;font-weight:500}#container-stats .stat-wrap span{font-size:22px}#container-stats .stat-wrap-1 h2{margin-top:31px}#container-stats .stat-wrap-1 ._top{height:176px}#container-stats .stat-wrap-2{flex-direction:column;display:flex;justify-content:flex-end;position:relative;height:100%;padding:0;background:transparent}#container-stats .stat-wrap-2 .info{position:absolute;left:35px;bottom:35px;right:35px}#container-stats .stat-wrap-3{min-height:240px;display:flex;flex-direction:column;justify-content:center}#container-stats .stat-wrap-4{margin-top:11px;min-height:149px;background:var(--black);color:var(--white);display:flex;align-items:center}#container-stats .stat-wrap-4 span{margin-left:17px}#stats-about-page #container-stats{margin-top:-120px;position:relative;padding-bottom:54px}@media screen and (max-width: 991px){#stats{padding-top:60px}#container-stats .col-33{width:100%;margin-bottom:11px}#container-stats .stat-wrap{min-height:auto;padding:22px}#container-stats .stat-wrap h2{font-size:44px;margin-top:20px}#container-stats .stat-wrap span{font-size:16px}#container-stats .stat-wrap-2{padding:0;width:fit-content}#container-stats .stat-wrap-2 .bg-stat-2{max-height:311px}#container-stats .stat-wrap-2 .info{left:22px;bottom:35px;right:22px}}#reviews{padding-top:100px;padding-bottom:100px}#reviews ._top{display:flex;justify-content:space-between}#reviews ._top h2{font-size:32px}#reviews ._top p{max-width:380px;font-size:14px}#reviews._light{color:var(--black)}#reviews._light ._top{color:var(--greydark)}#reviews._dark{background:var(--black)}#reviews._dark .card-review{color:var(--black)}#reviews._dark{border-bottom:5px solid #9F9F9F}#reviews #reviews-swiper{margin-top:68px}#reviews #reviews-swiper .swiper-slide .card-review{padding:18px 15px 38px;background:var(--white-orig);border-radius:var(--bevelrad)}#reviews #reviews-swiper .swiper-slide .name_and_rate h4{font-weight:500}#reviews #reviews-swiper .swiper-slide .name_and_rate .rate-wrapper svg.active path{fill:var(--redkaspi)}#reviews #reviews-swiper .swiper-slide .name_and_rate,#reviews #reviews-swiper .swiper-slide .seller_and_date{display:flex;justify-content:space-between;align-items:center}#reviews #reviews-swiper .swiper-slide .seller_and_date{font-size:14px;margin-bottom:12px}#reviews #reviews-swiper .swiper-slide .seller_and_date .seller{opacity:.6}#reviews #reviews-swiper .swiper-slide .seller_and_date .seller a{color:#0a4ac0}#reviews #reviews-swiper .swiper-slide .seller_and_date .date{opacity:.6}#reviews #reviews-swiper .swiper-slide p{font-size:15px}@media screen and (max-width: 991px){#reviews{padding-top:60px;padding-bottom:60px}#reviews ._top{flex-direction:column;margin-bottom:35px}#reviews ._top h2{margin-bottom:10px}#reviews #reviews-swiper{margin-top:30px}#reviews #reviews-swiper .swiper-slide{height:auto}#reviews #reviews-swiper .swiper-slide .card-review{height:100%}}#faq{color:var(--black);padding-top:100px;padding-bottom:100px}#faq .container{display:flex}#faq .container ._left{width:30%;padding-right:20px}#faq .container ._left h2{font-size:48px;font-weight:700;color:var(--green);margin-bottom:16px}#faq .container ._left h3{font-size:32px;font-weight:400}#faq .container ._right{width:70%}#faq .container ._right ._item{padding-top:20px;padding-bottom:20px;border-top:1px solid #c8c8c8}#faq .container ._right ._item.active .cross{transform:rotate(45deg)}#faq .container ._right ._item.active .answer{max-height:200px;padding-left:24px}#faq .container ._right ._item .question{font-size:24px;font-weight:600;padding-bottom:15px;display:block;position:relative;cursor:pointer}#faq .container ._right ._item .question .cross{position:absolute;transition:.5s ease transform;right:0;top:0}#faq .container ._right ._item .answer{padding-left:0;max-width:750px;max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}@media screen and (max-width: 991px){#faq{padding-top:35px}#faq .container{flex-direction:column}#faq .container ._left{width:100%;padding-right:0;text-align:center}#faq .container ._left h2{margin-bottom:5px}#faq .container ._left h3{font-size:22px;margin-bottom:10px}#faq .container ._right{width:100%}#faq .container ._right ._item .question{font-size:19px;padding-bottom:10px}#faq .container ._right ._item.active .answer{padding-left:17px}}.breadcrumbs{font-weight:600;padding-top:50px;padding-bottom:40px}.breadcrumbs .back{margin-right:14px}.breadcrumbs a:not(.back){color:var(--black)}.breadcrumbs a:not(.back):after{content:"/";display:inline-flex;margin-left:14px;margin-right:15px}.breadcrumbs a:not(.back):first-child{display:none}.breadcrumbs span{color:var(--greenmiddle)}@media screen and (max-width: 991px){.breadcrumbs{padding-top:30px;padding-bottom:30px;font-size:13px}.breadcrumbs img{width:24px}.breadcrumbs a:not(.back):after{margin-left:10px;margin-right:10px}}.video-modal{position:fixed;inset:0;background:#000000b3;display:none;justify-content:center;align-items:center;z-index:9999}.video-modal.active{display:flex}.video-wrapper{position:relative;width:80%;max-width:800px}.video-wrapper iframe{width:100%;height:450px;border-radius:10px}.close-modal{position:absolute;top:-40px;right:0;font-size:40px;color:#fff;cursor:pointer}.modal{background:#00000063;width:100%;height:100%;position:fixed;left:0;top:0;z-index:2;pointer-events:none;opacity:0;transition:opacity .1s ease;transition-delay:.4s;display:flex;justify-content:center;align-items:center;transition:.3s ease opacity}.modal.active{pointer-events:auto;opacity:1;transition-delay:0s}.modal .modal_wrapper{max-width:842px;background:var(--pureblack);width:100%;position:relative;padding:56px;border-radius:var(--bevelrad);overflow:hidden}.modal .modal_wrapper h2{font-size:28px;font-weight:700;margin-bottom:5px}.modal .modal_wrapper p{margin-bottom:24px}.modal .modal_wrapper .cross{position:absolute;right:27px;top:21px;cursor:pointer;transition:.3s ease transform}.modal .modal_wrapper .cross:hover{transform:rotate(90deg)}.modal .modal_wrapper .bg-modal{position:absolute;left:-100px;bottom:-100px;pointer-events:none}.modal .modal_wrapper form{max-width:352px;width:100%;margin:0 auto}body.modal-opened{overflow:hidden}@media screen and (max-width: 991px){.modal .modal_wrapper{padding:30px}.modal .modal_wrapper .bg-modal{width:280px}.modal.__menu{color:#fff;z-index:1;height:auto;top:72px;bottom:0}.modal.__menu a{color:#fff}.modal.__menu.active .overlay__inner{transform:translate(0)}.modal.__menu .overlay__inner{padding-top:14vh;background:#000;text-align:right;width:100%;max-width:764px;height:100%;margin-left:auto;overflow:auto;padding-left:39px;padding-right:39px;transform:translate(100%);transition:transform .4s cubic-bezier(.6,.1,.25,1) .1s;display:flex;flex-direction:column;align-items:flex-end;padding-bottom:20px}.modal.__menu .overlay__inner nav li{margin-bottom:30px;text-transform:uppercase}.modal.__menu .overlay__inner .icons{display:flex;gap:20px}.modal.__menu .overlay__inner .socials{margin-top:auto}.modal.__menu .overlay__inner .socials a{display:block}.modal.__menu .overlay__inner .work-info{margin-top:20px;margin-bottom:15px}.modal.__menu .overlay__inner .work-info span{display:block}.modal.__menu .overlay__inner .app-btn{border:1px solid var(--green);padding:12px 10px;border-radius:30px;margin-top:20px;width:100%;text-align:center;display:flex;justify-content:center}.modal.__menu .overlay__inner .app-btn img{margin-right:10px}}form.default{position:relative}form.default input{width:100%;display:block;height:36px;font-size:14px;background:none;border:1px solid var(--greylight);border-radius:8px;margin-bottom:6px;padding-left:18px;font-family:Inter;color:var(--white)}form.default input::placeholder{color:#666}form.default .preference{display:flex;margin-bottom:36px;margin-top:13px}form.default .preference .option{margin-right:15px}form.default .preference label{display:flex;align-items:center;font-size:10px;cursor:pointer}form.default .preference label:before{content:"";width:17px;height:17px;border:1px solid var(--green);border-radius:4px;display:flex;justify-content:center;align-items:center;margin-right:6px}form.default .preference input[type=radio]{position:absolute;width:1px;height:1px;z-index:-1;opacity:0}form.default .preference input[type=radio]:checked+label:before{content:"✔"}form.default .preference .option{display:flex}form.default .btn{width:100%;justify-content:center;text-align:center;height:51px;margin-bottom:8px}form.default span.notification{display:block;font-size:10px}form.default span.notification a{font-style:italic;color:var(--white);text-decoration:underline}form.default .result-info{color:var(--green)}
