@import"css2-2.css";@import"css2.css";.faq{position:fixed;top:0;right:0;bottom:0;left:0;top:var(--header-height);background:#fff;transform:translate(-100%);transition:all .3s ease;overflow:overlay;z-index:400}.faq.active{transform:translate(0)}.faq .wrapper{position:relative;padding:1rem;width:min(100%,40rem);margin:0 auto}.faq .wrapper .title{padding:.5rem 0;text-align:center;background:#000;color:#fff;font-weight:700;font-size:1.25rem;text-transform:uppercase}.faq .wrapper .accordion-wrapper{margin-bottom:.5rem;padding:.75rem 0;display:flex;flex-direction:column;gap:0 .5rem;text-align:left;transition:all .3s ease-in-out}.faq .wrapper .accordion-wrapper:has(input:checked){gap:.5rem}.faq .wrapper .accordion-wrapper:has(input:checked) .accordion-label .accordion-icon{transform:rotate(45deg)}.faq .wrapper .accordion-wrapper:has(input:checked) .grid{grid-template-rows:1fr}.faq .wrapper .accordion-wrapper .accordion-label{display:flex;align-items:center;gap:1rem;transition:all .3s ease-in-out;cursor:pointer}.faq .wrapper .accordion-wrapper .accordion-label .accordion-title{flex:1 0 50%;font-weight:700;font-size:1.15rem;line-height:20px;color:#000}.faq .wrapper .accordion-wrapper .accordion-label .accordion-icon{position:relative;width:.7rem;aspect-ratio:1;border-right:2px solid #000;border-bottom:2px solid #000;transform:rotate(-45deg);transition:all .3s ease}.faq .wrapper .accordion-wrapper .grid{flex:1 0 100%;display:grid;grid-template-rows:0;transition:all .3s ease-in-out}.faq .wrapper .accordion-wrapper .grid .accordion-body{padding:0 .5rem;font-weight:500;font-size:1rem;overflow:hidden;color:#000}.header{padding:.6rem 1rem;display:flex;justify-content:space-between;align-items:center;gap:.9rem;background:#fff;color:#000}.header .burger img{width:2.125rem}.header .logo{cursor:pointer}.header .logo img{width:10rem}.header .icons{display:flex;align-items:center;gap:1rem}.header .icons .icon img{width:1.5rem}.section-profile{position:absolute;top:0;right:0;bottom:0;left:0;display:none;background:#143272a8;-webkit-backdrop-filter:blur(5.5px);backdrop-filter:blur(5.5px);z-index:60}.section-profile .wrapper{position:relative;padding:.75rem .75rem 2rem;width:min(90%,40rem);margin:1rem auto 0;background:#fff;border-radius:.5rem}.section-profile .wrapper .profile-form{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;color:#0032a0}.section-profile .wrapper .profile-form .logo{text-align:center}.section-profile .wrapper .profile-form .logo img{width:min(30%,10rem)}.section-profile .wrapper .profile-form .title{font-weight:700;font-size:1.25rem;margin-bottom:.5rem}.section-profile .wrapper .profile-form input{width:100%;padding:.5rem 1rem;background:#0003;border-radius:.25rem;border:none;line-height:30px}.section-profile .wrapper .profile-form input::-moz-placeholder{color:#4d4e4e}.section-profile .wrapper .profile-form input::placeholder{color:#4d4e4e}.section-profile .wrapper .profile-form .login{margin-top:.5rem;width:min(90%,20rem);padding:.5rem;font-weight:700;font-size:1.56rem;color:var(--btn-color);background:var(--btn-bg);border:none;border-radius:3rem;cursor:pointer}.section-about{display:none}.section-about .go-home{position:relative;width:100%;padding:.5rem 2rem;text-align:left;color:#0032a0;font-weight:400;font-size:.8rem;background:#ebf1fd;border:none;cursor:pointer}.section-about .go-home:before{content:"";position:absolute;left:1rem;top:35%;width:.7rem;aspect-ratio:1;border-right:1px solid #0032A0;border-bottom:1px solid #0032A0;transform:rotate(135deg)}.section-about .timeline{width:min(100%,40rem);margin:0 auto}.section-about .timeline img{width:100%}.section-about .wrapper{position:relative;padding:1rem;width:min(100%,40rem);margin:0 auto;transform:translateY(-1.5rem)}.section-about .wrapper .title{padding:.5rem;font-weight:700;text-align:center;font-size:1.2rem;line-height:30px;color:#fff;text-transform:uppercase;background:#0032a0}.section-about .wrapper .description{margin-top:1rem;font-weight:400;font-size:1.2rem;line-height:22px;color:#0032a0}.main{flex-grow:1;display:flex;flex-direction:column;min-height:calc(100dvh - var(--header-height));overflow:hidden;position:relative;z-index:2}.main .start-content{position:relative;min-height:calc(100dvh - var(--header-height))}.main .start-content .wrapper{position:relative;width:min(100%,30rem);margin:0 auto}.main .start-content .wrapper .content{position:relative;width:100%;margin:0 auto;padding:0rem .5rem 1rem}.main .start-content .wrapper .content .photo{text-align:center}.main .start-content .wrapper .content .photo img{width:min(22rem,100%)}.main .start-content .wrapper .content .title{margin-bottom:.2rem;color:var(--btn-bg);font-size:2rem;font-style:normal;font-weight:700;line-height:120%}.main .start-content .wrapper .content .subtitle{margin-bottom:.5rem;color:#000;font-size:1rem;font-style:normal;font-weight:400;line-height:120%}.main .start-content .wrapper .content .description{margin-bottom:.5rem;color:#000;font-size:1rem;font-style:normal;font-weight:300;line-height:120%}.main .start-content .wrapper .start-button{padding:.56rem;width:95%;margin:1.5rem auto 0;display:block;color:var(--btn-color);font-size:1.5rem;font-style:normal;font-weight:400;line-height:120%;border:none;border-radius:.1875rem;background:var(--btn-bg);cursor:pointer;position:relative;z-index:20}.section-questions{display:none;min-height:calc(100dvh - var(--header-height));position:relative}.section-questions .wrapper{position:relative;min-height:calc(100dvh - var(--header-height));width:min(100%,30rem);margin:0 auto;flex-grow:1;display:flex;flex-direction:column;z-index:1}.section-questions .wrapper .title{padding:.9rem;color:#000;text-align:center;font-size:.75rem;font-style:normal;font-weight:300;line-height:120%;border-bottom:1px solid #eee}.section-questions .wrapper .question-info{position:relative;padding:.75rem .8rem;margin-bottom:1.3rem}.section-questions .wrapper .question-info .question-num{color:#000;font-size:1.25rem;font-style:normal;font-weight:700;line-height:120%}.section-questions .wrapper .question-info .question-description{position:relative;display:none;color:#000;font-size:1.375rem;font-style:normal;font-weight:400;line-height:120%}.section-questions .wrapper .question-info .question-description#qd1{display:block}.section-questions .wrapper .questions{flex-grow:1}.section-questions .wrapper .questions .question{display:none}.section-questions .wrapper .questions .question#question-1{display:block}.section-questions .wrapper .questions .question .answers{display:flex;flex-direction:column;align-items:center;gap:1.3rem;padding:0 1rem}.section-questions .wrapper .questions .question .answers .answers-button{width:100%;padding:.8rem;display:block;color:var(--btn-color);font-size:1rem;font-style:normal;font-weight:400;line-height:120%;border:none;border-radius:.1875rem;background:#051446a1;transition:all .3s ease-in-out;cursor:pointer}.section-questions .wrapper .questions .question .answers .answers-button:hover{background:var(--btn-bg)}.processing-answers{padding:20px;display:none}.processing-answers h2{font-size:32px;text-align:center}.processing-answers .result{margin:0;padding:5px 0 5px 25px;display:none;font-size:14px}.processing-answers .spinner-border{width:32px;height:32px;border-width:4px}.modal-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;display:none;background:#0003;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);z-index:999}.modal-wrapper#modal-1{display:none}.modal-wrapper .modal-body{height:100%;display:flex;justify-content:center;align-items:center}.modal-wrapper .modal-body .modal-content{width:min(95%,25rem)}.modal-wrapper .modal-body .modal-content .content{padding:1rem;border-radius:2.3125rem;background:#fff}.modal-wrapper .modal-body .modal-content .photo{text-align:center}.modal-wrapper .modal-body .modal-content .photo img{width:min(100%,15.6875rem);max-height:13rem;-o-object-fit:scale-down;object-fit:scale-down}.modal-wrapper .modal-body .modal-content .title{margin-bottom:.38rem;text-align:center;color:#333;font-size:1.75rem;font-style:normal;font-weight:900;line-height:120%;letter-spacing:-.03206rem}.modal-wrapper .modal-body .modal-content .subtitle{margin-bottom:1rem;color:#333;text-align:center;font-size:1.25rem;font-style:normal;font-weight:700;line-height:120%;letter-spacing:-.03206rem}.modal-wrapper .modal-body .modal-content .description{margin-bottom:1.3rem}.modal-wrapper .modal-body .modal-content .description p{margin:0;color:#333;text-align:center;font-size:1.25rem;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.03206rem}.modal-wrapper .modal-body .modal-content .modal-button{padding:.56rem;width:95%;margin:.5rem auto 0;display:block;color:var(--btn-color);font-size:1.5rem;font-style:normal;font-weight:400;line-height:120%;border:none;border-radius:.1875rem;background:var(--btn-bg);cursor:pointer;position:relative;z-index:20}.modal-wrapper .modal-body .big-gift{max-width:95vw;width:30rem;animation:rotate 1.5s linear forwards}@keyframes rotate{0%{rotate:-90deg}to{rotate:0deg}}.circle-loader{border:1px solid rgba(0,0,0,.2);border-left-color:#000;animation:loader-spin 1.2s infinite linear;position:relative;display:inline-block;vertical-align:top;border-radius:50%;width:7em;height:7em}.load-complete{animation:none;border-color:#000;transition:border .5s ease-out}@keyframes loader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.checkmark{display:none;position:relative}.checkmark:after{opacity:1;height:3.5em;width:1.75em;transform-origin:left top;border-right:3px solid #000000;border-top:3px solid #000000;content:"";left:1.75em;top:3.5em;position:absolute}.checkmark.draw:after{animation-duration:.8s;animation-timing-function:ease;animation-name:checkmark;transform:scaleX(-1) rotate(135deg)}@keyframes checkmark{0%{height:0;width:0;opacity:1}20%{height:0;width:1.75em;opacity:1}40%{height:3.5em;width:1.75em;opacity:1}to{height:3.5em;width:1.75em;opacity:1}}@keyframes temblor_inf{0%{transform:translate(1px,1px) rotate(0)}10%{transform:translate(-1px,-2px) rotate(-1deg)}20%{transform:translate(-3px) rotate(1deg)}30%{transform:translate(3px,2px) rotate(0)}40%{transform:translate(1px,-1px) rotate(1deg)}50%{transform:translate(-1px,2px) rotate(-1deg)}60%{transform:translate(-3px,1px) rotate(0)}70%{transform:translate(3px,1px) rotate(-1deg)}80%{transform:translate(-1px,-1px) rotate(1deg)}90%{transform:translate(1px,2px) rotate(0)}to{transform:translate(1px,-2px) rotate(-1deg)}}.boxes-game{min-height:calc(100dvh - var(--header-height));display:none;padding:4.5rem .5rem 0rem;overflow:hidden;position:relative;z-index:1}.boxes-game .boxes{margin:0 auto;width:min(95%,50rem);padding:3rem 1rem;width:min(100%,40rem);display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-auto-rows:10rem;gap:2rem 0}.boxes-game .boxes .box{position:relative;cursor:pointer}.boxes-game .boxes .box:hover{animation:temblor .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.boxes-game .boxes .box.open{pointer-events:none}.boxes-game .boxes .box.open .box-2{transform:translate(-50%,-120%);z-index:5}.boxes-game .boxes .box img{width:85%;position:absolute;top:50%;right:50%;bottom:50%;left:50%;transform:translate(-50%,-50%);transition:all 1s linear}.boxes-game .boxes .box .box-2{width:90%;top:13%;z-index:5}.boxes-game .boxes .box .box-3{top:18%;z-index:1}.boxes-game .boxes .box .box-4{z-index:3}.boxes-game .boxes .box .prise{z-index:2;width:45%;transform:translate(-50%,-50%);animation:showPrise 1.75s linear 1s forwards}.boxes-game .boxes .box .prise.add-prize{width:40%;animation:showAddPrise 1.75s linear 1s forwards}.boxes-game .boxes-text{position:relative;width:min(100%,40rem);margin:0 auto 2rem;z-index:4}.boxes-game .boxes-text .title{position:relative;color:var(--btn-bg);font-size:1.625rem;font-style:normal;font-weight:700;line-height:120%}.boxes-game .boxes-text p{color:#000;font-weight:500}@media (max-width: 768px){.boxes-game .boxes{padding:1rem;grid-template-columns:1fr 1fr 1fr;grid-auto-rows:23vw;gap:4rem 0}}@media (max-width: 768px) and (max-width: 370px){.boxes-game .boxes{padding-top:2rem}}@media (max-width: 768px){.boxes-game .boxes .box{flex:0 0 32%}.boxes-game .boxes .box img{width:80%}.boxes-game .boxes .box.open{pointer-events:none}.boxes-game .boxes .box.open .box-2{transform:translate(-50%,-110%)}.boxes-game .boxes .box:nth-child(10),.boxes-game .boxes .box:nth-child(11),.boxes-game .boxes .box:nth-child(12){display:none}.boxes-game .boxes .box .box-2{width:85%;top:2%}.boxes-game .boxes .box .box-3{top:10%}}@keyframes temblor{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@keyframes showAddPrise{75%{transform:translate(-50%,-130%)}to{transform:translate(-50%,-100%)}}@keyframes showPrise{75%{transform:translate(-50%,-160%)}to{transform:translate(-50%,-140%)}}.section-finish-quiz{position:relative;min-height:calc(100dvh - var(--header-height));display:none;overflow:hidden;padding:97px 19px 0;z-index:2}.section-finish-quiz .wrapper{width:min(100%,30rem);margin:0rem auto;padding:26px 18px;display:flex;flex-direction:column;overflow:visible;border-radius:5px;background:#fff;box-shadow:0 0 10px #00000026;z-index:3;position:relative}.section-finish-quiz .wrapper .content{position:relative;width:100%;display:flex}.section-finish-quiz .wrapper .content .photo{text-align:center;position:relative;width:186.2px;height:100%;transform:translate(-2.7rem,10rem)}.section-finish-quiz .wrapper .content .photo img{width:min(100%,10rem);position:absolute;bottom:1.2rem;left:45%}.section-finish-quiz .wrapper .content .photo img:nth-of-type(2){transform:translateY(-384%)}.section-finish-quiz .wrapper .content .photo img:nth-of-type(1){transform:translate(20%,-80%) rotate(25deg);z-index:1}.section-finish-quiz .wrapper .content .title{width:75%;margin-bottom:1rem;color:var(--btn-bg);font-size:1.625rem;font-style:normal;font-weight:700;line-height:120%}.section-finish-quiz .wrapper .description{max-width:75%;line-height:100%;margin-bottom:.5rem;color:#000;font-size:16px;font-style:normal;line-height:110.718%}@media (max-width: 370px){.section-finish-quiz .wrapper .description{font-size:.8rem}}.section-finish-quiz .button{padding:.7rem;width:95%;max-width:30rem;margin:1rem auto 0;display:block;color:var(--btn-color);font-size:1.5rem;font-style:normal;font-weight:400;line-height:120%;border:none;border-radius:.1875rem;background:var(--btn-bg);cursor:pointer;position:relative;z-index:20}.section-product{display:none;min-height:calc(100dvh - var(--header-height));overflow:hidden;position:relative}.section-product .wrapper{position:relative;width:min(100%,30rem);margin:0 auto}.section-product .wrapper .photo{position:relative;margin-bottom:1.5rem;text-align:center}.section-product .wrapper .photo img{width:min(100%,17rem);height:10rem;-o-object-fit:scale-down;object-fit:scale-down}.section-product .wrapper .content{position:relative;width:100%;margin:0 auto;padding:.5rem}.section-product .wrapper .content .subtitle{margin-bottom:.8rem;text-align:left;color:#333;font-size:1rem;font-style:normal;font-weight:500;line-height:1.35rem}.section-product .wrapper .content .title{margin-bottom:.55rem;color:#333;font-style:normal;font-weight:700;text-transform:uppercase;font-size:19px;line-height:24.268px;letter-spacing:1.638px}.section-product .wrapper .content .title span{color:#333;font-size:.9rem;font-style:normal;font-weight:300;line-height:120%;letter-spacing:-.455px}.section-product .wrapper .content .pricing{margin-bottom:1rem}.section-product .wrapper .content .pricing .icon{margin-bottom:.34rem}.section-product .wrapper .content .pricing .icon img{width:2.43756rem}.section-product .wrapper .content .pricing .current{display:flex;align-items:center;gap:.75rem;color:#e8284c;font-size:1.25rem;font-style:normal;font-weight:400;line-height:120%}.section-product .wrapper .content .pricing .current .discount{padding:.16rem .48rem;color:#fff;text-align:center;font-size:.745rem;font-style:normal;font-weight:700;line-height:120%;border-radius:.24113rem;background:#eb0029}.section-product .wrapper .content .pricing .last{color:#717171;font-size:1rem;font-style:normal;font-weight:400;line-height:120%;text-decoration-line:line-through}.section-product .wrapper .content .color-select{margin-bottom:1.9rem;display:flex;align-items:center;justify-content:center;gap:.6rem}.section-product .wrapper .content .color-select .color{width:2.5rem;height:2.5rem;border-radius:.25rem;border:1px solid #707070}.section-product .wrapper .content .color-select .color.active{outline:4px solid #39c330;outline-offset:-4px}.section-product .wrapper .content .color-select .color.black{background:#000}.section-product .wrapper .content .color-select .color.blue{background:#acd5ff}.section-product .wrapper .content .color-select .color.pink{background:#ff5a7b}.section-product .wrapper .content .color-select .color.rose{background:#ffd1ea}.section-product .wrapper .content .color-select .color.grey{background:#a9a9a9}.section-product .wrapper .content .color-select .color.white{background:#fff}.section-product .wrapper .button{padding:.9rem;width:100%;margin:0 auto;display:block;color:var(--btn-color);color:#333;font-size:1.25rem;font-style:normal;font-weight:700;line-height:120%;letter-spacing:-.03206rem;border:none;background:var(--btn-bg);border-radius:1.65625rem;cursor:pointer;position:relative;z-index:20}.section-additional-prize{display:none;min-height:calc(100dvh - var(--header-height));overflow:hidden;position:relative}.section-additional-prize .wrapper{position:relative;width:min(100%,30rem);margin:0 auto;padding-top:21px}.section-additional-prize .wrapper .photo{position:relative;flex-direction:row-reverse;display:flex;align-items:center;justify-content:center}.section-additional-prize .wrapper .photo .add-prize{position:relative;width:min(15rem,30%);-o-object-fit:scale-down;object-fit:scale-down;max-height:10rem;transform-origin:right}.section-additional-prize .wrapper .photo .prize-photo{position:relative;width:min(15rem,70%);-o-object-fit:scale-down;object-fit:scale-down;z-index:2}.section-additional-prize .wrapper .content{position:relative;width:100%;margin:0 auto;padding:13px}.section-additional-prize .wrapper .content .title{margin-bottom:.2rem;color:#333;font-size:1.75rem;font-style:normal;font-weight:800;line-height:normal;letter-spacing:-.03206rem}.section-additional-prize .wrapper .content .subtitle{margin-bottom:1rem;color:#333;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.1}.section-additional-prize .wrapper .content .description{margin-bottom:1rem;color:#333;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.1}.section-additional-prize .wrapper .button{padding:.56rem;width:95%;margin:1.5rem auto 0;display:block;color:var(--btn-color);font-size:1.5rem;font-style:normal;font-weight:400;line-height:120%;border:none;border-radius:.1875rem;background:var(--btn-bg);cursor:pointer;position:relative;z-index:20}.cart{position:relative;display:none;min-height:calc(100dvh - var(--header-height));z-index:1}.cart .container{max-width:30rem!important;padding:0!important;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;max-width:50rem;z-index:1;flex-grow:1}.cart .title{padding:.5rem;text-align:center;color:#000;font-size:1.125rem;font-style:normal;font-weight:500;line-height:120%}.cart .stage-name{text-align:center;color:#000;font-size:.875rem;font-style:normal;font-weight:700;line-height:120%}.cart .cart-progress{position:relative;width:11.5rem;margin:2rem auto 1rem;display:flex;align-items:center;justify-content:space-between}.cart .cart-progress .progress-line{position:absolute;left:.2rem;right:0}.cart .cart-progress .dot{position:relative;width:.5rem;aspect-ratio:1;background:#0b44b3;border-radius:50%;z-index:5}.cart .cart-progress .dot.active{border:1px solid #000000;background:#0b44b3}.cart .cart-progress .dot.active .text{opacity:1}.cart .cart-progress .dot .text{position:absolute;top:-.7rem;transform:translate(-50%);left:50%;font-weight:500;font-size:.5rem;line-height:100%;text-align:center;color:#000;text-wrap:nowrap;opacity:0}.cart .form{width:min(95%,30rem);margin:.56rem auto;border-radius:1.75rem;background:#fff;box-shadow:0 0 10px #0000001a}.cart .form .cart-progress{margin-top:1rem}.cart .form .stage{padding:.5rem;border-top:1px solid #cdcdcd}.cart .form .stage .stage-wrapper{display:flex;flex-direction:column}.cart .form .stage .stage-wrapper .stage-name{margin-bottom:.4rem;color:#2a2a2a;font-size:1.0625rem;font-style:normal;font-weight:500;line-height:120%}.cart .form .stage .stage-wrapper label{color:#000000b3;font-size:.75rem;font-style:normal;font-weight:300;line-height:120%}.cart .form .stage .stage-wrapper .input{position:relative;margin-bottom:.75rem}.cart .form .stage .stage-wrapper .input input{position:relative;width:100%;padding:.5rem .3rem;color:#000;font-size:.75rem;font-style:normal;font-weight:500;line-height:120%;border-radius:.25rem;border:.5px solid #cdcdcd;background:#fff;z-index:5}.cart .form .stage .stage-wrapper .input input::-moz-placeholder{color:#000000b3;font-weight:400}.cart .form .stage .stage-wrapper .input input::placeholder{color:#000000b3;font-weight:400}.cart .form .stage .stage-wrapper .input input:focus{outline:none}.cart .form .stage .stage-wrapper .privacy-checkbox{margin-bottom:.4rem;display:flex;align-items:flex-start;gap:.25rem}.cart .form .stage .stage-wrapper .privacy-checkbox .text{color:#000000b3;font-size:.625rem;font-style:normal;font-weight:300;line-height:120%}.cart .form .stage .stage-wrapper .stage_button{padding:.56rem;width:100%;margin:0rem auto .6rem;display:block;color:#fff;font-size:1rem;font-style:normal;font-weight:500;line-height:120%;border:none;border-radius:.3125rem;background:var(--btn-bg);cursor:pointer;position:relative;z-index:20}.cart .form .stage .stage-wrapper .protected{text-align:center;color:#000000b3;font-size:.625rem;font-style:normal;font-weight:300;line-height:120%}.cart .delivery{padding:.8rem;width:100%;display:none;text-align:center}.cart .delivery .title{margin-bottom:.5rem;text-align:center;color:var(--btn-bg);font-size:2.125rem;font-style:normal;font-weight:700;line-height:2.75rem}.cart .delivery .stage-name{text-align:center;font-weight:700;font-size:.9rem;line-height:23.16px;color:#000}.cart .delivery .posts{margin-top:1rem;display:flex;flex-direction:column;gap:1rem;color:#000;z-index:5}.cart .delivery .posts .radio{padding:1rem;display:flex;align-items:center;gap:.5rem;border-radius:.5rem;border:1px solid #000;z-index:5;background:#fff}.cart .delivery .posts .radio .radio-wrapper{flex:0 0 1.25rem;width:1.25rem;height:1.25rem;align-self:flex-start;position:relative;border:2px solid #fff;outline:1px solid #000;border-radius:50%}.cart .delivery .posts .radio .radio-wrapper:has(input:checked){background:var(--btn-bg)}.cart .delivery .posts .radio .radio-wrapper input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.cart .delivery .posts .radio label{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem}.cart .delivery .posts .radio label img{width:3.5rem;height:1.5rem;-o-object-fit:scale-down;object-fit:scale-down}.cart .delivery .posts .radio label .text{font-size:1rem;font-weight:700;line-height:26.34px}.cart .delivery .posts .radio label .time{margin-left:auto;font-size:.66rem;font-weight:300}.cart .delivery .posts .radio label .price{margin-left:auto;font-size:1rem;font-weight:500}.cart .delivery .posts .radio label .description{flex:1 0 100%;text-align:left;font-size:.75rem;font-weight:500}.cart .delivery .posts .radio label .description p{margin:0;font-size:15px;line-height:14px}.cart .delivery .stage_button{padding:.8rem;width:100%;margin:0rem auto 0;display:block;color:var(--btn-color);text-align:center;font-size:1.25rem;font-style:normal;font-weight:600;line-height:1.5rem;text-transform:uppercase;border:none;background:var(--btn-bg);border-radius:.6875rem;cursor:pointer;position:relative;z-index:20}.cart .summary{width:100%;padding:1rem;display:none;flex-direction:column}.cart .summary .title{margin-bottom:.5rem;text-align:center;color:var(--btn-bg);font-size:2.125rem;font-style:normal;font-weight:700;line-height:2.75rem}.cart .summary .order-info{position:relative;padding:1rem .5rem;border-radius:8px;border:1px solid #000;flex-grow:1;margin:1rem 0;display:flex;flex-direction:column;gap:.5rem;background:#fff;overflow:hidden}.cart .summary .order-info .cart-item{display:flex;align-items:center;gap:.6rem;padding-bottom:.75rem;border-bottom:1px solid #000000}.cart .summary .order-info .cart-item .photo{flex:0 0 30%}.cart .summary .order-info .cart-item .photo img{width:100%;height:6rem;-o-object-fit:scale-down;object-fit:scale-down}.cart .summary .order-info .cart-item .item-name{width:50%;display:flex;flex-direction:column}.cart .summary .order-info .cart-item .item-name .name{color:#000;font-size:.75rem;font-style:normal;font-weight:700;line-height:120%}.cart .summary .order-info .cart-item .item-name span{font-size:.66rem;line-height:1}.cart .summary .order-info .cart-item .item-name .count{font-size:.66rem;font-weight:300}.cart .summary .order-info .cart-item .price{text-align:right;flex:0 0 20%}.cart .summary .order-info .cart-item .price .time{font-size:.66rem;font-weight:300}.cart .summary .order-info .subtotal{padding:.5rem;display:flex;flex-direction:column;gap:.5rem;border-bottom:1px solid #000000}.cart .summary .order-info .total{padding:.51rem}.cart .summary .order-info .total .info-block .name{color:#000;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.5rem}.cart .summary .order-info .total .info-block .price{text-align:right;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1rem}.cart .summary .order-info .info-block{display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:#000}.cart .summary .order-info .info-block .name{color:#000;font-size:1rem;font-style:normal;font-weight:700;line-height:.8125rem}.cart .summary .order-info .info-block .price{color:#000;text-align:right;font-size:1rem;font-style:normal;font-weight:700;line-height:1rem}.cart .summary .order-info .info-block .total-info{font-weight:600;font-size:1.25rem}.cart .summary .stage_button{padding:.8rem;width:100%;margin:0rem auto 0;display:block;color:var(--btn-color);text-align:center;font-size:1.25rem;font-style:normal;font-weight:600;line-height:1.5rem;text-transform:uppercase;border:none;background:var(--btn-bg);border-radius:.6875rem;cursor:pointer;position:relative;z-index:20}.notifications{position:fixed;top:1.5%;right:1%;max-width:340px;z-index:999;overflow:hidden}.notifications__items{list-style-type:none;margin:0;padding:0}.notifications__item{display:flex;justify-content:space-between;background-color:#fff;border-radius:10px;border:1px solid #e2dede;padding:6px 0;margin-top:5px}.notifications__item__img{max-width:53px;margin:0 2px 0 6px}.notifications__item__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.notifications__item__content{padding:0 5px}.notifications__item__content__header{font-size:11px}.notifications__item-name{font-weight:700}.notifications__item-address{text-decoration:underline}.notifications__item__content__desc{font-size:16px;font-weight:500;color:#134094}.notifications__item__content__bottom{display:flex;align-items:center}.notifications__item__time{font-size:13px}.notifications__item__icons{position:relative;display:flex;margin-left:10px;width:15px;height:15px}.notifications__item__icons img{position:absolute;margin-right:10px;width:15px;height:15px;animation:checIn 3s cubic-bezier(1,-1.23,.49,1.56)}.notifications__item__btn{margin:0 10px 0 5px}.notifications__item__btn-close{vertical-align:inherit}.hiddenNoty{animation-name:hiddenNoty;animation-duration:1.5s;animation-timing-function:linear;-webkit-animation-name:hiddenNoty;-webkit-animation-duration:1.5s;-webkit-animation-timing-function:linear}.showNoty{animation-name:showNoty;animation-duration:2s;animation-timing-function:linear;-webkit-animation-name:showNoty;-webkit-animation-duration:2s;-webkit-animation-timing-function:linear}@keyframes checIn{0%{top:50px}to{top:0}}@keyframes hiddenNoty{0%{opacity:1}50%{opacity:.5}to{opacity:0}}@keyframes showNoty{0%{opacity:0}50%{opacity:.5}to{opacity:1}}:root{--btn-bg: #051446;--btn-color: #ffffff;--primary-family: "Roboto", sans-serif;--secondary-family: "Montserrat", sans-serif}*{box-sizing:border-box}html{font-size:16px}body{font-family:var(--primary-family);overflow-x:hidden;min-height:100dvh;display:flex;flex-direction:column}
