@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Exo+2:wght@600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
.header{background:#060e1d;border-bottom:1px solid #13263e;position:relative;z-index:5}.header__wrapper{display:flex;align-items:center;justify-content:space-between;padding:16px 0;flex-wrap:wrap;gap:24px 10px}@media screen and (min-width: 640px){.header__wrapper{gap:24px}}@media screen and (min-width: 1024px){.header__wrapper{display:grid;grid-template-columns:1fr max-content 1fr}}.header__logo{width:clamp(152px,24vw,216px);display:grid}.header__logo svg{width:100%;height:auto}.header__lang{font-size:10px;font-weight:800;letter-spacing:2px;color:#dfedfa;text-transform:uppercase;display:flex;align-items:center;grid-gap:clamp(10px,2vw,18px)}@media screen and (min-width: 640px){.header__lang{font-size:12px}}.header__lang .lang{cursor:pointer}.header__lang .lang:hover,.header__lang .lang.active{color:#3fc9f5}.header__buttons{display:flex;align-items:center;flex-grow:1;justify-content:center;gap:10px}@media screen and (min-width: 430px){.header__buttons{flex-grow:0;justify-content:flex-end;gap:clamp(10px,2vw,18px)}}.header__buttons .button{font-family:"Montserrat",sans-serif;font-weight:800;border-radius:4px;white-space:nowrap;cursor:pointer;font-size:10px;letter-spacing:1px;padding:8px clamp(8px,1.8vw,10px);text-transform:uppercase;line-height:1}@media screen and (min-width: 640px){.header__buttons .button{font-size:12px;letter-spacing:1.5px;padding:10px 22px}}.header__buttons .button.button--login{background:rgba(0,0,0,0);border:1px solid #3fc9f5;color:#3fc9f5}.header__buttons .button.button--login:hover{background:rgba(63,201,245,.12);box-shadow:0 0 14px rgba(63,201,245,.35)}.header__buttons .button.button--signup{background:linear-gradient(90deg, #2EB2E8, #57D6FF);border:none;color:#04263a}.header__buttons .button.button--signup:hover{box-shadow:0 0 18px rgba(63,201,245,.5)}.header__buttons .button .full{display:none}@media screen and (min-width: 640px){.header__buttons .button .full{display:inline}}@media screen and (min-width: 640px){.header__buttons .button .short{display:none}}.header__dropdown{position:absolute;width:100%;left:0;right:0;top:100%;z-index:4;overflow:hidden;pointer-events:none}.header__dropdown.show{pointer-events:auto}.header__dropdown.show .header__dropdown-wrapper{transform:translateY(0);opacity:1}.header__dropdown-wrapper{background:#060e1d;border-bottom:1px solid #13263e;padding:18px 0;box-shadow:0 18px 40px rgba(0,0,0,.45);transition:transform .35s ease,opacity .3s ease;transform:translateY(-100%);opacity:0}@media screen and (min-width: 640px){.header__dropdown-wrapper{padding:26px 0}}.header__dropdown-buttons{display:grid;gap:20px}@media screen and (min-width: 640px){.header__dropdown-buttons{grid-template-columns:repeat(2, 1fr)}}.header__dropdown-buttons .dropdown-button{flex:1;min-height:64px;padding:14px 18px;border-radius:8px;cursor:pointer;font-family:"Montserrat",sans-serif;font-size:14px;font-weight:800;letter-spacing:2px;line-height:1.3;border:1px solid #24476f;background:#081226;color:#dfedfa;text-transform:uppercase}.header__dropdown-buttons .dropdown-button:hover{box-shadow:0 0 18px rgba(63,201,245,.35);border-color:#3fc9f5}.footer{border-top:1px solid #13263e;background:#060e1d}.footer__wrapper{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;padding:20px 0}@media screen and (min-width: 640px){.footer__wrapper{justify-content:space-between}}.footer__wrapper .logo-wrapper{display:flex}.footer__logo{width:178px;height:auto}.footer__links{display:flex;padding:0;list-style:none;margin:0;align-items:center;gap:10px 24px;flex-wrap:wrap;font-size:11.5px;letter-spacing:.5px;justify-content:center}.footer__links-item{text-decoration:none;color:#8fa6c0}.footer__links-item:hover{color:#3fc9f5}.footer__copyright{font-size:11px;color:#5b7392;letter-spacing:1px;text-align:center;text-transform:uppercase}.modal{width:100%;height:100%;top:0;left:0;right:0;bottom:0;opacity:0;visibility:hidden;transition:all .3s ease;box-sizing:border-box;align-items:center;-webkit-overflow-scrolling:touch;position:fixed;inset:0;z-index:2501;background:rgba(5,11,24,.78);backdrop-filter:blur(6px);display:flex;justify-content:center;overflow-y:auto;padding:12px}@media screen and (min-width: 640px){.modal{padding:24px}}.modal.active{visibility:visible;opacity:1}.modal__content{position:relative;max-width:420px;width:100%;margin:auto 0;align-self:center;height:fit-content;background:linear-gradient(180deg, #0A1832 0%, #081226 100%);border:1px solid #2a4e7b;border-radius:14px;box-shadow:0 0 46px rgba(63,201,245,.22),0 24px 60px rgba(0,0,0,.6);padding:26px 18px 24px;text-align:center}@media screen and (min-width: 640px){.modal__content{padding:30px 32px 28px}}.modal__close{position:absolute;top:14px;right:14px;width:30px;height:30px;background:rgba(0,0,0,0);border:none;color:#5b7392;font-size:20px;cursor:pointer;line-height:1;display:flex;justify-content:center;align-items:center;font-family:"Arial",sans-serif;font-weight:600}.modal__close:hover{color:#3fc9f5}.modal__layers{display:none}.modal__title{text-align:center;font-size:14px;font-weight:800;letter-spacing:3px;color:#fff;text-transform:uppercase;margin:0 auto 22px;max-width:calc(100% - 40px)}.modal__form form{display:flex;flex-direction:column;gap:14px}.modal__form form input{width:100%;background:#060e1d;border:1px solid #24476f;border-radius:6px;padding:12px 14px;color:#e8f1fa;font-family:Montserrat,sans-serif;font-size:13px;outline:none}.modal__form form input::placeholder{color:#5b7392}.modal__form form input:-webkit-autofill,.modal__form form input:-webkit-autofill:hover,.modal__form form input:-webkit-autofill:focus{-webkit-text-fill-color:#e8f1fa !important;box-shadow:0 0 0px 1000px #060e1d inset !important;transition:background-color 999999s ease-in-out 0s;caret-color:#e8f1fa !important}.modal .logo-block{width:calc(100% - 40px);max-width:254px;margin:0 auto 22px}.modal .logo-block img{display:block;height:auto}.modal .signin__close,.modal .recovery__close,.modal .signin-two-factor__close,.modal .forgot-two-factor__close{display:none}.modal .signin__form_error,.modal .recovery__form_error,.modal .signin-two-factor__form_error,.modal .forgot-two-factor__form_error{font-size:12px;color:#ec5f8e}.modal .signup-link{display:none}@font-face{font-family:"Druk";src:local("Druk Wide Cyr"),url("../../fonts/Druk/DrukWideCyrMedium.otf") format("opentype");font-weight:500}@font-face{font-family:"Druk";src:local("Druk Wide Cyr"),url("../../fonts/Druk/DrukWideCyrBold.otf") format("opentype");font-weight:700}.cookie-notice{font-family:"Open Sans",sans-serif;position:fixed;z-index:1000001;list-style:none;right:0;bottom:0;left:0;width:100%;color:#fff;background:#00182f;box-shadow:0 0 40px rgba(0,0,0,.8);padding:35px 0 50px}.cookie-notice__item{width:100%;max-width:1092px;padding:0 16px;margin:0 auto;box-sizing:border-box}.cookie-notice .close-cookie-btn{position:absolute;top:35px;right:16px}@media screen and (min-width: 640px){.cookie-notice .close-cookie-btn{right:25px}}.cookie-notice .close-cookie-icon{width:28px;height:28px;stroke-width:4px;stroke:#fff;cursor:pointer}.cookie-notice__top-line{display:flex;justify-content:space-between}.cookie-notice__title{font-family:"Druk",sans-serif;font-size:20px;font-weight:500;line-height:1.2;letter-spacing:-0.02em;text-transform:uppercase;padding-right:40px}@media screen and (min-width: 640px){.cookie-notice__title{font-size:24px}}.cookie-notice__text{font-family:"Montserrat",sans-serif;margin:20px 0 34px;font-size:16px;font-weight:400;line-height:1.375}.cookie-notice__bottom-line{display:flex;justify-content:space-between;align-items:center;grid-gap:20px;flex-wrap:wrap}@media screen and (min-width: 480px){.cookie-notice__bottom-line{flex-wrap:nowrap}}.cookie-notice__row{display:flex;gap:0 10px;width:100%;margin-left:auto;justify-content:flex-end}.cookie-notice__btn.default-btn,.cookie-notice__decline{font-family:"Montserrat",sans-serif;font-size:12px;font-weight:800;line-height:1;letter-spacing:.1em;text-align:center;text-transform:uppercase;width:50%;padding:18px;transition:.25s}@media screen and (min-width: 480px){.cookie-notice__btn.default-btn,.cookie-notice__decline{max-width:195px}}.cookie-notice__btn.default-btn{border:none;background:#77c8d2;border-radius:50px;cursor:pointer;transition:.25s;display:inline-block;color:#00182f;text-decoration:none;font-family:"Montserrat",sans-serif}.cookie-notice__btn.default-btn:hover{background:#fff}.cookie-notice__decline{color:#fff;border:1px solid #fff;outline:none !important;cursor:pointer;background:rgba(0,0,0,0);border-radius:50px}.cookie-notice__decline:hover{opacity:.75}.cookie-notice__link{text-decoration:none !important;white-space:nowrap;font-family:"Montserrat",sans-serif;font-size:12px;font-weight:800;line-height:1;letter-spacing:.1em;color:#a8a8a8;text-transform:uppercase}*{box-sizing:border-box}html{height:100%}body{background:#050b18;color:#e8f1fa;font-family:"Montserrat",sans-serif;display:flex;flex-direction:column;min-height:100dvh}body.modal-open{overflow:hidden}footer{margin-top:auto}.container,.container-header{margin:0 auto;padding:0 24px;width:100%}@media screen and (min-width: 1024px){.container,.container-header{max-width:clamp(1024px,76vw,1400px)}}.container-header{padding:0 14px}@media screen and (min-width: 1024px){.container-header{padding:0 24px}}ul{padding:0;margin:0}ul>li{list-style:none;padding:0;margin:0}.ui-hide{display:none !important}.default-btn{width:100%;background:linear-gradient(90deg, #2EB2E8, #57D6FF);border:none;color:#04263a;font-family:"Montserrat",sans-serif;font-size:12px;font-weight:800;letter-spacing:1.5px;padding:14px 18px;border-radius:6px;cursor:pointer;text-transform:uppercase;line-height:1.3}.default-btn:hover{box-shadow:0 0 22px rgba(63,201,245,.5)}h2{font-size:20px;font-weight:800;letter-spacing:3px;color:#fff;text-transform:uppercase;margin:0 0 26px;text-align:center}section{padding:48px 0 10px}.btn--disabled{opacity:.7;pointer-events:none}.btn--loading{color:rgba(0,0,0,0);position:relative}.btn--loading::after{content:"";animation:spin .5s infinite linear;border-radius:50%;position:absolute;width:16px;height:16px;font-size:10px;font-weight:300;z-index:2;color:#fff;border:2px solid #fff;border-left-color:rgba(0,0,0,0);top:0;bottom:0;left:0;right:0;margin:auto}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}#about-wm .modal__content{max-width:680px}@media screen and (min-width: 640px){#about-wm .modal__content{padding:40px 44px 36px}}#about-wm .modal--title{margin:0 auto 18px;font-size:22px;font-weight:800;letter-spacing:2px;color:#fff;text-transform:uppercase}#about-wm .modal--snippet{margin:0 auto;font-size:13.5px;line-height:1.65;color:#c9daec}#about-wm .modal--slogan{margin:26px 0 0;font-size:14px;font-weight:800;letter-spacing:1.5px;line-height:1.6;color:#fff;text-transform:uppercase}#about-wm .modal--table .table-title{margin:32px 0 16px;font-size:16px;font-weight:800;color:#3fc9f5}#about-wm .modal--table .table-content{display:grid;grid-template-columns:1fr;text-align:left;border-top:1px solid #24476f}@media screen and (min-width: 640px){#about-wm .modal--table .table-content{grid-template-columns:1fr 1fr 1fr}}#about-wm .modal--table .table-item{margin:0;font-size:12px;line-height:1.6;color:#c9daec;padding:14px 0 0}@media screen and (min-width: 640px){#about-wm .modal--table .table-item{padding:16px 16px 0;border-right:1px solid #24476f}}@media screen and (min-width: 640px){#about-wm .modal--table .table-item:first-child{padding-left:0}}@media screen and (min-width: 640px){#about-wm .modal--table .table-item:last-child{border-right:none;padding-right:0}}#about-wm .modal--table .modal--slogan{margin:34px 0 0;font-size:13px;font-weight:800;letter-spacing:1.5px;line-height:1.7;color:#fff}#about-wm .modal--table .modal--slogan .modal--text{white-space:pre-line}#about-wm .modal--btn{display:flex;justify-content:center;margin-top:26px}#about-wm .modal--btn .default-btn{width:auto;font-size:13px}@media screen and (min-width: 640px){#about-wm .modal--btn .default-btn{padding:14px 40px}}#about-wm .modal--btn .adv-btns{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}#about-wm .modal--btn .adv-btns a{display:block;text-decoration:none}#about-wm .modal--btn .custom-btn{background:rgba(0,0,0,0);border:1px solid #3fc9f5;color:#3fc9f5;font-family:Montserrat,sans-serif;font-size:12px;font-weight:800;letter-spacing:1.5px;padding:13px 34px;border-radius:6px;cursor:pointer;text-transform:uppercase}#about-wm .modal--btn .custom-btn:hover{background:rgba(63,201,245,.1);box-shadow:rgba(63,201,245,.35) 0 0 18px}@media screen and (min-width: 640px){#about-wm.is-advert .table-content{grid-template-columns:repeat(2, 1fr)}#about-wm.is-advert .table-item:nth-child(2){border-right:none;padding-right:0}}#about-wm.is-advert .table-item.nutra{display:none !important}#signin .form__field_forgot{display:block;text-align:right;margin-top:14px;font-size:11px;color:#3fc9f5;text-decoration:none;width:max-content;margin-left:auto}#signin .signup-link{display:none}.signin__errors,.signin-two-factor__errors,.forgot-two-factor{font-size:12px;color:#ec5f8e;text-align:left;line-height:1.5;padding:0}#registration-wm .modal__content{max-width:640px;text-align:left}@media screen and (min-width: 640px){#registration-wm .modal__content{padding:40px 44px 36px}}#registration-wm .modal--title{color:#fff;margin:0px 0px 16px;font-size:24px;font-weight:800;letter-spacing:1px;line-height:1.3}#registration-wm .modal--title .modal--text{white-space:pre-wrap}#registration-wm .modal--description,#registration-wm .modal--description-title{margin:0 0 22px;font-size:13px;line-height:1.65;color:#c9daec}#registration-wm .modal--start{margin:0 0 8px;font-size:17px;font-weight:800;color:#3fc9f5}#registration-wm .signup__errors{font-size:11px;color:#ec5f8e;text-align:left;line-height:1.5}#registration-wm .signup__errors_item{display:none}#registration-wm .form__field_control--half{position:relative}#registration-wm .form__field_control--half+.form__field_control--half{margin-top:14px}#registration-wm #user_registration_plainPassword_second~.signup__errors .plainPassword.validation-error{display:none !important}#registration-wm .pass-icon{display:block;position:absolute;right:14px;top:12px;height:max-content;cursor:pointer}#registration-wm .pass-icon:hover .ui-icon{stroke:#3fc9f5}#registration-wm .pass-icon .ui-icon{display:block;width:18px;height:18px;min-width:18px;fill:none;stroke:#5b7392;stroke-width:1.5px}#registration-wm .pass-icon .ui-icon.icon--eye_open{display:none}#registration-wm .pass-icon.opened .ui-icon.icon--eye_close{display:none}#registration-wm .pass-icon.opened .ui-icon.icon--eye_open{display:block}#registration-wm .rules .form__field_control{display:flex;gap:12px;align-items:flex-start;background:#0b1b36;border:1px solid #24476f;border-radius:6px;padding:14px 16px;font-size:11.5px;line-height:1.6;color:#c9daec;cursor:pointer}#registration-wm .rules .checkbox{accent-color:#3fc9f5;margin-top:2px}#registration-wm .rules .rules__text a{color:#3fc9f5;text-decoration:underline}#registration-wm .captcha-field{display:contents}#registration-wm .registration-submit{margin-top:6px;text-transform:none;width:100%;font-family:Montserrat,sans-serif;font-size:13px;font-weight:800;letter-spacing:1px;padding:15px 18px;border-radius:6px;cursor:pointer}#registration-wm .signup__already-registered{display:none}#registration-wm .modal--table{margin-top:32px}#registration-wm .modal--table .table-content{display:grid;grid-template-columns:1fr;text-align:left;border-top:1px solid #24476f}@media screen and (min-width: 640px){#registration-wm .modal--table .table-content{grid-template-columns:1fr 1fr}}#registration-wm .modal--table .table-item{border-right:none;border-top:1px solid #24476f;margin-top:0;padding:14px 0 0}@media screen and (min-width: 640px){#registration-wm .modal--table .table-item{border-right:1px solid #24476f;padding:18px 18px 0}}#registration-wm .modal--table .table-item:first-child{border-top:none}@media screen and (min-width: 640px){#registration-wm .modal--table .table-item:nth-child(2){border-top:none}}@media screen and (min-width: 640px){#registration-wm .modal--table .table-item:nth-child(3),#registration-wm .modal--table .table-item:nth-child(4){margin-top:18px}}#registration-wm .modal--table .table-item:nth-child(even){border-right:none}@media screen and (min-width: 640px){#registration-wm .modal--table .table-item:nth-child(even){padding-right:0}}@media screen and (min-width: 640px){#registration-wm .modal--table .table-item:nth-child(odd){padding-left:0}}#registration-wm .modal--table .table-item .accent-text{margin-bottom:6px;font-size:19px;font-weight:800;color:#3fc9f5}#registration-wm .modal--table .table-item .explanation{font-size:12px;line-height:1.55;color:#c9daec}#registration-wm .modal--picture{margin-top:30px;text-align:center;font-size:13px;font-weight:800;letter-spacing:1.5px;line-height:1.7;color:#fff;text-transform:uppercase}#registration-wm .modal--action{display:flex;flex-wrap:wrap;justify-content:center;text-align:center}#registration-wm .action-list{display:flex;width:100%;justify-content:center;gap:16px}#registration-wm .action-list .action-item:first-child{position:relative}#registration-wm .action-list .action-item:first-child:after{content:"·";position:absolute;right:-10px}#registration-wm .action-prize{display:flex}#registration-wm .action-change{margin-right:5px;color:#3fc9f5}
