@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";*,*:before,*:after{padding:0;margin:0;border:0;box-sizing:border-box}a{text-decoration:none;color:inherit}dl,dt,dd,address{margin:0;padding:0;font:inherit;color:inherit}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}html,body{height:100%;scroll-behavior:smooth}:root{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:#000;margin:0;min-width:320px;min-height:100vh}body.no-scroll{overflow:hidden}.layout{display:flex;overflow:hidden;flex-direction:column;min-height:100vh}.loading{height:100%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#fff}.layout-main{flex:1 1 auto}.limited-container{max-width:1296px;width:100%;margin:0 auto;padding:0 1.25rem}.contact-btn{background:#fdbd3e;color:#000;padding:.375rem 1rem;border:none;border-radius:2.5rem;font-size:1rem;font-weight:500;cursor:pointer}.title{font-size:clamp(24px,4vw,40px);font-weight:600;text-align:left}.gradient-text{background:linear-gradient(90deg,#525151,#fff,#525151);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.gradient-board{border-radius:20px;position:relative}.gradient-board:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding:1px;border-radius:20px;background:linear-gradient(160deg,#ffffffbd,#6464644d,#7b7b7be0,#8e8e8e0d,#999999f7);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:1;pointer-events:none}@media (max-width: 768px){.contact-btn{font-size:1.25rem;margin-bottom:20px}}.header{position:absolute;top:0;left:0;right:0;z-index:15;padding:1.35rem 0;background:#000;border-bottom:1px solid rgba(255,255,255,.3)}.header--menu-open{border-bottom:none}.header__container{display:flex;align-items:center;justify-content:space-between}.header__nav,.header__actions{display:none}.header .locale-switcher{width:36px;height:36px;border-radius:20px;position:relative;display:flex;align-items:center;justify-content:center;background:#282828}.header .locale-switcher .globe-button{background:transparent;border:none;padding:.15rem 0 0;cursor:pointer}.header .locale-switcher .language-dropdown{position:absolute;left:0;top:calc(100% + 10px);background:#282828;border-radius:6px;box-shadow:0 0 5px #282828cc;list-style:none;padding:.2rem 0;margin:0;z-index:100}.header .locale-switcher .language-dropdown li{padding:.4rem 1rem;font-size:14px;cursor:pointer;white-space:nowrap;color:#fff}.header .locale-switcher .language-dropdown li.active,.header .locale-switcher .language-dropdown li:hover{background-color:#434343}.menu-mobile{display:block}.menu-mobile__toggle{width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center;background:transparent;border:none;position:relative;z-index:40}.menu-mobile__toggle--dark{background-color:transparent}.menu-mobile__toggle .menu-mobile__line{position:absolute;width:100%;height:2px;background-color:#fff;border-radius:2px;transition:all .3s ease-in-out}.menu-mobile__toggle .menu-mobile__line--top{transform:translateY(-6px)}.menu-mobile__toggle .menu-mobile__line--top.open{transform:rotate(45deg) translateY(0)}.menu-mobile__toggle .menu-mobile__line--middle{opacity:1}.menu-mobile__toggle .menu-mobile__line--middle.hidden{opacity:0}.menu-mobile__toggle .menu-mobile__line--bottom{transform:translateY(6px)}.menu-mobile__toggle .menu-mobile__line--bottom.open{transform:rotate(-45deg) translateY(0)}.menu-mobile__overlay{position:absolute;top:4.5rem;left:0;right:0;height:330px;padding:20px 0;z-index:40;background-color:#000;border-bottom:1px solid rgba(255,255,255,.3);border-radius:0 0 20px 20px}.menu-mobile__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:0 24px;width:100%;height:100%}.menu-mobile__nav{display:flex;flex-direction:column;align-items:flex-start}.menu-mobile__nav .nav-link{padding:10px 0;font-size:1.25rem;color:#fff}.menu-mobile__link{padding:12px 0;min-height:44px;font-size:1.25rem;color:#fff;text-decoration:none}.menu-mobile--enter{animation:slideIn .7s cubic-bezier(.4,0,.2,1) forwards}.menu-mobile--exit{animation:slideOut .7s cubic-bezier(.4,0,.2,1) forwards}@keyframes slideIn{0%{opacity:.8;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.mobile-menu-enter{animation:slideIn .7s cubic-bezier(.4,0,.2,1) forwards}.mobile-menu-exit{animation:slideOut .7s cubic-bezier(.4,0,.2,1) forwards}@media (min-width: 846px){.header{background:#000000b3}.header__nav{display:flex;gap:3rem}.header__nav .nav-link{color:#fff9;text-decoration:none;font-weight:500;transition:color .2s}.header__nav .nav-link:hover,.header__nav .nav-link.active{color:#fff}.header__actions{display:flex;align-items:center;gap:1.25rem}.header .menu-mobile{display:none}}.footer{width:100%;background:url(/img/Background.webp) bottom/cover no-repeat;color:#fff;padding:60px 0;border-top:1px solid rgb(255,255,255)}.footer__top{display:flex;align-items:flex-start;justify-content:space-between;gap:4rem;flex-wrap:nowrap}.footer__title{flex-shrink:0;font-size:clamp(24px,3.5vw,36px);font-weight:500;max-width:440px;line-height:1.3}.footer__nav{flex-grow:1;display:flex;justify-content:flex-end;gap:4rem}.footer__col{min-width:160px;display:flex;flex-direction:column}.footer__col-title{font-size:clamp(16px,2.5vw,20px);font-weight:700;margin-bottom:1rem}.footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer__item{font-size:1rem;font-weight:500;color:#fff9;cursor:pointer;transition:color .2s}@media (hover: hover){.footer__item:hover{color:#fff}}.footer__brand{margin-top:9rem;width:100%}.footer__brand img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.footer__button{display:inline-block;background-color:transparent;padding:0;border-radius:0;font-weight:500;font-size:16px;text-align:start;color:#fff9;text-decoration:none;box-shadow:none;border:none;cursor:pointer}@media (max-width: 1024px){.footer__top{flex-direction:column;gap:2.25rem}.footer__nav{justify-content:flex-start;gap:2.25rem;flex-wrap:wrap}}@media (max-width: 600px){.footer{padding:1.75rem 0rem}.footer__brand{margin-top:5rem}}.flower{width:100vw;aspect-ratio:3/4.5;max-height:900px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;overflow:hidden;background:url(/img/BackgroundBig.webp) bottom/cover no-repeat}.flower__title{max-width:670px;margin:0 30px;color:#fff;font-size:clamp(30px,5vw,60px);font-weight:500;padding-top:150px;z-index:10}.flower__center{display:flex;position:relative;margin-top:auto;margin-right:18%;margin-bottom:6%}.flower__petal{position:absolute;top:0;left:0;transform:rotate(0) translateY(calc(-1.7*clamp(160px,30vw,260px)));transform-origin:center;transition:transform 1s ease}.flower__petal--spread{animation:flower-spread 5s ease forwards,flower-rotate 30s linear infinite;animation-delay:0s,5s;animation-fill-mode:forwards}.flower__petal .petal-card{width:clamp(153px,24vw,245px);aspect-ratio:.53;background:#111;border-radius:90px;overflow:hidden;display:flex;justify-content:center;align-items:center}.flower__petal .petal-card img{width:100%;height:100%;-o-object-fit:fill;object-fit:fill}.offer{padding:8.125rem 0;background:#111;position:relative;color:#fff}.offer:after{content:"";position:absolute;left:0;width:100%;height:14%;z-index:1;pointer-events:none;top:0;background:linear-gradient(to bottom,#000,#0000)}.offer__inner{display:flex;flex-direction:column;align-items:flex-end}.offer__text{max-width:600px;color:#ffffffb3;font-size:clamp(16px,2.5vw,18px);margin-bottom:6.25rem;z-index:2}.offer__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;width:100%}.offer__card{padding:1.75rem;overflow:hidden;background:#000}.offer__card.wave1:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/wave1-BrdxMiib.svg) no-repeat top/contain;z-index:0}.offer__card.wave2:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/wave2-D986MPGY.svg) no-repeat top/contain;z-index:0}.offer__card h3{font-size:clamp(20px,3vw,24px);font-weight:600;margin:9.5rem 0 1rem;position:relative;z-index:1}.offer__card p{font-size:clamp(16px,2.5vw,18px);color:#ffffffb3;position:relative;z-index:1}.over-intro{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#111;position:relative;box-sizing:border-box;overflow:hidden}.over-intro:before,.over-intro:after{content:"";position:absolute;left:0;width:100%;height:55%;z-index:3;pointer-events:none}.over-intro:before{top:0;background:linear-gradient(to bottom,#111,#0000)}.over-intro:after{bottom:0;background:linear-gradient(to top,#000,#0000)}.over-intro__content{display:flex;flex-direction:row;justify-content:space-between;color:#fff;pointer-events:none}.over-intro__text{max-width:375px;margin:100px 50px 185px 0;z-index:10;align-self:flex-start}.over-intro__text h2{font-size:clamp(28px,4vw,36px);font-weight:600;line-height:1.4;margin-bottom:30px}.over-intro__text p{font-size:clamp(16px,2.5vw,18px);color:#ffffffb3}.over-intro__mission{max-width:300px;margin-bottom:95px;align-self:flex-end;z-index:10}.over-intro__mission h4{font-size:24px;font-weight:600;margin-bottom:10px}.over-intro__mission p{font-size:16px;color:#ffffffb3}.over-intro__visual{position:relative;width:clamp(360px,60vw,1000px);display:flex;align-items:center;justify-content:center}.over-intro__visual .pulse-background_1,.over-intro__visual .pulse-background_2{position:absolute;border-radius:50%;border:4px solid rgba(255,255,255,.11);z-index:1}.over-intro__visual .pulse-background_1{width:clamp(320px,50vw,800px);aspect-ratio:1/1;animation:pulse 6s infinite ease-in-out;animation-delay:1s}.over-intro__visual .pulse-background_2{width:clamp(380px,60vw,1000px);aspect-ratio:1/1;animation:pulseWave 6s infinite ease-in-out;animation-delay:2s;opacity:0}.over-intro__grid{position:relative;width:clamp(260px,40vw,600px);aspect-ratio:1/1;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(5,1fr);gap:clamp(8px,2vw,20px);border-radius:50%;overflow:hidden;z-index:2;place-items:center;animation:pulse 6s ease-in-out infinite;animation-delay:0s;pointer-events:none}.over-intro__item{width:clamp(45px,7vw,100px);aspect-ratio:1/1;overflow:hidden;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 4px #00000040}.over-intro__item img{width:70%;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain}.services{padding:1.75rem 0 5.5rem;background-color:#000;color:#fff}.services__title{margin-bottom:4rem}.services__item{display:grid;grid-template-columns:clamp(90px,20vw,150px) 1fr;gap:clamp(30px,13vw,190px);padding:.8rem 2.25rem;overflow:hidden;border-top:1px solid rgba(255,255,255,.3);opacity:.7}@media (hover: hover){.services__item:hover{opacity:1}}.services__item-index{font-size:clamp(80px,15vw,128px);font-weight:600;color:#fdbd3e;line-height:1;transform:translateY(-30%)}.services__item-content{display:flex;flex-direction:row;flex-wrap:wrap;gap:2.5rem}.services__item-content .services__image{flex-shrink:0;width:clamp(125px,10vw,145px);max-height:135px;aspect-ratio:1/.9;border-radius:8px;overflow:hidden}.services__item-content .services__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.services__item-content .services__text{display:flex;flex-direction:column;max-width:610px;gap:1rem}.services__item-content .services__text h4{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600}.services__item-content .services__text p{font-size:clamp(1rem,2.3vw,1.125rem);color:#ffffffb3}.advantages{padding:3.125rem 0 7.5rem;background:url(/img/Background.webp) bottom/cover no-repeat;color:#fff;text-align:start;position:relative}.advantages:after{content:"";position:absolute;left:0;width:100%;height:14%;z-index:1;pointer-events:none;top:0;background:linear-gradient(to bottom,#000,#0000)}.advantages__title{position:relative;z-index:2}.advantages__subtitle{font-size:clamp(16px,2.5vw,18px);color:#fff9;margin:.5rem 0 4rem;max-width:900px;position:relative;z-index:2}.advantages__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.advantages__card{background:radial-gradient(circle,#272727,#080808);overflow:hidden;border-radius:20px;padding:5rem .8rem 5rem 1.75rem;text-align:left}.advantages__card h3{font-size:clamp(20px,3vw,24px);font-weight:600;margin-bottom:1rem;position:relative;z-index:1}.advantages__card p{font-size:clamp(16px,2.5vw,18px);color:#ffffffb3;position:relative;z-index:1}.advantages__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity .5s ease;z-index:0;opacity:0;pointer-events:none}@media (hover: hover){.advantages__card:hover:before{opacity:1;filter:blur(120px);border-radius:50%;transform:translate(50%,50%);background:#fdbd3e}}.company-stats{color:#fff;width:100%;min-height:910px;background:#000 url(/img/frame.jpg) center/cover no-repeat}.company-stats .company-title{padding-top:45px;padding-bottom:65px}.company-stats .angry-grid{display:grid;grid-template-rows:repeat(4,150px);grid-template-columns:repeat(6,minmax(100px,1fr))}.company-stats .stat-box{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:55px;padding:1.5rem;box-sizing:border-box;border:1px solid rgba(255,255,255,.2);background:transparent}.company-stats .stat-box .number{font-size:clamp(80px,6vw,100px);font-weight:500;margin-left:clamp(0px,4vw,90px)}.company-stats .stat-box .label{text-transform:uppercase;font-size:clamp(16px,2vw,20px);line-height:1.5;max-width:280px;color:#fff9}.company-stats #item-0{border:none;border-top:1px solid rgba(255,255,255,.2);grid-area:1/1/2/4}.company-stats #item-1{border-right:none;border-bottom:none;grid-area:1/4/2/7}.company-stats #item-2{border:none;border-top:1px solid rgba(255,255,255,.2);grid-area:2/1/2/3}.company-stats #item-3{border-right:none;border-bottom:none;grid-area:2/3/3/7}.company-stats #item-4{border:none;border-top:1px solid rgba(255,255,255,.2);grid-area:3/1/4/5}.company-stats #item-5{border-right:none;border-bottom:none;grid-area:3/5/4/7}.company-stats #item-6{border:none;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);grid-area:4/1/5/1}.company-stats #item-7{border-right:none;grid-area:4/2/5/7}.hero{background:#000;padding:60px 0 100px;margin:0 20px}.hero__content{background-color:#fdbd3e;padding:clamp(41px,5vw,60px);border-radius:24px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px}.hero__block{flex:1;min-width:300px;max-width:640px}.hero__text h3{font-size:clamp(24px,3vw,36px);font-weight:700;color:#000;margin-bottom:1.5rem}.hero__text p{color:#000000b3;font-size:clamp(16px,2vw,18px);font-weight:600;margin-bottom:3rem}.hero .button{background-color:#000;color:#fff;border:none;padding:8px 20px;font-size:1.125rem;border-radius:40px;cursor:pointer;transition:transform .3s ease}@media (hover: hover){.hero .button:hover{transform:scale(1.05)}}.hero__products{display:grid;max-width:460px;grid-template-columns:repeat(4,1fr);gap:clamp(12px,2vw,20px);justify-items:center}.hero__products .product-circle{position:relative;width:clamp(65px,8vw,100px);aspect-ratio:1/1;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__products .product-circle__image{position:absolute;transition:opacity 3s ease;opacity:0;width:70%;height:70%;-o-object-fit:contain;object-fit:contain;z-index:1}.hero__products .product-circle__image.visible{opacity:1;z-index:2}@keyframes flower-spread{to{transform:rotate(var(--angle)) translateY(calc(-1.7*clamp(160px,30vw,260px)))}}@keyframes flower-rotate{0%{transform:rotate(calc(var(--angle) + 0deg)) translateY(calc(-1.7*clamp(160px,30vw,260px)))}to{transform:rotate(calc(var(--angle) + 360deg)) translateY(calc(-1.7*clamp(160px,30vw,260px)))}}@keyframes pulseWave{0%{transform:scale(1);opacity:0}50%{transform:scale(1.08);opacity:1}to{transform:scale(1);opacity:0}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}@media (max-width: 1192px){.services__item-index{transform:translateY(0)}}@media (max-width: 1046px){.flower__center{margin-right:25%}.flower__petal .petal-card{border-radius:70px}.company-stats{min-height:810px}}@media (max-width: 910px){.over-intro__content{flex-direction:column;align-items:center}.over-intro__text{margin:100px 0 105px}.over-intro__mission{margin-top:100px}}@media (max-width: 768px){.flower__center{margin-right:30%}.flower__petal .petal-card{border-radius:60px}.offer{padding:4.875rem 0}.offer__inner{align-items:stretch}.offer__cards{grid-template-columns:1fr}.offer__card h3{margin:8.25rem 0 1rem}.offer__text{margin-bottom:3.75rem}.over-intro__text{margin:40px 0 85px}.over-intro__mission{align-self:flex-start;margin-bottom:70px;margin-top:70px}.over-intro__visual .pulse-background_1,.over-intro__visual .pulse-background_2{border:2px solid rgba(255,255,255,.11)}.services{padding:1.75rem 0 3.5rem}.services__item{padding:1.5rem 0;opacity:1}.services__item-index{transform:translateY(40%)}.services__item-content{gap:1.5rem}.services__item-content .services__text{gap:1rem}.services__item-content .services__text h4{max-width:180px}.company-stats{min-height:610px}.company-stats .company-title{padding-top:45px;padding-bottom:30px}.company-stats .angry-grid{grid-template-columns:1fr;grid-template-rows:auto}.company-stats .stat-box{flex-direction:column;align-items:center;gap:12px;padding:1rem}.company-stats .label{max-width:100%;text-align:center}.company-stats #item-0,.company-stats #item-3,.company-stats #item-4,.company-stats #item-7{grid-area:unset;border-right:none;border-left:none;border-top:1px solid rgba(255,255,255,.2)}.company-stats #item-1,.company-stats #item-2,.company-stats #item-5,.company-stats #item-6{display:none}.hero{padding:60px 0 80px}.hero__content{justify-content:center}.hero__block{text-align:center}.hero__text h3{margin-bottom:1.25rem}.hero__text p{margin-bottom:2.5rem}}@media (max-width: 620px){.advantages{padding:2.5rem 0 1.5rem}.advantages__subtitle{margin:.5rem 0 2rem}.advantages__card{padding:1.75rem}.hero__content{padding:30px 15px}}.product-line{text-align:center;padding:200px 1.125rem 0px;background:#000;color:#fff}.product-line__content{max-width:1065px;margin:0 auto}.product-line__title{font-size:clamp(24px,6vw,60px);font-weight:600;margin-bottom:1.875rem}.product-line__desc{margin-bottom:5rem;font-size:clamp(1rem,2vw,1.25rem);color:#fff9}.product-line__slider-wrapper{position:relative;height:18em;pointer-events:none}.product-line__scale{position:absolute;top:0;left:50%;transform:translate(-50%);display:flex;justify-content:center;gap:.25em;font-size:1em;animation:growLine 3s ease forwards;transform-origin:center;will-change:font-size}.product-line__slider{position:absolute;top:0;left:0;display:flex;width:-moz-max-content;width:max-content;visibility:hidden;opacity:0;gap:.25em;font-size:5.6em;animation:moveBrands 15s linear infinite;animation-delay:3s}.product-line__img{background:#fff;border-radius:.15em;overflow:hidden;flex-shrink:0}.product-line__img.square{width:2.2em;height:2.2em}.product-line__img.tall{width:3.2em;height:2.2em}.product-line__img img{width:100%;height:100%;-o-object-fit:fill;object-fit:fill;display:block}.delivery{padding:4rem 0;background:#000;color:#fff}.delivery__title{margin-bottom:70px}.delivery .flex-grid{display:flex;flex-direction:column;gap:20px}.delivery .flex-grid .row{flex-direction:column;display:flex;gap:20px}.delivery__card{background:radial-gradient(circle,#272727,#000);padding:40px 35px}.delivery__card .icon{font-size:2rem;background:#171818;border-radius:.5rem;width:clamp(56px,6vw,64px);aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;margin-bottom:30px}.delivery__card h3{font-size:clamp(20px,2.5vw,28px);font-weight:600;margin-bottom:25px}.delivery__card p{font-size:clamp(16px,2.5vw,18px);color:#fff9}.cooperation{background:#000;padding:2.5rem 0 4rem;color:#fff;overflow:hidden}.cooperation__title{margin-bottom:70px}.cooperation__line{position:absolute;top:18%;left:0;z-index:0;height:100%;width:100%;pointer-events:none}.cooperation__line img{width:100%;height:100%;-o-object-fit:fill;object-fit:fill}.cooperation__list{position:relative;z-index:1;display:grid;row-gap:7vw;-moz-column-gap:clamp(20px,2.5vw,45px);column-gap:clamp(20px,2.5vw,45px);grid-template-columns:1fr 1fr}.cooperation__item{display:flex;max-height:290px}.cooperation__item .item__box{display:flex;gap:clamp(15px,2.5vw,40px);padding:24px;border-radius:20px;transition:background .5s ease}.cooperation__item .item__box .index{font-size:clamp(80px,8vw,128px);font-weight:600;line-height:1.4;background:linear-gradient(90deg,#ffffff7a,#4240407a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:background .5s ease}.cooperation__item .item__box .text{display:flex;flex-direction:column;justify-content:center;min-width:320px}.cooperation__item .item__box .text h4{font-size:clamp(20px,2vw,28px);font-weight:600;margin-bottom:.5rem}.cooperation__item .item__box .text p{font-size:clamp(1rem,1.5vw,1.125rem);color:#fff9;max-width:280px}.solutions{background:#000;color:#000;padding:0 0 80px;margin:0 20px}.solutions__content{display:flex;flex-direction:column;align-items:center;padding:60px 0;border-radius:24px;background:#fdbd3e url(/assets/bg-lines-BGTBgZ4t.svg) center/cover no-repeat;text-align:center}.solutions__label{font-size:clamp(1rem,1.5vw,1.125rem);font-weight:500;letter-spacing:1px;margin-bottom:1.5rem;text-transform:uppercase}.solutions__title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;max-width:860px;margin-bottom:1.5rem}.solutions__subtitle{font-size:clamp(1rem,1.5vw,1.125rem);font-weight:400;margin-bottom:3rem;max-width:860px;color:#000000b3}.solutions__button{background-color:#000;color:#fff;border:none;border-radius:9999px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease}@media (hover: hover){.solutions__button:hover{background-color:#333}}.brands{padding:115px 0;background:#000;text-align:center;color:#fff}.brands__grid{display:grid;gap:clamp(10px,2vw,20px);grid-template-columns:repeat(auto-fill,minmax(clamp(108px,15vw,235px),1fr));justify-items:center;align-items:center;padding-top:70px}.brands__item{background:#171818;border-radius:1rem;width:100%;display:flex;max-height:96px;align-items:center;justify-content:center}.brands__item img{width:80%;height:100%;-o-object-fit:contain;object-fit:contain}.brands__toggle{margin-top:1rem;background:transparent;color:#fff;border:none;font-size:1rem;cursor:pointer}.brands__arrow{margin-left:6px;transition:transform .5s ease;transform:rotate(0)}.brands__arrow.rotated{transform:rotate(180deg)}@keyframes growLine{0%{font-size:1em}to{font-size:5.6em;visibility:hidden}}@keyframes moveBrands{0%{transform:translate(0);visibility:visible;opacity:1}to{transform:translate(-50%);visibility:visible;opacity:1}}@media (min-width: 936px){.cooperation__item:nth-child(2n){margin-left:clamp(20px,2.5vw,45px)}.cooperation__item:nth-child(odd){margin-right:clamp(20px,2.5vw,45px)}}@media (min-width: 936px) and (hover: hover){.cooperation__item:hover .item__box{background:#fdbd3e}.cooperation__item:hover .item__box .index{background:#161616;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.cooperation__item:hover .item__box .text h4{color:#000;font-weight:700}.cooperation__item:hover .item__box .text p{color:#3e3c3c}}@media (max-width: 935px){.cooperation__line{top:15%;height:88%}.cooperation__list{grid-template-columns:1fr;justify-items:center;row-gap:10vw}.cooperation__item{display:inline-block;max-width:460px;margin:0}.cooperation__item .item__box{min-height:180px}}@media (max-width: 935px) and (hover: hover){.cooperation__item:hover .item__box{background:#fdbd3e}.cooperation__item:hover .item__box .index{background:#161616;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.cooperation__item:hover .item__box .text h4{color:#000;font-weight:700}.cooperation__item:hover .item__box .text p{color:#3e3c3c}}@media (max-width: 860px){.product-line{padding:140px 1.125rem 0}.product-line__slider-wrapper{height:10em}.product-line__slider{font-size:4.6em}@keyframes growLine{0%{font-size:1em}to{font-size:4.6em;visibility:hidden}}}@media (min-width: 824px){.delivery .flex-grid .row{display:flex;flex-direction:row;gap:20px}.delivery .flex-grid .row .box{flex:1.1}.delivery .flex-grid .row:nth-child(odd) .box:last-child,.delivery .flex-grid .row:nth-child(2n) .box:first-child{flex:2}}@media (max-width: 768px){.product-line{padding:140px 1.125rem 0}.product-line__slider-wrapper{height:6em}.product-line__slider{font-size:2.8em}@keyframes growLine{0%{font-size:.6em}to{font-size:2.8em;visibility:hidden}}.cooperation__list{row-gap:5vw}.cooperation__line{display:none}.cooperation__title{margin-bottom:50px}.cooperation__item{max-width:380px}.cooperation__item .item__box{justify-content:flex-start;min-height:165px;border-top:1px solid rgba(255,255,255,.3)}.cooperation__item .item__box .index{min-width:100px}.cooperation__item .item__box .text{min-width:0}.solutions__content{padding:30px 15px 40px}.solutions__subtitle{padding:0 10px}.delivery{padding:6rem 0 3rem}.delivery__title{margin-bottom:30px}.delivery__card{padding:30px}.delivery__card .icon{margin-bottom:15px}.delivery__card h3{margin-bottom:10px}.brands{padding:20px 0 60px}.brands__grid{padding-top:30px}}.privacy-container{padding-top:clamp(120px,15vw,170px)}.privacy-container .title-privacy{font-size:clamp(32px,3vw,36px);font-weight:600;color:#fff;padding-bottom:30px}.privacy-content{margin-bottom:clamp(80px,15vw,120px)}.privacy-content .text-privacy{font-size:clamp(16px,2.5vw,18px);color:#ffffffb3;padding-bottom:30px}.privacy-content .text-privacy:last-child{padding-bottom:0}.privacy-content .text-privacy .privacy-link{color:#ffffffb3;display:inline-block}.company-info{background:#121212;color:#fff;background:url(/img/BG.webp) top/cover no-repeat;padding:130px 0 100px}.company-info__wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.company-info__block{flex:1 1 360px}.company-info__block h2{font-size:clamp(20px,2.5vw,24px);margin-bottom:30px;font-weight:600}.company-info__item{border-radius:20px;padding:1.75rem;background:#0003;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;flex-direction:row;gap:clamp(1.75rem,3.5vw,4rem)}.company-info__item .info-block{gap:28px;display:flex;flex-direction:column;font-size:18px;color:#fff9}.company-info__item .info-block .info-label{font-weight:700;color:#fff;margin-bottom:15px}.company-info__map{margin-top:40px;text-align:center}.company-info__map img{width:100%;height:100%;min-height:450px;border-radius:12px;-o-object-fit:cover;object-fit:cover}@media (max-width: 1024px){.company-info__item{flex-direction:column}}@media (max-width: 768px){.company-info{padding:130px 0 50px}}.dialog{z-index:20;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border:none;border-radius:20px;background:#111 url(/img/Background.webp) top/cover no-repeat;box-shadow:0 4px 20px #00000080;max-width:65vw;width:100%;overflow:hidden;transition:all .3s ease}.dialog:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:0}.dialog .close{position:absolute;cursor:pointer;top:1.125rem;right:1.125rem;border-radius:.375rem;background:#fdbd3e;color:#000;width:1.5rem;height:1.5rem;z-index:25;display:flex;align-items:center;justify-content:center}.dialog::backdrop{background-color:#0006;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.dialog .dialog-container{display:flex;position:relative;flex-direction:row;gap:30px;padding:48px;z-index:10}.dialog .dialog-container .left-section,.dialog .dialog-container .right-section{width:100%;flex:1}.dialog .dialog-container .left-section{display:flex;text-align:left;flex-direction:column;align-items:flex-start}.dialog .dialog-container .left-section .dialog-title{max-width:270px;font-weight:600;font-size:clamp(28px,3vw,40px)}.dialog .dialog-container .left-section p{max-width:270px;margin-top:30px;font-size:clamp(16px,2vw,18px);color:#fff6}.contact-form{display:flex;flex-direction:column;gap:2rem}.contact-form .contact-row{display:flex;gap:1.75rem}.contact-form .contact-row .form-input{flex:1}.contact-form .form-input{font-family:Manrope,sans-serif;padding:.5rem .75rem;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.3);color:#fff;font-size:1rem;width:100%;transition:border-color .2s ease;resize:none}.contact-form .form-input:focus{outline:none;border-color:#fff6}.contact-form .form-input::-moz-placeholder{color:#ffffff4d;font-size:1rem;font-weight:500;font-family:Manrope,sans-serif}.contact-form .form-input::placeholder{color:#ffffff4d;font-size:1rem;font-weight:500;font-family:Manrope,sans-serif}.contact-form .form-error{color:#e74c3c;font-size:.75rem}.contact-form .contact-button{background:#fdbd3e;color:#000;padding:.5rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;font-size:1.125rem;transition:opacity .3s ease,color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (hover: hover){.contact-form .contact-button:hover{opacity:.9}}.contact-page{background:#111;display:flex;justify-content:center;padding:120px 0 80px}.contact-page__header{text-align:center;margin-bottom:2rem}.contact-page__header h2{font-weight:600;font-size:clamp(28px,3vw,40px)}.contact-page__header p{margin-top:.75rem;color:#fff9}.contact-page__content{padding:28px 24px;position:relative;border-radius:20px;background:#000;box-shadow:0 4px 20px #00000080;width:100%;overflow:hidden}@media (max-width: 1240px){.dialog{max-width:85vw}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
