.demonstration-module-scss-module__4ZoAoq__root{background:linear-gradient(135deg,#f5f5f5 0%,rgba(97,112,179,.08) 100%);padding:64px 0}.demonstration-module-scss-module__4ZoAoq__demonstrationContent{flex-direction:column;justify-content:center;align-items:center;gap:24px;display:flex}.demonstration-module-scss-module__4ZoAoq__videosContainer{width:100%;margin:16px 0;position:relative}.demonstration-module-scss-module__4ZoAoq__videosGrid{grid-template-columns:repeat(4,1fr);gap:16px;width:100%;display:grid}@media (max-width:768px){.demonstration-module-scss-module__4ZoAoq__videosGrid{grid-template-columns:repeat(2,1fr)}}.demonstration-module-scss-module__4ZoAoq__imageCard{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#e8e8e8;border-radius:12px;transition:transform .2s;overflow:hidden}.demonstration-module-scss-module__4ZoAoq__imageCard:hover{transform:translateY(-4px)}.demonstration-module-scss-module__4ZoAoq__imageCard:hover .demonstration-module-scss-module__4ZoAoq__playOverlay{background:rgba(0,0,0,.6)}.demonstration-module-scss-module__4ZoAoq__imageCard:hover .demonstration-module-scss-module__4ZoAoq__playButton{transform:translate(-50%,-50%)scale(1.1)}.demonstration-module-scss-module__4ZoAoq__imageWrapper{aspect-ratio:9/16;background:#d0d0d0;width:100%;position:relative;overflow:hidden}.demonstration-module-scss-module__4ZoAoq__image{object-fit:cover;width:100%;height:100%}.demonstration-module-scss-module__4ZoAoq__playOverlay{background:rgba(0,0,0,.3);justify-content:center;align-items:center;width:100%;height:100%;transition:background .2s;display:flex;position:absolute;top:0;left:0}.demonstration-module-scss-module__4ZoAoq__playButton{cursor:pointer;z-index:10;background:rgba(0,0,0,.5);border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.demonstration-module-scss-module__4ZoAoq__playButton:hover{background:rgba(0,0,0,.7)}.demonstration-module-scss-module__4ZoAoq__playButton svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.demonstration-module-scss-module__4ZoAoq__modal{z-index:1000;background:rgba(0,0,0,.9);justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.demonstration-module-scss-module__4ZoAoq__modalContent{justify-content:center;align-items:center;width:100%;max-width:90vw;max-height:90vh;display:flex;position:relative}.demonstration-module-scss-module__4ZoAoq__closeButton{cursor:pointer;z-index:10;background:0 0;border:none;padding:8px;transition:transform .2s;position:absolute;top:-50px;right:0}.demonstration-module-scss-module__4ZoAoq__closeButton:hover{transform:scale(1.1)}.demonstration-module-scss-module__4ZoAoq__closeButton svg{display:block}.demonstration-module-scss-module__4ZoAoq__modalVideo{border-radius:8px;width:100%;max-width:100%;max-height:90vh;box-shadow:0 8px 32px rgba(0,0,0,.5)}
.container-module-scss-module__b4DWPG__root{max-width:1024px;margin:0 auto;padding:0 16px}
.button-module-scss-module__WBuRGq__root{color:#fff;cursor:pointer;background-color:#e04b20;border:none;border-radius:8px;outline:none;padding:12px 24px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 8px rgba(0,0,0,.1)}.button-module-scss-module__WBuRGq__root:hover{filter:opacity(90%);transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.15)}
.text-module-scss-module__cIBmaa__text{color:#202c60;font-size:16px;font-weight:400}.text-module-scss-module__cIBmaa__title{color:#202c60;margin-bottom:20px;font-size:24px;font-weight:600;line-height:1.2}.text-module-scss-module__cIBmaa__subtitle{color:#202c60;margin-bottom:20px;font-size:18px;font-weight:500;line-height:1.2}.text-module-scss-module__cIBmaa__caption{color:#202c60;margin-bottom:8px;font-size:16px;font-weight:600;line-height:1.2}.text-module-scss-module__cIBmaa__left{text-align:left}.text-module-scss-module__cIBmaa__center{text-align:center}.text-module-scss-module__cIBmaa__right{text-align:right}.text-module-scss-module__cIBmaa__primary{color:#202c60}.text-module-scss-module__cIBmaa__secondary{color:#fff}.text-module-scss-module__cIBmaa__accent{color:#e04b20}
.everyday-tasks-module-scss-module__0QA7KG__everydayTasksContent{flex-direction:column;gap:16px;padding:64px 0;display:flex}.everyday-tasks-module-scss-module__0QA7KG__tasks{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.everyday-tasks-module-scss-module__0QA7KG__task{background-color:#f5f5f5;border:2px solid transparent;border-radius:8px;grid-template-columns:2fr 1fr 1fr;align-items:center;gap:8px;padding:16px;transition:border-color .3s,transform .3s;display:grid}.everyday-tasks-module-scss-module__0QA7KG__task:hover{border-color:#4164ac;transform:translateY(-2px)}.everyday-tasks-module-scss-module__0QA7KG__imageBlock{border-radius:8px;width:150px;height:150px;position:relative;overflow:hidden}.everyday-tasks-module-scss-module__0QA7KG__firstImage,.everyday-tasks-module-scss-module__0QA7KG__secondImage{object-fit:cover;border-radius:8px;width:100%;height:100%;transition:opacity .4s ease-in-out;position:absolute;top:0;left:0}.everyday-tasks-module-scss-module__0QA7KG__firstImage{opacity:1}.everyday-tasks-module-scss-module__0QA7KG__secondImage,.everyday-tasks-module-scss-module__0QA7KG__task:hover .everyday-tasks-module-scss-module__0QA7KG__firstImage{opacity:0}.everyday-tasks-module-scss-module__0QA7KG__task:hover .everyday-tasks-module-scss-module__0QA7KG__secondImage{opacity:1}.everyday-tasks-module-scss-module__0QA7KG__button{max-width:-moz-fit-content;max-width:fit-content;margin:10px auto 0}.everyday-tasks-module-scss-module__0QA7KG__product{width:100%;height:96%;position:relative}.everyday-tasks-module-scss-module__0QA7KG__product img{object-fit:cover;width:100%;height:100%}@media (max-width:768px){.everyday-tasks-module-scss-module__0QA7KG__tasks{grid-template-columns:1fr}}@media (max-width:480px){.everyday-tasks-module-scss-module__0QA7KG__task{grid-template-columns:1fr 1fr;grid-template-areas:"title title""product image";place-items:center}.everyday-tasks-module-scss-module__0QA7KG__taskLeft{grid-area:title}.everyday-tasks-module-scss-module__0QA7KG__product{grid-area:product;position:relative}.everyday-tasks-module-scss-module__0QA7KG__product img{object-fit:cover;width:100%;height:100%}.everyday-tasks-module-scss-module__0QA7KG__imageBlock{grid-area:image}}
.faq-module-scss-module__o0JXzG__faqContent{flex-direction:column;gap:24px;padding:64px 0;display:flex}.faq-module-scss-module__o0JXzG__faqItems{grid-template-columns:1fr;gap:16px;margin-top:16px;display:grid}.faq-module-scss-module__o0JXzG__faqItem{background-color:#f5f5f5;border:2px solid transparent;border-radius:8px;transition:all .3s;overflow:hidden}.faq-module-scss-module__o0JXzG__faqItem:hover{border-color:rgba(65,100,172,.3)}.faq-module-scss-module__o0JXzG__faqQuestion{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px;transition:background-color .2s;display:flex}.faq-module-scss-module__o0JXzG__faqQuestion:hover{background-color:rgba(0,0,0,.02)}.faq-module-scss-module__o0JXzG__faqQuestion p{flex:1;margin:0}.faq-module-scss-module__o0JXzG__faqIcon{color:#e04b20;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:24px;font-weight:300;transition:transform .3s;display:flex}.faq-module-scss-module__o0JXzG__faqItemOpen .faq-module-scss-module__o0JXzG__faqIcon{transform:rotate(45deg)}.faq-module-scss-module__o0JXzG__faqAnswer{max-height:0;padding:0 20px;transition:max-height .3s,padding .3s;overflow:hidden}.faq-module-scss-module__o0JXzG__faqAnswer p{margin:0}.faq-module-scss-module__o0JXzG__faqItemOpen .faq-module-scss-module__o0JXzG__faqAnswer{max-height:500px;padding:0 20px 20px}.faq-module-scss-module__o0JXzG__buttonContainer{justify-content:center;margin-top:16px;display:flex}.faq-module-scss-module__o0JXzG__button{max-width:-moz-fit-content;max-width:fit-content}
.footer-module-scss-module__WbsKBG__root{color:#fff;background-color:#202c60}.footer-module-scss-module__WbsKBG__footerContent{justify-content:space-between;align-items:flex-start;gap:32px;padding:12px 0;display:flex}@media (max-width:480px){.footer-module-scss-module__WbsKBG__footerContent{flex-direction:column;gap:16px}}.footer-module-scss-module__WbsKBG__footerContent a{color:#fff;font-size:12px}.footer-module-scss-module__WbsKBG__footerContent a:hover{text-decoration:underline}
.header-module-scss-module__JsbOiq__root{background-color:#f5f5f5;background-image:url(/hero_1920х600.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:600px;padding-top:40px}.header-module-scss-module__JsbOiq__headerContent{justify-content:space-between;align-items:flex-start;gap:40px;width:1300px;margin:0 auto;padding:32px 0;display:flex}.header-module-scss-module__JsbOiq__headerLeft{flex-direction:column;align-items:flex-start;gap:12px;width:35%;padding:50px 0 0 20px;display:flex}.header-module-scss-module__JsbOiq__title{margin-bottom:20px}@media (max-width:1024px){.header-module-scss-module__JsbOiq__root{background-color:#202c60;background-image:url(/768_hero.png);background-position:top;background-size:1024px;width:100%;height:1400px}.header-module-scss-module__JsbOiq__headerContent{flex-direction:column;align-items:center;width:100%}.header-module-scss-module__JsbOiq__headerLeft{align-items:center;width:380px;padding:0 35px}.header-module-scss-module__JsbOiq__title,.header-module-scss-module__JsbOiq__subtitle{text-align:center}}@media (max-width:480px){.header-module-scss-module__JsbOiq__root{background-color:#202c60;background-image:url("/hero_360 2.png");background-position:top;background-size:480px;width:100%;height:1900px}.header-module-scss-module__JsbOiq__headerLeft{align-items:center;width:100%;padding:0 20px}.header-module-scss-module__JsbOiq__title{text-align:left;color:#202c60;margin-bottom:20px;font-size:22px;font-weight:600;line-height:1.2}.header-module-scss-module__JsbOiq__subtitle{text-align:left}}
.prize-draws-module-scss-module__VTCBQa__root{background-color:#202c60;width:100%;height:600px;padding:64px 0}.prize-draws-module-scss-module__VTCBQa__container{position:relative}.prize-draws-module-scss-module__VTCBQa__prizeDrawsContentLeft{z-index:2;width:50%;position:relative}.prize-draws-module-scss-module__VTCBQa__prizeDrawsContentLeft p{color:#fff}.prize-draws-module-scss-module__VTCBQa__button{margin-top:32px}.prize-draws-module-scss-module__VTCBQa__drawsImage{z-index:1;position:absolute;top:-100px;right:-250px}@media (max-width:1024px){.prize-draws-module-scss-module__VTCBQa__root{padding:32px 0}}@media (max-width:768px){.prize-draws-module-scss-module__VTCBQa__root{height:1000px;position:relative}.prize-draws-module-scss-module__VTCBQa__container{height:100%}.prize-draws-module-scss-module__VTCBQa__prizeDrawsContentLeft{width:100%}.prize-draws-module-scss-module__VTCBQa__drawsImage{position:absolute;top:auto;bottom:0;left:50%;right:auto;transform:translate(-50%)}}@media (max-width:480px){.prize-draws-module-scss-module__VTCBQa__root{height:850px}.prize-draws-module-scss-module__VTCBQa__prizeDrawsContentLeft{width:100%}.prize-draws-module-scss-module__VTCBQa__button{margin-top:16px}.prize-draws-module-scss-module__VTCBQa__drawsImage{width:500px;height:300px}}
.product-line-module-scss-module__6UGH1q__root{background:#2b4079}.product-line-module-scss-module__6UGH1q__productLineContent{flex-direction:column;gap:16px;padding:64px 0;display:flex}.product-line-module-scss-module__6UGH1q__productLineItems{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.product-line-module-scss-module__6UGH1q__productLineItem{background-color:#fff;border:1px solid #4164ac;border-radius:8px;flex-direction:column;align-items:center;gap:8px;padding:16px;transition:transform .3s,box-shadow .3s;display:flex}.product-line-module-scss-module__6UGH1q__productLineItem:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(32,44,96,.15)}.product-line-module-scss-module__6UGH1q__productLineFooter{flex-grow:1;justify-content:center;align-items:center;gap:16px;margin-top:20px;display:flex}.product-line-module-scss-module__6UGH1q__productLineItemImage{border-radius:8px;width:100%;height:320px;position:relative;overflow:hidden}.product-line-module-scss-module__6UGH1q__productLineItemImage img{object-fit:cover;width:100%;height:100%}@media (max-width:768px){.product-line-module-scss-module__6UGH1q__productLineItems{grid-template-columns:1fr 1fr}}@media (max-width:480px){.product-line-module-scss-module__6UGH1q__productLineItems{grid-template-columns:1fr}.product-line-module-scss-module__6UGH1q__productLineFooter{flex-direction:column}}
.utp-module-scss-module__5S5Bya__utpContent{justify-content:space-between;gap:32px;padding:64px 0;display:flex}.utp-module-scss-module__5S5Bya__utpItem{text-align:center;font-size:16px;font-weight:500}@media (max-width:1024px){.utp-module-scss-module__5S5Bya__utpContent{flex-direction:column;align-items:center}}@media (max-width:480px){.utp-module-scss-module__5S5Bya__utpContent{flex-direction:column;align-items:flex-start}}
.why-trust-us-module-scss-module__7bWioa__root{padding:64px 0}.why-trust-us-module-scss-module__7bWioa__whyTrustUsItems{grid-template-columns:repeat(2,1fr);gap:32px;margin:64px 0;display:grid}.why-trust-us-module-scss-module__7bWioa__whyTrustUsItem{align-items:center;gap:8px;display:flex}.why-trust-us-module-scss-module__7bWioa__whyTrustUsItem img{border-radius:8px}.why-trust-us-module-scss-module__7bWioa__comment{cursor:grab;background-color:#f5f5f5;border:2px solid transparent;border-radius:8px;flex-direction:column;gap:8px;min-height:150px;padding:16px;transition:border-color .3s,box-shadow .3s;display:flex}.why-trust-us-module-scss-module__7bWioa__comment:hover{border-color:rgba(97,112,179,.3);box-shadow:0 4px 8px rgba(32,44,96,.1)}.why-trust-us-module-scss-module__7bWioa__commentHeader{align-items:center;gap:8px;display:flex}.why-trust-us-module-scss-module__7bWioa__commentDescription{-webkit-line-clamp:2;line-clamp:2;cursor:pointer;-webkit-box-orient:vertical;min-height:60px;padding-bottom:20px;line-height:1.5;transition:all .3s;display:-webkit-box;position:relative;overflow:hidden}.why-trust-us-module-scss-module__7bWioa__commentDescription:hover{opacity:.8}.why-trust-us-module-scss-module__7bWioa__commentDescription.why-trust-us-module-scss-module__7bWioa__truncated:after{content:"Весь отзыв";color:#6170b3;background:#f5f5f5;padding-left:8px;font-size:14px;font-weight:500;text-decoration:underline;position:absolute;bottom:0;right:0}.why-trust-us-module-scss-module__7bWioa__commentDescription.why-trust-us-module-scss-module__7bWioa__truncated:hover:after{color:rgba(97,112,179,.7)}.why-trust-us-module-scss-module__7bWioa__commentDescription.why-trust-us-module-scss-module__7bWioa__expanded{-webkit-line-clamp:unset;line-clamp:unset;min-height:auto;padding-bottom:0;display:block}.why-trust-us-module-scss-module__7bWioa__commentDescription.why-trust-us-module-scss-module__7bWioa__expanded:after{display:none}.why-trust-us-module-scss-module__7bWioa__video{cursor:pointer;border-radius:8px;width:70%;height:471px;margin:0 auto;transition:opacity .3s}.why-trust-us-module-scss-module__7bWioa__video:hover{opacity:.9}.why-trust-us-module-scss-module__7bWioa__buttonContainer{justify-content:center;padding:32px 0 0;display:flex}@media (max-width:768px){.why-trust-us-module-scss-module__7bWioa__whyTrustUsItems{grid-template-columns:1fr}}@media (max-width:480px){.why-trust-us-module-scss-module__7bWioa__whyTrustUsItems{grid-template-columns:1fr}.why-trust-us-module-scss-module__7bWioa__video{width:100%}}
.top-banner-module-scss-module__qqGm7G__topBanner{z-index:1000;color:#fff;cursor:pointer;background-color:#e04b20;border-radius:40px;justify-content:center;align-items:center;width:100%;display:flex;position:fixed;top:2px;left:0}
.header2-module-scss-module__QxY57G__root{background:linear-gradient(#202c60 70%,#416aac);padding-top:60px;padding-bottom:20px}.header2-module-scss-module__QxY57G__headerContent{justify-content:space-between;align-items:flex-start;gap:40px;padding-top:32px;display:flex}.header2-module-scss-module__QxY57G__headerLeft{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.header2-module-scss-module__QxY57G__title{margin-bottom:20px}.header2-module-scss-module__QxY57G__headerRight{justify-content:center;gap:16px;margin-top:20px;display:flex}.header2-module-scss-module__QxY57G__rabbitHeader{width:230px;height:284px;margin-top:60px;position:relative}.header2-module-scss-module__QxY57G__rabbitHeader img{object-fit:cover}.header2-module-scss-module__QxY57G__compareHeader{padding-bottom:60px;position:relative}@media (max-width:1024px){.header2-module-scss-module__QxY57G__headerContent{flex-direction:column;align-items:center}.header2-module-scss-module__QxY57G__headerLeft{align-items:center}.header2-module-scss-module__QxY57G__headerRight{justify-content:center;gap:50px}.header2-module-scss-module__QxY57G__title,.header2-module-scss-module__QxY57G__subtitle{text-align:center}}@media (max-width:768px){.header2-module-scss-module__QxY57G__headerRight{flex-direction:column-reverse;justify-content:center;align-items:center;gap:0}.header2-module-scss-module__QxY57G__rabbitHeader{margin-top:0}}@media (max-width:480px){.header2-module-scss-module__QxY57G__root{padding-top:80px}.header2-module-scss-module__QxY57G__title{padding-top:20px}.header2-module-scss-module__QxY57G__headerContent{gap:20px}.header2-module-scss-module__QxY57G__headerLeft{align-items:stretch;gap:20px}}
