.hover_link{position:relative}.hover_link::before{content:"";width:0;height:2px;border-radius:2px;background-color:currentColor;position:absolute;bottom:-0.25rem;left:0;transition:width .4s}.hover_link:hover::before{width:100%}.orange_hover{position:relative;border:1px solid rgba(0,0,0,0);transition:all .2s ease-in;overflow:hidden;background:rgba(0,0,0,0)}.orange_hover::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(270deg, #fe6429 0%, #fd963a 100%);border-radius:4.19rem;transition:opacity .3s ease;z-index:-1}.orange_hover:hover{border-color:#ff7934}.orange_hover:hover::before{opacity:0}.wrapper{width:100%;max-width:1300px;margin:0 auto;position:relative}@media(max-width: 1300px){.wrapper{width:95%}}.header{min-height:6.25rem;align-items:center;height:auto;font-family:"Onest";top:0;width:100vw}.header.glass3d::after{box-shadow:none}.header>*{z-index:100}.header__logo img{width:100%}.header__nav{display:flex;justify-content:space-between;align-items:center}.header__menu{display:flex;align-items:center;gap:30px}.header__menu--ul{display:flex;align-items:center;gap:30px;flex-wrap:wrap;list-style:none;padding:0;margin:0}.header__menu--link{font-weight:600;font-size:16px;line-height:120%;color:#fff;text-decoration:none;cursor:pointer;position:relative;display:inline-block;width:max-content}.header__menu--lang{position:relative;font-family:"Onest";font-size:16px;font-weight:600;min-width:10rem;height:2.31rem;padding:0;color:#fff;border-radius:3rem;background:rgba(0,0,0,0);cursor:pointer;border:none;overflow:hidden}.header__menu--lang::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/img_2025/header__menu--btn.png);background-size:cover;background-repeat:no-repeat;z-index:1;transition:opacity .2s ease-in}.header__menu--lang::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg, #fe6429 0%, #fdc84c 100%);border-radius:3rem;opacity:0;z-index:2;transition:opacity .2s ease-in}.header__menu--lang span{position:relative;z-index:3}.header__menu--lang:hover::after{opacity:1}.header__menu--lang.is-active::after{opacity:1}.header__menu__mobile{display:none}.dropdown-menu{display:flex;flex-direction:column;gap:.75rem;position:absolute;margin-top:.3125rem;background:linear-gradient(215deg, rgb(36, 153, 193) 0%, rgb(34, 42, 53) 100%);padding:15px;opacity:0;visibility:hidden;border-radius:.625rem;transition:all .2s ease;list-style:none}.dropdown-menu>*{z-index:10}.dropdown-menu--link{transition:all .3s ease-out;padding:4px 9px;border-radius:6px;color:#f5f5f5;text-decoration:none;cursor:pointer;white-space:nowrap}.dropdown-menu--link:hover{background:#fe6429;color:#fff;transform:scale(1.1)}.header__menu--ul li:hover .dropdown-menu{opacity:1;visibility:visible}@media(max-width: 1280px){.header__container{flex-direction:row}.header__menu{display:none}.header__menu__mobile{display:block}.header__menu__mobile--triger{background:url("/img/menu.png") 0 0 repeat;display:block;width:25px;height:17px}.header__menu__mobile--close{background:url("/img/close.png") 0 0 repeat;display:block;width:28px;height:28px;position:absolute;right:20px;top:20px;z-index:100}.header__menu__mobile--popup{background:#2c2e3e;display:none;position:fixed;right:-110%;top:0;width:250px;box-sizing:border-box;padding:30px;z-index:9998;box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.header__menu__mobile--popup ul{margin:0;padding:0}.header__menu__mobile--popup li{list-style:none;margin:10px 0;padding:0}.header__menu__mobile--popup li a{font-size:18px;color:#fff;line-height:1.4;text-decoration:none}}.footer{background-image:url(/img_2025/footer_bg.svg);background-repeat:no-repeat;background-position:center;background-color:#222a35;background-size:100%;font-family:"Onest";color:#fff;height:auto;padding-bottom:52px}.footer_top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;height:auto;padding:4.1875rem 0 1.6875rem;border-bottom:1px solid #fe6429}.footer_top__form{display:flex;flex-direction:column;gap:1.125rem}.footer_top__form--title{font-weight:600;font-size:1rem;letter-spacing:-0.02em}.footer_top__form-inputs{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.footer_top__form-inputs input{max-width:15.625rem;width:100%;padding:.75rem 1.5rem;border-radius:3.62rem;border:1px solid #60656b;background:#222a35;font-family:"Onest";font-weight:600;font-size:.88rem;color:#60656b}.footer_top__form-inputs input :focus{border:1px solid}.footer_top__form-inputs button{width:10.1875rem;height:100%;padding:.75rem;border-radius:4.19rem;background:linear-gradient(180deg, #fe6429 0%, #fdc84c 100%);cursor:pointer;border:none;font-family:"Onest";font-weight:600;font-size:.88rem;color:#fff}.footer_top__form-inputs button:disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(180deg, #60656b 0%, #8a8a8a 100%)}.footer_top__form-checkbox{display:flex;align-items:center;gap:.5625rem}.footer_top__form-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.footer_top__form-checkbox label{position:relative;padding:4px 0 0 35px;font-size:.81rem;color:#60656b}.footer_top__form-checkbox label::before{content:"";position:absolute;left:0;top:.125rem;width:1.25rem;height:1.25rem;border:1px solid #60656b;border-radius:.25rem;background:#222a35;transition:all .2s ease-in}.footer_top__form-checkbox label::after{content:"";position:absolute;left:.3125rem;top:.4375rem;width:.625rem;height:.3125rem;border:2px solid #fe6429;border-top:none;border-right:none;transform:rotate(-45deg);opacity:0;transition:opacity .2s ease}.footer_top__form-checkbox label a{color:currentColor}.footer_top__form-checkbox input[type=checkbox]:checked+label::after{opacity:1}.footer_top__form-checkbox input[type=checkbox]:checked+label::before{border-color:#fe6429}.footer_top__form-checkbox input[type=checkbox]:not(:disabled):not(:checked)+label:hover:before{opacity:.5}.footer_top__form #subscribe-messages{font-weight:500;font-size:.81rem;background:linear-gradient(180deg, #fe6429 0%, #fdc84c 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.footer_top__links{display:flex;flex-direction:column;gap:2.375rem}.footer_top__links-social{display:flex;gap:1.375rem;flex-wrap:wrap;align-items:center}.footer_top__links-social a{width:3.125rem;height:3.125rem}.footer_top__links-social .tg{display:flex;align-items:center;justify-content:center;width:12.625rem;height:2.5rem;border-radius:4.19rem;gap:.5rem;background:linear-gradient(180deg, #11485b 0%, #2499c1 100%);font-weight:500;font-size:.88rem;color:#fff;text-decoration:none}.footer_top__links-mail{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.footer_top__links-mail a,.footer_top__links-mail p{font-weight:600;font-size:1rem;letter-spacing:-0.02em;color:#fff;text-decoration:none;display:flex;gap:.5rem;align-items:center}.footer_bottom{height:auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top:1.5rem}.footer_bottom a{font-weight:500;font-size:1rem;color:#fff}@media(max-width: 768px){.footer{background-image:none}.footer_top__links{width:100%}.footer_top__links-social{justify-content:space-between;gap:0}}@media(max-width: 500px){.footer_top__form-inputs input,.footer_top__form-inputs button{max-width:100%;width:100%}}.modal-content{background:url(/img_2025/modal-background.webp);background-repeat:no-repeat;background-size:100% 100%;padding:3.875rem 5rem;position:relative;display:flex;align-items:center;gap:7.25rem;border-radius:1.25rem}.modal-close{position:absolute;top:1.25rem;right:1.25rem;border:none;background:url(/img_2025/modal-close.svg);background-size:cover;width:24px;height:24px;cursor:pointer;padding:0;margin:0}.modal-title{display:flex;flex-direction:column;gap:1rem;z-index:10;position:relative;font-family:"Onest"}.modal-title h2{font-weight:700;font-size:3rem;text-transform:uppercase;color:#fff;margin:0}.modal-title p{font-weight:500;font-size:1.44rem;color:#f5f5f5;margin:0}.form-checkbox{display:flex;align-items:center;gap:.5625rem}@media screen and (max-width: 715px){.form-checkbox{margin-left:0}}.form-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.form-checkbox input[type=checkbox]:checked+label::after{opacity:1}.form-checkbox input[type=checkbox]:checked+label::before{border-color:#fe6429}.form-checkbox input[type=checkbox]:not(:disabled):not(:checked)+label:hover::before{opacity:.5}.form-checkbox label{position:relative;padding:4px 0 0 35px;font-weight:500;font-size:.81rem;color:#6e737a;font-family:"Onest"}.form-checkbox label::before{content:"";position:absolute;left:0;top:.125rem;width:1.25rem;height:1.25rem;border:1px solid #60656b;border-radius:.25rem;background:#222a35;transition:all .2s ease-in}.form-checkbox label::after{content:"";position:absolute;left:.3125rem;top:.4375rem;width:.625rem;height:.3125rem;border:2px solid #fe6429;border-top:none;border-right:none;transform:rotate(-45deg);opacity:0;transition:opacity .2s ease}.form-checkbox label a{color:currentColor}.pre-reg-form{position:relative;width:25rem;font-family:"Onest"}.pre-reg-form .pre-reg-input{border:1px solid #fe6429;border-radius:.63rem;height:60px;background:rgba(34,42,53,.5);padding:0 0 0 1.5rem;width:100%;font-size:16px;font-weight:600;color:#fff;font-family:"Onest";margin-bottom:.9375rem}.pre-reg-form .pre-reg-input ::placeholder{color:#fff}.pre-reg-form .pre-reg-input :disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(180deg, #60656b 0%, #8a8a8a 100%)}.pre-reg-form .pre-reg-button{position:relative;background:rgba(0,0,0,0);height:60px;border-radius:4.19rem;width:100%;border:1px solid rgba(0,0,0,0);font-family:"Onest";font-weight:600;font-size:1rem;color:#fff;cursor:pointer;overflow:hidden;margin-top:2.25rem}.pre-reg-form .pre-reg-button::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg, #fe6429 0%, #fdc84c 100%);border-radius:4.19rem;transition:opacity .3s ease;z-index:1}.pre-reg-form .pre-reg-button span{position:relative;z-index:10}.pre-reg-form .pre-reg-button:not(:disabled):hover{border-color:#ff7934}.pre-reg-form .pre-reg-button:not(:disabled):hover::before{opacity:0}.pre-reg-form .pre-reg-button:disabled{cursor:not-allowed;border-color:#60656b;color:hsla(0,0%,100%,.7)}.pre-reg-form .pre-reg-button:disabled::before{background:linear-gradient(180deg, #60656b 0%, #8a8a8a 100%) !important;opacity:1 !important}@media(max-width: 1280px){.modal-content{width:100%;flex-direction:column;gap:1.25rem}.modal-content .modal-title{text-align:center}}@media(max-width: 768px){.modal-content{padding:1.6875rem 1rem;text-align:left;align-items:start}.modal-content .modal-title{text-align:left;gap:.375rem}.modal-content .modal-title br{display:none}.modal-content .modal-title h2{font-size:1.5rem}.modal-content .modal-title p{font-size:1rem}.modal-close{width:1rem;height:1rem;top:.625rem;right:.625rem}.pre-reg-form{width:auto}.pre-reg-form .pre-reg-input{height:3.125rem;width:100%}}.success-messages{font-weight:500;font-size:1rem;background:linear-gradient(180deg, #fe6429 0%, #fdc84c 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.formModal-button:disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(180deg, #60656b 0%, #8a8a8a 100%)}@media screen and (max-width: 715px){.speaker-form-checkbox{margin-left:0}}.formModal-title h2{font-size:1.63rem}.formModal-form{max-width:24.375rem}.formModal-form textarea{width:100%;height:6.25rem;resize:none;padding-top:1.25rem}.formModal-input{border:1px solid #fe6429;border-radius:.63rem;height:60px;background:rgba(34,42,53,.5);padding:0 0 0 1.5rem;width:100%;font-size:16px;font-weight:600;color:#fff;font-family:"Onest";margin-bottom:.9375rem}.formModal-input::placeholder{color:#fff}.formModal-input :disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(180deg, #60656b 0%, #8a8a8a 100%)}.formModal-button{position:relative;background:rgba(0,0,0,0);height:60px;border-radius:4.19rem;width:100%;border:1px solid rgba(0,0,0,0);font-family:"Onest";font-weight:600;font-size:1rem;color:#fff;cursor:pointer;overflow:hidden;margin-top:2.25rem}.formModal-button::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(270deg, #fe6429 0%, #fdc84c 100%);border-radius:4.19rem;transition:opacity .3s ease;z-index:1}.formModal-button span{position:relative;z-index:10}.formModal-button:not(:disabled):hover{border-color:#ff7934}.formModal-button:not(:disabled):hover::before{opacity:0}.formModal-button:disabled{cursor:not-allowed;border-color:#60656b;color:hsla(0,0%,100%,.7)}.formModal-button:disabled::before{background:linear-gradient(180deg, #60656b 0%, #8a8a8a 100%) !important;opacity:1 !important}.speaker-modal-content{flex-direction:column;gap:2.25rem;align-items:flex-start;padding:3.25rem}@media(max-width: 768px){.formModal-form{max-width:100%}.speaker-modal-content{gap:1.25rem;padding:2.5rem 1rem}.formModal-title h2{font-size:1.5rem}}.timepad-widget{width:100% !important;min-width:32.1875rem;border:none}.timepad-modal-content{display:block;padding:2rem 1.5rem;box-shadow:inset 2px 2px 1px -3px hsla(205,20%,90%,.8),inset 4px 4px 2px -6px hsla(205,20%,90%,.3),inset 1.5px 1.5px 1.5px -0.75px hsla(205,20%,90%,.15),inset 1.5px 1.5px .25px hsla(205,20%,90%,.03),inset 0 0 .25px .5px hsla(205,20%,90%,.1)}@media(max-width: 1024px){.timepad-widget{min-width:0}}/*# sourceMappingURL=shell.css.map */
