@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes styles-module-scss-module__sv2GoW__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes styles-module-scss-module__sv2GoW__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes styles-module-scss-module__sv2GoW__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes styles-module-scss-module__sv2GoW__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes styles-module-scss-module__sv2GoW__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes styles-module-scss-module__sv2GoW__fade-out{0%{opacity:1}to{opacity:0}}.styles-module-scss-module__sv2GoW__closed_page_section{z-index:500;background-color:var(--bg-color);width:100%;padding:var(--app-padding);justify-content:center;align-items:center;gap:var(--app-padding);height:100vh;height:calc(var(--vh)*1);flex-direction:column;height:100dvh;display:flex;position:fixed;top:0;left:0}.styles-module-scss-module__sv2GoW__closed_page_section .styles-module-scss-module__sv2GoW__form_box{max-width:400px;height:auto}.styles-module-scss-module__sv2GoW__closed_page_section p{font-weight:700}.styles-module-scss-module__sv2GoW__form_children{gap:var(--app-padding);display:flex}.styles-module-scss-module__sv2GoW__form__button{--icon-size:var(--app-padding);--padding:calc(var(--icon-size)/2);aspect-ratio:1;width:auto}.styles-module-scss-module__sv2GoW__form__button svg{fill:var(--t-color);width:var(--icon-size);height:var(--icon-size)}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes forms-module-scss-module__sZsKDa__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes forms-module-scss-module__sZsKDa__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes forms-module-scss-module__sZsKDa__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes forms-module-scss-module__sZsKDa__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes forms-module-scss-module__sZsKDa__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes forms-module-scss-module__sZsKDa__fade-out{0%{opacity:1}to{opacity:0}}.forms-module-scss-module__sZsKDa__form_box{justify-content:center;width:100%;height:100%;display:flex;position:relative}.forms-module-scss-module__sZsKDa__form_wrapper{--form-padding:2rem;--form-gap:15px;--items-gap:calc(var(--form-gap) - 5px);--input-padding:1rem;--state-color:var(--text-sub-color);--input-border-color:var(--border-color);--input-border-height:1px;--input-border:var(--input-border-height)solid var(--input-border-color);--input-accent-border:var(--input-border-height)solid var(--input-border-color);--label-height:calc(var(--input-padding));width:100%;height:100%;position:relative}.forms-module-scss-module__sZsKDa__form_wrapper .forms-module-scss-module__sZsKDa__form_loader{background-color:#0000;height:100%!important;position:absolute!important}.forms-module-scss-module__sZsKDa__auth_form_box .forms-module-scss-module__sZsKDa__form_children{flex-direction:row}.forms-module-scss-module__sZsKDa__send_state_box{z-index:-1;width:0;height:0;position:absolute;top:0;left:0}.forms-module-scss-module__sZsKDa__send_state_box.forms-module-scss-module__sZsKDa__send{z-index:0;width:100%;height:100%;transform:translate(0)}.forms-module-scss-module__sZsKDa__send_state_box{-o-transition:transform .3s;transition:transform .3s;transform:translate(300%)}.forms-module-scss-module__sZsKDa__form_children{flex-direction:column;height:auto;display:flex;position:relative}.forms-module-scss-module__sZsKDa__form_children.forms-module-scss-module__sZsKDa__send{-o-transition:transform .3s;height:100%;transition:transform .3s;transform:translate(300%)}.forms-module-scss-module__sZsKDa__form{justify-content:flex-start;gap:var(--form-gap);width:100%;padding:var(--form-padding);padding-top:var(--form-padding);align-self:center;height:100%;display:flex}.forms-module-scss-module__sZsKDa__form.forms-module-scss-module__sZsKDa__sign_up_form,.forms-module-scss-module__sZsKDa__form.forms-module-scss-module__sZsKDa__sign_in_form{max-width:800px}.forms-module-scss-module__sZsKDa__form>*{width:100%}.forms-module-scss-module__sZsKDa__form input[required]+label:after,.forms-module-scss-module__sZsKDa__form select[required]+label:after{content:" *";color:var(--accent-color)}.forms-module-scss-module__sZsKDa__form input:-webkit-autofill{-webkit-animation-name:forms-module-scss-module__sZsKDa__autofill;-webkit-animation-fill-mode:both}.forms-module-scss-module__sZsKDa__form textarea:focus,.forms-module-scss-module__sZsKDa__form input:focus,.forms-module-scss-module__sZsKDa__form select:focus{border:var(--input-accent-border);outline:none}.forms-module-scss-module__sZsKDa__form input:-webkit-autofill:focus{border:var(--input-accent-border);outline:none}.forms-module-scss-module__sZsKDa__form textarea{resize:vertical;height:auto}.forms-module-scss-module__sZsKDa__form select:disabled{appearance:none;-o-appearance:none}.forms-module-scss-module__sZsKDa__form input::placeholder{color:#fff!important;opacity:1!important}.forms-module-scss-module__sZsKDa__form input:-ms-placeholder-shown{color:#fff!important;opacity:1!important}.forms-module-scss-module__sZsKDa__form input::-moz-placeholder{color:#fff!important;opacity:1!important}.forms-module-scss-module__sZsKDa__form ::-webkit-input-placeholder{color:#fff!important;opacity:1!important}.forms-module-scss-module__sZsKDa__form input[type=radio]{font:inherit;color:currentColor;border:var(--input-border);border-radius:calc(var(--outer-br) - var(--inner-br));cursor:pointer;aspect-ratio:1;background-color:#0000;place-content:center;width:.8em;max-width:15px;height:.8em;max-height:15px;margin:0;display:grid}.forms-module-scss-module__sZsKDa__form input[type=radio]:before{content:"";border-radius:calc(var(--inner-br)/2);-o-transition:.12s transform ease-in-out;-ms-box-shadow:inset 1em 1em var(--accent-color);width:.8em;height:.8em;-webkit-box-shadow:inset 1em 1em var(--accent-color);-moz-box-shadow:inset 1em 1em var(--accent-color);-o-box-shadow:inset 1em 1em var(--accent-color);box-shadow:inset 1em 1em var(--accent-color);transition:transform .12s ease-in-out;transform:scale(0)}.forms-module-scss-module__sZsKDa__form input[type=radio]:checked:before{transform:scale(1)}.forms-module-scss-module__sZsKDa__form input[type=radio]{appearance:none;-o-appearance:none;transform:scale(.8)}.forms-module-scss-module__sZsKDa__form{-o-transition:transform .3s;transition:transform .3s}@keyframes forms-module-scss-module__sZsKDa__autofill{to{color:inherit!important;background:0 0!important}}.forms-module-scss-module__sZsKDa__send{transform:translate(300%)}.forms-module-scss-module__sZsKDa__auth_form_wrapper{justify-content:center;align-items:center;width:100%;min-height:300px;display:flex;position:relative}.forms-module-scss-module__sZsKDa__form_side{background-color:var(--box-color-tr);border:var(--input-border-height)#0000;flex-direction:column;min-width:200px;display:flex;position:relative}.forms-module-scss-module__sZsKDa__form_side header{background-color:var(--box-color-tr);flex-direction:column;justify-content:center;align-items:center;min-height:30%;padding:10px;display:flex}.forms-module-scss-module__sZsKDa__form_side .forms-module-scss-module__sZsKDa__side_content{padding:var(--form-gap);gap:var(--items-gap);flex-direction:column;display:flex;font-size:.9rem!important}.forms-module-scss-module__sZsKDa__form_side .forms-module-scss-module__sZsKDa__side_content p{font-size:.9rem!important}.forms-module-scss-module__sZsKDa__reset_password_link{color:var(--t-color);text-align:center;font-size:small}@media (hover:hover) and (pointer:fine){.forms-module-scss-module__sZsKDa__reset_password_link:hover{color:var(--text-sub-color)}}.forms-module-scss-module__sZsKDa__change_auth_type{text-align:center;flex-direction:column;margin-top:10px;display:flex}.forms-module-scss-module__sZsKDa__change_auth_type a,.forms-module-scss-module__sZsKDa__accent_text{color:var(--accent-color)}.forms-module-scss-module__sZsKDa__loader{width:100%!important;height:100%!important;position:absolute!important}.forms-module-scss-module__sZsKDa__form_items{--items-gap:calc(var(--form-gap));gap:var(--items-gap);flex-flow:column wrap;display:flex}.forms-module-scss-module__sZsKDa__form_items .forms-module-scss-module__sZsKDa__items_group{gap:var(--items-gap);display:flex}.forms-module-scss-module__sZsKDa__form_items .forms-module-scss-module__sZsKDa__items_group.forms-module-scss-module__sZsKDa__with_border{padding-bottom:var(--form-gap);border-bottom:var(--ui-border);border-spacing:30px}.forms-module-scss-module__sZsKDa__form_items .forms-module-scss-module__sZsKDa__items_group .forms-module-scss-module__sZsKDa__form_item{width:100%}.forms-module-scss-module__sZsKDa__form_state_section{text-align:center;border-radius:var(--outer-br);justify-content:center;align-items:center;gap:var(--items-gap);flex-direction:column;width:100%;height:100%;padding:25px;display:flex;position:absolute;top:0;left:0}.forms-module-scss-module__sZsKDa__form_state_section a{color:var(--accent-color)}.forms-module-scss-module__sZsKDa__form_state_section .forms-module-scss-module__sZsKDa__form_status_text{flex-direction:column;font-weight:700;display:flex}.forms-module-scss-module__sZsKDa__state_icon{text-align:center;justify-content:center;align-items:center;width:100%;max-width:50px;height:100%;max-height:50px;margin-bottom:30px;display:flex}.forms-module-scss-module__sZsKDa__state_icon svg{width:100%;height:100%}.forms-module-scss-module__sZsKDa__state_icon.forms-module-scss-module__sZsKDa__good svg{fill:var(--accent-color)}.forms-module-scss-module__sZsKDa__state_icon.forms-module-scss-module__sZsKDa__bad svg{fill:var(--error-color)}.forms-module-scss-module__sZsKDa__field_validate{color:var(--error-color);text-align:end;order:3;font-size:.6rem;position:absolute;top:100%;right:0}.forms-module-scss-module__sZsKDa__good_validate{color:var(--accent-color)}.forms-module-scss-module__sZsKDa__error_message{text-align:center;color:var(--error-color)}.forms-module-scss-module__sZsKDa__disabled input[required]+label:after,.forms-module-scss-module__sZsKDa__disabled select[required]+label:after{display:none}.forms-module-scss-module__sZsKDa__hint_box,.forms-module-scss-module__sZsKDa__show_hide_password{height:var(--input-height);width:var(--input-height);justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0}.forms-module-scss-module__sZsKDa__hint_box .forms-module-scss-module__sZsKDa__hint,.forms-module-scss-module__sZsKDa__show_hide_password .forms-module-scss-module__sZsKDa__hint{background-color:#0000}.forms-module-scss-module__sZsKDa__show_hide_password{cursor:pointer;right:0}.forms-module-scss-module__sZsKDa__show_hide_password i{background-color:var(--box-color-tr);border-radius:calc(var(--outer-br) - var(--inner-br));max-width:20px;max-height:20px;margin:5px;padding:5px;display:flex;position:relative}.forms-module-scss-module__sZsKDa__show_hide_password i svg{width:100%;height:100%;fill:var(--text-sub-color)}.forms-module-scss-module__sZsKDa__sign_up_captcha{align-self:center}.forms-module-scss-module__sZsKDa__form_item{--input-height:50px;width:100%;height:var(--input-height);flex-direction:column;display:flex;position:relative}.forms-module-scss-module__sZsKDa__form_item.forms-module-scss-module__sZsKDa__error{--state-color:var(--error-color);--input-border-color:var(--state-color)}.forms-module-scss-module__sZsKDa__form_item.forms-module-scss-module__sZsKDa__valid{--state-color:var(--accent-color);--input-border-color:var(--state-color)}.forms-module-scss-module__sZsKDa__form_item label span{font-size:.7rem}.forms-module-scss-module__sZsKDa__form_item.forms-module-scss-module__sZsKDa__pswrd .forms-module-scss-module__sZsKDa__input_field{padding-right:var(--input-height)}.forms-module-scss-module__sZsKDa__form_item.forms-module-scss-module__sZsKDa__pswrd .forms-module-scss-module__sZsKDa__input_field.forms-module-scss-module__sZsKDa__with_hint{padding-right:calc(var(--input-height)*2)}.forms-module-scss-module__sZsKDa__form_item textarea{resize:vertical;width:100%;min-height:100px}.forms-module-scss-module__sZsKDa__form_item.forms-module-scss-module__sZsKDa__with_hint .forms-module-scss-module__sZsKDa__hint_box,.forms-module-scss-module__sZsKDa__form_item.forms-module-scss-module__sZsKDa__with_hint .forms-module-scss-module__sZsKDa__show_hide_password{right:calc(var(--input-height)/2)}.forms-module-scss-module__sZsKDa__form_item .forms-module-scss-module__sZsKDa__field_hint{right:var(--input-padding);position:absolute;top:50%}.forms-module-scss-module__sZsKDa__form_item .forms-module-scss-module__sZsKDa__field_hint .forms-module-scss-module__sZsKDa__content{font-size:.75rem}.forms-module-scss-module__sZsKDa__form_item .forms-module-scss-module__sZsKDa__field_hint{transform:translateY(-50%)}.forms-module-scss-module__sZsKDa__input_field{--label-padding:calc(var(--input-padding)/4);border:var(--input-border);border-radius:calc(var(--outer-br) - var(--inner-br));width:100%;height:100%;padding:var(--input-padding);color:var(--text-sub-color);background:0 0;outline:none;order:1;font-family:unset;font-size:.9rem}.forms-module-scss-module__sZsKDa__input_field:-webkit-autofill{border:var(--ui-border);-webkit-text-fill-color:var(--accent-color);font-family:unset}.forms-module-scss-module__sZsKDa__input_field:-webkit-autofill:hover{border:var(--ui-border);-webkit-text-fill-color:var(--accent-color);font-family:unset}.forms-module-scss-module__sZsKDa__input_field:-webkit-autofill:focus{border:var(--ui-border);-webkit-text-fill-color:var(--accent-color);font-family:unset}.forms-module-scss-module__sZsKDa__input_field:-webkit-autofill{-o-transition:padding .3s,background-color 5000s ease-in-out;transition:padding .3s,background-color 5000s ease-in-out}.forms-module-scss-module__sZsKDa__input_field:-webkit-autofill:hover{-o-transition:padding .3s,background-color 5000s ease-in-out;transition:padding .3s,background-color 5000s ease-in-out}.forms-module-scss-module__sZsKDa__input_field:-webkit-autofill:focus{-o-transition:padding .3s,background-color 5000s ease-in-out;transition:padding .3s,background-color 5000s ease-in-out}.forms-module-scss-module__sZsKDa__input_field:focus,.forms-module-scss-module__sZsKDa__input_field:autofill{--label-height:calc(var(--input-padding)/2)}.forms-module-scss-module__sZsKDa__input_field:focus+.forms-module-scss-module__sZsKDa__form_label,.forms-module-scss-module__sZsKDa__input_field:autofill+.forms-module-scss-module__sZsKDa__form_label{top:0;left:var(--input-padding);z-index:10;background-color:var(--box-color);color:var(--t-color);font-weight:500;font-size:.6rem!important}.forms-module-scss-module__sZsKDa__input_field:placeholder-shown:not(:focus)+.forms-module-scss-module__sZsKDa__form_label,.forms-module-scss-module__sZsKDa__input_field:valid:not(:focus)+.forms-module-scss-module__sZsKDa__form_label{top:calc(var(--label-height)/2 + var(--input-border-height));left:calc(0px + var(--input-border-height));z-index:10;color:var(--state-color);font-weight:500;font-size:.6rem!important}.forms-module-scss-module__sZsKDa__input_field:placeholder-shown:not(:focus),.forms-module-scss-module__sZsKDa__input_field:valid:not(:focus){padding:var(--input-padding)var(--input-padding)var(--label-padding)var(--label-padding)}.forms-module-scss-module__sZsKDa__input_field{-o-transition:padding .3s;transition:padding .3s}.forms-module-scss-module__sZsKDa__form_label{left:var(--input-padding);padding:0 calc(var(--input-padding)/4);color:var(--text-sub-color);border-radius:calc(var(--outer-br) - var(--inner-br));height:var(--label-height);-o-transition:.3s;order:2;align-items:center;gap:5px;font-size:100%;font-weight:500;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.forms-module-scss-module__sZsKDa__form_buttons{justify-content:space-around;display:flex}.forms-module-scss-module__sZsKDa__form_buttons>*{margin-right:5px}.forms-module-scss-module__sZsKDa__auth_button{height:48px;font-size:1rem;--border-radius:calc(var(--outer-br) - var(--inner-br))!important}.forms-module-scss-module__sZsKDa__account_form{gap:var(--items-gap);display:grid}.forms-module-scss-module__sZsKDa__logo_box{justify-content:center;align-items:center;display:flex}@media only screen and (max-width:1200px){.forms-module-scss-module__sZsKDa__auth_form_box .forms-module-scss-module__sZsKDa__form_children{flex-direction:column}}@media only screen and (max-width:800px){.forms-module-scss-module__sZsKDa__auth_form_box .forms-module-scss-module__sZsKDa__form_children{flex-direction:row}}@media only screen and (max-width:700px){.forms-module-scss-module__sZsKDa__auth_form_box .forms-module-scss-module__sZsKDa__form_children{flex-direction:column}}@media only screen and (max-width:600px){.forms-module-scss-module__sZsKDa__form_wrapper{width:100%}.forms-module-scss-module__sZsKDa__form_wrapper .forms-module-scss-module__sZsKDa__form_side{border:0;width:100%}.forms-module-scss-module__sZsKDa__form_wrapper .forms-module-scss-module__sZsKDa__form_side .forms-module-scss-module__sZsKDa__side_content{text-align:center}}@media only screen and (max-width:500px){.forms-module-scss-module__sZsKDa__form_items .forms-module-scss-module__sZsKDa__items_group{flex-direction:column}}@media only screen and (max-width:400px){.forms-module-scss-module__sZsKDa__input_field{font-size:.8rem}}@media only screen and (max-width:350px){.forms-module-scss-module__sZsKDa__form_wrapper{--form-padding:1rem}}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes meet-form-module-scss-module__mmu0Kq__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes meet-form-module-scss-module__mmu0Kq__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes meet-form-module-scss-module__mmu0Kq__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes meet-form-module-scss-module__mmu0Kq__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes meet-form-module-scss-module__mmu0Kq__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes meet-form-module-scss-module__mmu0Kq__fade-out{0%{opacity:1}to{opacity:0}}.meet-form-module-scss-module__mmu0Kq__meet_animal_box{background-color:var(--box-color);border-radius:var(--outer-br);border:1px solid var(--box-color-tr);text-align:center;max-width:500px;min-height:300px;color:var(--t-color);flex-direction:column;justify-content:flex-start;align-self:center;align-items:center;gap:10px;padding:20px;display:flex;overflow:hidden auto}.meet-form-module-scss-module__mmu0Kq__meet_animal_box h6{height:auto;color:var(--t-color);font-size:1rem}.meet-form-module-scss-module__mmu0Kq__meet_animal_box h6 span{color:var(--accent-color)}.meet-form-module-scss-module__mmu0Kq__meet_animal_box h6{-o-transition:height .3s ease-in-out,margin-bottom .3s ease-in-out;transition:height .3s ease-in-out,margin-bottom .3s ease-in-out}.meet-form-module-scss-module__mmu0Kq__meet_animal_box hr{-o-transition:height .3s ease-in-out,margin-bottom .3s ease-in-out;width:30%;transition:height .3s ease-in-out,margin-bottom .3s ease-in-out}.meet-form-module-scss-module__mmu0Kq__meet_animal_box.meet-form-module-scss-module__mmu0Kq__send h6{height:0;margin-bottom:0;overflow:hidden}.meet-form-module-scss-module__mmu0Kq__meet_animal_box.meet-form-module-scss-module__mmu0Kq__send hr{height:0}.meet-form-module-scss-module__mmu0Kq__meet_animal_box{scrollbar-width:thin;scrollbar-track-color:var(--box-color-tr);scrollbar-width:3px;scrollbar-color:var(--box-color-tr)var(--border-color);scrollbar-gutter:stable}.meet-form-module-scss-module__mmu0Kq__meet_animal_box::-webkit-scrollbar{border-radius:var(--inner-br);border:1px!important;width:3px!important;height:3px!important}.meet-form-module-scss-module__mmu0Kq__meet_animal_box::-webkit-scrollbar-track{background-color:var(--box-color-tr)}.meet-form-module-scss-module__mmu0Kq__meet_animal_box::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:calc(var(--inner-br)/2)}.meet-form-module-scss-module__mmu0Kq__contacts_wrapper{flex-wrap:wrap;justify-content:center;gap:10px;width:100%;display:flex}.meet-form-module-scss-module__mmu0Kq__contacts_wrapper a{border-radius:var(--inner-br);color:var(--bg-color);background-color:#0000;overflow:hidden}.meet-form-module-scss-module__mmu0Kq__contacts_wrapper a button{border-radius:var(--inner-br);background-color:currentColor;gap:10px}@media (hover:hover) and (pointer:fine){.meet-form-module-scss-module__mmu0Kq__contacts_wrapper a button:hover svg,.meet-form-module-scss-module__mmu0Kq__contacts_wrapper a button:hover span{fill:var(--bg-color);color:var(--bg-color)}}.meet-form-module-scss-module__mmu0Kq__form{--form-gap:15px;all:unset;gap:var(--form-gap);border-radius:var(--outer-br);flex-direction:column;display:flex}.meet-form-module-scss-module__mmu0Kq__form label span{font-size:.8rem}.meet-form-module-scss-module__mmu0Kq__form .meet-form-module-scss-module__mmu0Kq__comment{height:auto;min-height:70px;max-height:300px}.meet-form-module-scss-module__mmu0Kq__input,.meet-form-module-scss-module__mmu0Kq__comment{--input-height:50px!important}.meet-form-module-scss-module__mmu0Kq__input input,.meet-form-module-scss-module__mmu0Kq__input textarea,.meet-form-module-scss-module__mmu0Kq__comment input,.meet-form-module-scss-module__mmu0Kq__comment textarea{font-size:.8rem}.meet-form-module-scss-module__mmu0Kq__name_telephone,.meet-form-module-scss-module__mmu0Kq__email_comment{gap:var(--form-gap);display:flex}.meet-form-module-scss-module__mmu0Kq__name_telephone>div,.meet-form-module-scss-module__mmu0Kq__email_comment>div{width:100%}.meet-form-module-scss-module__mmu0Kq__email_comment{flex-direction:column}.meet-form-module-scss-module__mmu0Kq__send_button{height:45px}.meet-form-module-scss-module__mmu0Kq__send_button:disabled{opacity:.6}.meet-form-module-scss-module__mmu0Kq__big{text-transform:uppercase;font-size:1.8rem}.meet-form-module-scss-module__mmu0Kq__big[data-state=ok]{color:var(--accent-color)}.meet-form-module-scss-module__mmu0Kq__big[data-state=error]{color:var(--error-color)}.meet-form-module-scss-module__mmu0Kq__captcha{justify-content:center;align-self:center;display:flex;width:fit-content!important}@media only screen and (max-width:600px){.meet-form-module-scss-module__mmu0Kq__meet_animal_box h6{padding:0 var(--app-padding);font-size:.9rem}.meet-form-module-scss-module__mmu0Kq__form .meet-form-module-scss-module__mmu0Kq__name_telephone,.meet-form-module-scss-module__mmu0Kq__form .meet-form-module-scss-module__mmu0Kq__email_comment{flex-direction:column}}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes styles-module-scss-module__ZyRVxa__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes styles-module-scss-module__ZyRVxa__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes styles-module-scss-module__ZyRVxa__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes styles-module-scss-module__ZyRVxa__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes styles-module-scss-module__ZyRVxa__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes styles-module-scss-module__ZyRVxa__fade-out{0%{opacity:1}to{opacity:0}}.styles-module-scss-module__ZyRVxa__animal_data{gap:var(--animal-profile-gap);margin-top:calc(var(--profile-hero-height)*-1 - var(--animal-profile-gap));display:flex;position:relative}.styles-module-scss-module__ZyRVxa__gallery_meta,.styles-module-scss-module__ZyRVxa__description_contacts{gap:var(--animal-profile-gap);flex-direction:column;display:flex}.styles-module-scss-module__ZyRVxa__gallery_meta{width:45%;height:fit-content;top:var(--header-height);order:0;position:sticky}.styles-module-scss-module__ZyRVxa__description_contacts{order:1;width:55%}.styles-module-scss-module__ZyRVxa__animal_profile{--box-padding:20px;--box-gap:calc(var(--box-padding)/2);--box-border-radius:var(--outer-br);gap:var(--animal-profile-gap);flex-direction:column;max-width:100%;display:flex}.styles-module-scss-module__ZyRVxa__animal_profile.styles-module-scss-module__ZyRVxa__modal{--box-border-radius:var(--inner-br);--profile-hero-height:0px}.styles-module-scss-module__ZyRVxa__animal_profile.styles-module-scss-module__ZyRVxa__modal .styles-module-scss-module__ZyRVxa__gallery_meta{top:0}.styles-module-scss-module__ZyRVxa__animal_profile.styles-module-scss-module__ZyRVxa__modal .styles-module-scss-module__ZyRVxa__animal_data{margin-top:0}.styles-module-scss-module__ZyRVxa__animal_profile.styles-module-scss-module__ZyRVxa__modal .styles-module-scss-module__ZyRVxa__hero,.styles-module-scss-module__ZyRVxa__animal_profile.styles-module-scss-module__ZyRVxa__modal [hero-item-type=box]{border-radius:var(--modal-br)var(--modal-br)0 0}.styles-module-scss-module__ZyRVxa__animal_profile [animal-data-item]{--font-size:.9rem;background-color:var(--label-box-color);padding:var(--box-padding);border-radius:var(--box-border-radius);border:var(--ui-border);gap:var(--box-gap);flex-direction:column;width:100%;display:flex;position:relative}.styles-module-scss-module__ZyRVxa__animal_profile [animal-data-item]:before{content:"";z-index:-1;border-radius:inherit;background-color:var(--label-box-color);-ms-box-shadow:none;width:100%;height:100%;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;background-color:var(--box-color);border:none;position:absolute;top:0;left:0;overflow:hidden}@supports ((-webkit-backdrop-filter:blur(50px) saturate(86%)) or (backdrop-filter:blur(50px) saturate(86%))){.styles-module-scss-module__ZyRVxa__animal_profile [animal-data-item]:before{background-color:var(--label-box-color);-webkit-backdrop-filter:blur(50px)saturate(86%);backdrop-filter:blur(50px)saturate(86%);-moz-backdrop-filter:blur(50px)saturate(86%);-ms-backdrop-filter:blur(50px)saturate(86%);-o-backdrop-filter:blur(50px)saturate(86%);transform:translate(0,0)}}.styles-module-scss-module__ZyRVxa__animal_profile [animal-data-item]:before{transform:translate(0,0)}.styles-module-scss-module__ZyRVxa__animal_profile [animal-data-item-heading]{--heading-font-size:1.6rem;margin-bottom:var(--box-gap);gap:calc(var(--box-gap)/2);font-weight:700;font-size:var(--heading-font-size);justify-content:space-between;display:flex}.styles-module-scss-module__ZyRVxa__animal_profile [animal-data-item-heading] h2{font-weight:700;font-size:var(--heading-font-size)}.styles-module-scss-module__ZyRVxa__animal_profile .styles-module-scss-module__ZyRVxa__button{--icon-size:15px;--b-bg-color:var(--accent-color);--border-radius:calc(var(--box-border-radius)/2);--border:var(--ui-border);--border-color:transparent}.styles-module-scss-module__ZyRVxa__animal_profile .styles-module-scss-module__ZyRVxa__button.styles-module-scss-module__ZyRVxa__add_to_fav_button{--b-bg-color:var(--label-box-color);--border-color:var(--accent-color);--color:var(--accent-color);--icon-color:var(--accent-color);--icon-size:25px}.styles-module-scss-module__ZyRVxa__animal_profile .styles-module-scss-module__ZyRVxa__button.styles-module-scss-module__ZyRVxa__add_to_fav_button.styles-module-scss-module__ZyRVxa__load .styles-module-scss-module__ZyRVxa__content{-ms-animation:1.5s heart-beat linear infinite;animation:1.5s linear infinite styles-module-scss-module__ZyRVxa__heart-beat}.styles-module-scss-module__ZyRVxa__animal_profile .styles-module-scss-module__ZyRVxa__button.styles-module-scss-module__ZyRVxa__add_to_fav_button.styles-module-scss-module__ZyRVxa__load{pointer-events:none}.styles-module-scss-module__ZyRVxa__animal_profile .styles-module-scss-module__ZyRVxa__button.styles-module-scss-module__ZyRVxa__add_to_fav_button.styles-module-scss-module__ZyRVxa__fav{--border-color:var(--border-color);--color:var(--t-color);--icon-color:var(--t-color)}.styles-module-scss-module__ZyRVxa__animal_profile .styles-module-scss-module__ZyRVxa__hero{--hero-height:var(--profile-hero-height)!important;--hero-blur:20px!important;--hero-padding:0px!important}.styles-module-scss-module__ZyRVxa__animal_profile .styles-module-scss-module__ZyRVxa__hero.styles-module-scss-module__ZyRVxa__modal{display:none}.styles-module-scss-module__ZyRVxa__animal_profile,.styles-module-scss-module__ZyRVxa__animal_profile>*{-webkit-user-select:none;user-select:none;-o-user-select:none}.styles-module-scss-module__ZyRVxa__animal_profile_meta>div{width:100%}.styles-module-scss-module__ZyRVxa__meta_gifts{gap:var(--animal-profile-gap);flex-direction:column;width:100%;display:flex}.styles-module-scss-module__ZyRVxa__privet_button{height:50px}@media only screen and (max-width:800px){.styles-module-scss-module__ZyRVxa__animal_data{flex-direction:column}.styles-module-scss-module__ZyRVxa__gallery_meta{flex-direction:row;width:100%;position:static}.styles-module-scss-module__ZyRVxa__description_contacts{width:100%}.styles-module-scss-module__ZyRVxa__meta_gifts{width:50%}}@media only screen and (max-width:700px){.styles-module-scss-module__ZyRVxa__meta_gifts{width:100%}.styles-module-scss-module__ZyRVxa__gallery_meta{flex-direction:column;align-items:center}}@media only screen and (max-width:550px){.styles-module-scss-module__ZyRVxa__animal_profile_meta{flex-direction:column}}@media only screen and (max-width:400px){.styles-module-scss-module__ZyRVxa__animal_profile [animal-data-item-heading]{--heading-font-size:1.1rem}}@media only screen and (max-width:300px){.styles-module-scss-module__ZyRVxa__animal_profile{--box-padding:15px}}@media only screen and (max-height:500px){.styles-module-scss-module__ZyRVxa__gallery_meta{top:0}}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes donate-form-module-scss-module__shii4q__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes donate-form-module-scss-module__shii4q__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes donate-form-module-scss-module__shii4q__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes donate-form-module-scss-module__shii4q__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes donate-form-module-scss-module__shii4q__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes donate-form-module-scss-module__shii4q__fade-out{0%{opacity:1}to{opacity:0}}.donate-form-module-scss-module__shii4q__form_box{background-color:var(--bg-color);border-radius:var(--outer-br);color:var(--t-color);border:var(--ui-border);scrollbar-width:thin;scrollbar-track-color:var(--box-color-tr);scrollbar-width:3px;scrollbar-color:var(--box-color-tr)var(--border-color);scrollbar-gutter:stable;flex-direction:column;align-self:center;max-width:600px;display:flex;overflow:hidden auto}.donate-form-module-scss-module__shii4q__form_box::-webkit-scrollbar{border-radius:var(--inner-br);border:1px!important;width:3px!important;height:3px!important}.donate-form-module-scss-module__shii4q__form_box::-webkit-scrollbar-track{background-color:var(--box-color-tr)}.donate-form-module-scss-module__shii4q__form_box::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:calc(var(--inner-br)/2)}.donate-form-module-scss-module__shii4q__form_box{width:90vw;width:calc(var(--vw)*.9);width:90dvw}.donate-form-module-scss-module__shii4q__form_wrapper{padding:var(--form-padding);align-self:center;gap:var(--form-gap);flex-direction:column;display:flex}.donate-form-module-scss-module__shii4q__form{--form-padding:20px;--form-gap:calc(var(--form-padding)/2);flex-direction:column;max-width:none;overflow:hidden auto}.donate-form-module-scss-module__shii4q__form_item{height:auto;padding:calc(var(--form-padding)/2);background-color:var(--box-color);border-radius:var(--inner-br);align-items:center;gap:calc(var(--form-gap)/2);flex-direction:row;width:fit-content;font-size:.8em;font-weight:700}.donate-form-module-scss-module__shii4q__form_item svg{width:100%;height:100%;max-height:20px;fill:var(--t-color);padding:0}.donate-form-module-scss-module__shii4q__form .donate-form-module-scss-module__shii4q__state{font-size:.8em;font-weight:700;position:absolute;top:0;right:0}.donate-form-module-scss-module__shii4q__form .donate-form-module-scss-module__shii4q__state span{gap:calc(var(--form-gap)/2);display:flex}.donate-form-module-scss-module__shii4q__form .donate-form-module-scss-module__shii4q__state span svg{aspect-ratio:1;width:15px;height:15px;fill:var(--accent-color)}.donate-form-module-scss-module__shii4q__form .donate-form-module-scss-module__shii4q__state span.donate-form-module-scss-module__shii4q__no svg{fill:var(--error-color)}.donate-form-module-scss-module__shii4q__form .donate-form-module-scss-module__shii4q__button{margin-top:var(--form-padding);height:45px}.donate-form-module-scss-module__shii4q__form .donate-form-module-scss-module__shii4q__non_fix_input{height:unset;min-width:50%;width:inherit;order:0;padding:calc(var(--form-gap)/2)var(--form-gap)!important}.donate-form-module-scss-module__shii4q__form .donate-form-module-scss-module__shii4q__non_fix_input::-webkit-outer-spin-button{margin:0}.donate-form-module-scss-module__shii4q__form .donate-form-module-scss-module__shii4q__non_fix_input::-webkit-inner-spin-button{margin:0}.donate-form-module-scss-module__shii4q__form .donate-form-module-scss-module__shii4q__non_fix_input::-webkit-outer-spin-button{appearance:none;-o-appearance:none}.donate-form-module-scss-module__shii4q__form .donate-form-module-scss-module__shii4q__non_fix_input::-webkit-inner-spin-button{appearance:none;-o-appearance:none}.donate-form-module-scss-module__shii4q__form input[type=number]{appearance:textfield;-o-appearance:textfield}.donate-form-module-scss-module__shii4q__form .donate-form-module-scss-module__shii4q__comment_input{--input-height:40px;border-radius:calc(var(--outer-br) - var(--inner-br));height:var(--input-height);background-color:var(--box-color);order:0;font-size:.8em;padding:calc(var(--form-gap)/2)var(--form-gap)!important}.donate-form-module-scss-module__shii4q__form{scrollbar-width:thin;scrollbar-track-color:var(--box-color-tr);scrollbar-width:3px;scrollbar-color:var(--box-color-tr)var(--border-color);scrollbar-gutter:stable}.donate-form-module-scss-module__shii4q__form::-webkit-scrollbar{border-radius:var(--inner-br);border:1px!important;width:3px!important;height:3px!important}.donate-form-module-scss-module__shii4q__form::-webkit-scrollbar-track{background-color:var(--box-color-tr)}.donate-form-module-scss-module__shii4q__form::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:calc(var(--inner-br)/2)}.donate-form-module-scss-module__shii4q__form,.donate-form-module-scss-module__shii4q__form>*{-webkit-user-select:none;user-select:none;-o-user-select:none}.donate-form-module-scss-module__shii4q__payment_type_wrapper,.donate-form-module-scss-module__shii4q__amounts_wrapper,.donate-form-module-scss-module__shii4q__comment_wrapper,.donate-form-module-scss-module__shii4q__result_wrapper{gap:calc(var(--form-gap)/2);padding-bottom:var(--form-padding);flex-direction:column;display:flex}.donate-form-module-scss-module__shii4q__payment_type_wrapper span,.donate-form-module-scss-module__shii4q__amounts_wrapper span,.donate-form-module-scss-module__shii4q__comment_wrapper span,.donate-form-module-scss-module__shii4q__result_wrapper span{margin-bottom:calc(var(--form-gap)/2);text-transform:uppercase;font-weight:700}.donate-form-module-scss-module__shii4q__payment_type_wrapper,.donate-form-module-scss-module__shii4q__amounts_wrapper,.donate-form-module-scss-module__shii4q__comment_wrapper,.donate-form-module-scss-module__shii4q__result_wrapper{border-bottom:var(--ui-border)}.donate-form-module-scss-module__shii4q__payment_type{gap:10px;display:flex;position:relative}.donate-form-module-scss-module__shii4q__payment_type .donate-form-module-scss-module__shii4q__form_item{--item-border-color:transparent;border-radius:calc(var(--outer-br) - var(--inner-br));cursor:pointer;border:1px solid var(--item-border-color);margin-bottom:0}.donate-form-module-scss-module__shii4q__payment_type .donate-form-module-scss-module__shii4q__form_item input[type=radio]{display:none}.donate-form-module-scss-module__shii4q__payment_type .donate-form-module-scss-module__shii4q__form_item.donate-form-module-scss-module__shii4q__checked{--item-border-color:var(--accent-color);color:var(--item-border-color)}.donate-form-module-scss-module__shii4q__payment_type .donate-form-module-scss-module__shii4q__form_item.donate-form-module-scss-module__shii4q__checked svg{fill:var(--item-border-color)}.donate-form-module-scss-module__shii4q__payment_type .donate-form-module-scss-module__shii4q__form_item.donate-form-module-scss-module__shii4q__checked input[type=radio]:checked:before{-ms-box-shadow:inset 1em 1em var(--t-color);-webkit-box-shadow:inset 1em 1em var(--t-color);-moz-box-shadow:inset 1em 1em var(--t-color);-o-box-shadow:inset 1em 1em var(--t-color);box-shadow:inset 1em 1em var(--t-color)}@media (hover:hover) and (pointer:fine){.donate-form-module-scss-module__shii4q__payment_type .donate-form-module-scss-module__shii4q__form_item:hover{background-color:var(--hover-color)}}.donate-form-module-scss-module__shii4q__payment_type svg{max-width:var(--form-padding);padding:0}.donate-form-module-scss-module__shii4q__amounts_wrapper,.donate-form-module-scss-module__shii4q__comment_wrapper,.donate-form-module-scss-module__shii4q__result_wrapper{position:relative}.donate-form-module-scss-module__shii4q__amounts{gap:calc(var(--form-gap)/2);flex-wrap:wrap;width:fit-content;display:flex}.donate-form-module-scss-module__shii4q__amounts .donate-form-module-scss-module__shii4q__choose_amount_button{gap:calc(var(--form-gap)/2);display:flex}.donate-form-module-scss-module__shii4q__amounts .donate-form-module-scss-module__shii4q__choose_amount_button svg{width:15px;height:15px;fill:var(--t-color)}.donate-form-module-scss-module__shii4q__amounts_item{--amount-item-b-color:var(--border-color);border-radius:calc(var(--outer-br) - var(--inner-br));border:1px solid var(--amount-item-b-color);background-color:var(--box-color);padding:calc(var(--form-padding)/2);cursor:pointer;justify-content:center;align-items:center;font-size:.8em;font-weight:700;display:flex}.donate-form-module-scss-module__shii4q__amounts_item.donate-form-module-scss-module__shii4q__checked{--amount-item-b-color:var(--accent-color);color:var(--amount-item-b-color)}.donate-form-module-scss-module__shii4q__amounts_item.donate-form-module-scss-module__shii4q__checked svg{fill:var(--amount-item-b-color)}@media (hover:hover) and (pointer:fine){.donate-form-module-scss-module__shii4q__amounts_item:hover{background-color:var(--hover-color)}}.donate-form-module-scss-module__shii4q__result_wrapper{border-bottom:0;flex-direction:column;gap:3px;font-size:.8em;display:flex}.donate-form-module-scss-module__shii4q__result_wrapper .donate-form-module-scss-module__shii4q__sum{gap:5px;font-size:1.2rem;font-weight:700;display:flex}.donate-form-module-scss-module__shii4q__result_wrapper .donate-form-module-scss-module__shii4q__sum .donate-form-module-scss-module__shii4q__sum_number{color:var(--accent-color);font-size:1.4rem}@media only screen and (max-width:600px){.donate-form-module-scss-module__shii4q__amounts_wrapper{min-height:130px}}@media only screen and (max-width:450px){.donate-form-module-scss-module__shii4q__amounts_wrapper .donate-form-module-scss-module__shii4q__non_fix_input{min-width:unset;width:40%}}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes styles-module-scss-module__XrF3vG__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes styles-module-scss-module__XrF3vG__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes styles-module-scss-module__XrF3vG__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes styles-module-scss-module__XrF3vG__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes styles-module-scss-module__XrF3vG__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes styles-module-scss-module__XrF3vG__fade-out{0%{opacity:1}to{opacity:0}}.styles-module-scss-module__XrF3vG__send_state_box{z-index:-1;width:0;height:0;position:absolute;top:0;left:0}.styles-module-scss-module__XrF3vG__send_state_box.styles-module-scss-module__XrF3vG__send{z-index:0;width:100%;height:100%;transform:translate(0)}.styles-module-scss-module__XrF3vG__send_state_box{-o-transition:transform .3s;transition:transform .3s;transform:translate(300%)}.styles-module-scss-module__XrF3vG__state_icon{text-align:center;width:100%;margin-bottom:var(--items-gap);justify-content:center;align-items:center;max-width:50px;height:100%;max-height:50px;display:flex}.styles-module-scss-module__XrF3vG__state_icon svg{width:100%;height:100%}.styles-module-scss-module__XrF3vG__state_icon.styles-module-scss-module__XrF3vG__good svg{fill:var(--accent-color)}.styles-module-scss-module__XrF3vG__state_icon.styles-module-scss-module__XrF3vG__bad svg{fill:var(--error-color)}.styles-module-scss-module__XrF3vG__form_state_section{text-align:center;border-radius:var(--outer-br);justify-content:center;align-items:center;gap:var(--items-gap);flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.styles-module-scss-module__XrF3vG__form_state_section a{color:var(--accent-color)}.styles-module-scss-module__XrF3vG__form_state_section .styles-module-scss-module__XrF3vG__form_status_text{flex-direction:column;font-weight:700;display:flex}.styles-module-scss-module__XrF3vG__form_state_section.styles-module-scss-module__XrF3vG__bad [data-state=true]{display:none}.styles-module-scss-module__XrF3vG__form_state_section.styles-module-scss-module__XrF3vG__bad svg{fill:var(--error-color)}.styles-module-scss-module__XrF3vG__form_state_section.styles-module-scss-module__XrF3vG__good [data-state=false]{display:none}.styles-module-scss-module__XrF3vG__form_state_section.styles-module-scss-module__XrF3vG__good svg{fill:var(--accent-color)}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes purposes-module-scss-module__oMBozG__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes purposes-module-scss-module__oMBozG__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes purposes-module-scss-module__oMBozG__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes purposes-module-scss-module__oMBozG__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes purposes-module-scss-module__oMBozG__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes purposes-module-scss-module__oMBozG__fade-out{0%{opacity:1}to{opacity:0}}.purposes-module-scss-module__oMBozG__purposes_section{--items-in-row:2;--list-gap:var(--app-padding);--footer-height:50px;border:var(--ui-border);border-radius:var(--outer-br);width:100%;padding:var(--app-padding);border-color:var(--accent-color);background-color:var(--box-color);gap:var(--app-padding);flex-direction:column;display:flex;position:relative}.purposes-module-scss-module__oMBozG__purposes_section h3{text-transform:uppercase;font-size:1.4rem}.purposes-module-scss-module__oMBozG__purposes_section>*,.purposes-module-scss-module__oMBozG__purposes_section{-webkit-user-select:none;user-select:none;-o-user-select:none}.purposes-module-scss-module__oMBozG__purposes_section.purposes-module-scss-module__oMBozG__one_item{--items-in-row:1}.purposes-module-scss-module__oMBozG__purposes_section.purposes-module-scss-module__oMBozG__one_item .purposes-module-scss-module__oMBozG__purpose_content,.purposes-module-scss-module__oMBozG__purposes_section.purposes-module-scss-module__oMBozG__one_item .purposes-module-scss-module__oMBozG__purpose_footer{flex-direction:row;align-items:center}.purposes-module-scss-module__oMBozG__purposes_section.purposes-module-scss-module__oMBozG__one_item .purposes-module-scss-module__oMBozG__purpose_footer{width:40%}.purposes-module-scss-module__oMBozG__purposes_section.purposes-module-scss-module__oMBozG__one_item .purposes-module-scss-module__oMBozG__purpose_header{flex-flow:wrap;align-items:center;width:60%}.purposes-module-scss-module__oMBozG__purposes_list{--item-gap:10px;--item-padding:calc(var(--app-padding)/2);gap:var(--list-gap);flex-wrap:wrap;width:100%;display:flex}.purposes-module-scss-module__oMBozG__purposes_item{--item-border-radius:var(--inner-br);width:calc(100%/var(--items-in-row) - var(--list-gap)*(var(--items-in-row) - 1)/var(--items-in-row));gap:var(--item-gap);border-radius:var(--item-border-radius);border:var(--ui-border);-webkit-user-select:none;user-select:none;-o-user-select:none;flex-direction:column;display:flex}.purposes-module-scss-module__oMBozG__purposes_item>*{-webkit-user-select:none;user-select:none;-o-user-select:none}.purposes-module-scss-module__oMBozG__purpose_header{gap:var(--item-gap);flex-direction:column;display:flex}.purposes-module-scss-module__oMBozG__purpose_content,.purposes-module-scss-module__oMBozG__purpose_footer{padding:var(--item-padding);gap:var(--item-gap);flex-direction:column;justify-content:space-between;height:100%;display:flex}.purposes-module-scss-module__oMBozG__purpose_content .purposes-module-scss-module__oMBozG__read_more_button,.purposes-module-scss-module__oMBozG__purpose_footer .purposes-module-scss-module__oMBozG__read_more_button{--b-bg-color:transparent;--b-color:transparent;--padding:0;--icon-size:12px;--border-radius:calc(var(--item-border-radius)/2);width:fit-content}@media (hover:hover) and (pointer:fine){.purposes-module-scss-module__oMBozG__purpose_content .purposes-module-scss-module__oMBozG__read_more_button:hover,.purposes-module-scss-module__oMBozG__purpose_footer .purposes-module-scss-module__oMBozG__read_more_button:hover{--b-bg-color:transparent!important;--b-color:transparent!important}}.purposes-module-scss-module__oMBozG__purpose_description{font-size:.8rem}.purposes-module-scss-module__oMBozG__end_date{opacity:.6;width:100%;font-size:.7rem}.purposes-module-scss-module__oMBozG__purpose_footer{height:var(--footer-height);border:0;flex-direction:row;padding:0}.purposes-module-scss-module__oMBozG__purpose_footer .purposes-module-scss-module__oMBozG__open_donate_purpose_button{--border-radius:calc(var(--item-border-radius)/2);--b-color:var(--accent-color);width:100%;height:100%}.purposes-module-scss-module__oMBozG__purpose_progress_bar,.purposes-module-scss-module__oMBozG__purpose_donate_box{border-radius:calc(var(--item-border-radius)/2);height:100%;position:relative}.purposes-module-scss-module__oMBozG__purpose_progress_bar{border:var(--ui-border);width:70%;overflow:hidden}.purposes-module-scss-module__oMBozG__purpose_donate_box{width:30%}.purposes-module-scss-module__oMBozG__progress_box{background-color:var(--box-color-tr);justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.purposes-module-scss-module__oMBozG__progress_bar{width:var(--progress-width);height:100%;position:absolute;top:0;left:0;overflow:hidden}.purposes-module-scss-module__oMBozG__progress_bar:before{content:"";background-color:var(--progress-color);opacity:.3;width:100%;height:100%;position:absolute;top:0;left:0}.purposes-module-scss-module__oMBozG__progress_text{background-color:var(--box-color-tr);border-radius:calc(var(--item-border-radius)/3);padding:calc(var(--item-padding)/1.5);font-size:.8rem;font-weight:700;position:relative}.purposes-module-scss-module__oMBozG__progress_text:before{content:"";z-index:-1;border-radius:inherit;background-color:var(--label-box-color);-ms-box-shadow:none;width:100%;height:100%;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;background-color:var(--box-color);border:none;position:absolute;top:0;left:0;overflow:hidden}@supports ((-webkit-backdrop-filter:blur(15px) saturate(86%)) or (backdrop-filter:blur(15px) saturate(86%))){.purposes-module-scss-module__oMBozG__progress_text:before{background-color:var(--label-box-color);-webkit-backdrop-filter:blur(15px)saturate(86%);backdrop-filter:blur(15px)saturate(86%);-moz-backdrop-filter:blur(15px)saturate(86%);-ms-backdrop-filter:blur(15px)saturate(86%);-o-backdrop-filter:blur(15px)saturate(86%);transform:translate(0,0)}}.purposes-module-scss-module__oMBozG__progress_text:before{transform:translate(0,0)}@media only screen and (max-width:800px){.purposes-module-scss-module__oMBozG__purposes_section.purposes-module-scss-module__oMBozG__one_item .purposes-module-scss-module__oMBozG__purpose_content,.purposes-module-scss-module__oMBozG__purposes_section.purposes-module-scss-module__oMBozG__one_item .purposes-module-scss-module__oMBozG__purpose_footer{flex-direction:column}.purposes-module-scss-module__oMBozG__purposes_section.purposes-module-scss-module__oMBozG__one_item .purposes-module-scss-module__oMBozG__purpose_header,.purposes-module-scss-module__oMBozG__purposes_section.purposes-module-scss-module__oMBozG__one_item .purposes-module-scss-module__oMBozG__purpose_footer{width:100%}.purposes-module-scss-module__oMBozG__purposes_section.purposes-module-scss-module__oMBozG__one_item .purposes-module-scss-module__oMBozG__purpose_footer{flex-direction:row}}@media only screen and (max-width:650px){.purposes-module-scss-module__oMBozG__purposes_section{--items-in-row:1}}@media only screen and (max-width:350px){.purposes-module-scss-module__oMBozG__purpose_header h4{font-size:.9rem}.purposes-module-scss-module__oMBozG__purpose_footer{--footer-height:40px}.purposes-module-scss-module__oMBozG__purpose_footer .purposes-module-scss-module__oMBozG__open_donate_purpose_button{--font-size:.6rem}.purposes-module-scss-module__oMBozG__progress_text{font-size:.7rem}}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes styles-module-scss-module__Hw76FW__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes styles-module-scss-module__Hw76FW__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes styles-module-scss-module__Hw76FW__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes styles-module-scss-module__Hw76FW__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes styles-module-scss-module__Hw76FW__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes styles-module-scss-module__Hw76FW__fade-out{0%{opacity:1}to{opacity:0}}.styles-module-scss-module__Hw76FW__form{width:100%;height:auto}.styles-module-scss-module__Hw76FW__form.styles-module-scss-module__Hw76FW__send{transform:translate(300%)}.styles-module-scss-module__Hw76FW__form{-o-transition:transform .3s;transition:transform .3s}.styles-module-scss-module__Hw76FW__form_wrapper{--form-gap:15px;--form-bg-color:var(--box-color);--input-height:50px;--input-padding:calc(var(--input-height)/6);--input-border:var(--ui-border);--input-border-color:var(--border-color);--input-border-height:1px;--label-padding:calc(var(--input-padding)/3);--input-accent-border:var(--input-border-height)solid var(--input-border-color);--label-height:calc(var(--input-padding));--items-gap:var(--form-gap);background-color:var(--form-bg-color);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.styles-module-scss-module__Hw76FW__form_wrapper.styles-module-scss-module__Hw76FW__load{transform:translate(300%)}.styles-module-scss-module__Hw76FW__form_wrapper{-o-transition:transform .3s;transition:transform .3s}.styles-module-scss-module__Hw76FW__form_loader{top:0;left:0;width:100%!important;height:100%!important;position:absolute!important}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes hero-module-scss-module__98bYtW__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes hero-module-scss-module__98bYtW__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes hero-module-scss-module__98bYtW__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes hero-module-scss-module__98bYtW__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-module-scss-module__98bYtW__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes hero-module-scss-module__98bYtW__fade-out{0%{opacity:1}to{opacity:0}}.hero-module-scss-module__98bYtW__hero_page_content{--hero-radius:calc(var(--outer-br)*1.5);--hero-height:500px;--title-font-size:1.8rem;--subtitle-font-size:1.1rem;--hero-tr-height:20px;--hero-padding:var(--app-padding);--hero-content-padding:var(--app-padding);--hero-content-height: ;--hero-calc-height:calc(var(--hero-height) + var(--hero-tr-height) + var(--header-base-height) + var(--hero-padding));--hero-content-gap:10px;--hero-blur:10px;color:var(--t-color);height:var(--hero-height);width:100%;margin-bottom:calc(var(--hero-tr-height)/2);margin-bottom:var(--hero-tr-height)}.hero-module-scss-module__98bYtW__hero_page_content>*{-webkit-user-select:none;user-select:none;-o-user-select:none}.hero-module-scss-module__98bYtW__hero_page_content.hero-module-scss-module__98bYtW__no_transition{--hero-tr-height:0px}.hero-module-scss-module__98bYtW__hero_page_content{-webkit-user-select:none;user-select:none;-o-user-select:none}.hero-module-scss-module__98bYtW__page_hero{width:100%;height:calc(var(--hero-calc-height));background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;left:0;overflow:hidden}.hero-module-scss-module__98bYtW__page_hero.hero-module-scss-module__98bYtW__with_overlay{z-index:0}.hero-module-scss-module__98bYtW__page_hero.hero-module-scss-module__98bYtW__with_overlay:after{background-color:var(--box-color-tr);opacity:1;content:"";background-image:linear-gradient(to bottom,#01010100,var(--header-color));z-index:0;-webkit-backdrop-filter:none;backdrop-filter:none;-moz-backdrop-filter:none;-ms-backdrop-filter:none;-o-backdrop-filter:none;background-position:bottom;background-repeat:no-repeat;background-size:100% 60px;width:100%;height:100%;position:absolute;top:0;left:0;transform:translate(0,0)}@media only screen and (max-height:500px){.hero-module-scss-module__98bYtW__page_hero.hero-module-scss-module__98bYtW__with_overlay:before{background-size:60px 100%;background-image:linear-gradient(to left,#01010100,var(--header-color));background-position:0}}.hero-module-scss-module__98bYtW__hero_image{object-fit:cover;opacity:.8;width:100%;height:100%}.hero-module-scss-module__98bYtW__hero_up_cover{background:linear-gradient(180deg,var(--bg-color)20%,#fff0 100%);width:100%;height:80%;min-height:350px;position:absolute;top:0;left:0}.hero-module-scss-module__98bYtW__hero_down_cover{background:linear-gradient(180deg,#fff0 20%,var(--bg-color)100%);width:100%;height:50%;position:absolute;bottom:0;left:0}.hero-module-scss-module__98bYtW__hero_meta_box{text-align:center;padding:calc(var(--header-height) + var(--hero-padding))var(--hero-padding)calc(var(--hero-padding) + var(--hero-tr-height))var(--hero-padding);flex-wrap:wrap;place-content:center;justify-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.hero-module-scss-module__98bYtW__hero_meta_box h1{font-size:var(--title-font-size)}.hero-module-scss-module__98bYtW__hero_meta_box p{font-size:var(--subtitle-font-size)}.hero-module-scss-module__98bYtW__blur{width:100%;height:100%;-webkit-backdrop-filter:blur(var(--hero-blur));backdrop-filter:blur(var(--hero-blur));-moz-backdrop-filter:blur(var(--hero-blur));-ms-backdrop-filter:blur(var(--hero-blur));-o-backdrop-filter:blur(var(--hero-blur));position:absolute;top:0;left:0;transform:translate(0,0)}.hero-module-scss-module__98bYtW__page_transition{height:var(--hero-tr-height);background-color:var(--bg-color);border-radius:var(--hero-radius)var(--hero-radius)0 0;width:100%;position:absolute;bottom:0;left:0}.hero-module-scss-module__98bYtW__hero_meta_content{width:fit-content;padding:var(--hero-content-padding);border-radius:var(--outer-br);align-items:center;gap:var(--hero-content-gap);flex-direction:column;display:flex}.hero-module-scss-module__98bYtW__hero_title{text-transform:uppercase}.hero-module-scss-module__98bYtW__hero_title,.hero-module-scss-module__98bYtW__hero_description{text-shadow:0px 0px 10px var(--shadow-color);font-weight:700}.hero-module-scss-module__98bYtW__separator{display:flex}@media only screen and (max-width:1200px){.hero-module-scss-module__98bYtW__hero_page_content{--hero-radius:calc(var(--outer-br)*1.2);--title-font-size:1.4rem;--subtitle-font-size:.9rem;--hero-content-padding:0px}}@media only screen and (max-width:350px){.hero-module-scss-module__98bYtW__hero_page_content{--title-font-size:1.2rem;--subtitle-font-size:.8rem}}@media only screen and (max-height:500px){.hero-module-scss-module__98bYtW__hero_page_content{--hero-calc-height:calc(var(--hero-height) + var(--hero-tr-height) + var(--hero-padding))}.hero-module-scss-module__98bYtW__page_hero{width:calc(100% - var(--mobile-footer-height))}.hero-module-scss-module__98bYtW__hero_meta_box{padding:calc(var(--hero-padding))var(--hero-padding)calc(var(--hero-padding) + var(--hero-tr-height))var(--hero-padding);width:calc(100% - var(--header-height));left:unset;right:0}}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes styles-module-scss-module__N1bo0W__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes styles-module-scss-module__N1bo0W__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes styles-module-scss-module__N1bo0W__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes styles-module-scss-module__N1bo0W__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes styles-module-scss-module__N1bo0W__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes styles-module-scss-module__N1bo0W__fade-out{0%{opacity:1}to{opacity:0}}.styles-module-scss-module__N1bo0W__message_button{--position:relative!important}.styles-module-scss-module__N1bo0W__hint{--hint-padding:0px}.styles-module-scss-module__N1bo0W__options_list{border-radius:var(--hint-border-radius);border:var(--ui-border);padding:var(--buttons-padding);gap:calc(var(--app-padding)/2);flex-direction:column;display:flex}.styles-module-scss-module__N1bo0W__options_item{text-transform:none;min-height:40px}.styles-module-scss-module__N1bo0W__options_item .styles-module-scss-module__N1bo0W__option_button{--border-radius:var(--buttons-border-radius);--b-bg-color:transparent;--position:relative;width:100%;min-height:40px}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes styles-module-scss-module__w5zYea__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes styles-module-scss-module__w5zYea__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes styles-module-scss-module__w5zYea__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes styles-module-scss-module__w5zYea__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes styles-module-scss-module__w5zYea__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes styles-module-scss-module__w5zYea__fade-out{0%{opacity:1}to{opacity:0}}.styles-module-scss-module__w5zYea__help_checkout_form{--input-border-color:var(--border-color);--input-border-height:1px}.styles-module-scss-module__w5zYea__help_checkout_form .styles-module-scss-module__w5zYea__checkbox_method_box{--input-height:40px;gap:calc(var(--form-gap)/2);font-size:.9rem;flex-direction:row!important}.styles-module-scss-module__w5zYea__method{gap:calc(var(--form-gap)/2);flex-direction:column;display:flex}.styles-module-scss-module__w5zYea__checkout_box{font-weight:initial;--form-gap:var(--app-padding);gap:var(--form-gap);flex-direction:column;width:100%;height:100%;display:flex}.styles-module-scss-module__w5zYea__checkout_box .styles-module-scss-module__w5zYea__submit_button{height:50px}.styles-module-scss-module__w5zYea__heading h4{font-size:1.5rem}.styles-module-scss-module__w5zYea__heading span{font-size:.85rem}.styles-module-scss-module__w5zYea__heading{margin-bottom:var(--form-gap)}.styles-module-scss-module__w5zYea__form_items{gap:var(--form-gap);margin-bottom:var(--form-gap);flex-direction:column;display:flex}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes styles-module-scss-module__ky8YHG__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes styles-module-scss-module__ky8YHG__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes styles-module-scss-module__ky8YHG__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes styles-module-scss-module__ky8YHG__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes styles-module-scss-module__ky8YHG__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes styles-module-scss-module__ky8YHG__fade-out{0%{opacity:1}to{opacity:0}}.styles-module-scss-module__ky8YHG__donate_purpose_box{width:100%}.styles-module-scss-module__ky8YHG__list{--item-padding:var(--box-padding);--item-gap:calc(var(--item-padding)/2);--footer-height:50px;width:100%}.styles-module-scss-module__ky8YHG__list .styles-module-scss-module__ky8YHG__purpose{--item-border-radius:var(--box-border-radius);background-color:var(--box-color);width:100%}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes styles-module-scss-module__wFtwYa__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes styles-module-scss-module__wFtwYa__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes styles-module-scss-module__wFtwYa__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes styles-module-scss-module__wFtwYa__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes styles-module-scss-module__wFtwYa__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes styles-module-scss-module__wFtwYa__fade-out{0%{opacity:1}to{opacity:0}}.styles-module-scss-module__wFtwYa__tips_lightbox{width:100%;height:100%}.styles-module-scss-module__wFtwYa__tips_lightbox .styles-module-scss-module__wFtwYa__tips_form_content{--content-header-height:56px;--content-hero-height:108px;--content-minus-height:calc(var(--content-header-height));height:calc(100% - var(--content-minus-height));width:calc(100% - var(--app-padding)*2);border-radius:var(--outer-br);max-width:1000px;position:relative;overflow:hidden}.styles-module-scss-module__wFtwYa__tips_lightbox .styles-module-scss-module__wFtwYa__tips_form_content:before{content:"При возникновении ошибки обновите страницу и попробуйте другой способ перевода";text-align:center;width:100%;height:100%;padding:var(--app-padding);color:var(--bg-color);text-shadow:0 0 10px var(--t-color);justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex;position:absolute;top:0;left:0}.styles-module-scss-module__wFtwYa__donate_frame{height:calc(100% + var(--content-minus-height));border-radius:var(--outer-br);top:calc(var(--content-minus-height)*-1);border:0;width:100%;display:none;position:absolute;left:0;overflow:hidden}.styles-module-scss-module__wFtwYa__donate_frame form{display:flex!important}.styles-module-scss-module__wFtwYa__open_donate_form_button{--border-radius:var(--inner-br);--gap:10px;--icon-size:20px;min-width:200px;min-height:50px;font-size:1rem}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes gallery-module-scss-module__N5rI0G__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes gallery-module-scss-module__N5rI0G__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes gallery-module-scss-module__N5rI0G__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes gallery-module-scss-module__N5rI0G__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes gallery-module-scss-module__N5rI0G__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes gallery-module-scss-module__N5rI0G__fade-out{0%{opacity:1}to{opacity:0}}.gallery-module-scss-module__N5rI0G__gallery{--gallery-padding:10px;width:100%;height:100%}.gallery-module-scss-module__N5rI0G__gallery .gallery-module-scss-module__N5rI0G__carousel{--carousel-b-radius:0;--carousel-border:0;--carousel-bg-color:transparent}.gallery-module-scss-module__N5rI0G__loader{width:100%!important;height:100%!important;position:absolute!important}.gallery-module-scss-module__N5rI0G__gallery_section{background-color:var(--box-color);border-radius:inherit;width:100%;height:100%;min-height:100%;max-height:100%;position:relative}.gallery-module-scss-module__N5rI0G__gallery_section ul{list-style:none}.gallery-module-scss-module__N5rI0G__gallery_section.gallery-module-scss-module__N5rI0G__open{position:absolute;top:0;left:0}.gallery-module-scss-module__N5rI0G__gallery_section.gallery-module-scss-module__N5rI0G__open .gallery-module-scss-module__N5rI0G__gallery{max-height:calc(100vh - var(--app-padding)*2);max-height:calc(var(--vh) - var(--app-padding)*2);max-height:calc(100dvh - var(--app-padding)*2);max-width:100vw;max-width:calc(var(--vw));max-width:100dvw;height:100vh;height:calc(var(--vh)*1);width:100vw;height:100dvh;width:calc(var(--vw)*1);width:100dvw}.gallery-module-scss-module__N5rI0G__gallery_section.gallery-module-scss-module__N5rI0G__open ul{--dots-position:fixed;--dots-top:var(--app-padding);--dots-bottom:unset;--dots-left:var(--app-padding);--dots-box-margin:0;--dots-align:flex-start}.gallery-module-scss-module__N5rI0G__gallery_section.gallery-module-scss-module__N5rI0G__open .gallery-module-scss-module__N5rI0G__image_wrapper .gallery-module-scss-module__N5rI0G__image{object-fit:contain!important}.gallery-module-scss-module__N5rI0G__image_wrapper .gallery-module-scss-module__N5rI0G__image{object-position:center}.gallery-module-scss-module__N5rI0G__nav_button{z-index:50;background-color:var(--label-box-color);width:40px;height:40px;position:absolute;top:50%}.gallery-module-scss-module__N5rI0G__nav_button.gallery-module-scss-module__N5rI0G__next,.gallery-module-scss-module__N5rI0G__nav_button.gallery-module-scss-module__N5rI0G__prev{padding:var(--gallery-padding);border-radius:var(--inner-br);margin:calc(var(--gallery-padding)/2);justify-content:center;align-items:center;display:flex}.gallery-module-scss-module__N5rI0G__nav_button.gallery-module-scss-module__N5rI0G__next svg,.gallery-module-scss-module__N5rI0G__nav_button.gallery-module-scss-module__N5rI0G__prev svg{fill:var(--t-color);width:100%;height:100%}@media (hover:hover) and (pointer:fine){.gallery-module-scss-module__N5rI0G__nav_button.gallery-module-scss-module__N5rI0G__next:hover,.gallery-module-scss-module__N5rI0G__nav_button.gallery-module-scss-module__N5rI0G__prev:hover{background-color:var(--hover-color)}.gallery-module-scss-module__N5rI0G__nav_button.gallery-module-scss-module__N5rI0G__next:hover>*,.gallery-module-scss-module__N5rI0G__nav_button.gallery-module-scss-module__N5rI0G__prev:hover>*{scale:.9}.gallery-module-scss-module__N5rI0G__nav_button.gallery-module-scss-module__N5rI0G__next:hover svg,.gallery-module-scss-module__N5rI0G__nav_button.gallery-module-scss-module__N5rI0G__prev:hover svg{fill:var(--accent-color)}}.gallery-module-scss-module__N5rI0G__nav_button.gallery-module-scss-module__N5rI0G__next{right:0}.gallery-module-scss-module__N5rI0G__nav_button.gallery-module-scss-module__N5rI0G__prev{left:0}.gallery-module-scss-module__N5rI0G__nav_button.gallery-module-scss-module__N5rI0G__prev svg{transform:rotate(180deg)}.gallery-module-scss-module__N5rI0G__nav_button{transform:translateY(-50%)}.gallery-module-scss-module__N5rI0G__image{object-fit:cover;object-position:50% 35%;-o-transition:object-position .1s linear,width .1s linear,height .1s linear,transform .1s linear;transform-origin:0 0;width:auto;height:100%;transition:object-position .1s linear,width .1s linear,height .1s linear,transform .1s linear;position:relative}.gallery-module-scss-module__N5rI0G__image_wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.gallery-module-scss-module__N5rI0G__image_wrapper .gallery-module-scss-module__N5rI0G__video_loader{width:100%;height:100%;position:absolute;top:0;left:0}.gallery-module-scss-module__N5rI0G__image_wrapper iframe{min-width:100%;min-height:100%;border:0!important;max-width:100%!important;max-height:100%!important;margin:0!important}.gallery-module-scss-module__N5rI0G__open_lightbox_box{--button-size:30px;width:var(--button-size);height:var(--button-size);border-radius:calc(var(--outer-br) - var(--inner-br));color:var(--t-color);cursor:pointer;padding:calc(var(--gallery-padding)/2);margin:var(--gallery-padding);background-color:var(--label-box-color);position:absolute;top:0;right:0}.gallery-module-scss-module__N5rI0G__open_lightbox_box svg{fill:var(--t-color)}@media (hover:hover) and (pointer:fine){.gallery-module-scss-module__N5rI0G__open_lightbox_box:hover>*{transform:scale(.9)}.gallery-module-scss-module__N5rI0G__open_lightbox_box:hover svg{fill:var(--accent-color)}}.gallery-module-scss-module__N5rI0G__open_lightbox_box{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);-moz-backdrop-filter:blur(15px);-ms-backdrop-filter:blur(15px);-o-backdrop-filter:blur(15px);transform:translate(0,0)}@media only screen and (max-width:600px){.gallery-module-scss-module__N5rI0G__image{width:100%}.gallery-module-scss-module__N5rI0G__open_lightbox_box{width:30px;height:30px}}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes dropdown-module-scss-module__Q9Sh4G__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes dropdown-module-scss-module__Q9Sh4G__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes dropdown-module-scss-module__Q9Sh4G__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes dropdown-module-scss-module__Q9Sh4G__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes dropdown-module-scss-module__Q9Sh4G__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes dropdown-module-scss-module__Q9Sh4G__fade-out{0%{opacity:1}to{opacity:0}}.dropdown-module-scss-module__Q9Sh4G__priuts_list_wrapper{--dd-width:100%;--arrow-width:calc(var(--dd-width)/7);--text-size:1rem;--dd-border-radius:var(--inner-br);--dd-border:var(--ui-border);--dd-border-color:var(--border-color);--dd-border-width:2px;--dd-padding:10px;--dd-bg-color:var(--box-color-tr);border-radius:var(--dd-border-radius);cursor:pointer;width:var(--dd-width);min-height:30px;font-size:var(--text-size);border:var(--dd-border);border-width:var(--dd-border-width);border-color:var(--dd-border-color);background-color:var(--dd-bg-color);font-weight:700;position:relative}.dropdown-module-scss-module__Q9Sh4G__priuts_list_wrapper.dropdown-module-scss-module__Q9Sh4G__open{background-color:#0000;border-color:#0000}.dropdown-module-scss-module__Q9Sh4G__priuts_list_wrapper.dropdown-module-scss-module__Q9Sh4G__open .dropdown-module-scss-module__Q9Sh4G__priuts_dropdown{background-color:var(--dd-bg-color);opacity:0}.dropdown-module-scss-module__Q9Sh4G__priuts_list_wrapper.dropdown-module-scss-module__Q9Sh4G__open .dropdown-module-scss-module__Q9Sh4G__priuts_list_box{height:max-content;padding-top:calc(var(--header-logo-height) - var(--dd-border-width));border-radius:var(--dd-border-radius);max-height:50vh;max-height:calc(var(--vh)*.5);max-height:50dvh;position:absolute}.dropdown-module-scss-module__Q9Sh4G__priuts_list_wrapper.dropdown-module-scss-module__Q9Sh4G__open .dropdown-module-scss-module__Q9Sh4G__priuts_list_box:before{content:"";z-index:0;border-radius:inherit;border:var(--dd-border-width)solid var(--dd-border-color);background-color:var(--label-box-color);-ms-box-shadow:none;width:100%;height:100%;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;background-color:var(--box-color);position:absolute;top:0;left:0;overflow:hidden}@supports ((-webkit-backdrop-filter:blur(20px) saturate(86%)) or (backdrop-filter:blur(20px) saturate(86%))){.dropdown-module-scss-module__Q9Sh4G__priuts_list_wrapper.dropdown-module-scss-module__Q9Sh4G__open .dropdown-module-scss-module__Q9Sh4G__priuts_list_box:before{background-color:var(--label-box-color);-webkit-backdrop-filter:blur(20px)saturate(86%);backdrop-filter:blur(20px)saturate(86%);-moz-backdrop-filter:blur(20px)saturate(86%);-ms-backdrop-filter:blur(20px)saturate(86%);-o-backdrop-filter:blur(20px)saturate(86%);transform:translate(0,0)}}.dropdown-module-scss-module__Q9Sh4G__priuts_list_wrapper.dropdown-module-scss-module__Q9Sh4G__open .dropdown-module-scss-module__Q9Sh4G__priuts_list_box:before{transform:translate(0,0)}.dropdown-module-scss-module__Q9Sh4G__priuts_list_wrapper.dropdown-module-scss-module__Q9Sh4G__open .dropdown-module-scss-module__Q9Sh4G__priuts_list{height:initial;border:var(--dd-border-width)solid #0000;border-top:calc(var(--dd-border-width)/2);position:relative}.dropdown-module-scss-module__Q9Sh4G__priuts_list_wrapper.dropdown-module-scss-module__Q9Sh4G__open .dropdown-module-scss-module__Q9Sh4G__dropdown_arrow svg{transform:rotate(-90deg)!important}.dropdown-module-scss-module__Q9Sh4G__priuts_list_wrapper.dropdown-module-scss-module__Q9Sh4G__open .dropdown-module-scss-module__Q9Sh4G__current_priut_title{opacity:0}.dropdown-module-scss-module__Q9Sh4G__priuts_list_wrapper.dropdown-module-scss-module__Q9Sh4G__open.dropdown-module-scss-module__Q9Sh4G__with_overlay{z-index:1000}.dropdown-module-scss-module__Q9Sh4G__priuts_list_wrapper.dropdown-module-scss-module__Q9Sh4G__open.dropdown-module-scss-module__Q9Sh4G__with_overlay:before{background-color:var(--box-color-tr);opacity:1;content:"";background-image:linear-gradient(to top,#01010100,var(--header-color)100%);z-index:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);-moz-backdrop-filter:blur(5px);-ms-backdrop-filter:blur(5px);-o-backdrop-filter:blur(5px);background-position:top;background-repeat:no-repeat;background-size:100% 60px;width:100%;height:100%;position:fixed;top:0;left:0;transform:translate(0,0)}@media only screen and (max-height:500px){.dropdown-module-scss-module__Q9Sh4G__priuts_list_wrapper.dropdown-module-scss-module__Q9Sh4G__open.dropdown-module-scss-module__Q9Sh4G__with_overlay:before{background-size:60px 100%;background-image:linear-gradient(to left,#01010100,var(--header-color));background-position:0}}.dropdown-module-scss-module__Q9Sh4G__priuts_list_wrapper>*{width:100%}@media (hover:hover) and (pointer:fine){.dropdown-module-scss-module__Q9Sh4G__priuts_list_wrapper:hover{cursor:pointer;--dd-border-color:var(--hover-color)}}.dropdown-module-scss-module__Q9Sh4G__priuts_dropdown{cursor:pointer;align-items:center;gap:var(--dd-padding);border-radius:var(--dd-border-radius);height:100%;padding:var(--dd-padding);font-size:var(--text-size);display:flex;position:relative;overflow:hidden}@keyframes dropdown-module-scss-module__Q9Sh4G__load{to{transform:translate(100%)}}.dropdown-module-scss-module__Q9Sh4G__priuts_dropdown.dropdown-module-scss-module__Q9Sh4G__load{isolation:isolate;pointer-events:none;position:relative;overflow:hidden}.dropdown-module-scss-module__Q9Sh4G__priuts_dropdown.dropdown-module-scss-module__Q9Sh4G__load:after{background:linear-gradient(90deg,#d3d3d300 0,var(--hover-color)50%,#d3d3d300 100%);content:"";opacity:.8;border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;-ms-animation:1.5s load linear infinite;width:100%;height:100%;animation:1.5s linear infinite dropdown-module-scss-module__Q9Sh4G__load;position:absolute;inset:0;transform:translate(-100%)}.dropdown-module-scss-module__Q9Sh4G__priuts_dropdown.dropdown-module-scss-module__Q9Sh4G__load>*{pointer-events:none}@media (hover:hover) and (pointer:fine){.dropdown-module-scss-module__Q9Sh4G__priuts_dropdown:hover{cursor:pointer}}.dropdown-module-scss-module__Q9Sh4G__loaded_wrapper{pointer-events:none;position:relative}.dropdown-module-scss-module__Q9Sh4G__priuts_list_box{background-color:var(--dd-bg-color);scrollbar-width:thin;scrollbar-track-color:var(--box-color-tr);scrollbar-width:3px;scrollbar-color:var(--box-color-tr)var(--border-color);scrollbar-gutter:stable;width:100%;height:auto;max-height:0;position:absolute;top:0;left:0;overflow:auto}.dropdown-module-scss-module__Q9Sh4G__priuts_list_box::-webkit-scrollbar{border-radius:var(--inner-br);border:1px!important;width:3px!important;height:3px!important}.dropdown-module-scss-module__Q9Sh4G__priuts_list_box::-webkit-scrollbar-track{background-color:var(--box-color-tr)}.dropdown-module-scss-module__Q9Sh4G__priuts_list_box::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:calc(var(--inner-br)/2)}.dropdown-module-scss-module__Q9Sh4G__priuts_list_box{-o-transition:.3s max-height,padding .3s,height .3s;transition:max-height .3s,padding .3s,height .3s}.dropdown-module-scss-module__Q9Sh4G__priuts_list{font-size:var(--text-size);flex-direction:column;height:0;list-style:none;display:flex}.dropdown-module-scss-module__Q9Sh4G__dropdown_arrow{height:100%;width:var(--arrow-width);padding-right:calc(var(--arrow-width)/3);justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0}.dropdown-module-scss-module__Q9Sh4G__dropdown_arrow svg{fill:var(--accent-color);aspect-ratio:1;width:100%;height:auto}@media (hover:hover) and (pointer:fine){.dropdown-module-scss-module__Q9Sh4G__dropdown_arrow:hover{cursor:pointer}}.dropdown-module-scss-module__Q9Sh4G__current_priut_title{justify-content:flex-start;align-items:center;display:flex}@media (hover:hover) and (pointer:fine){.dropdown-module-scss-module__Q9Sh4G__current_priut_title:hover{cursor:pointer}}.dropdown-module-scss-module__Q9Sh4G__priut_item{padding:var(--dd-padding)}.dropdown-module-scss-module__Q9Sh4G__priut_item span{cursor:pointer;position:relative}.dropdown-module-scss-module__Q9Sh4G__priut_item.dropdown-module-scss-module__Q9Sh4G__active span{border-bottom:2px solid var(--accent-color);cursor:default}@media (hover:hover) and (pointer:fine){.dropdown-module-scss-module__Q9Sh4G__priut_item:hover span{border-bottom:2px solid var(--text-sub-color)}}@media only screen and (max-width:600px){.dropdown-module-scss-module__Q9Sh4G__priuts_list_wrapper{--text-size:.7rem}.dropdown-module-scss-module__Q9Sh4G__priuts_dropdown{padding:var(--dd-padding)}.dropdown-module-scss-module__Q9Sh4G__priuts_list{padding:0}}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes components-module-scss-module__mvofYq__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes components-module-scss-module__mvofYq__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes components-module-scss-module__mvofYq__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes components-module-scss-module__mvofYq__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes components-module-scss-module__mvofYq__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes components-module-scss-module__mvofYq__fade-out{0%{opacity:1}to{opacity:0}}.components-module-scss-module__mvofYq__project_description{gap:var(--app-padding);display:flex}.components-module-scss-module__mvofYq__project_description .components-module-scss-module__mvofYq__description_button{--icon-size:20px;--gap:5px;font-size:1.1rem;position:relative;overflow:visible}.components-module-scss-module__mvofYq__project_description .components-module-scss-module__mvofYq__description_button .components-module-scss-module__mvofYq__content{position:relative}.components-module-scss-module__mvofYq__project_description .components-module-scss-module__mvofYq__description_button .components-module-scss-module__mvofYq__hint_content{text-align:start;padding:calc(var(--app-padding)/2);gap:calc(var(--app-padding)/2);flex-direction:column;max-width:800px;font-size:1rem;display:flex}.components-module-scss-module__mvofYq__project_description .components-module-scss-module__mvofYq__description_button .components-module-scss-module__mvofYq__hint_content ol{font-weight:500}.components-module-scss-module__mvofYq__list_heading{gap:var(--app-padding);justify-content:center;align-items:center;width:100%;display:flex}.components-module-scss-module__mvofYq__share_help{--buttons-gap:var(--app-padding);gap:var(--buttons-gap);min-height:40px;display:flex}.components-module-scss-module__mvofYq__share_help .components-module-scss-module__mvofYq__button{--font-size:.8rem;--icon-size:.8rem;min-height:unset;min-width:calc(50% - var(--buttons-gap)/2);--gap:5px;--padding:5px 10px;width:100%;height:100%}.components-module-scss-module__mvofYq__share_help .components-module-scss-module__mvofYq__share_button{border:var(--ui-border)}.components-module-scss-module__mvofYq__hint{max-width:200px!important}.components-module-scss-module__mvofYq__santa_list{--items-in-row:4;--list-gap:15px;--image-height:70%;--item-b-r:var(--outer-br);gap:var(--list-gap);-webkit-user-select:none;user-select:none;-o-user-select:none;flex-direction:column;width:100%;display:flex}.components-module-scss-module__mvofYq__santa_list .components-module-scss-module__mvofYq__wrapper{justify-content:flex-start;gap:var(--list-gap);flex-wrap:wrap;width:100%;height:fit-content;list-style:none;display:flex}.components-module-scss-module__mvofYq__santa_list .components-module-scss-module__mvofYq__wrapper.components-module-scss-module__mvofYq__zero_items{display:none}.components-module-scss-module__mvofYq__santa_list .components-module-scss-module__mvofYq__wrapper.components-module-scss-module__mvofYq__load .components-module-scss-module__mvofYq__animal_box{position:absolute}@keyframes components-module-scss-module__mvofYq__load{to{transform:translate(100%)}}.components-module-scss-module__mvofYq__santa_list .components-module-scss-module__mvofYq__wrapper.components-module-scss-module__mvofYq__load .components-module-scss-module__mvofYq__animal_box{isolation:isolate;pointer-events:none;position:relative;overflow:hidden}.components-module-scss-module__mvofYq__santa_list .components-module-scss-module__mvofYq__wrapper.components-module-scss-module__mvofYq__load .components-module-scss-module__mvofYq__animal_box:after{background:linear-gradient(90deg,#d3d3d300 0,var(--hover-color)50%,#d3d3d300 100%);content:"";opacity:.8;border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;-ms-animation:1.5s load linear infinite;width:100%;height:100%;animation:1.5s linear infinite components-module-scss-module__mvofYq__load;position:absolute;inset:0;transform:translate(-100%)}.components-module-scss-module__mvofYq__santa_list .components-module-scss-module__mvofYq__wrapper.components-module-scss-module__mvofYq__load .components-module-scss-module__mvofYq__animal_box>*,.components-module-scss-module__mvofYq__santa_list .components-module-scss-module__mvofYq__wrapper.components-module-scss-module__mvofYq__load .components-module-scss-module__mvofYq__santa_item{pointer-events:none}.components-module-scss-module__mvofYq__santa_list .components-module-scss-module__mvofYq__update_santa_list_button{align-self:center;width:fit-content}.components-module-scss-module__mvofYq__santa_list>*{-webkit-user-select:none;user-select:none;-o-user-select:none}.components-module-scss-module__mvofYq__santa_list{scrollbar-width:none;scrollbar-color:#0000 #0000;-ms-overflow-style:none;scrollbar-gutter:stable}.components-module-scss-module__mvofYq__santa_list::-webkit-scrollbar{display:none}.components-module-scss-module__mvofYq__santa_list::-webkit-scrollbar-track{display:none}.components-module-scss-module__mvofYq__santa_list::-webkit-scrollbar-thumb{display:none}.components-module-scss-module__mvofYq__santa_item{--card-padding:20px;width:calc(100%/var(--items-in-row) - var(--list-gap)*(var(--items-in-row) - 1)/var(--items-in-row));border-radius:var(--item-b-r);border:var(--ui-border);align-items:flex-end;max-height:none;display:flex;position:relative;overflow:hidden}.components-module-scss-module__mvofYq__santa_item .components-module-scss-module__mvofYq__animal_box{--card-borders:0;--card-b-w:0;height:var(--image-height);isolation:isolate;width:100%;max-height:none;min-height:none;border:0;position:absolute;top:0;left:0}.components-module-scss-module__mvofYq__santa_item .components-module-scss-module__mvofYq__animal_box a{justify-content:unset!important}.components-module-scss-module__mvofYq__santa_item .components-module-scss-module__mvofYq__animal_box h3{color:var(--t-color)!important}@media (hover:hover) and (pointer:fine){.components-module-scss-module__mvofYq__santa_item .components-module-scss-module__mvofYq__animal_box:hover{border-color:var(--theme-color)}}.components-module-scss-module__mvofYq__santa_box{flex-direction:column;width:100%;list-style:none;display:flex}.components-module-scss-module__mvofYq__top_space{appearance:none;-o-appearance:none;min-height:200px}.components-module-scss-module__mvofYq__gifts_box{padding:var(--card-padding);align-items:flex-end;width:100%;height:auto;padding:0;position:relative}.components-module-scss-module__mvofYq__gifts_box:before{content:"";background-image:linear-gradient(to bottom,#01010100 0%,var(--bg-color)30%);width:100%;height:100%;position:absolute;bottom:0;left:0}.components-module-scss-module__mvofYq__gifts_wrapper{gap:calc(var(--list-gap)/2);flex-direction:column;height:auto;display:flex;position:relative}.components-module-scss-module__mvofYq__gifts_wrapper.components-module-scss-module__mvofYq__load .components-module-scss-module__mvofYq__header h3{border-radius:calc(var(--item-b-r)/1.5);isolation:isolate;pointer-events:none;width:100%;height:30px;position:relative;overflow:hidden}.components-module-scss-module__mvofYq__gifts_wrapper.components-module-scss-module__mvofYq__load .components-module-scss-module__mvofYq__header h3:after{background:linear-gradient(90deg,#d3d3d300 0,var(--hover-color)50%,#d3d3d300 100%);content:"";opacity:.8;border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;-ms-animation:1.5s load linear infinite;width:100%;height:100%;animation:1.5s linear infinite components-module-scss-module__mvofYq__load;position:absolute;inset:0;transform:translate(-100%)}.components-module-scss-module__mvofYq__gifts_wrapper.components-module-scss-module__mvofYq__load .components-module-scss-module__mvofYq__header h3>*{pointer-events:none}.components-module-scss-module__mvofYq__header{padding:var(--card-padding)}.components-module-scss-module__mvofYq__header h3{font-size:1rem}.components-module-scss-module__mvofYq__gifts_list{--gifts-gap:calc(var(--list-gap)/2);--gifts-list-height:calc(100% - 1rem - var(--list-gap)/2 - var(--list-gap)/2/2);justify-content:flex-start;align-items:center;gap:var(--gifts-gap);height:var(--gifts-list-height);padding:0 var(--card-padding)var(--card-padding)var(--card-padding);flex-direction:column;list-style:none;display:flex}.components-module-scss-module__mvofYq__gifts_list hr{height:1.5px;margin-top:var(--gifts-gap)}.components-module-scss-module__mvofYq__gift_item{--item-padding:calc(var(--app-padding)/2);--item-gap:calc(var(--list-gap)/2);--item-height:calc(100%/3 - var(--gifts-gap));--max-item-size:70px;border-radius:calc(var(--item-b-r)/1.5);justify-content:space-between;gap:var(--item-gap);width:100%;height:100%;max-height:var(--max-item-size);background-color:var(--box-color);background-color:#0000;align-items:center;display:flex}.components-module-scss-module__mvofYq__gift_item.components-module-scss-module__mvofYq__load .components-module-scss-module__mvofYq__gift_image_title .components-module-scss-module__mvofYq__image_box{background-color:#0000}.components-module-scss-module__mvofYq__gift_item.components-module-scss-module__mvofYq__load .components-module-scss-module__mvofYq__gift_image_title .components-module-scss-module__mvofYq__title{width:inherit;border-radius:calc(var(--item-b-r)/1.5);isolation:isolate;pointer-events:none;height:15px;position:relative;overflow:hidden}.components-module-scss-module__mvofYq__gift_item.components-module-scss-module__mvofYq__load .components-module-scss-module__mvofYq__gift_image_title .components-module-scss-module__mvofYq__title:after{background:linear-gradient(90deg,#d3d3d300 0,var(--hover-color)50%,#d3d3d300 100%);content:"";opacity:.8;border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;-ms-animation:1.5s load linear infinite;width:100%;height:100%;animation:1.5s linear infinite components-module-scss-module__mvofYq__load;position:absolute;inset:0;transform:translate(-100%)}.components-module-scss-module__mvofYq__gift_item.components-module-scss-module__mvofYq__load .components-module-scss-module__mvofYq__gift_image_title .components-module-scss-module__mvofYq__title>*{pointer-events:none}.components-module-scss-module__mvofYq__gift_item.components-module-scss-module__mvofYq__load .components-module-scss-module__mvofYq__gift_image_title .components-module-scss-module__mvofYq__progress_box .components-module-scss-module__mvofYq__progress_desc{visibility:hidden}.components-module-scss-module__mvofYq__gift_item.components-module-scss-module__mvofYq__load .components-module-scss-module__mvofYq__gift_image_title .components-module-scss-module__mvofYq__progress_box .components-module-scss-module__mvofYq__progress_wrapper{background-color:#0000}.components-module-scss-module__mvofYq__gift_item.components-module-scss-module__mvofYq__load .components-module-scss-module__mvofYq__gift_image_title .components-module-scss-module__mvofYq__progress_box .components-module-scss-module__mvofYq__progress.components-module-scss-module__mvofYq__cart_count{isolation:isolate;pointer-events:none;background-color:#0000;height:100%;position:relative;overflow:hidden;width:100%!important}.components-module-scss-module__mvofYq__gift_item.components-module-scss-module__mvofYq__load .components-module-scss-module__mvofYq__gift_image_title .components-module-scss-module__mvofYq__progress_box .components-module-scss-module__mvofYq__progress.components-module-scss-module__mvofYq__cart_count:after{background:linear-gradient(90deg,#d3d3d300 0,var(--hover-color)50%,#d3d3d300 100%);content:"";opacity:.8;border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;-ms-animation:1.5s load linear infinite;width:100%;height:100%;animation:1.5s linear infinite components-module-scss-module__mvofYq__load;position:absolute;inset:0;transform:translate(-100%)}.components-module-scss-module__mvofYq__gift_item.components-module-scss-module__mvofYq__load .components-module-scss-module__mvofYq__gift_image_title .components-module-scss-module__mvofYq__progress_box .components-module-scss-module__mvofYq__progress.components-module-scss-module__mvofYq__cart_count>*{pointer-events:none}.components-module-scss-module__mvofYq__gift_item.components-module-scss-module__mvofYq__stoped .components-module-scss-module__mvofYq__gift_image_title{width:auto}.components-module-scss-module__mvofYq__gift_image_title{gap:var(--item-gap);align-items:center;width:60%;display:flex}.components-module-scss-module__mvofYq__gift_image_title .components-module-scss-module__mvofYq__title{--progress-gap:5px;justify-content:center;align-items:center;gap:var(--progress-gap);flex-direction:column;height:100%;display:flex}.components-module-scss-module__mvofYq__gift_image_title .components-module-scss-module__mvofYq__title h4{overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:.8rem}.components-module-scss-module__mvofYq__gift_image_title .components-module-scss-module__mvofYq__santas{padding:var(--item-padding)0;gap:var(--item-padding);align-items:center;font-weight:600;display:flex}.components-module-scss-module__mvofYq__gift_image_title .components-module-scss-module__mvofYq__santas p{font-size:.7rem}.components-module-scss-module__mvofYq__image_box{--image-size:var(--max-item-size);--progress-height:24px;border-radius:calc(var(--item-b-r)/1.5);padding:var(--item-padding);width:calc(var(--image-size) + var(--item-padding));height:var(--image-size);min-width:calc(var(--image-size) + var(--item-padding));min-height:var(--image-size);aspect-ratio:1;border:var(--ui-border);background-color:var(--box-color);align-items:center;display:flex;position:relative}.components-module-scss-module__mvofYq__image_box .components-module-scss-module__mvofYq__loader{width:100%;height:100%;position:absolute;top:0;left:0}.components-module-scss-module__mvofYq__image_box img{width:100%;height:100%;bottom:calc(var(--progress-height)/1.5);object-fit:contain;-ms-filter:drop-shadow(0px -2px 1px var(--box-color-tr));filter:drop-shadow(0px -2px 1px var(--box-color-tr));-moz-filter:drop-shadow(0px -2px 1px var(--box-color-tr));-o-filter:drop-shadow(0px -2px 1px var(--box-color-tr));position:relative}@media (hover:hover) and (pointer:fine){.components-module-scss-module__mvofYq__image_box:hover{border-color:var(--theme-color)}}.components-module-scss-module__mvofYq__progress_box{--progress-padding:calc(var(--item-padding)/2);--progress-margin:2px;width:calc(100% - var(--progress-margin)*2);margin:0 var(--progress-margin)var(--progress-margin)var(--progress-margin);border-radius:calc(var(--inner-br));height:50%;max-height:var(--progress-height);padding:var(--progress-padding);flex-direction:column;align-items:center;display:flex;position:absolute;bottom:0;right:0}.components-module-scss-module__mvofYq__progress_wrapper{--min-height:5px;--max-height:10px;max-height:var(--max-height);min-height:var(--min-height);border-radius:calc(var(--outer-br) - var(--inner-br));background-color:var(--hover-color);gap:0;width:90%;height:100%;display:flex;overflow:hidden}.components-module-scss-module__mvofYq__progress{background-color:var(--theme-color);max-height:var(--max-height);min-height:var(--min-height);opacity:.3}.components-module-scss-module__mvofYq__progress.components-module-scss-module__mvofYq__cart_count{opacity:.8}.components-module-scss-module__mvofYq__progress{-o-transition:width .3s;transition:width .3s}.components-module-scss-module__mvofYq__progress_desc{text-align:center;font-size:.6rem;font-weight:600}.components-module-scss-module__mvofYq__actions_wrapper{--actions-gap:5px;gap:var(--actions-gap);width:40%;padding:var(--item-padding);padding:var(--item-padding)0;justify-content:flex-end;align-items:center;display:flex;height:var(--max-item-size)!important}.components-module-scss-module__mvofYq__actions_wrapper>*{height:100%}.components-module-scss-module__mvofYq__actions_wrapper .components-module-scss-module__mvofYq__price{font-size:1.2rem;font-weight:700;font-family:var(--font-heading);color:var(--theme-color);justify-content:flex-end;align-items:center;width:100%;display:flex}.components-module-scss-module__mvofYq__actions{--actions-border-radius:calc((var(--outer-br) - var(--inner-br)));--actions-padding:calc(var(--item-padding)/2);--actions-height:20px;gap:var(--actions-gap);flex-direction:column;justify-content:center;align-items:center;height:120%;display:flex}.components-module-scss-module__mvofYq__actions>*{width:calc(var(--max-item-size)/2);height:calc(var(--max-item-size)/2)}.components-module-scss-module__mvofYq__actions .components-module-scss-module__mvofYq__button{--border-radius:var(--actions-border-radius);--padding:var(--actions-padding);--icon-size:calc(var(--actions-height) - var(--actions-padding)*2);overflow:unset;--position:relative;height:100%;max-height:30px}.components-module-scss-module__mvofYq__actions .components-module-scss-module__mvofYq__button .components-module-scss-module__mvofYq__hint{opacity:1}.components-module-scss-module__mvofYq__actions .components-module-scss-module__mvofYq__button .components-module-scss-module__mvofYq__content{width:100%;height:100%;overflow:unset;padding:0}.components-module-scss-module__mvofYq__actions .components-module-scss-module__mvofYq__button.components-module-scss-module__mvofYq__minus{--b-bg-color:transparent;--border:var(--ui-border);--b-color:var(--text-sub-color);--icon-color:var(--text-sub-color);height:30%}@media (hover:hover) and (pointer:fine){.components-module-scss-module__mvofYq__actions .components-module-scss-module__mvofYq__button.components-module-scss-module__mvofYq__minus:hover{--b-color:var(--theme-color);--icon-color:var(--theme-color)}}.components-module-scss-module__mvofYq__actions .components-module-scss-module__mvofYq__button[disabled]{--b-color:transparent;opacity:.5}.components-module-scss-module__mvofYq__gifted_state_box{background-color:var(--box-color-tr);border:var(--ui-border);border-color:var(--theme-color);border-radius:calc(var(--outer-br) - var(--inner-br));width:100%;color:var(--text-sub-color);opacity:.7;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}@media only screen and (max-width:1500px){.components-module-scss-module__mvofYq__actions_wrapper{flex-direction:column;justify-content:flex-end}.components-module-scss-module__mvofYq__actions{flex-direction:row;justify-content:flex-end;align-items:flex-end;width:100%}.components-module-scss-module__mvofYq__actions .components-module-scss-module__mvofYq__button{width:100%;min-width:25px;max-width:40px}.components-module-scss-module__mvofYq__actions .components-module-scss-module__mvofYq__button.components-module-scss-module__mvofYq__minus{order:0;width:20%;height:100%}.components-module-scss-module__mvofYq__actions .components-module-scss-module__mvofYq__button.components-module-scss-module__mvofYq__plus{order:1}}@media only screen and (max-width:1400px){.components-module-scss-module__mvofYq__santa_list{--items-in-row:3}}@media only screen and (max-width:1150px){.components-module-scss-module__mvofYq__santa_list{--items-in-row:2}}@media only screen and (max-width:900px){.components-module-scss-module__mvofYq__santa_list{--items-in-row:3}}@media only screen and (max-width:850px){.components-module-scss-module__mvofYq__list_heading{flex-direction:column}.components-module-scss-module__mvofYq__santa_list{--items-in-row:2}}@media only screen and (max-width:650px){.components-module-scss-module__mvofYq__project_description{margin:0 var(--app-padding);width:calc(100% - var(--app-padding)*2);flex-direction:column}}@media only screen and (max-width:570px){.components-module-scss-module__mvofYq__santa_list{--items-in-row:1}}@media only screen and (max-width:600px){.components-module-scss-module__mvofYq__heading{position:relative;bottom:5%;left:0}.components-module-scss-module__mvofYq__heading h1{font-size:xx-large;line-height:1.7rem}.components-module-scss-module__mvofYq__heading{transform:none}.components-module-scss-module__mvofYq__project_box{left:50%;right:unset;top:49%;transform:translate(-50%)}.components-module-scss-module__mvofYq__project_description .components-module-scss-module__mvofYq__description_button .components-module-scss-module__mvofYq__hint_content{width:100%}}@media only screen and (max-width:500px){.components-module-scss-module__mvofYq__project_description .components-module-scss-module__mvofYq__description_button,.components-module-scss-module__mvofYq__project_description .components-module-scss-module__mvofYq__description_button .components-module-scss-module__mvofYq__hint_content{font-size:.8rem}.components-module-scss-module__mvofYq__share_help{--buttons-gap:10px}.components-module-scss-module__mvofYq__share_help .components-module-scss-module__mvofYq__button{--font-size:.7rem;--icon-size:.7rem}}@media only screen and (max-width:450px){.components-module-scss-module__mvofYq__project_box{top:44%}}@media only screen and (max-width:350px){.components-module-scss-module__mvofYq__gift_image_title{width:65%}.components-module-scss-module__mvofYq__gift_image_title .components-module-scss-module__mvofYq__santas p{font-size:.7rem}}@media only screen and (max-width:300px){.components-module-scss-module__mvofYq__header h3{font-size:.8rem}.components-module-scss-module__mvofYq__gift_image_title .components-module-scss-module__mvofYq__title h4{font-size:.7rem}.components-module-scss-module__mvofYq__gifted_state_box{font-size:.6rem}.components-module-scss-module__mvofYq__project_description .components-module-scss-module__mvofYq__description_button{font-size:.9rem}.components-module-scss-module__mvofYq__project_description .components-module-scss-module__mvofYq__description_button .components-module-scss-module__mvofYq__hint_content{font-size:.7rem}}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes balance-box-module-scss-module__ydS15q__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes balance-box-module-scss-module__ydS15q__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes balance-box-module-scss-module__ydS15q__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes balance-box-module-scss-module__ydS15q__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes balance-box-module-scss-module__ydS15q__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes balance-box-module-scss-module__ydS15q__fade-out{0%{opacity:1}to{opacity:0}}.balance-box-module-scss-module__ydS15q__balance_box{max-width:300px}.balance-box-module-scss-module__ydS15q__balance_box.balance-box-module-scss-module__ydS15q__load{position:relative;overflow:hidden}.balance-box-module-scss-module__ydS15q__balance_box.balance-box-module-scss-module__ydS15q__load .balance-box-module-scss-module__ydS15q__box_header{width:100%}.balance-box-module-scss-module__ydS15q__balance_box.balance-box-module-scss-module__ydS15q__load .balance-box-module-scss-module__ydS15q__box_header h4{border-radius:var(--inner-br);width:100%;max-width:200px;height:100%;min-height:20px;position:relative;overflow:hidden}@keyframes balance-box-module-scss-module__ydS15q__load{to{transform:translate(100%)}}.balance-box-module-scss-module__ydS15q__balance_box.balance-box-module-scss-module__ydS15q__load .balance-box-module-scss-module__ydS15q__box_header h4{isolation:isolate;pointer-events:none;position:relative;overflow:hidden}.balance-box-module-scss-module__ydS15q__balance_box.balance-box-module-scss-module__ydS15q__load .balance-box-module-scss-module__ydS15q__box_header h4:after{background:linear-gradient(90deg,#d3d3d300 0,var(--hover-color)50%,#d3d3d300 100%);content:"";opacity:.8;border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;-ms-animation:1.5s load linear infinite;width:100%;height:100%;animation:1.5s linear infinite balance-box-module-scss-module__ydS15q__load;position:absolute;inset:0;transform:translate(-100%)}.balance-box-module-scss-module__ydS15q__balance_box.balance-box-module-scss-module__ydS15q__load .balance-box-module-scss-module__ydS15q__box_header h4>*{pointer-events:none}.balance-box-module-scss-module__ydS15q__balance_box .balance-box-module-scss-module__ydS15q__add_money_button{--font-size:.7rem;--padding:7px 10px;--icon-size:.7rem;--border-radius:var(--inner-br);width:fit-content;height:fit-content}.balance-box-module-scss-module__ydS15q__box_header{gap:var(--box-gap);justify-content:space-between;align-items:center;display:flex}.balance-box-module-scss-module__ydS15q__box_content{gap:var(--box-gap);justify-content:space-between;align-items:flex-end;width:100%;display:flex}.balance-box-module-scss-module__ydS15q__balance_sum{font-size:2.5rem;font-weight:700;font-family:var(--font-heading)}.balance-box-module-scss-module__ydS15q__balance_sum_caption{color:var(--text-sun-color);opacity:.7;font-size:.65em}@media only screen and (max-width:650px){.balance-box-module-scss-module__ydS15q__balance_sum{font-size:2rem}}@media only screen and (max-width:600px){.balance-box-module-scss-module__ydS15q__box_content{flex-direction:column;align-items:flex-start}}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes styles-module-scss-module__qVqEia__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes styles-module-scss-module__qVqEia__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes styles-module-scss-module__qVqEia__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes styles-module-scss-module__qVqEia__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes styles-module-scss-module__qVqEia__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes styles-module-scss-module__qVqEia__fade-out{0%{opacity:1}to{opacity:0}}.styles-module-scss-module__qVqEia__blog_list_item{min-height:200px}.styles-module-scss-module__qVqEia__blog_list_item>*,.styles-module-scss-module__qVqEia__blog_list_item{-webkit-user-select:none;user-select:none;-o-user-select:none}.styles-module-scss-module__qVqEia__loader{width:100%!important;height:100%!important;position:absolute!important}.styles-module-scss-module__qVqEia__post_card{--label-border-radius:calc(var(--post-border-radius)/2);border-radius:var(--post-border-radius);height:100%;color:var(--t-color);will-change:"transform";border:var(--ui-border);position:relative;overflow:hidden}@keyframes styles-module-scss-module__qVqEia__load{to{transform:translate(100%)}}.styles-module-scss-module__qVqEia__post_card.styles-module-scss-module__qVqEia__load{isolation:isolate;pointer-events:none;position:relative;overflow:hidden}.styles-module-scss-module__qVqEia__post_card.styles-module-scss-module__qVqEia__load:after{background:linear-gradient(90deg,#d3d3d300 0,var(--hover-color)50%,#d3d3d300 100%);content:"";opacity:.8;border-radius:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;-ms-animation:1.5s load linear infinite;width:100%;height:100%;animation:1.5s linear infinite styles-module-scss-module__qVqEia__load;position:absolute;inset:0;transform:translate(-100%)}.styles-module-scss-module__qVqEia__post_card.styles-module-scss-module__qVqEia__load>*{pointer-events:none}.styles-module-scss-module__qVqEia__post_card.styles-module-scss-module__qVqEia__related .styles-module-scss-module__qVqEia__post_title h3{font-size:.75rem}.styles-module-scss-module__qVqEia__post_card.styles-module-scss-module__qVqEia__related .styles-module-scss-module__qVqEia__item_top_overlay{font-size:.65rem}@media (hover:hover) and (pointer:fine){.styles-module-scss-module__qVqEia__post_card:hover{border-color:var(--accent-color);overflow:hidden}.styles-module-scss-module__qVqEia__post_card:hover .styles-module-scss-module__qVqEia__img{overflow:hidden;transform:scale(1.1)}}.styles-module-scss-module__qVqEia__post_card{-o-transition:height .2s,border-radius .2s;transition:height .2s,border-radius .2s}.styles-module-scss-module__qVqEia__post_card_link_overlay{position:relative}.styles-module-scss-module__qVqEia__post_card_link_overlay,.styles-module-scss-module__qVqEia__post_card_link_overlay img{object-fit:cover;width:100%;height:100%;display:flex;overflow:hidden}.styles-module-scss-module__qVqEia__post_card_link_overlay:after{content:"";background:linear-gradient(to bottom,#fff0,var(--bg-color));width:100%;height:100%;position:absolute;bottom:0;left:0}.styles-module-scss-module__qVqEia__item_top_overlay{width:100%;padding:var(--post-card-padding);justify-content:flex-end;gap:10px;font-size:.8rem;display:flex;position:absolute;top:0;left:0}.styles-module-scss-module__qVqEia__post_label{background-color:var(--label-box-color);border-radius:var(--label-border-radius);cursor:pointer;width:fit-content;padding:5px 10px;font-weight:700;color:var(--t-color)!important}.styles-module-scss-module__qVqEia__post_label a{color:var(--t-color);text-decoration:none}.styles-module-scss-module__qVqEia__post_label span{cursor:pointer}@media (hover:hover) and (pointer:fine){.styles-module-scss-module__qVqEia__post_label:hover a{color:var(--accent-color)}}.styles-module-scss-module__qVqEia__post_label{position:relative}.styles-module-scss-module__qVqEia__post_label:before{content:"";z-index:-1;border-radius:inherit;background-color:var(--label-box-color);-ms-box-shadow:none;width:100%;height:100%;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;background-color:var(--box-color);border:none;position:absolute;top:0;left:0;overflow:hidden}@supports ((-webkit-backdrop-filter:blur(20px) saturate(86%)) or (backdrop-filter:blur(20px) saturate(86%))){.styles-module-scss-module__qVqEia__post_label:before{background-color:var(--label-box-color);-webkit-backdrop-filter:blur(20px)saturate(86%);backdrop-filter:blur(20px)saturate(86%);-moz-backdrop-filter:blur(20px)saturate(86%);-ms-backdrop-filter:blur(20px)saturate(86%);-o-backdrop-filter:blur(20px)saturate(86%);transform:translate(0,0)}}.styles-module-scss-module__qVqEia__post_label:before{transform:translate(0,0)}.styles-module-scss-module__qVqEia__post_date{text-align:center;color:var(--text-sub-color);justify-content:center;place-items:center;font-size:.7rem;display:flex;position:relative}.styles-module-scss-module__qVqEia__post_title{padding:var(--post-card-padding);z-index:0;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:5px;width:100%;height:max-content;min-height:100%;text-decoration:none;display:flex;position:absolute;bottom:0;left:0;color:var(--t-color)!important}.styles-module-scss-module__qVqEia__post_title h3{width:100%;font-size:1rem;position:relative}@media only screen and (max-width:600px){.styles-module-scss-module__qVqEia__post_card{aspect-ratio:1;width:100%;overflow:hidden}}@media only screen and (max-width:300px){.styles-module-scss-module__qVqEia__item_top_overlay{font-size:.7rem}.styles-module-scss-module__qVqEia__post_title h3{font-size:.9rem}}
@property --rotate-angle{syntax:"<angle>";inherits:false;initial-value:45deg}@keyframes animal-module-scss-module__GbLa7W__spin{0%{--rotate-angle:0deg}to{--rotate-angle:360deg}}@keyframes animal-module-scss-module__GbLa7W__heart-beat{0%{transform:scale(1)}25%{transform:scale(.9)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes animal-module-scss-module__GbLa7W__rotate-loading{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes animal-module-scss-module__GbLa7W__show-from-down{0%{opacity:0;transform:translateY(-50px)}25%{opacity:.2;transform:translateY(-40px)}50%{opacity:.4;transform:translateY(-20px)}75%{opacity:.8;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes animal-module-scss-module__GbLa7W__bounce-animation{0%{transform:translateY(0%)}20%{transform:translateY(-15%)}30%{transform:translateY(0%)}55%{transform:translateY(-7%)}77%{transform:translateY(0%)}85%{transform:translateY(-3%)}to{transform:translateY(0)}}@keyframes animal-module-scss-module__GbLa7W__fade-out{0%{opacity:1}to{opacity:0}}.animal-module-scss-module__GbLa7W__hero{margin-bottom:calc((var(--hero-height) - var(--header-height)*2)*-1)}.animal-module-scss-module__GbLa7W__background_overlay{z-index:-1;background:linear-gradient(180deg,var(--bg-color)20%,currentColor 100%,var(--bg-color)20%);width:100vw;min-height:400px;width:calc(var(--vw)*1);width:100dvw;height:50vh;height:calc(var(--vh)*.5);height:50dvh;position:absolute;top:0;left:0}.animal-module-scss-module__GbLa7W__animal_single{--profile-hero-height:300px;flex-direction:column;display:flex}.animal-module-scss-module__GbLa7W__animal_single .animal-module-scss-module__GbLa7W__stats_box{--box-b-r:var(--box-border-radius);order:100;width:100%!important}.animal-module-scss-module__GbLa7W__section{--animal-profile-gap:calc(var(--app-padding)*1.5);gap:var(--animal-profile-gap);flex-direction:column;order:1;align-self:center;width:100%;max-width:1200px;padding:0 50px;display:flex}.animal-module-scss-module__GbLa7W__section.animal-module-scss-module__GbLa7W__first{order:0}.animal-module-scss-module__GbLa7W__section.animal-module-scss-module__GbLa7W__modal{padding:0}@media only screen and (max-width:1200px){.animal-module-scss-module__GbLa7W__section{padding:0}}@media only screen and (max-width:700px){.animal-module-scss-module__GbLa7W__animal_single .animal-module-scss-module__GbLa7W__stats_box{order:100}}
