@font-face{font-family:Montserrat;src:local("Montserrat Thin"),local("Montserrat Thin"),url(/_next/static/media/Montserratarm-Thin.54590a2e.otf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Light"),local("Montserrat Light"),url(/_next/static/media/Montserrat-Light.4e903bd9.otf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Regular"),local("Montserrat Regular"),url(/_next/static/media/Montserratarm-Regular.49cb8421.otf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Medium"),local("Montserrat Medium"),url(/_next/static/media/Montserratarm-Medium.738c855f.otf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Bold"),local("Montserrat Bold"),url(/_next/static/media/Montserratarm-Bold.929f366a.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat ExtraBold"),local("Montserrat ExtraBold"),url(/_next/static/media/Montserratarm-ExtraBold.53fe75ae.otf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Black"),local("Montserrat Black"),url(/_next/static/media/Montserratarm-Black.fb833dbc.otf) format("truetype");font-weight:900;font-style:normal}:root{--white:#fff;--black:#000;--gray:#3a3535;--grayLight:#c4c4c4;--blue:#45babc;--orange:#f37121;--yellow:#fbd00c;--greyDark:#e5e5e5;--red:#e73c3e}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-size:100%;font:inherit;vertical-align:baseline;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}html{scroll-behavior:smooth}.header{height:78px;display:flex;z-index:21;position:fixed;width:100%}.header.shadow{box-shadow:0 4px 12px rgba(0,0,0,.1)}.header .container{display:flex;justify-content:space-between}.header .logo{max-width:152px;display:flex;align-items:center;opacity:0;transition:all .2s linear}.header .logo.show{opacity:1}.header .logo img{max-height:64px;object-fit:contain}.header .nav,.header .nav-ul{justify-content:flex-end}.header .nav-ul{gap:24px;z-index:15;margin-right:24px;transition:.3s linear}.header .nav-li{display:flex}.header .nav-link{position:relative;display:block;transition:all .2s linear}.header .nav-link:after{content:"";display:block;position:absolute;right:0;bottom:10px;width:100%;height:6px;background-image:url(/_next/static/media/white-underline.2928c074.png);background-repeat:no-repeat;opacity:0;z-index:1;transition:all .2s}.header .nav-link:hover{opacity:.8}.header .nav-link:hover:after{opacity:1}.header .nav-link,.header .with-dropdown{display:flex;align-items:center}.header .with-dropdown{position:relative;z-index:0}.header .with-dropdown:hover .dropdown{display:block}.header .with-dropdown .dropdown{position:absolute;background-color:#fff;padding:24px;top:68px;border-radius:24px;display:none;box-shadow:0 4px 12px rgba(0,0,0,.1)}.header .with-dropdown .drop-items{flex-direction:column;gap:20px}.header .with-dropdown .dropdown-a{transition:all .2s linear}.header .with-dropdown .dropdown-a:hover{opacity:.6}.header .lang{cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:8px;padding:0}.header .lang img{width:17px!important}.header .underline{width:100px;visibility:hidden}.header .burger{display:none;background:none;border:none;position:relative;z-index:1;padding:0}.header .lines{flex-direction:column;gap:3px;cursor:pointer;align-items:center;justify-content:center}.header .lines .line{display:block;width:20px;height:3px;border-radius:20px;transform:matrix(1,0,0,-1,0,0)}.header .lines.opened{position:static;z-index:-1}@media screen and (max-width:992px){.header .nav-ul{gap:15px}.header .nav-link{font-size:1.25rem}.header .underline{width:60px}.header .lang{font-size:1.25rem}}@media screen and (max-width:768px){.header{height:40px}.header .logo img{max-height:34px}.header .nav{align-items:center;position:relative}.header .nav.opened:before{display:block;content:"";width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(69,186,188,.7);z-index:5}.header .nav-link{font-size:1rem}.header .nav-ul{display:none}.header .nav-ul.opened{display:flex;gap:35px;right:-200px;flex-direction:column;align-items:flex-end;position:fixed;background-color:var(--white);padding:24px 24px 31px;border-radius:20px;top:44px;right:-4px;opacity:1;z-index:16}.header .nav-ul.opened .nav-li{align-items:flex-start;gap:16px}.header .nav-ul.opened .nav-link{color:var(--blue)}.header .nav-ul.opened .nav-link:after{background-image:url(/_next/static/media/blue-line-mobile.ce3cdd3c.png);bottom:-18px;right:-4px}.header .nav-ul.opened .FAQ{display:none}.header .burger{display:block}.header .lang{margin-right:22px;font-size:1rem}.header .lang img{width:9px!important}.header .with-dropdown .dropdown{top:40px}}.img-with-ratio{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover}html{font-size:16px}body{font-family:Montserrat,sans-serif}body.scroll-off{overflow:hidden}.nerko{font-family:Nerko One,cursive}img{width:100%;height:auto}.figure{position:relative;width:100%}.btn{min-width:188px;border:none;border-radius:50px;cursor:pointer;font-weight:800;font-family:inherit;transition:all .2s;text-align:center}.btn.submitting{cursor:inherit;opacity:.8}.btn.submitting:after{content:"";position:absolute;width:16px;height:16px;top:0;left:0;right:0;bottom:0;margin:auto;border:4px solid transparent;border-top-color:#fff;border-radius:50%;animation:button-loading-spinner 1s ease infinite}.btn.submitting .button__text{visibility:hidden;opacity:0}.btn.active,.btn:hover{opacity:.8}.btn.white{background-color:var(--white);color:var(--orange);font-size:1.25rem;padding:32px 36px}.btn.orange{background-color:var(--orange);color:var(--white);font-size:1.25rem;padding:30px}.d-flex{display:flex}.ai-c{align-items:center}.jc-c{justify-content:center}.row-rev{flex-direction:row-reverse}.title{color:var(--blue);font-size:44px;font-weight:900;line-height:1.4;position:relative;z-index:1}.container{width:95%;max-width:1670px;margin:0 auto}@media screen and (max-width:1440px){.container{width:95%;max-width:1310px;margin:0 auto}}@media screen and (max-width:992px){.container{width:100%;padding:0 30px}}@media screen and (max-width:768px){.container{width:100%;padding:0 20px}}.blue-line{width:50%;height:23px}.backdrop{display:none;content:"";width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(69,186,188,.7);z-index:35}.backdrop.show{display:block}.backdrop .title{font-size:2.125rem}.backdrop .blue-line{height:15px}@media screen and (max-width:768px){.title{font-size:1.75rem}.blue-line{max-width:320px;height:5px;transform:rotate(180deg)}}button{background:transparent;border:none;cursor:pointer}@keyframes button-loading-spinner{0%{transform:rotate(0turn)}to{transform:rotate(1turn)}}.fz12{font-size:.75rem}.fz14{font-size:.875rem}.fz16{font-size:1rem}.fz20{font-size:1.25rem}.fz24{font-size:1.5rem}.fz26{font-size:1.625rem}.fz28{font-size:1.75rem}.fz32{font-size:2rem}.fz36{font-size:2.25rem}.fz44{font-size:2.75rem}.fz48{font-size:3rem}.fz52,.fz56{font-size:3.25rem}.fz60{font-size:3.75rem}.fz68{font-size:4.25rem}.fz78{font-size:4.875rem}.fz80{font-size:5rem}.fz86{font-size:5.375rem}.fz88{font-size:5.5rem}.fz160{font-size:10rem}.fz200{font-size:12.5rem}.fw500{font-weight:500}.fw600{font-weight:600}.fw700{font-weight:700}.fw800{font-weight:800}.fw900{font-weight:900}.c-white{color:var(--white)}.c-black{color:var(--black)}.c-grayLight{color:var(--grayLight)}.c-gray{color:var(--gray)}.c-blue{color:var(--blue)}.c-orange{color:var(--orange)}.c-yellow{color:var(--yellow)}.bg-white{background-color:var(--white)}.bg-black{background-color:var(--black)}.bg-grayLight{background-color:var(--grayLight)}.bg-gray{background-color:var(--gray)}.bg-blue{background-color:var(--blue)}.bg-orange{background-color:var(--orange)}.bg-yellow{background-color:var(--yellow)}.hero{padding:20px 0 0;position:relative;overflow:hidden}.hero .hero-img{object-fit:contain}.hero .hero-img.sm{display:none}.hero .container{position:absolute;left:50%;top:38%;transform:translateX(-50%)}.hero .content-container{position:relative;width:100%}.hero .content{padding-top:100px;position:absolute;top:50%;transform:translateY(-50%);right:50px;display:flex;flex-direction:column;justify-content:center;gap:20px}.hero .content .title-wrapper{flex-direction:column;grid-gap:20px}.hero .content p{text-shadow:0 2px 12px rgba(0,0,0,.25)}.hero .content .one{transform:rotate(-20deg) translate(130px,-20px)}.hero .content .box{transform:rotate(9deg) translate(40px,10px)}.hero .content .happiness{transform:rotate(-9deg) translateY(-10px)}.hero .content .btn{margin-left:auto;position:static;z-index:1}.hero .white-line{position:absolute;bottom:-1px;right:65px}@media screen and (max-width:380px){.language-hy .hero .content{padding-top:52vw}}@media screen and (max-width:992px){.language-ru .hero .content{padding-top:30vw}}@media screen and (max-width:460px){.language-ru .hero .content{padding-top:46vw}}@media screen and (max-width:370px){.language-ru .hero .content{padding-top:52vw}}@media screen and (max-width:992px){.language-ru .hero .content .title-wrapper{flex-direction:column}}.language-ru .hero .content .one{transform:none;margin-bottom:20px;color:var(--yellow)}@media screen and (max-width:992px){.language-ru .hero .content .one{margin-bottom:0}}.language-ru .hero .content .box{transform:matrix(.95,-.31,.31,.95,0,0);color:var(--white)}@media screen and (max-width:992px){.language-ru .hero .content .box{transform:none}}@media screen and (max-width:667px){.language-ru .hero .content .box{margin:10px 0}}.language-ru .hero .content .btn{margin-top:40px}@media screen and (max-width:992px){.language-ru .hero .content .btn{margin-top:0}}.language-ru .hero .happiness{display:none}@media screen and (max-width:667px){.language-en .hero .content .title-wrapper{gap:20px}.language-en .hero .content{padding-top:36vw}}@media screen and (max-width:450px){.language-en .hero .content{padding-top:48vw}}@media screen and (max-width:370px){.language-en .hero .content{padding-top:56vw}}.language-en .hero .content .one{transform:matrix(.97,.25,-.25,.97,0,0);color:var(--yellow)}@media screen and (max-width:992px){.language-en .hero .content .one{transform:none}}.language-en .hero .content .box{transform:translateX(30px);color:var(--white)}@media screen and (max-width:992px){.language-en .hero .content .box{transform:none}}.language-en .hero .content .happiness{transform:matrix(.97,-.22,.23,.97,0,0)}@media screen and (max-width:992px){.language-en .hero .content .happiness{transform:rotate(-5deg) translateY(30px)}}@media screen and (max-width:667px){.language-en .hero .content .happiness{transform:rotate(-5deg) translateY(10px);margin-top:10px}}@media screen and (max-width:992px){.language-en .hero .content .box,.language-en .hero .content .happiness,.language-en .hero .content .one{font-size:2.25rem}}@media screen and (max-width:667px){.language-en .hero .content .box,.language-en .hero .content .happiness,.language-en .hero .content .one{font-size:1.625rem}}@media screen and (max-width:1260px){.hero .container{gap:180px}.hero .content .one{transform:rotate(-20deg) translate(90px,-20px)}.hero .c-orange,.hero .c-white{font-size:2.25rem}.hero .c-yellow{font-size:2.75rem}}@media screen and (max-width:992px){.hero{padding:0}.hero .hero-img.lg{display:none}.hero .hero-img.sm{display:block;transform:translateY(45px)}.hero .btn{padding:8px 30px}.hero .content{padding-top:26vw;position:static;text-align:right}.hero .content .one{transform:rotate(-10deg) translate(-20px,3px)}.hero .content .title-wrapper{flex-direction:row;justify-content:flex-end}.hero .content .c-orange,.hero .content .c-yellow{transform:none}.hero .white-line{display:none}}@media screen and (max-width:750px){.hero .btn{padding:10px 28px;font-size:16px;margin-top:18px;min-width:0;min-width:auto}}@media screen and (max-width:667px){.hero .content{padding-top:40vw;gap:10px}.hero .content .title-wrapper{gap:0}}@media screen and (max-width:520px){.hero .hero-img{transform:translate(50px)}.hero .c-orange,.hero .c-white{font-size:1.5rem}.hero .c-yellow{font-size:2rem}}.meet{padding:58px 0 38px}.meet .top{align-items:flex-end;margin-bottom:53px}.meet .content,.meet .top{justify-content:space-between}.meet .content{gap:30px;max-width:95%;margin:0 auto}.meet .content-li{max-width:336px}.meet .content-title{margin-bottom:32px}.meet .content-descr{line-height:1.4;opacity:67%}.meet .orange-trace-mobile{display:none}.meet .orange-trace{display:block;margin-top:60px}@media screen and (max-width:1280px){.meet .content{gap:50px}}@media screen and (max-width:992px){.meet .top{margin-bottom:40px}.meet .content-title{font-size:20px;margin-bottom:28px}.meet .content-descr{font-size:18px}.meet .content{flex-direction:column;gap:38px}.meet .content-title{font-size:16px;margin-bottom:12px}.meet .content-descr{font-size:14px;position:relative}.meet .content-descr:after{content:"";display:block;position:absolute;left:0;bottom:-16px;width:158px;height:5px;background-image:url(/_next/static/media/orange-line.df996564.png);background-repeat:no-repeat}.meet .content-li{max-width:100%}}@media screen and (max-width:768px){.meet{padding:28px 0;position:relative}.meet .top{flex-direction:column;gap:20px;align-items:flex-start;margin-bottom:24px}.meet .title{font-size:28px}}@media screen and (max-width:420px){.meet{padding-bottom:0}.meet .orange-trace{display:none}.meet .orange-trace-mobile{display:block;margin-bottom:14px}}.order{background-repeat:no-repeat;width:100%;height:78vh}.about{padding:53px 0 110px;position:relative;overflow:hidden}.about .foot-print-1{position:absolute;width:50%;left:0;top:10%}.about .foot-print-2-3{position:absolute;width:22%;left:46.5%;bottom:0;z-index:2}.about .foot-print-title{display:none}.about .top{align-items:flex-end;justify-content:space-between;margin-bottom:120px}.about .row{display:flex;justify-content:center;gap:24px}.about .column{width:50%;display:flex;flex-direction:column;gap:27px}.about .column-1{margin-top:100px}.about .card{position:relative;border-radius:24px}.about .card-title{margin-bottom:40px}.about .card-descr{line-height:1.3;position:relative;z-index:2}.about .card-number{width:90px;position:absolute}.about .card-icon{z-index:1;width:226px;position:absolute}.about .card-1{max-width:535px;padding:44px 44px 124px;margin-left:auto;width:100%;background:#e1e1e1}.about .card-1 .content{max-width:305px;text-align:end;margin-left:auto}.about .card-1 .card-number-1{width:40px;top:-23%;left:60px;transform:translateY(50%)}.about .card-1 .card-icon-1{left:-40%;top:40%;transform:translateX(50%)}.about .card-4{align-self:flex-end;width:100%;max-width:644px;padding:44px 44px 100px;background:rgba(69,186,188,.7)}.about .card-4 .content{max-width:335px;text-align:start}.about .card-4 .card-number-4{width:90px;bottom:-15%}.about .card-4 .card-icon-4{left:80%;top:50%;transform:translateY(-50%)}.about .card-5{max-width:448px;padding:44px 44px 100px;margin-left:auto;width:100%}.about .card-5 .content{max-width:298px;text-align:end;margin-left:auto}.about .card-5 .card-number-5{left:70%;bottom:-11%}.about .card-5 .card-icon-5{right:75%;bottom:10%}.about .card-2{padding:44px 44px 70px;max-width:420px}.about .card-2 .content{max-width:257px}.about .card-2 .card-number-2{top:-15%;left:70%}.about .card-2 .card-icon-2{left:75%;bottom:10%}.about .card-3{padding:44px 44px 240px;max-width:644px}.about .card-3 .content{max-width:306px;text-align:end;margin-left:auto}.about .card-3 .card-number-3{top:-14%}.about .card-3 .card-icon-3{left:50%;bottom:-24%;transform:translateX(-50%)}.about .card-6{margin:auto 0 0 auto}.about .row-mobile{display:none}.about .card-6 .question,.about .content{position:relative;z-index:2}@media screen and (max-width:1440px){.about .card-4{max-width:644px}.about .foot-print-2-3{width:28%}}@media screen and (max-width:1250px){.about .foot-print-2-3{width:28%;left:45%}.about .card-icon{width:150px}.about .card{max-width:535px}.about .card-1 .card-icon-1{left:-25%}.about .card-4{margin-left:auto;width:100%;z-index:1}.about .card-4 path{fill:#fbd00c}.about .card-4 .card-icon-4{left:86%}.about .card-3 .card-icon-3{bottom:-15%}.about .card-number{width:80px}}@media screen and (max-width:992px){.about .foot-print-1,.about .foot-print-2-3,.about .row{display:none}.about .row-mobile{display:block}.about .column-mobile{display:flex;flex-direction:column;gap:15px}.about .column-mobile .card-number-2{top:5%;left:103%}.about .column-mobile .card-icon-2{left:82%}.about .column-mobile .foot-print-2{position:absolute;width:28%;left:55%;top:0}.about .column-mobile .card-3{margin-left:auto;width:100%;max-width:500px;padding:44px 44px 120px}.about .column-mobile .card-3 .card-descr,.about .column-mobile .card-3 .card-title{color:var(--orange)}.about .column-mobile .card-number-3{top:8%}.about .column-mobile .card-icon-3{left:0;bottom:2%}.about .column-mobile .card-4{margin-left:0;align-self:auto}.about .column-mobile .card-number-4{left:103%;top:4%}.about .column-mobile .card-icon-4{top:65%}.about .column-mobile .foot-print-4-top{position:absolute;width:50%;top:-30%;left:63%}.about .column-mobile .foot-print-4-bottom{position:absolute;width:33%;left:0;top:80%}.about .column-mobile .card-number-5{left:-20%;bottom:-9%}.about .column-mobile .card-icon-5{right:83%;bottom:33%}.about .column-mobile .card-6{margin:0 auto;padding-top:70px}.about .column-mobile .foot-print-5{position:absolute;width:20%;bottom:0;left:0}}@media screen and (max-width:768px){.about{padding:28px 0 58px}.about .top{flex-direction:column-reverse;gap:31px;align-items:flex-start;margin-bottom:50px}.about .top .blue-line{margin-left:auto;transform:rotate(0deg);width:100%;max-width:100%}}@media screen and (max-width:667px){.about .card-title{font-size:1rem;margin-bottom:20px}.about .card-descr{font-size:.875rem}.about .card-icon{width:108px}.about .card{width:80%;padding:28px 28px 33px}.about .card .card-number{width:45px}.about .card .card-number.card-number-1{width:30px;top:-67%;left:13%}.about .card .card-icon-1{left:-22%;top:15%}.about .card .card-number-2{top:-10%;left:106%}.about .card .card-number-3{top:-5%;left:8%}.about .card .card-icon-3{left:5%;bottom:1%}.about .card .card-number-4{top:-14%;left:107%}.about .card .foot-print-4-top{width:40%}.about .card .foot-print-4-bottom{width:23%}.about .card .card-number-5{left:-24%;bottom:-13%}}@media screen and (max-width:520px){.about{padding-top:62px}.about .top .title{line-height:1.2}.about .top .blue-line{width:100%;transform:revert;margin-left:auto}.about .foot-print-title{display:block;position:absolute;width:90%;top:1%}.about .column-mobile .card{width:100%}.about .column-mobile .card-1{max-width:254px}.about .column-mobile .card-1 .card-number.card-number-1{width:30px;top:-47%;left:13%}.about .column-mobile .card-1 .card-icon-1{left:-40%;top:25%}.about .column-mobile .card-1 .content{max-width:147px}.about .column-mobile .card-2{max-width:242px}.about .column-mobile .card-2 .content{max-width:135px}.about .column-mobile .card-2 .card-number-2{top:-3%}.about .column-mobile .foot-print-2{width:33%;left:58%}.about .column-mobile .card-3{max-width:278px;padding:28px 28px 60px}.about .column-mobile .card-3 .content{max-width:175px}.about .column-mobile .card-4{max-width:240px}.about .column-mobile .card-4 .content{max-width:181px}.about .column-mobile .foot-print-4-bottom{width:30%;left:-8%;top:80%}.about .column-mobile .card-5{max-width:244px}.about .column-mobile .card-5 .content{max-width:162px}.about .column-mobile .card-6{padding-top:32px}.about .column-mobile .card-6 .question{font-size:1.75rem}}@media screen and (max-width:330px){.about .card .card-number-2,.about .card .card-number-4{left:102%}.about .card .card-number-5{left:-20%}}.subscription{padding:53px 0 120px;position:relative}.subscription .container{justify-content:flex-end}.subscription .items-content-wrapper{text-align:center;width:100%;max-width:864px}.subscription .boo-img{max-width:493px;position:absolute;top:-23px;left:0}.subscription .boo-img-mobile{display:none}.subscription .items-wrapper{gap:32px}.subscription .item{border-radius:24px;padding:34px 50px 47px;text-align:center;width:50%;flex-direction:column;z-index:2}.subscription .item-img{margin:0 auto}.subscription .item-img-1{max-width:68px}.subscription .item-img-2{max-width:60px;margin-bottom:7px}.subscription .item-title{margin:22px 0 25px}.subscription .paragraph-price{margin:4px 0 28px}.subscription .paragraph-delivery{margin-bottom:28px}.subscription .btn{padding:16px 35px;display:inline-block;margin-top:auto}.subscription .content-p{margin:42px 0 15px}.subscription .button{border:none;background:transparent;cursor:pointer;transition:all .2s}.subscription .button:hover{color:var(--orange)}.subscription .span-delivery-mobile{display:none}@media screen and (max-width:1410px){.subscription .boo-img{max-width:380px}}@media screen and (max-width:1280px){.subscription .boo-img{display:none}.subscription .boo-img-mobile{display:block;position:absolute;bottom:0;left:0;max-width:166px}.subscription .items-content-wrapper{text-align:center;max-width:none}.subscription .items-wrapper{justify-content:space-between}}@media screen and (max-width:992px){.subscription .items-wrapper{flex-direction:column}.subscription .item{width:100%}.subscription .items-content-wrapper{text-align:right}}@media screen and (max-width:768px){.subscription{padding:25px 0 42px}.subscription .boo-img-mobile{max-width:145px}.subscription .item{padding:18px 18px 29px}.subscription .item-img{max-width:35px}.subscription .item-title{margin:8px 0 20px;font-size:1.125rem;font-weight:900;color:var(--blue)}.subscription .paragraph{font-size:.875rem}.subscription .paragraph-price{font-size:1.25rem;margin:10px 0}.subscription .span-dram{font-size:2rem}.subscription .span-delivery{display:none}.subscription .paragraph-delivery{margin-bottom:22px}.subscription .span-delivery-mobile{display:block}.subscription .btn{font-size:.875rem;padding:11.5px 34.5px}.subscription .content-p{max-width:210px;margin:20px 0 14px auto;font-weight:300;font-size:.875rem;line-height:1.4}}@media screen and (max-width:350px){.subscription .boo-img-mobile{max-width:100px}}.banner{position:relative}.banner .img-container .img-wrapper{position:relative;padding-top:56.25%}.banner .img-container .img-wrapper img{aspect-ratio:auto!important;position:absolute;top:0;left:0;object-fit:cover;width:100%;height:100%}.banner .container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:flex-end}.banner .content{max-width:500px;text-align:right}@media only screen and (max-width:767px){.banner .content{max-width:320px}}@media only screen and (max-width:550px){.banner .content{max-width:200px}}.banner .banner-title{line-height:1.3}@media only screen and (max-width:1024px){.banner .banner-title{font-size:2.5rem}}@media only screen and (max-width:767px){.banner .banner-title{font-size:1.875rem}}@media only screen and (max-width:550px){.banner .banner-title{font-size:1.125rem}}.banner .btn{margin-top:24px}@media only screen and (max-width:767px){.banner .btn{padding:16px}}.modal-backdrop{display:none;position:fixed;z-index:21;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);width:100%;height:100%;align-items:center}.modal-backdrop.show{display:block}.modal-backdrop .modal{border-radius:24px;max-width:720px;margin:0 auto;position:absolute;top:10vh;left:50%;transform:translateX(-50%)}.modal-backdrop .modal-header{padding:28px 40px 24px 43px;justify-content:space-between;align-items:center}.modal-backdrop .close-modal-button{border:none;background-color:transparent;cursor:pointer;width:20px;padding:0}.modal-backdrop .close-btn{max-width:24px}.modal-backdrop .close-btn:hover{opacity:.8}.modal-backdrop .modal-body{padding:24px 40px 40px}.modal-backdrop .input,.modal-backdrop .textarea{border-radius:24px;padding:12px;border:none;outline:none}.modal-backdrop .input-wrapper.show .input{border-color:var(--red);outline:none}.modal-backdrop .input-wrapper.show .message{opacity:1;color:var(--red)}.modal-backdrop .input{min-width:304px;border:1px solid transparent;transition:all .2s linear}.modal-backdrop .label{margin:0 0 10px 12px;display:block}.modal-backdrop .tel-email-wrapper{justify-content:space-between;margin:32px 0;gap:32px}.modal-backdrop .textarea{min-height:148px;width:100%}.modal-backdrop .message{opacity:0;transition:all .2s linear;margin:6px 0 0 12px}.modal-backdrop .message.show{display:block}.modal-backdrop .modal-footer{padding:24px}.modal-backdrop .btn{display:block;margin:0 auto;padding:16px 40px;position:relative}@media screen and (max-width:768px){.modal-backdrop .modal{width:90%}.modal-backdrop .modal-header{padding:22px}.modal-backdrop .modal-title{font-weight:700;font-size:1rem}.modal-backdrop .close-btn{max-width:20px}.modal-backdrop .modal-body{padding:15px 24px 36px}.modal-backdrop .tel-email-wrapper{flex-direction:column;margin:19px 0;gap:19px}.modal-backdrop .input{width:100%;min-width:0;min-width:auto}.modal-backdrop .input,.modal-backdrop .textarea{padding:10px;outline:none}.modal-backdrop .modal-footer{padding:20px}.modal-backdrop .btn{font-size:.875rem;padding:11.5px 42px}}.checkout-modal{display:none;flex-direction:column;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:27;background-color:var(--greyDark);overflow:auto}.checkout-modal.show{display:flex}.checkout-modal .checkout-modal-header{padding:47px 60px;width:100%;max-width:1700px}.checkout-modal .title-btn-wrapper{padding:0;align-items:center;justify-content:space-between}.checkout-modal .close-checkout-btn{width:24px;height:24px;border:none;background-color:transparent;padding:0}.checkout-modal .close-icon{max-width:24px}.checkout-modal .checkout-blue-line{height:4px;margin-left:-52px}.checkout-modal .icons-wrapper{gap:126px;margin:40px 0 40px 28px}.checkout-modal .icon{align-items:center;gap:24px}.checkout-modal .icon-img{max-width:44px}.checkout-modal .icon-p{max-width:286px;line-height:1.5}.checkout-modal .checkout-modal-body{flex-grow:1;justify-content:flex-start;max-width:1700px;width:100%;position:relative}.checkout-modal .checkout-modal-body:after{content:"";display:block;position:absolute;width:100%;height:100%;bottom:0;left:-50%;background-color:var(--blue);z-index:-1}.checkout-modal .btn-text{flex:none}.checkout-modal .details{width:64.5%;padding:72px 64px 60px 5vw;max-width:1100px}.checkout-modal .details-title-btn-wrapper{justify-content:space-between;align-items:center;margin-bottom:20px}.checkout-modal .plus-btn{align-items:center;gap:10px;border:none;background-color:transparent;height:25px;cursor:pointer}.checkout-modal .plus-img{max-width:25px}.checkout-modal .bottom-form-wrappet,.checkout-modal .top-form-wrapper{background-color:hsla(0,0%,100%,.2);padding:20px 24px 44px;border-radius:12px}.checkout-modal .form-bottom,.checkout-modal .form-top{gap:16px;justify-content:space-between}.checkout-modal .label{display:block;margin-left:14px}.checkout-modal .input-wrapper{width:30%;flex-grow:1}.checkout-modal .input-wrapper.error .input{border:1px solid var(--red)!important;outline:none}.checkout-modal .input-wrapper.error .message{color:var(--red);display:block}.checkout-modal .input-wrapper-tel{width:62%}.checkout-modal .input{width:100%;border:none;border-radius:24px;padding:10px 14px;height:40px;margin-top:10px;outline:none}.checkout-modal .message{margin:10px 0 0 12px;display:none}.checkout-modal .message.show{display:block}.checkout-modal .plus-btn.mobile{display:none;margin-top:22px;align-items:center;gap:10px}.checkout-modal .details-title-2{margin:40px 0 20px}.checkout-modal .contact-wrapper{margin-top:144px;align-items:center;justify-content:space-between;gap:20px}.checkout-modal .phone-icon{max-width:20px;flex:none}.checkout-modal .tel-number{align-items:center;gap:4px;white-space:nowrap}.checkout-modal .checkout-card{width:35.5%}.checkout-modal .checkout-card .label{margin-left:0}.checkout-modal .checkout-card .btn{position:relative;margin-top:27px;width:100%;padding:11.5px}.checkout-modal .checkout-card-container{box-shadow:0 8px 16px 0 rgba(0,0,0,.08);border-radius:16px;margin:75px 64px 0 32px;padding:64px 4vw;max-width:416px}@media only screen and (min-width:1600px){.checkout-modal .checkout-card-container{padding:64px 80px}}.checkout-modal .checkout-card-container .input-wrapper{width:100%}.checkout-modal .checkout-card-container .input-wrapper.coupon-code{margin-bottom:25px}.checkout-modal .checkout-card-container .input-wrapper .label{color:var(--orange)}.checkout-modal .checkout-card-container .input-wrapper .input{border:1px solid var(--orange)}.checkout-modal .price-wrapper,.checkout-modal .sale-wrapper,.checkout-modal .total-wrapper{justify-content:space-between;align-items:center}.checkout-modal .sale-wrapper{margin:20px 0 21px}.checkout-modal .divider{height:1px}.checkout-modal .total-wrapper{margin:20px 0 56px}.checkout-modal .choice-p{text-align:center;margin-bottom:22px}.checkout-modal .payment-option{justify-content:space-between}.checkout-modal .card-wrapper,.checkout-modal .cash-wrapper{align-items:center;gap:8px}.checkout-modal .payment-label{cursor:pointer}.checkout-modal input[type=radio]{margin:0;cursor:pointer}.checkout-modal .payment-input{-webkit-appearance:none;appearance:none;display:inline-block;vertical-align:middle;border:2px solid #555;border-radius:10px;width:16px;height:16px;outline:none;padding:4px}.checkout-modal .payment-input:checked{background:#555;background-clip:content-box}@media screen and (max-width:1366px){.checkout-modal .contact-p{max-width:300px;line-height:1.5}}@media screen and (max-width:1180px)and (min-width:900px){.checkout-modal .checkout-card-container{padding:64px 2vw}}@media screen and (max-width:992px){.checkout-modal .checkout-modal-body{flex-direction:column}.checkout-modal .checkout-modal-body:after{display:none}.checkout-modal .checkout-card,.checkout-modal .details{width:100%;max-width:none}.checkout-modal .checkout-card-container{width:70%;margin:75px auto 50px}.checkout-modal .checkout-blue-line{height:2px;margin-left:0}.checkout-modal .icons-wrapper{gap:40px}.checkout-modal .details{padding:39px 24px 24px}.checkout-modal .bottom-form-wrapper,.checkout-modal .top-form-wrapper{background-color:hsla(0,0%,100%,.2);padding:19px 24px 40px}.checkout-modal .form-bottom,.checkout-modal .form-top{flex-direction:column;gap:19px}.checkout-modal .label{margin-left:12px}.checkout-modal .input-wrapper{width:100%}.checkout-modal .plus-btn.mobile{display:flex}.checkout-modal .details-title-2{margin:45px 0 20px}.checkout-modal .contact-wrapper{display:none}.checkout-modal .checkout-card{padding:24px 24px 33px}.checkout-modal .checkout-card .btn{margin-top:18px}}@media screen and (max-width:768px){.checkout-modal{padding:14px 0 0}.checkout-modal .checkout-modal-header{padding:14px 5vw 0}.checkout-modal .title-btn-wrapper{padding:14px 0}.checkout-modal .title{font-size:1.125rem}.checkout-modal .icons-wrapper{flex-direction:column;gap:20px;margin:17px 0}.checkout-modal .icon-img{max-width:35px}.checkout-modal .details-title{font-size:.875rem}.checkout-modal .plus-btn{display:none}.checkout-modal .bottom-form-wrapper,.checkout-modal .top-form-wrapper{background-color:hsla(0,0%,100%,.2);padding:19px 24px 40px}.checkout-modal .form-bottom,.checkout-modal .form-top{flex-direction:column;gap:19px}.checkout-modal .label{margin-left:12px}.checkout-modal .input-wrapper{width:100%}.checkout-modal .btn-mobile{display:block}.checkout-modal .details-title-2{margin:45px 0 20px}.checkout-modal .contact-wrapper{display:none}.checkout-modal .checkout-card{padding:24px 24px 33px}.checkout-modal .checkout-card .btn{margin-top:18px}.checkout-modal .checkout-card-container{width:100%;margin:0 auto;padding:28px}.checkout-modal .sale-wrapper{margin:14px 0 15px}.checkout-modal .total-wrapper{margin:20px 0 46px}}@media screen and (max-width:340px){.checkout-modal .bottom-form-wrapper,.checkout-modal .top-form-wrapper{padding:19px 15px 40px}.checkout-modal .checkout-card-container{padding:28px 15px}}.checkout-dropdown,.gender-dropdown{position:relative;display:flex;align-items:center;height:40px;width:100%;border-radius:24px;background-color:var(--white);margin-top:10px;padding:10px 14px;cursor:pointer}.checkout-dropdown.show .dropdown-items-ul,.gender-dropdown.show .dropdown-items-ul{display:block}.checkout-dropdown .active-item,.gender-dropdown .active-item{width:100%;text-align:left;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;z-index:1;display:flex;justify-content:space-between}.checkout-dropdown .arrow-icon,.gender-dropdown .arrow-icon{display:block;position:absolute;right:20px;top:50%;transform:translateY(-50%);width:12px;z-index:1}.checkout-dropdown .dropdown-items-ul,.gender-dropdown .dropdown-items-ul{width:100%;display:none;position:absolute;top:40px;left:0}.checkout-dropdown .dropdown-items-ul:before,.gender-dropdown .dropdown-items-ul:before{content:"";width:100%;display:block;height:20px;background-color:var(--white);position:absolute;top:-18px;left:0}.checkout-dropdown .dropdown-item-li,.gender-dropdown .dropdown-item-li{width:100%;background-color:var(--white);padding:8px 24px;display:flex;justify-content:space-between}.checkout-dropdown .dropdown-item-li:last-child,.gender-dropdown .dropdown-item-li:last-child{border-bottom-left-radius:24px;border-bottom-right-radius:24px;padding-bottom:24px}.close-icon-wrapper{display:flex;justify-content:center;align-items:center}.surprise{position:relative;overflow:hidden}.surprise .owl-nav{display:none}.surprise .owl-dots{display:flex;gap:8px;position:absolute;bottom:20px;left:50%;transform:translateX(-50%)}.surprise .owl-dots .owl-dot{width:12px;height:12px;display:block;border-radius:50%;background-color:var(--white)}.surprise .owl-dots .owl-dot.active{background-color:var(--orange)}.surprise .slider-item{position:relative}.surprise .slider-item .figure-container{width:100%}.surprise .slider-item .figure{position:relative;padding-top:50%}.surprise .slider-item .figure:after{content:"";display:block;width:80%;height:100%;position:absolute;top:0;right:0;background-image:linear-gradient(90deg,rgba(255,0,0,0),#fff);z-index:1}.surprise .slider-item .slider-img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover}.surprise .content{width:100%;text-align:right;position:absolute;z-index:3;top:50%;right:0;transform:translateY(-50%)}.surprise .surprise-title-top{margin-bottom:15px}.surprise .surprise-title-3{margin-top:250px}.surprise .surprise-text{max-width:427px;margin:15px 0 20px auto;line-height:1.2}.surprise .surprise-text-2{margin:23px 0 0 auto}.surprise .surprise-text-3{max-width:600px;margin:10px 0 0 auto;line-height:1.2}.surprise .surprise-p-3{margin-top:-70px}.surprise .span-2{margin-left:18px}.surprise .span-sale{margin-left:15px;transform:translateY(-24px)}.surprise .btn{margin-top:65px;box-shadow:0 4px 12px #c4c4c4}.surprise .btn-3{margin:36px 0 85px}@media screen and (max-width:1280px){.surprise .surprise-title-bottom,.surprise .surprise-title-top{font-size:3.75rem}.surprise .surprise-title-3{font-size:3.75rem;margin-top:200px}.surprise .span-2,.surprise .surprise-text{font-size:1.625rem}.surprise .span-1{font-size:4.125rem}.surprise .span-percent{font-size:9.375rem}.surprise .surprise-text-3{font-size:1.875rem}.surprise .span-sale{font-size:2.5rem;transform:none}.surprise .surprise-p-3{margin-top:-50px}.surprise .btn-3{margin:20px 0 85px}}@media screen and (max-width:1024px){.surprise .surprise-title-3,.surprise .surprise-title-bottom,.surprise .surprise-title-top{font-size:2.5rem}.surprise .surprise-title-3{margin-top:75px}.surprise .surprise-text{margin:5px 0 10px auto}.surprise .surprise-text-3{font-size:1.625rem;max-width:500px}.surprise .span-percent{font-size:6.25rem}.surprise .span-sale{font-size:1.875rem;margin-left:14px}.surprise .surprise-p-3{margin-top:-15px}.surprise .btn,.surprise .btn-3{margin:20px 0 15px}}@media screen and (max-width:768px){.surprise .span-2,.surprise .surprise-text{font-size:1.25rem}.surprise .span-1{font-size:2.25rem}.surprise .surprise-title-top{margin-bottom:5px}.surprise .surprise-text{max-width:250px;margin:5px 0 10px auto}.surprise .span-2{margin-left:2px}.surprise .span-percent{font-size:4.25rem}.surprise .span-sale{font-size:2rem}.surprise .slider-item .figure{padding-top:70%}.surprise .btn{font-size:1rem;min-width:162px;padding:12px;margin-top:28px}.surprise .btn-3{margin:0 0 15px}}@media screen and (max-width:450px){.surprise .surprise-title-bottom,.surprise .surprise-title-top{font-size:1.75rem}.surprise .surprise-text-3,.surprise .surprise-title-3{font-size:1rem}.surprise .surprise-text-3{max-width:170px}.surprise .span-percent{font-size:3.25rem}.surprise .span-sale{font-size:1.25rem}.surprise .slider-item .figure{padding-top:110%}.surprise .surprise-text{max-width:162px}}.partners{padding:58px 0 0}.partners.all-products{padding:100px 0 0}.partners .top{justify-content:space-between;align-items:flex-end;margin-bottom:53px}.partners .content{gap:30px;justify-content:space-between;max-width:95%;margin:0 auto}.partners .partners-wrapper{display:flex}.partners .partners-wrapper .partners-wrapper--item{flex:1 1;align-items:flex-start;justify-content:center;display:flex}@media screen and (max-width:1280px){.partners .content{gap:50px}}@media screen and (max-width:420px){.partners-wrapper{display:flex;flex-direction:column}.partners-wrapper .partners-wrapper--item{flex:1 1;justify-content:center;display:flex;margin-bottom:30px}}.footer{padding:58px 0}.footer .footer-line{max-width:1440px;margin-bottom:216px}.footer .content{justify-content:space-between;margin-top:150px}.footer .mail,.footer .phone{gap:24px}.footer .phone{margin-bottom:19px}.footer .mail-icon-img,.footer .phone-icon-img{max-width:32px;max-height:32px;object-fit:contain}.footer .icons{gap:58px}.footer .face-img,.footer .insta-img{max-width:67px;max-height:67px}.footer .logo-img{max-width:305px}.footer .icon-wrap{max-width:32px}@media screen and (max-width:1280px){.footer .mail,.footer .phone{gap:15px;align-items:center}.footer .mail-icon-img,.footer .phone-icon-img{max-width:26px;max-height:26px}.footer .icons{gap:35px}.footer .email-address,.footer .phone-number{font-size:1.625rem}.footer .face-img,.footer .insta-img{max-width:50px;max-height:50px}.footer .logo-img{max-width:250px}}@media screen and (max-width:992px){.footer .footer-line{margin-bottom:55px}.footer .content{flex-direction:column;align-items:normal;gap:30px}.footer .contact{display:flex;justify-content:space-between;order:2}.footer .phone{margin-bottom:0}.footer .icons{order:3;justify-content:space-between;padding:0 110px}.footer .logo{order:1;margin:0 auto}.footer .link{max-width:30px}.footer .insta-link{order:2}.footer .icon-wrap{max-width:16px}}@media screen and (max-width:768px){.footer{padding:28px 0 50px}.footer .footer-line{transform:scaleX(-1);width:100%}.footer .content{gap:18px}.footer .icons{padding:0 55px}.footer .logo{max-width:150px}.footer .mail,.footer .phone{gap:4px}.footer .mail-icon-img,.footer .phone-icon-img{max-width:16px;max-height:16px}.footer .email-address,.footer .phone-number{font-size:.875rem}.footer .face-img,.footer .insta-img{max-width:28px;max-height:28px}}@media screen and (max-width:340px){.footer .mail-icon-img,.footer .phone-icon-img{max-width:14px;max-height:14px}.footer .email-address,.footer .phone-number{font-size:.75rem}}.shopping-card--card-container{position:fixed;top:0;right:100%;width:100%;height:100%;background-color:var(--blue);box-sizing:border-box;z-index:20;transition:right .2s}.shopping-card--card-container .input{width:100%;border:none;border-radius:24px;padding:10px 14px;height:40px;margin:10px 0;outline:none}.shopping-card--card-container .input-wrapper{flex-grow:1}.shopping-card--card-container .input-wrapper .label{color:var(--orange)}.shopping-card--card-container .input-wrapper .input{border:1px solid var(--orange)}.shopping-card--card-container .input-wrapper.error .input{border:1px solid var(--red)!important;outline:none}.shopping-card--card-container .input-wrapper.error .message{color:var(--red);display:block}@media screen and (min-width:768px){.shopping-card--card-container{width:450px;right:-450px}.shopping-card--card-container.open{right:0;z-index:22}}@media only screen and (min-device-width:320px)and (max-device-width:480px){.shopping-card--card-container{width:100%;right:-390px}.shopping-card--card-container.open{right:0;z-index:22}}@media screen and (min-device-width:320px)and (max-device-width:480px)and (orientation:landscape){.shopping-card--card-container{width:450px;right:-450px}}.shopping-card--card-button{border:0;padding:0;width:50px;height:55px;color:#ececec;background-color:var(--blue);text-align:center;line-height:50px;position:absolute;top:100px;left:0;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center}.shopping-card--card-button:hover{filter:brightness(85%)}@media screen and (min-width:768px){.shopping-card--card-button{left:-50px}}@media only screen and (min-device-width:320px)and (max-device-width:480px){.shopping-card--card-button{left:-50px}}.shopping-card--card-icon{width:50px;height:50px;position:relative;display:inline-block;vertical-align:middle;background-image:url(/_next/static/media/cart-icon.3fb6b186.png);background-repeat:no-repeat;background-size:contain;background-position:50%;background-size:50%}.shopping-card--card-qty{display:inline-block;width:18px;height:18px;color:var(--white);font-weight:700;font-size:.7em;text-align:center;line-height:18px;border-radius:50%;background-color:var(--orange);position:absolute;bottom:0;right:5px}.shopping-card--card-content{height:100%;overflow-y:scroll}.shopping-card--card-content-header{color:var(--white);box-sizing:border-box;text-align:center;padding:45px 0;display:flex;align-items:center;justify-content:center}.shopping-card--header-title{font-weight:700;vertical-align:middle;margin-left:10px;font-size:20px}.shopping-card--sub{color:var(--black);font-size:15px}.shopping-card--sub.final{font-size:18px}.shopping-card--sup-price{flex:1 1;text-align:right;color:#5b5a5e}.shopping-card--sup-price-value{font-size:15px;margin:0}.shopping-card--sup-price-value.final{font-size:22px;color:var(--orange)}.shopping-card--sup-price-installment{margin:0}.shopping-card--checkout-button{width:100%;border:0;color:#ececec;text-transform:uppercase;background-color:var(--orange);text-align:center;padding:15px 0;margin-top:15px;cursor:pointer;border-radius:50px;outline:none}.shopping-card--checkout-button:hover{opacity:.8}.shopping-card--card-footer{box-sizing:border-box;padding:5%;bottom:0;width:100%;z-index:2;background-color:var(--white);position:relative}.shopping-card--card-footer:before{content:"";width:100%;height:20px;display:block;position:absolute;top:-20px;left:0}@media only screen and (min-device-width:320px)and (max-device-width:480px){.shopping-card--card-footer{position:relative}}.shopping-card--products-container{position:relative;min-height:calc(100% - 500px)}.shopping-card--products-empty{color:#ececec;text-align:center;line-height:40px}.shopping-card--single-product__container{position:relative;box-sizing:border-box;padding:5%;margin:10px 0;transition:background-color .2s,opacity .2s}.shopping-card--single-product__container:before{content:"";width:90%;height:1px;background-color:var(--white);position:absolute;top:0;left:5%}.shopping-card--single-product__delete-button{width:16px;height:16px;top:15px;right:5%;border-radius:50%;position:absolute;background-image:url(/_next/static/media/close-icon.839686b5.svg);background-size:auto 100%;background-repeat:no-repeat;z-index:2;cursor:pointer;border:0;background-color:transparent}.shopping-card--single-product__delete-button:hover{opacity:.8}.shopping-card--single-product__details{width:57%;display:inline-block;vertical-align:middle}.shopping-card--single-product_title{color:var(--white);margin:5px 0 10px;font-size:19px;line-height:30px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.shopping-card--single-product_desc{color:var(--gray);font-size:13px;margin:0}.shopping-card--single-product_price{display:inline-block;vertical-align:middle;color:var(--white);text-align:right;width:25%;margin:10px 0 0}.shopping-card--single-product_price p{margin:10px 0}.shopping-card--single-product_change-qty{color:var(--white);border:0;background-color:var(--orange);width:25px;height:25px}.shopping-card--single-product_change-qty:disabled{opacity:.2}.shopping-card--single-product__image{display:inline-block;vertical-align:middle;width:15%;height:auto;margin-right:3%}.shopping-products--container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.shopping-products--container.toy-2{align-items:flex-end}@media(min-width:481px)and (max-width:1300px){.shopping-products--container{align-items:flex-start;flex-direction:column;width:100%}}.shopping-product--item__container{position:relative;text-align:center;box-sizing:border-box;padding:20px;margin:0 20px 20px;cursor:default;outline:none;display:flex;flex-direction:row;background:var(--blue);border-radius:24px;color:var(--white)}.shopping-product--item__container.toy-1{background:var(--greyDark);color:var(--blue);width:90%}.shopping-product--item__container.toy-2{width:90%}.shopping-product--item__container.toy-2 .shopping-product--item__title:before{background:var(--white)}.shopping-product--item__container.toy-3{background:var(--orange);width:90%}.shopping-product--item__container.toy-3 .shopping-product--item__buy-button{background:var(--blue)}.shopping-product--item__container.toy-3 .shopping-product--item__title:before{background:var(--white)}@media only screen and (min-device-width:320px)and (max-device-width:480px){.shopping-product--item__container{flex-direction:column;margin:0 10px 10px;width:calc(100% - 20px)!important}}@media(min-width:481px)and (max-width:1300px){.shopping-product--item__container{margin:0 10px 10px;width:calc(100% - 20px)!important}}.shopping-product--item__image-wrapper img{width:240px}.shopping-product--item__content-wrapper{margin-left:40px;flex:1 1;min-width:500px}@media only screen and (min-device-width:320px)and (max-device-width:480px){.shopping-product--item__content-wrapper{min-width:auto;margin-left:0}}.shopping-product--item__checkout-wrapper{align-items:flex-start;display:flex;margin:10px 0 0;flex-direction:column}.shopping-product--item__image{width:100%;height:270px;position:relative;background-repeat:no-repeat;background-size:cover;background-position:50%}.shopping-product--item__image:before{content:"";display:block;position:absolute;background:#eee;width:100%;height:100%;z-index:-1}.shopping-product--item__description{font-size:14px;text-align:left;line-height:20px}@media only screen and (min-device-width:320px)and (max-device-width:480px){.shopping-product--item__description{margin-top:30px}}.shopping-product--item__title{position:relative;margin:20px 0 25px;font-size:24px;line-height:30px}@media only screen and (min-device-width:320px)and (max-device-width:480px){.shopping-product--item__title{margin:10px 0}}.shopping-product--item__title:before{content:"";width:90%;height:2px;background-color:var(--blue);position:absolute;bottom:-15px;left:5%}.shopping-product--item__price{margin:0 0 10px}.shopping-product--item__price .val b{font-size:1.5em;margin-left:5px}.shopping-product--item__buy-button{background-color:var(--orange);color:var(--white);padding:15px 0;font-size:15px;cursor:pointer;width:100%;max-width:200px;border-radius:50px;border:0;transition:background-color .2s}.shopping-product--item__buy-button:hover{opacity:.8}.shopping-card--toggle-close-button{top:20px;cursor:pointer;z-index:1;position:relative;float:right;right:20px}@media screen and (min-width:768px){.shopping-card--toggle-close-button{display:none}}.shopping-card--prices-wrapper{margin:0 0 15px;display:flex}.shipping-info{text-align:right;font-size:11px;margin-top:7.5px;width:100%}.all-products__wrapper{padding:0}.all-products__wrapper .top{justify-content:space-between;align-items:flex-end;margin-bottom:53px}.all-products__wrapper .content{gap:30px;justify-content:space-between;max-width:95%;margin:0 auto}.all-products__wrapper .partners-wrapper{display:flex}.all-products__wrapper .partners-wrapper .partners-wrapper--item{flex:1 1;align-items:flex-start;justify-content:center;display:flex}.all-products__hero-section{background-color:var(--blue);height:150px;display:flex;align-items:center}.all-products__hero-section .container .title{color:var(--white)}.products-list-wrapper{display:flex;padding:60px 0;gap:40px 20px;flex-wrap:wrap;align-items:center;justify-content:flex-start}.products-list-wrapper .product-grid__item{width:32%;display:flex;flex-direction:column;position:relative}.products-list-wrapper .product-grid__item .product-grid-item__see-more{width:50px;height:50px;cursor:pointer;border-radius:50%;background-color:hsla(0,0%,100%,.5);background-image:url(/images/enlarge.svg);background-position:50% 50%;background-size:20px;background-repeat:no-repeat;transition:transform .3s ease;position:absolute;left:46.5%;top:49.5%;z-index:1}.products-list-wrapper .product-grid__item .product-grid-item__see-more:hover{transform:scale(1.12)}.products-list-wrapper .product-grid__item .product-grid__item--image{position:relative;height:400px;width:100%;cursor:pointer}.products-list-wrapper .product-grid__item .product-grid__item--title{margin:15px 0 10px;line-height:1.5;text-align:center}.products-list-wrapper .product-grid__item .product-grid__item__checkout-wrapper{display:flex;align-items:center;justify-content:center;gap:10px;flex-direction:column}.products-list-wrapper .product-grid__item .product-grid__item__checkout-wrapper .product-grid__item__buy-button{display:flex;flex-direction:row;background:var(--orange);color:var(--white);justify-content:center;gap:10px;border-radius:50px;padding:5px 15px}.products-list-wrapper .product-grid__item .product-grid__item__checkout-wrapper .product-grid__item__buy-button img{width:20px}.react-responsive-modal-modal{padding:0!important;margin:0!important;max-width:920px!important}.product-item__modal-wrapper{display:flex}.product-item__modal-wrapper .product-item__modal-image,.product-item__modal-wrapper .product-item__modal-image-wrapper{min-height:640px;min-width:480px;width:100%;position:relative;flex:.5 1}.product-item__modal-wrapper .product-item__modal-details{padding:20px;min-width:350px;flex:.5 1;justify-content:center;flex-direction:column;display:flex}.product-item__modal-wrapper .product-item__modal-details h3{font-size:18px;font-weight:700;line-height:1.5;margin:0 0 15px}.product-item__modal-wrapper .product-item__modal-details .product-item__modal__description{font-size:14px;line-height:1.5}.product-item__modal-wrapper .shopping-product--item__checkout-wrapper{align-items:flex-start;gap:10px;margin-top:20px}.product-item__modal-wrapper .shopping-product--item__checkout-wrapper .shopping-product--item__price{font-weight:700}.see-all-products{display:flex;align-items:center;justify-content:center}.see-all-products .shopping-product--item__buy-button{text-align:center;padding:20px;max-width:600px;font-size:25px;background:var(--blue)}@media screen and (max-width:992px){.products-list-wrapper .product-grid__item{width:48%}}@media screen and (max-width:667px){.product-item__modal-wrapper{flex-direction:column}.product-item__modal-wrapper .product-item__modal-image{min-width:400px;width:400px;min-height:530px}}@media screen and (max-width:920px){.product-item__modal-wrapper .product-item__modal-image{min-width:400px;width:400px;min-height:530px}}@media screen and (max-width:520px){.products-list-wrapper .product-grid__item{width:100%}}.uppercase{text-transform:uppercase!important}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.grecaptcha-badge{visibility:hidden}.failed-popup,.success-popup{display:none}.failed-popup.show,.success-popup.show{display:block}.failed-popup .accept,.success-popup .accept{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50px;padding:92px 119px 36px;width:100%;max-width:646px;text-align:center;z-index:36}@media only screen and (min-device-width:320px)and (max-device-width:480px){.failed-popup .accept,.success-popup .accept{padding:92px 20px 36px}}.failed-popup .accept .submited,.success-popup .accept .submited{display:block}.failed-popup .accept-p,.success-popup .accept-p{line-height:1.5}.failed-popup .accept-img,.success-popup .accept-img{width:100%;max-width:92px;margin-top:42px}