@charset "UTF-8";/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face{font-family:Degular Text;src:url(../fonts/DegularText-Regular.woff);font-style:normal;font-weight:400}@font-face{font-family:Degular Text;src:url(../fonts/DegularText-Medium.woff);font-style:normal;font-weight:500}@font-face{font-family:Degular Text;src:url(../fonts/DegularText-Black.woff);font-style:normal;font-weight:800}.clearfix:after{content:"";display:block;clear:both}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}*{max-height:1000000px}body{color:#fff;background:#030303;font:16px/1.2 Arial,Helvetica Neue,Helvetica,sans-serif;min-width:320px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;vertical-align:top}.gm-style img{max-width:none}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h{font-weight:700;margin:0 0 .5em;color:inherit}h1,.h1{font-size:132px}h2,.h2{font-size:72px}h3,.h3{font-size:48px}h4,.h4{font-size:22px}h5,.h5{font-size:17px}h6,.h6{font-size:15px}p{margin:0 0 1em}a{color:#000;text-decoration:none;transition:color .3s ease}a:hover,a:focus{text-decoration:none}form,fieldset{margin:0;border-style:none}input[type=text],input[type=tel],input[type=email],input[type=search],input[type=password],textarea{-webkit-appearance:none;-webkit-border-radius:0;outline:none;box-sizing:border-box;border:1px solid #ccc;color:#000}input[type=text]:focus,input[type=tel]:focus,input[type=email]:focus,input[type=search]:focus,input[type=password]:focus,textarea:focus{border-color:#000}input[type=text]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#ccc}input[type=text]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=password]::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#ccc}input[type=text]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=search]:-moz-placeholder,input[type=password]:-moz-placeholder,textarea:-moz-placeholder{color:#ccc}input[type=text]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#ccc}input[type=text].placeholder,input[type=tel].placeholder,input[type=email].placeholder,input[type=search].placeholder,input[type=password].placeholder,textarea.placeholder{color:#ccc}select{-webkit-border-radius:0}textarea{vertical-align:top;resize:none}button,input[type=button],input[type=reset],input[type=file],input[type=submit]{-webkit-appearance:none;-webkit-border-radius:0;cursor:pointer;font-family:Arial,Helvetica Neue,Helvetica,sans-serif}.overflow{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:-1;visibility:hidden;opacity:0;transition:all .3s ease 0s}.overflow_active{z-index:0;visibility:visible;opacity:1}#header{position:fixed;top:20px;left:50%;transform:translate(-50%);width:calc(100% - 40px);padding:20px;z-index:5;border-bottom:.5px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:space-between;gap:15px;transition:all .7s ease 0s}@media (max-width: 1024px){#header{position:absolute;width:100%;top:0}}@media (max-width: 479px){#header{padding:25px 20px 20px}}.footer-active #header{opacity:0;pointer-events:none}#header .logo{display:block;margin-right:150px;z-index:1}@media (max-width: 1299px){#header .logo{margin-right:0}}#header .logo svg{fill:#fff;transition:all .3s ease 0s}#header .logo:hover svg{fill:#5cff4f}#header .menu-block{width:100%;display:flex;align-items:center;gap:15px}@media (max-width: 1199px){#header .menu-block{position:absolute;top:0;right:-100%;width:40%;height:100vh;min-height:100vh;align-items:start;flex-direction:column;justify-content:space-between;padding-top:100px;transition:all .7s ease 0s;overflow:auto;background-color:#030303}}@media (max-width: 959px){#header .menu-block{width:60%}}@media (max-width: 599px){#header .menu-block{width:100%}}#header .menu-block:before{content:"";position:absolute;top:65px;left:0;width:100%;height:1px;display:none;background-color:#ffffff4d}@media (max-width: 1199px){#header .menu-block:before{display:block}}.active #header .menu-block{right:-20px}@media (max-width: 1024px){.active #header .menu-block{right:0}}#header .menu-wrap{z-index:1;margin:0 auto}@media (max-width: 1199px){#header .menu-wrap{width:100%;display:flex;flex-direction:column;justify-content:center;flex:1 0 auto;margin:0;padding:0 20px}}#header .menu{position:relative;display:flex;align-items:center;gap:36px;list-style:none;margin:0;padding:0}@media (max-width: 1199px){#header .menu{flex-direction:column;align-items:start;padding:20px 8px;width:100%}}#header .menu:before{content:"";position:absolute;top:0;left:0;width:8px;height:100%;display:none;z-index:1;background:url(./images/icons/menu-line.svg) 0 0/auto 100% no-repeat}@media (max-width: 1199px){#header .menu:before{display:block}}#header .link{position:relative;color:#fff;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:140%;letter-spacing:.7px;text-transform:uppercase;transition:all .3s ease 0s;padding:2px 6px}@media (max-width: 1199px){#header .link{font-size:32px;padding:1px 20px}}#header .link:hover{background-color:#fff;color:#030303}#header .song-block{position:relative;min-width:170px;min-height:20px}@media (max-width: 1199px){#header .song-block{min-width:100%;min-height:auto;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.3);padding-bottom:40px}}@media (max-width: 767px){#header .song-block{padding-bottom:0}}@media (max-width: 479px){#header .song-block{align-items:flex-start}}#header .yer{display:none;flex:1 0 auto;margin:0;color:#ffffff4d;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:10px;font-weight:400;line-height:140%;letter-spacing:.2px;text-transform:uppercase;padding:20px}@media (max-width: 1199px){#header .yer{display:block;border-right:1px solid rgba(255,255,255,.3)}}@media (max-width: 479px){#header .yer{padding:20px 20px 90px}}#header .song-btn{position:absolute;top:0;right:0;width:13px;border:none;display:flex;align-items:center;gap:10px;background:none;padding:0;overflow:hidden;transition:all .3s ease .3s}@media (max-width: 1199px){#header .song-btn{position:relative;margin:20px}}#header .song-btn.mute{width:100%}#header .song-btn.mute .line1,#header .song-btn.mute .line2,#header .song-btn.mute .line3{top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(255,255,255,.8);opacity:0}#header .on-btn{position:relative;min-width:12px;height:20px}#header .on-btn:hover .line1,#header .on-btn:hover .line2,#header .on-btn:hover .line3{background:rgba(255,255,255,.3)}#header .line1,#header .line2,#header .line3{position:absolute;width:2px;background:#fff;transition:all .7s ease 0s}#header .line1{top:0;left:50%;transform:translate(-50%);height:100%}#header .line2{top:50%;transform:translateY(-50%);height:12px;left:0}#header .line3{top:50%;transform:translateY(-50%);height:6px;left:90%}#header .enable-box{position:relative;display:flex;align-items:center;gap:8px;min-height:20px}#header .enable-box:after,#header .enable-box:before{content:"";position:absolute;left:0;bottom:0;height:1px;transition:all .3s ease 0s}#header .enable-box:after{width:0;background:#fff}#header .enable-box:before{width:100%;background:rgba(255,255,255,.3)}#header .enable-box:hover:after{width:100%}#header .enable-box svg{width:12px;height:12px}#header .enable-text{color:#fff;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:140%;letter-spacing:.6px;text-transform:uppercase;margin:0;white-space:nowrap}.burger{display:none;position:relative;min-width:24px;height:15px;z-index:1;border:none;outline:none;background:none}@media (max-width: 1199px){.burger{display:block}}.burger span{position:absolute;top:6px;left:0;width:24px;height:2px;background-color:#fff;border-radius:10px}.burger:before,.burger:after{content:"";position:absolute;height:2px;width:24px;background-color:#fff;border-radius:10px}.burger:before{top:0;left:0}.burger:after{bottom:0;left:0}.burger.burger_active span{animation:burger-line3 .5s steps(4) forwards}.burger.burger_active:before{animation:burger-line2 .5s steps(4) forwards}.burger.burger_active:after{animation:burger-line1 .5s steps(4) forwards}.burger.burger_finish span{animation:burger-line3-rev .5s steps(4) forwards}.burger.burger_finish:before{animation:burger-line2-rev .5s steps(4) forwards}.burger.burger_finish:after{animation:burger-line1-rev .5s steps(4) forwards}@keyframes burger-line1{0%{transform:rotate(0);bottom:0}50%{transform:rotate(-90deg);bottom:45%;left:-15px}to{transform:rotate(-45deg);bottom:45%}}@keyframes burger-line2{0%{transform:rotate(0);top:0}50%{transform:rotate(90deg);top:45%;right:-15px}to{transform:rotate(45deg);top:45%}}@keyframes burger-line1-rev{0%{transform:rotate(-45deg);bottom:45%}50%{transform:rotate(-90deg);bottom:45%;left:-15px}to{transform:rotate(0);bottom:0}}@keyframes burger-line2-rev{0%{transform:rotate(45deg);top:45%}50%{transform:rotate(90deg);top:45%;right:-15px}to{transform:rotate(0);top:0}}@keyframes burger-line3{0%{transform:translate(0) rotate(0);opacity:1}50%{transform:rotate(90deg);opacity:1}to{transform:translateY(40px) rotate(90deg);opacity:0}}@keyframes burger-line3-rev{0%{transform:translateY(40px) rotate(90deg);opacity:0}50%{transform:rotate(90deg);opacity:1}to{transform:translate(0) rotate(0);opacity:1}}html{scroll-behavior:smooth}#wrapper{position:relative;overflow:hidden;margin:20px;border-radius:6px;border:.5px solid rgba(255,255,255,.3);height:calc(100vh - 40px);transition:all .7s ease 0s}@media (max-width: 1024px){#wrapper{border:none;margin:0;overflow:auto;overflow-x:hidden;height:auto}}.body_lock #wrapper{overflow:hidden!important;height:100vh}@media (min-width: 1026px){.footer-active #wrapper{height:100vh;margin:0;border:.5px solid transparent;border-radius:0}}#wrapper-page{overflow:hidden;border-radius:6px;margin:20px;border:.5px solid rgba(255,255,255,.3);height:calc(100vh - 40px)}@media (max-width: 1024px){#wrapper-page{border:none;margin:0;height:auto}}#wrapper-page #footer{display:none}@media (max-width: 1024px){#wrapper-page #footer{display:flex}}#wrapper-form{position:relative;overflow-x:hidden}#wrapper-policy{position:relative;overflow:hidden;border:.5px solid rgba(255,255,255,.3);margin:20px;border-radius:6px}@media (max-width: 1199px){#wrapper-policy{border:none;margin:0;height:auto}}#wrapper-policy #header{position:absolute;top:0;left:0;width:100%;transform:translate(0)}#wrapper-policy #footer{border-top:.5px solid rgba(255,255,255,.3)}.body_lock #wrapper-policy{overflow:hidden!important;height:100vh}#main{position:relative}.section{overflow:hidden}.fp-tableCell{display:flex;flex-direction:column}.container{width:100%;max-width:1440px;padding:0 40px;margin:0 auto}@media (max-width: 479px){.container{padding:0 20px}}.title{color:#fff;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:72px;font-weight:800;line-height:100%;text-transform:uppercase}@media (max-width: 1024px){.title{font-size:52px}}.text{color:#fff;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:140%}.bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.bg::-webkit-media-controls{display:none!important}.bg::-webkit-media-controls-panel{display:none!important;-webkit-appearance:none}.bg::-webkit-media-controls-play-button{display:none!important;-webkit-appearance:none}.bg::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}.main-btn{position:relative;display:block;padding:6px;background:none;border:none}.main-btn .btn-text{position:relative;display:block;padding:15px 30px;background:radial-gradient(78.49% 85.82% at 50% 50%,#5cff4f 0%,#34ff23 92.25%,#1a7113 100%);box-shadow:6px 4px 45px #30ac26 inset,6px 4px 10px #239d19 inset,-6px -4px 45px #2b9f21 inset,-6px -4px 45px #32a029 inset;color:#030303;text-align:center;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:16px;font-weight:600;line-height:140%;letter-spacing:.32px;text-transform:uppercase;transition:all .3s ease 0s}.main-btn .btn-text:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:90%;width:80%;border-radius:50%;background-color:#9aff91;filter:blur(14.9999990463px);z-index:-1;transition:all .3s ease 0s}.main-btn:hover .btn-text:before{background-color:#19f006}.main-btn.transp .btn-text{font-weight:500;color:#ffffff4d;background:none;box-shadow:none}.main-btn.transp .btn-text:before{background-color:transparent}.main-btn.transp:hover .btn-text{background-color:#fff;color:#030303;box-shadow:6px 4px 45px #ffffff4d inset,6px 4px 10px #ffffff4d inset,-6px -4px 45px #ffffff4d inset,-6px -4px 45px #ffffff4d inset}.main-btn.transp:hover .btn-text:before{background-color:#fff}.main-btn.transp:disabled .btn-text{background:none;color:#ffffff4d;box-shadow:none}.main-btn.transp:disabled .btn-text:before{background-color:transparent}.btn-add{display:flex;align-items:center;justify-content:center;gap:10px;padding:13px 15px;background:none;border:1px solid #4F4F4F;color:#fff;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:16px;font-weight:400;transition:all .3s ease 0s}.btn-add:not(:disabled):hover{border:1px solid #5CFF4F}.btn-add:not(:disabled):hover svg{transform:rotate(180deg)}.btn-add:disabled{border:1px solid #4F4F4F;color:#ffffff4d}.btn-add:disabled svg{fill:#ffffff4d}.btn-add svg{fill:#5cff4f;transition:all .3s steps(3) 0s}.back-btn,.btn-close{position:relative;width:48px;min-width:48px;height:48px;padding:15px;border:.5px solid #5CFF4F;transition:border .3s ease 0s;background:none}.back-btn:hover,.btn-close:hover{border:1px solid #fff}.back-btn:hover svg,.btn-close:hover svg{transform:translate(-50%,-50%) rotate(180deg);fill:#fff}.back-btn svg,.btn-close svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);fill:#5cff4f;transition:transform .3s steps(3) 0s,fill .3s ease 0s}.delete-btn{width:32px;height:32px;display:flex;justify-content:center;align-items:center;border:1px solid transparent;background:rgba(79,79,79,.3);transition:all .3s ease 0s}.delete-btn:hover{border:1px solid #FF4F4F}.delete-btn:hover svg{transform:rotate(90deg)}.delete-btn svg{transition:transform .3s steps(3) 0s;min-width:14px;min-height:14px}.link-btn{display:flex;align-items:center;gap:8px;background:none;border:none;padding:0 0 8px;border-bottom:1px solid rgba(255,255,255,.3);color:#fff;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:140%;letter-spacing:.7px;text-transform:uppercase;transition:all .3s ease 0s}.link-btn.remove svg{fill:#fff;transition:all .3s ease 0s}.link-btn.remove:hover{color:#ff4f4f;border-bottom:1px solid #FF4F4F}.link-btn.remove:hover svg{fill:#ff4f4f}.link-btn.fulfilled{color:#5cff4f}.link-btn.rejected{color:#ff4f4f}.del{background:none;border:none;padding:0}.del:hover svg{fill:#ff4f4f}.del svg{fill:#fff;transition:all .3s ease 0s}.icon-line{position:absolute;width:16px;height:16px;border:1px solid rgba(255,255,255,.3)}@media (max-width: 767px){.icon-line{width:11px;height:11px}}.icon-line.top-left-line{top:0;left:0;border-right:none;border-bottom:none;animation:top-left-anim 2s steps(2) infinite}.icon-line.top-right-line{top:0;right:0;border-left:none;border-bottom:none;animation:top-right-anim 2s steps(2) infinite}.icon-line.bot-left-line{bottom:0;left:0;border-top:none;border-right:none;animation:bottom-left-anim 2s steps(2) infinite}.icon-line.bot-right-line{bottom:0;right:0;border-top:none;border-left:none;animation:bottom-right-anim 2s steps(2) infinite}@keyframes top-left-anim{0%{top:0;left:0}1%{top:-3px;left:-3px}30%{top:0;left:0}to{top:0;left:0}}@keyframes top-right-anim{0%{top:0;right:0}1%{top:-3px;right:-3px}30%{top:0;right:0}to{top:0;right:0}}@keyframes bottom-left-anim{0%{bottom:0;left:0}1%{bottom:-3px;left:-3px}30%{bottom:0;left:0}to{bottom:0;left:0}}@keyframes bottom-right-anim{0%{bottom:0;right:0}1%{bottom:-3px;right:-3px}30%{bottom:0;right:0}to{bottom:0;right:0}}.name-box{display:flex;align-items:center;gap:12px;min-height:80px}.name-box .avatar{position:relative;width:80px;min-width:80px;height:0;border:.5px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden;transition:all .7s ease-in .5s}@media (max-width: 767px){.name-box .avatar{width:64px;min-width:64px}}.name-box .avatar.show{height:80px}@media (max-width: 767px){.name-box .avatar.show{height:64px}}.name-box .name{color:#fff;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:24px;font-weight:700;line-height:100%;text-transform:uppercase;margin-bottom:10px;opacity:0;transform:translate(50px);transition:all .7s ease-in .5s}@media (max-width: 767px){.name-box .name{font-size:18px}}.name-box .name.show{opacity:1;transform:translate(0)}.name-box .name span{font-weight:500}.name-box .price{color:#5cff4f;text-shadow:0px 0px 9.864px rgba(92,255,79,.4);font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:32px;font-weight:500;line-height:100%;letter-spacing:.96px;text-transform:uppercase;margin:0;opacity:0;transform:translate(60px);transition:all .7s ease-in .5s}@media (max-width: 767px){.name-box .price{font-size:26px}}.name-box .price.show{opacity:1;transform:translate(0)}*{scrollbar-width:thin;scrollbar-color:#5CFF4F transparent}*::-webkit-scrollbar{width:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#5cff4f;border-radius:20px;border:3px solid transparent}.tooltip-content{max-width:460px;padding:16px;background:#030303;border:1px solid #4F4F4F;box-shadow:none;opacity:1}@media (max-width: 479px){.tooltip-content{max-width:330px}}.mt-20{margin-top:-20px}.modal-wrap{position:fixed;top:0;left:0;width:100%;min-height:100vh;z-index:5;display:none;place-items:center;padding:110px 20px 150px}@media (max-width: 479px){.modal-wrap{padding:110px 20px 200px}}.modal-wrap.active{display:grid}.modal-wrap.lg .skip-text-content{max-width:460px;text-align:center;margin:0 auto}.modal-wrap.lg .modal-title{font-size:30px;font-weight:700}@media (max-width: 479px){.modal-wrap.lg .modal-title{font-size:28px}}.modal-wrap.md .modal-content{position:relative;max-width:560px;padding:55px 40px 40px 80px;border:1px solid #5CFF4F;background:#030303;overflow:hidden}@media (max-width: 479px){.modal-wrap.md .modal-content{padding:35px 16px}}.modal-wrap.md .modal-content:before{content:"";position:absolute;top:40px;left:40px;width:20px;min-height:700px;background:url(../images/icons/form-pop-up-line.svg) 0 0/100% auto no-repeat}@media (max-width: 479px){.modal-wrap.md .modal-content:before{display:none}}.modal-wrap.md .modal-title{font-size:28px;font-weight:500;margin-bottom:40px}@media (max-width: 479px){.modal-wrap.md .modal-title{font-size:22px;margin-bottom:32px}}.modal-wrap.md .input-wrap{margin-bottom:12px}.modal-wrap.md .main-btn{width:100%}.modal-wrap .error{position:relative!important;padding-top:5px;bottom:auto}.modal-wrap .modal-content{width:100%}.modal-wrap .modal-content .text{margin-bottom:40px}.modal-wrap .backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(3,3,3,.8);-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px);z-index:-1}.modal-wrap .modal-title{color:#fff;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;line-height:100%;text-transform:uppercase}.modal-wrap .modal-btn-wrap{position:absolute;left:50%;bottom:60px;transform:translate(-50%);display:flex;gap:25px}@media (max-width: 479px){.modal-wrap .modal-btn-wrap{flex-direction:column-reverse}}.modal-wrap .modal-text{color:#ffffffb3;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.modal-wrap .link-wrap{margin-bottom:40px}.modal-wrap .hint{display:flex;gap:10px;margin-bottom:40px}.modal-wrap .hint.mb20{margin-bottom:20px}.modal-wrap .hint svg{min-width:18px}.modal-wrap .hint .text{font-size:12px}.modal-wrap .btn-close{position:absolute;top:40px;right:40px}@media (max-width: 479px){.modal-wrap .btn-close{right:16px;width:36px;min-width:36px;height:36px}}.main-section{position:relative;display:flex;flex-direction:column;flex:1 0 auto;padding:100px 0 60px;min-height:100vh}@media (max-width: 767px){.main-section{padding:100px 0 160px}}.main-section .bg{z-index:-1}@media (max-width: 767px){.main-section .bg{top:50%;transform:translateY(-50%);height:80%}}.main-section .grad{position:absolute;left:50%;transform:translate(-50%);width:100%;min-height:400px;z-index:1}@media (max-width: 767px){.main-section .grad{min-height:0}}.main-section .grad.grad-top{top:-5%;height:40%;background:linear-gradient(0deg,rgba(3,3,3,0) 0%,#030303 100%)}@media (max-width: 767px){.main-section .grad.grad-top{top:0;height:300px}}.main-section .grad.grad-bot{bottom:-5%;height:25%;background:linear-gradient(180deg,rgba(3,3,3,0) 0%,#030303 80%)}@media (max-width: 767px){.main-section .grad.grad-bot{bottom:0;height:400px}}.main-section .container{display:flex;flex-direction:column;flex:1 0 auto;z-index:1}.main-section .content{display:flex;justify-content:space-between;flex-direction:column;flex:1 0 auto}.main-section .text{max-width:470px;opacity:0;font-size:18px;transition:all 2s ease 0s}.main-section .text.show{opacity:1}@media (max-width: 767px){.main-section .text{max-width:100%;text-align:center}}@media (max-width: 479px){.main-section .text{font-size:16px}}.main-section .main-title{color:#fff;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:800;line-height:80%;text-transform:uppercase;margin:0;font-size:118px}@media (max-width: 1400px){.main-section .main-title{font-size:calc(52px + 66 * (100vw - 360px) / 1040)}}.main-section .main-title span{display:block;text-align:right}.main-section .main-title span:first-child{padding-right:15%}@media (max-width: 479px){.main-section .main-title span:first-child{padding:0;text-align:left}}.about-section{padding:80px 0;display:flex;flex-direction:column;min-height:100%}@media (max-width: 479px){.about-section{padding:60px 0}}.about-section .container{display:flex;flex-direction:column;flex:1 0 auto}.about-section .text-block{margin:auto 0}@media (max-width: 1024px){.about-section .text-block{margin-bottom:50px}}.about-section .title{max-width:926px;margin:0 auto 30px;opacity:0;transition:all 1s ease 0s;font-size:72px}@media (max-width: 1440px){.about-section .title{max-width:726px;font-size:58px}}@media (max-width: 479px){.about-section .title{text-align:center;font-size:52px}}.about-section .title.show{opacity:1}.about-section .title span:first-child{display:block;max-width:max-content;margin-left:auto}@media (max-width: 479px){.about-section .title span:first-child{display:inline}}.about-section .about-block{display:flex;column-gap:70px;row-gap:20px;max-width:700px;margin:0 auto}@media (max-width: 859px){.about-section .about-block{column-gap:40px}}@media (max-width: 767px){.about-section .about-block{flex-direction:column}}.about-section .green-title{padding-top:13px;color:#5cff4f;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:120%;letter-spacing:.8px;text-transform:uppercase}@media (max-width: 767px){.about-section .green-title{padding:0;text-align:center}}.about-section .about-text{position:relative;max-width:8px;overflow:hidden;transition:all .7s ease-in .5s}@media (max-width: 767px){.about-section .about-text{max-width:100%;max-height:8px}}.about-section .about-text.show{max-width:520px}@media (max-width: 1440px){.about-section .about-text.show{max-width:420px}}@media (max-width: 767px){.about-section .about-text.show{max-width:100%;max-height:500px}}.about-section .about-text:before,.about-section .about-text:after{content:"";position:absolute;top:0;width:4px;height:100%;background:url(../images/icons/about-line.svg) 0 0/auto 100% no-repeat}@media (max-width: 767px){.about-section .about-text:before,.about-section .about-text:after{width:100%;height:9px;background:url(../images/icons/about-line-mob.svg) 0 0/100% auto no-repeat}}.about-section .about-text:before{left:0;transform:rotate(180deg)}.about-section .about-text:after{right:0}@media (max-width: 767px){.about-section .about-text:after{left:0;right:auto;top:auto;bottom:0}}.about-section .about-text .text{min-width:520px;font-size:16px;margin:0;padding:13px 20px}@media (max-width: 1440px){.about-section .about-text .text{min-width:420px;font-size:13px}}@media (max-width: 767px){.about-section .about-text .text{padding:30px 0;text-align:center;min-width:0}}.about-section .slider-block{margin:0 0 auto}@media (max-width: 1920px){.about-section .slider-block{margin:auto 0}}.about-section .about-slider{overflow:visible}@media (max-width: 1024px){.about-section .about-slider{width:100%}}@media (max-width: 1024px){.about-section .swiper-wrapper{width:100%;flex-wrap:wrap;justify-content:space-between;row-gap:60px}}.about-section .arrow-wrap{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:60px}@media (max-width: 1920px){.about-section .arrow-wrap{margin-bottom:20px}}@media (max-width: 1024px){.about-section .arrow-wrap{display:none}}.about-section .arrow{display:grid;place-items:center;cursor:pointer}.about-section .arrow svg{stroke:#5cff4f;fill:#5cff4f;transition:all .3s ease 0s;height:22px}.about-section .arrow.next{transform:rotate(180deg)}.about-section .arrow.swiper-button-disabled svg{stroke:#fff;fill:transparent;opacity:.3}.about-section .swiper-slide{position:relative;transform:translateY(50px);height:auto;opacity:0;border:1px solid rgba(255,255,255,.3);transition:all .7s ease 0s}@media (max-width: 1024px){.about-section .swiper-slide{max-width:47%}}@media (max-width: 599px){.about-section .swiper-slide{max-width:100%}}.about-section .swiper-slide.show{opacity:1;transform:translateY(0)}.about-section .swiper-slide:nth-child(1).show{transition-delay:0s}.about-section .swiper-slide:nth-child(2).show{transition-delay:.3s}@media (max-width: 1024px){.about-section .swiper-slide:nth-child(2).show{transition-delay:0s}}.about-section .swiper-slide:nth-child(3).show{transition-delay:.6s}@media (max-width: 1024px){.about-section .swiper-slide:nth-child(3).show{transition-delay:0s}}@media (max-width: 599px){.about-section .swiper-slide:last-child .dot.top.left{top:-3px;right:auto;left:50%;transform:translate(-50%) translate(35px)}}.about-section .swiper-content{padding:32px}@media (max-width: 1920px){.about-section .swiper-content{padding:32px 20px}}.about-section .triangle{position:absolute;width:30px;height:30px;border-bottom:1px solid rgba(255,255,255,.3);background-color:#030303}.about-section .triangle.top{top:-16px}.about-section .triangle.top.left{transform:rotate(-45deg)}.about-section .triangle.top.right{transform:rotate(45deg)}.about-section .triangle.bot{bottom:-16px}.about-section .triangle.bot.left{transform:rotate(-135deg)}.about-section .triangle.bot.right{transform:rotate(135deg)}.about-section .triangle.left{left:-16px}.about-section .triangle.right{right:-16px}.about-section .line{position:absolute;top:50%;transform:translateY(-50%);height:60%;width:5px;background-color:#030303}.about-section .line.left{left:-2px;border-right:1px solid rgba(255,255,255,.3)}.about-section .line.left:before{transform:rotate(45deg);left:3px}.about-section .line.left:after{transform:rotate(135deg);left:3px}.about-section .line.right{right:-2px;border-left:1px solid rgba(255,255,255,.3)}.about-section .line.right:before{transform:rotate(-45deg);right:3px}.about-section .line.right:after{transform:rotate(-135deg);right:3px}.about-section .line:before,.about-section .line:after{content:"";position:absolute;width:5px;height:5px;background-color:#030303;border-bottom:1px solid rgba(255,255,255,.3)}.about-section .line:before{top:-3px}.about-section .line:after{bottom:-3px}.about-section .dot{position:absolute;width:7px;height:7px;border-radius:50%;background-color:#5cff4f}@media (max-width: 1024px){.about-section .dot{display:none}}@media (max-width: 599px){.about-section .dot{display:block}}.about-section .dot.top{top:30%}.about-section .dot.bot{bottom:30%}.about-section .dot.left{left:0}.about-section .dot.right{right:0}@media (max-width: 599px){.about-section .dot.top.right{top:-3px;right:auto;left:50%;transform:translate(-50%) translate(35px)}}@media (max-width: 599px){.about-section .dot.top.left{top:auto;bottom:-3px;right:auto;left:50%;transform:translate(-50%) translate(38px)}}@media (max-width: 599px){.about-section .dot.bot.right{bottom:-3px;right:auto;left:50%;transform:translate(-50%) translate(-38px)}}@media (max-width: 599px){.about-section .dot.bot.left{top:-3px;right:auto;left:50%;transform:translate(-50%) translate(-38px)}}.about-section .diagonal{position:absolute;height:1px;width:180px;background-color:#ffffff4d;z-index:2}@media (max-width: 1920px){.about-section .diagonal{width:117px}}@media (max-width: 1440px){.about-section .diagonal{width:42%}}@media (max-width: 1399px){.about-section .diagonal{width:44%}}@media (max-width: 1299px){.about-section .diagonal{width:114px}}@media (max-width: 1099px){.about-section .diagonal{width:124px}}@media (max-width: 1024px){.about-section .diagonal{display:none}}@media (max-width: 599px){.about-section .diagonal{display:block;width:100px}}.about-section .diagonal.left{left:-150px;top:50%;transform:translateY(-50%) rotate(316deg)}@media (max-width: 1920px){.about-section .diagonal.left{left:-87px;transform:translateY(-50%) rotate(301deg)}}@media (max-width: 1440px){.about-section .diagonal.left{left:-134px;top:50%;transform:rotate(326deg)}}@media (max-width: 1299px){.about-section .diagonal.left{left:-96px;transform:rotate(315deg)}}@media (max-width: 1099px){.about-section .diagonal.left{left:-103px;transform:rotate(313deg)}}@media (max-width: 599px){.about-section .diagonal.left{top:-30px;left:50%;transform:translate(-50%) rotate(40deg)}}.about-section .diagonal.right{right:-88px;top:126px;transform:rotate(-303deg)}@media (max-width: 1440px){.about-section .diagonal.right{right:-134px;top:49%;transform:rotate(-324deg)}}@media (max-width: 1299px){.about-section .diagonal.right{right:-96px;transform:rotate(-318deg)}}.about-section .diagonal.rev{transform:translateY(-50%) rotate(44deg)}@media (max-width: 1920px){.about-section .diagonal.rev{transform:translateY(-50%) rotate(59deg)}}@media (max-width: 1440px){.about-section .diagonal.rev{transform:rotate(34deg)}}@media (max-width: 1299px){.about-section .diagonal.rev{transform:rotate(45deg)}}@media (max-width: 1099px){.about-section .diagonal.rev{transform:rotate(47deg)}}@media (max-width: 599px){.about-section .diagonal.rev{top:-30px;left:50%;transform:translate(-50%) rotate(-40deg)}}.about-section .icon-wrap{margin-bottom:35px}.about-section .icon-anim{width:40px;height:40px}@media (max-width: 1920px){.about-section .icon-anim{width:30px;height:30px}}@media (max-width: 767px){.about-section .icon-anim{margin:0 auto}}.about-section .slide-title{margin-bottom:8px;color:#fff;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:28px;font-weight:800;line-height:100%;text-transform:uppercase}@media (max-width: 1920px){.about-section .slide-title{font-size:20px}}@media (max-width: 1440px){.about-section .slide-title{font-size:16px}}@media (max-width: 767px){.about-section .slide-title{text-align:center}}.about-section .text{margin:0;color:#ffffffb3;font-size:18px}@media (max-width: 1920px){.about-section .text{font-size:14px}}@media (max-width: 1440px){.about-section .text{font-size:12px}}@media (max-width: 767px){.about-section .text{text-align:center}}.bot-section{position:relative;min-height:100vh;display:flex;flex-direction:column;padding:120px 0 160px}@media (max-width: 1440px){.bot-section{padding:80px 0}}@media (max-width: 1024px){.bot-section{padding:80px 0 120px}}@media (max-width: 767px){.bot-section{padding:40px 0 130px}}.bot-section .container{position:relative;display:flex;flex-direction:column;flex:1 0 auto;max-width:100%;padding:0 3%}@media (max-width: 1024px){.bot-section .container{padding:0 40px}}@media (max-width: 479px){.bot-section .container{padding:0 20px}}.bot-section .bg-wrap:before{content:"";position:absolute;top:400px;left:0;min-height:300px;width:100%;background:linear-gradient(0deg,#030303 0%,rgba(3,3,3,0) 100%);z-index:1;display:none}@media (max-width: 599px){.bot-section .bg-wrap:before{display:block}}.bot-section .bg{min-height:100vh;height:auto}@media (max-width: 767px){.bot-section .bg{height:700px;min-height:700px}}.bot-section .prev-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;text-align:center;color:#fff;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:172px;font-weight:800;line-height:100%;text-transform:uppercase;z-index:1;transition:all 1s ease 3s}@media (max-width: 1199px){.bot-section .prev-title{font-size:140px}}@media (max-width: 1024px){.bot-section .prev-title{font-size:100px}}.bot-section .prev-title.show{opacity:0}.bot-section .info-block{display:flex;justify-content:space-between;margin-bottom:20px;opacity:0;transition:all 1s ease 3s}@media (max-width: 1024px){.bot-section .info-block{margin-bottom:50px}}@media (max-width: 767px){.bot-section .info-block{align-items:flex-start;min-height:600px}}.bot-section .info-block.show{opacity:1}.bot-section .name-box .avatar,.bot-section .name-box .name,.bot-section .name-box .price{transition:all 1s ease 3s}.bot-section .icon-wrap{display:flex;gap:26px;margin-bottom:15px}@media (max-width: 767px){.bot-section .icon-wrap{flex-direction:column;margin:0}}.bot-section .icon{position:relative;width:50px;height:50px;display:grid;place-items:center}@media (max-width: 767px){.bot-section .icon{width:36px;height:36px}}.bot-section .icon p{margin:0;color:#5cff4f;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:18px;font-weight:700;line-height:100%;letter-spacing:-.18px;text-transform:uppercase}@media (max-width: 767px){.bot-section .icon p{font-size:12px}}@media (max-width: 767px){.bot-section .icon svg{transform:scale(.8)}}.bot-section .loop-line{display:flex;width:100%;max-width:206px;white-space:nowrap;overflow:hidden}@media (max-width: 767px){.bot-section .loop-line{display:none}}.bot-section .loop-line img{height:9px;min-width:206px;animation:scroll 8s infinite linear;overflow:hidden}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.bot-section .block{display:flex;justify-content:space-between;flex:1 0 auto;gap:20px;z-index:2}@media (max-width: 767px){.bot-section .block{flex-direction:column}}.bot-section .mob-title{margin-bottom:20px;color:#fff;text-align:center;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:36px;font-weight:800;line-height:100%;text-transform:uppercase;display:none}@media (max-width: 767px){.bot-section .mob-title{display:block}}.bot-section .item-wrap{display:flex;flex-direction:column;justify-content:space-around;flex:0 1 auto;gap:25px;z-index:1}@media (max-width: 767px){.bot-section .item-wrap{gap:12px}}.bot-section .item{position:relative;width:100%;max-width:284px;padding:16px;opacity:0}@media (max-width: 1440px){.bot-section .item{max-width:184px}}@media (max-width: 767px){.bot-section .item{max-width:100%;padding:18px 24px}}.bot-section .item:before,.bot-section .item:after{content:"";position:absolute;top:0;width:8px;height:100%;background:url(../images/icons/about-line.svg) 0 0/auto 100% no-repeat}.bot-section .item:before{left:-7px;transform:rotate(180deg)}.bot-section .item:after{right:-7px}.bot-section .item.show{opacity:1}.bot-section .item:nth-child(1).show{transition-delay:3.3s}@media (max-width: 767px){.bot-section .item:nth-child(1).show{transition-delay:0s}}.bot-section .item:nth-child(2).show{transition-delay:3.6s}@media (max-width: 767px){.bot-section .item:nth-child(2).show{transition-delay:0s}}.bot-section .item-icon-wrap{margin-bottom:10px}.bot-section .icon-anim{width:25px;height:25px}@media (max-width: 767px){.bot-section .icon-anim{width:30px;height:30px}}.bot-section .title{font-size:16px;margin-bottom:6px}@media (max-width: 1440px){.bot-section .title{font-size:14px}}@media (max-width: 767px){.bot-section .title{font-size:16px}}.bot-section .text{font-size:14px;color:#ffffffb3;margin:0}@media (max-width: 1440px){.bot-section .text{font-size:12px}}@media (max-width: 767px){.bot-section .text{font-size:14px}}.bot-section .text span{font-weight:500;color:#fff}.bot-section .pinBtnEnd{position:absolute;bottom:-125px}.bot-section .main-btn{position:absolute;width:100%;max-width:380px;left:50%;transform:translate(-50%);bottom:65px;z-index:2}@media (max-width: 1024px){.bot-section .main-btn{bottom:20px}}@media (max-width: 599px){.bot-section .main-btn{display:none}}.bot-section .main-btn.mob{display:none;max-width:335px}@media (max-width: 599px){.bot-section .main-btn.mob{display:block;z-index:15;order:1;top:auto;bottom:-100px}.bot-section .main-btn.mob.d-none{display:none}.bot-section .main-btn.mob.fixed{position:fixed;transform:translate(-50%,-125px)}.bot-section .main-btn.mob.transition{transition:transform .3s ease-out}.bot-section .main-btn.mob.slideUp{transform:translate(-50%,-125px)}.bot-section .main-btn.mob.slideDown{transform:translate(-50%,125px)}}.speak-section{position:relative;min-height:100vh;display:flex;flex-direction:column;padding-top:120px}@media (max-width: 1440px){.speak-section{padding-top:80px}}.speak-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.8;background:radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,0) 0%,#000 100%);z-index:-1}@media (max-width: 479px){.speak-section:before{opacity:.6}}.speak-section:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:200px;opacity:.8;background:linear-gradient(0deg,#000 0%,rgba(0,0,0,0) 100%)}.speak-section .bg{z-index:-2}.speak-section .container{display:flex;flex:1 0 auto}@media (max-width: 767px){.speak-section .container{flex-direction:column;justify-content:space-between}}.speak-section .text-wrap{width:100vw;max-width:65%}@media (max-width: 767px){.speak-section .text-wrap{max-width:100%}}.speak-section .title{font-size:132px;line-height:80%;margin-bottom:24px;opacity:0;transition:all .7s ease .3s}@media (max-width: 1299px){.speak-section .title{font-size:100px}}@media (max-width: 1024px){.speak-section .title{font-size:74px}}@media (max-width: 767px){.speak-section .title{font-size:52px;text-align:center;max-width:100%}}.speak-section .title.show{opacity:1}.speak-section .text-box{position:relative;max-width:8px;overflow:hidden;transition:all .7s ease-in .5s;z-index:1}@media (max-width: 767px){.speak-section .text-box{width:100%;max-width:100%!important;max-height:0}}.speak-section .text-box:before,.speak-section .text-box:after{content:"";position:absolute;top:0;width:4px;height:100%;background:url(../images/icons/about-line.svg) 0 0/auto 100% no-repeat}@media (max-width: 767px){.speak-section .text-box:before,.speak-section .text-box:after{display:none}}.speak-section .text-box:before{left:0;transform:rotate(180deg)}.speak-section .text-box:after{right:0}@media (max-width: 767px){.speak-section .text-box:after{left:0;right:auto;top:auto;bottom:0}}.speak-section.show .text-box{max-width:420px}@media (max-width: 767px){.speak-section.show .text-box{max-height:200px}}.speak-section .text{min-width:420px;padding:24px;margin:0}@media (max-width: 767px){.speak-section .text{min-width:0;text-align:center;padding:0}}.speak-section .video{position:absolute;right:0;bottom:0;z-index:-1;width:1400px;height:auto}@media (max-width: 1299px){.speak-section .video{width:1200px}}@media (max-width: 1024px){.speak-section .video{width:1000px}}@media (max-width: 767px){.speak-section .video{position:relative;left:50%;transform:translate(-50%)}}@media (max-width: 479px){.speak-section .video{right:60px}}.control-section{position:relative;min-height:100vh;display:flex;flex-direction:column;padding-top:140px;overflow:hidden}@media (max-width: 1440px){.control-section{padding-top:80px}}.control-section:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:200px;opacity:.8;background:linear-gradient(0deg,#000 0%,rgba(0,0,0,0) 100%)}.control-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.8;background:radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,0) 0%,#000 100%);z-index:-1}@media (max-width: 479px){.control-section:before{opacity:.6}}.control-section .bg{z-index:-2}.control-section .container{display:flex;flex-direction:column;justify-content:space-between;flex:1 0 auto;gap:20px}.control-section .text-wrap{max-width:900px;margin:0 auto;text-align:center;opacity:0;transition:all .7s ease .3s}.control-section .text-wrap.show{opacity:1}.control-section .title{font-size:48px;margin-bottom:16px}@media (max-width: 1440px){.control-section .title{font-size:36px;max-width:600px;margin:0 auto 16px}}.control-section .text{max-width:660px;margin:0 auto;font-size:20px}@media (max-width: 1440px){.control-section .text{font-size:16px}}.control-section .block{position:relative;margin-bottom:40px}@media (max-width: 767px){.control-section .block{margin:0}}.control-section .img{position:relative;display:block;max-height:550px;margin:0 auto}@media (max-width: 1440px){.control-section .img{width:280px}}@media (max-width: 1024px){.control-section .img{width:310px}}.control-section .mocap{position:absolute;top:0;left:50%;transform:translate(-50%);width:360px;z-index:1}.control-section .video{display:block;width:300px;margin:0 auto;overflow:hidden;border-radius:25px;transform:translateY(30px)}@media (max-width: 1440px){.control-section .video{width:240px;transform:translateY(25px)}}@media (max-width: 1024px){.control-section .video{width:260px;transform:translateY(30px)}}.control-section .main-btn{position:absolute;left:50%;transform:translate(-50%);bottom:65px;width:100%;max-width:380px;z-index:2}@media (max-width: 1024px){.control-section .main-btn{bottom:25px}}@media (max-width: 479px){.control-section .main-btn{max-width:335px}}.bot-page-section{display:flex;flex-direction:column;padding:80px 0;min-height:100vh}@media (max-width: 479px){.bot-page-section{padding:80px 0 0}}.bot-page-section .container{display:flex;flex-direction:column;justify-content:center;flex:1 0 auto}@media (max-width: 479px){.bot-page-section .container{flex:none;padding:0}}.bot-page-section .content{display:flex;justify-content:space-between;gap:20px}@media (max-width: 1024px){.bot-page-section .content{flex-direction:column}}@media (max-width: 479px){.bot-page-section .content{gap:0}}.bot-page-section .video-wrap{position:relative;display:flex;align-items:flex-end;justify-content:center;flex:1;z-index:-1}@media (max-width: 479px){.bot-page-section .video-wrap{padding:0 20px}}.bot-page-section .video-wrap:before{content:"";position:absolute;top:1px;left:0;width:100%;height:100%;background:radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,0) 42.71%,#030303 100%)}@media (max-width: 479px){.bot-page-section .video-wrap:before{background:radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,0) 42.71%,rgba(3,3,3,.8352941176) 170%)}}.bot-page-section .transparent-block{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:2}.bot-page-section .bg{z-index:-2}.bot-page-section .video-block{position:relative;display:flex;justify-content:center;align-items:flex-end}@media (max-width: 1024px){.bot-page-section .video-block{margin:0 auto}}@media (max-width: 479px){.bot-page-section .video-block{max-height:300px;overflow:hidden}}.bot-page-section .video-block .bot{position:relative;width:500px;z-index:-2}@media (max-width: 1440px){.bot-page-section .video-block .bot{width:350px}}@media (max-width: 1024px){.bot-page-section .video-block .bot{width:100%;max-width:500px}}@media (max-width: 479px){.bot-page-section .video-block .bot{bottom:-1000px;right:-25%;max-width:100%;transform:scale(.6)}}@media (max-width: 479px) and (max-width: 1400px){.bot-page-section .video-block .bot{bottom:calc(-100px + -900 * (100vw - 360px) / 1040)}}.bot-page-section .bot-element{opacity:0;position:absolute;width:500px;z-index:-1}@media (max-width: 1440px){.bot-page-section .bot-element{width:350px}}@media (max-width: 1024px){.bot-page-section .bot-element{width:100%;max-width:500px}}@media (max-width: 479px){.bot-page-section .bot-element{bottom:-1000px;right:-25%;max-width:100%;transform:scale(.6)}}@media (max-width: 479px) and (max-width: 1400px){.bot-page-section .bot-element{bottom:calc(-100px + -900 * (100vw - 360px) / 1040)}}.bot-page-section .bot-element.active{opacity:1}.bot-page-section .name-box{position:absolute;top:0;left:0}@media (max-width: 479px){.bot-page-section .name-box{left:20px}}@media (max-width: 479px){.bot-page-section .avatar{width:59px;height:59px}}.bot-page-section .tex-wrap{width:100%;max-width:650px}@media (max-width: 1440px){.bot-page-section .tex-wrap{max-width:690px}}@media (max-width: 1024px){.bot-page-section .tex-wrap{max-width:100%}}@media (max-width: 479px){.bot-page-section .price{font-size:22px}}@media (max-width: 479px){.bot-page-section .name{font-size:15px}}@media (max-width: 479px){.bot-page-section .name span{display:block}}.bot-page-section .tabs{display:flex}@media (max-width: 479px){.bot-page-section .tabs{padding:0 20px}}.bot-page-section .tab-button{position:relative;width:100%;padding:11px 30px;background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;text-align:center;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:140%;letter-spacing:.7px;text-transform:uppercase;transition:all .3s ease 0s}@media (max-width: 599px){.bot-page-section .tab-button{font-size:12px;padding:10px 3px}}.bot-page-section .tab-button:before,.bot-page-section .tab-button:after{content:"";position:absolute;top:-15px;width:30px;height:30px;background-color:#030303;border-bottom:1px solid rgba(255,255,255,.3);transition:all .3s ease 0s}@media (max-width: 479px){.bot-page-section .tab-button:before,.bot-page-section .tab-button:after{top:-8px;width:15px;height:15px}}.bot-page-section .tab-button:before{left:-15px;transform:rotate(-45deg)}@media (max-width: 479px){.bot-page-section .tab-button:before{left:-8px}}.bot-page-section .tab-button:after{right:-15px;transform:rotate(45deg);z-index:1}@media (max-width: 479px){.bot-page-section .tab-button:after{right:-8px}}.bot-page-section .tab-button:first-child{border-bottom-left-radius:5px}.bot-page-section .tab-button:last-child{border-bottom-right-radius:5px}.bot-page-section .tab-button:hover{border-color:#5cff4f}.bot-page-section .tab-button:hover:before,.bot-page-section .tab-button:hover:after{border-bottom:1px solid #5CFF4F}.bot-page-section .tab-button.active{color:#030303;background:#5CFF4F;border-color:#5cff4f;text-shadow:1px 0 #030303}.bot-page-section .tab-button.active:before,.bot-page-section .tab-button.active:after{border-bottom:1px solid #5CFF4F}.bot-page-section .tab-content{display:none;padding:20px 30px;border:1px solid rgba(255,255,255,.3);border-top:none;margin:0 5px 30px;min-height:600px}@media (max-width: 1920px){.bot-page-section .tab-content{min-height:580px;padding:15px 30px;margin:0 5px 15px}}@media (max-width: 1440px){.bot-page-section .tab-content{min-height:0px;padding:12px}}@media (max-width: 599px){.bot-page-section .tab-content{padding:24px 0;border:none;margin:0}}@media (max-width: 479px){.bot-page-section .tab-content{min-height:0;max-height:calc(100vh - 425px);overflow-y:scroll;overflow-x:hidden}}.bot-page-section .tab-content.active{display:block}.bot-page-section .accordion{display:flex;flex-direction:column;gap:24px;list-style:none;counter-reset:my-awesome-counter;margin:0;padding:0}@media (max-width: 1440px){.bot-page-section .accordion{gap:15px}}@media (max-width: 479px){.bot-page-section .accordion{padding:0 20px 75px;gap:18px}}.bot-page-section .accordion-item{counter-increment:my-awesome-counter;position:relative;padding-left:35px}@media (max-width: 599px){.bot-page-section .accordion-item{padding-left:25px}}@media (max-width: 479px){.bot-page-section .accordion-item{padding:0}}.bot-page-section .accordion-item:before{content:counter(my-awesome-counter);position:absolute;top:2px;left:10px;color:#ffffff4d;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:140%;letter-spacing:.24px;text-transform:uppercase}@media (max-width: 599px){.bot-page-section .accordion-item:before{left:0}}@media (max-width: 479px){.bot-page-section .accordion-item:before{display:none}}.bot-page-section .accordion-item.active .accordion-title{color:#5cff4f}.bot-page-section .accordion-item.active .arrow svg{transform:rotate(90deg);fill:#5cff4f}.bot-page-section .accordion-header{display:flex;align-items:center;align-items:baseline;gap:16px;background:none;border:none;padding:0}.bot-page-section .accordion-header:hover .accordion-title{color:#5cff4f}.bot-page-section .accordion-header:hover .arrow svg{fill:#5cff4f}.bot-page-section .arrow{display:grid;place-items:center}.bot-page-section .arrow svg{fill:#ffffffb3;transition:all .5s ease 0s}.bot-page-section .accordion-title{text-align:left;color:#ffffffb3;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:16px;font-weight:500;line-height:140%;letter-spacing:.32px;text-transform:uppercase;margin:0;transition:all .5s ease 0s}@media (max-width: 1440px){.bot-page-section .accordion-title{font-size:14px}}.bot-page-section .accordion-content{position:relative;max-height:0;overflow:hidden;transition:all .5s ease 0s}.bot-page-section .accordion-content:before{content:"";position:absolute;top:0;left:7px;width:1px;height:100%;background:rgba(255,255,255,.3)}.bot-page-section .accordion-text{margin:0;padding:10px 0 0 32px;color:#ffffffb3;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:140%}.bot-page-section .accordion-text span{color:#fff}.bot-page-section .block{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;scrollbar-color:transparent transparent}@media (max-width: 1920px){.bot-page-section .block{gap:12px}}@media (max-width: 479px){.bot-page-section .block{flex-wrap:nowrap;overflow:scroll;padding:0 20px 100px}}.bot-page-section .item{position:relative;max-width:47.5%;padding:16px;transition:all .3s ease 0s}@media (max-width: 1440px){.bot-page-section .item{max-width:48%;padding:14px}}@media (max-width: 479px){.bot-page-section .item{max-width:100%;min-width:158px;padding:0;border:none}}.bot-page-section .item:hover .item-btn{border:1px solid #5CFF4F}@media (max-width: 479px){.bot-page-section .item:hover .item-btn{border:none}}.bot-page-section .item.active .item-btn{border:.5px solid #5CFF4F}@media (max-width: 479px){.bot-page-section .item.active .item-btn{border:none}}@media (max-width: 479px){.bot-page-section .item.active .item-img-wrap{border:.5px solid #5CFF4F}}.bot-page-section .item.active .plus-check{background:#5CFF4F}.bot-page-section .item.active .plus-check:before,.bot-page-section .item.active .plus-check:after{background-color:#030303}.bot-page-section .item.active .plus-check:before{transform:translate(-50%,-50%) rotate(-90deg)}.bot-page-section .item-btn{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:none;border:1px solid rgba(255,255,255,.3);transition:all .3s ease 0s}@media (max-width: 479px){.bot-page-section .item-btn{top:7px;right:7px;left:auto;width:24px;height:24px;border:none}}.bot-page-section .plus-check{position:absolute;top:12px;right:12px;width:24px;height:24px;border:.5px solid #5CFF4F;z-index:2;transition:all .3s ease 0s;background:transparent}@media (max-width: 479px){.bot-page-section .plus-check{top:0;right:0}}.bot-page-section .plus-check:before,.bot-page-section .plus-check:after{content:"";position:absolute;background-color:#5cff4f;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .5s ease 0s}.bot-page-section .plus-check:before{width:1px;height:14px}.bot-page-section .plus-check:after{width:14px;height:1px}.bot-page-section .item-img-wrap{position:relative;margin-bottom:-20px;max-height:140px;transition:all .3s ease 0s}@media (max-width: 1440px){.bot-page-section .item-img-wrap{margin:0}}@media (max-width: 479px){.bot-page-section .item-img-wrap{max-height:100%;min-height:128px;margin:0 0 15px;border:.5px solid rgba(255,255,255,.3);display:grid;place-items:center}}.bot-page-section .item-img-wrap:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,0) 0%,#030303 100%);z-index:1}@media (max-width: 1440px){.bot-page-section .item-img-wrap:before{opacity:.8}}@media (max-width: 479px){.bot-page-section .item-img-wrap:before{background:rgb(3,3,3);background:radial-gradient(circle,rgba(3,3,3,0) 0%,rgb(3,3,3) 40%)}}.bot-page-section .item-img-wrap img{max-height:120px}@media (max-width: 1440px){.bot-page-section .item-img-wrap img{max-height:80px}}@media (max-width: 479px){.bot-page-section .item-img-wrap img{max-height:125px}}.bot-page-section .number{position:absolute;top:0;left:0;color:#ffffff4d;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:140%;letter-spacing:.24px;text-transform:uppercase}@media (max-width: 479px){.bot-page-section .number{top:13px;left:10px;font-size:10px}}.bot-page-section .item-text-wrap{position:relative;z-index:1}.bot-page-section .item-title-wrap{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.bot-page-section .item-title{margin-bottom:10px;color:#fff;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:16px;font-weight:500;line-height:140%;letter-spacing:.32px;text-transform:uppercase}@media (max-width: 1440px){.bot-page-section .item-title{font-size:12px;margin-bottom:4px}}@media (max-width: 479px){.bot-page-section .item-title span{display:none}}.bot-page-section .icon-info{display:none}@media (max-width: 479px){.bot-page-section .icon-info{display:block}}.bot-page-section .item-text{color:#ffffffb3;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:140%;margin:0}@media (max-width: 1440px){.bot-page-section .item-text{font-size:12px}}@media (max-width: 479px){.bot-page-section .item-text{display:none}}.bot-page-section .item-text span{color:#fff}@media (max-width: 479px){.bot-page-section .main-btn{position:fixed;left:20px;bottom:5dvh;width:calc(100% - 40px);z-index:3}}.pop-up{position:fixed;top:70px;left:0;min-height:calc(100vh - 70px);display:none;flex-direction:column;justify-content:space-between;background-color:#030303;padding:20px 20px 100px;z-index:5}.pop-up.active{display:flex}.pop-up .close-pop-up{background:none;border:none;position:absolute;top:20px;right:20px;z-index:2;padding:0}.pop-up .img-wrap{position:relative;margin-bottom:40px}.pop-up .img-wrap:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,0) 0%,#030303 100%)}.pop-up .item-title{margin-bottom:22px;color:#5cff4f;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:20px;font-weight:500;line-height:140%;letter-spacing:.4px;text-transform:uppercase}.pop-up .item-title span{display:none}.pop-up .item-text{color:#ffffffb3}.pop-up .item-text span{color:#fff;font-weight:500}.pop-up .main-btn{width:100%}.pop-up .main-btn.transp .btn-text{color:#fff}.pop-up .main-btn.transp:hover .btn-text{color:#030303}.privacy-section{padding:180px 0 100px}@media (max-width: 1199px){.privacy-section{padding:100px 0 0}}.privacy-section .container{max-width:1005px}.privacy-section .title-wrap{display:flex;align-items:center;flex-direction:column;justify-content:center;gap:23px;margin-bottom:60px}@media (max-width: 479px){.privacy-section .title-wrap{margin-bottom:30px}}.privacy-section .line.rev{transform:scaleY(-1)}.privacy-section .main-title{margin:0;color:#fff;text-align:center;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:72px;font-weight:900;line-height:100%;text-transform:uppercase}@media (max-width: 479px){.privacy-section .main-title{font-size:52px}}.privacy-section .title{text-transform:none;margin-bottom:5px;font-size:24px;font-weight:600}@media (max-width: 479px){.privacy-section .title{font-size:18px}}.privacy-section .text-box{margin-bottom:30px}.privacy-section .text{margin:0;color:#b3b3b3;font-size:20px}@media (max-width: 479px){.privacy-section .text{font-size:14px}}.privacy-section .list{margin:0;padding-left:30px}@media (max-width: 479px){.privacy-section .list{padding-left:20px}}.privacy-section a{color:inherit;text-decoration:underline}.privacy-section a:hover{text-decoration:none}.partners-page-section{display:flex;flex-direction:column;padding:80px 0;min-height:100vh}@media (max-width: 767px){.partners-page-section{padding:120px 0 60px}}.partners-page-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(255,255,255);background:radial-gradient(circle,rgba(255,255,255,0) 0%,rgb(3,3,3) 100%);z-index:1}@media (max-width: 767px){.partners-page-section:before{height:900px}}@media (max-width: 767px){.partners-page-section .bg{height:900px}}.partners-page-section .container{display:flex;flex-direction:column;justify-content:center;flex:1 0 auto;z-index:2}.partners-page-section .title{text-align:center;margin-bottom:70px}@media (max-width: 1920px){.partners-page-section .title{margin-bottom:50px}}@media (max-width: 479px){.partners-page-section .title{margin-bottom:40px}}.partners-page-section .block{display:flex;flex-wrap:wrap;justify-content:center;gap:70px}@media (max-width: 1024px){.partners-page-section .block{gap:26px}}@media (max-width: 1199px){.partners-page-section .item{width:28%}}@media (max-width: 767px){.partners-page-section .item{width:auto}}#root{display:flex;flex-direction:column;min-height:100vh}@media (max-width: 859px){#root{margin:0 -40px}}@media (max-width: 479px){#root{margin:0 -20px}}.form-section .title-wrap{display:flex;justify-content:space-between;padding:40px 0;gap:10px;border-bottom:1px solid rgba(255,255,255,.3)}@media (max-width: 859px){.form-section .title-wrap{padding:16px 20px}}.form-section .box-btn{display:flex;align-items:flex-end;flex-direction:column;justify-content:space-between;gap:15px}.form-section .back-btn{top:4px}@media (max-width: 859px){.form-section .back-btn{width:24px;min-width:24px;height:24px;border:none;padding:0;top:-2px}}@media (max-width: 859px){.form-section .back-btn svg{fill:#fff}}.form-section .main-title{margin:0;color:#fff;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:72px;font-weight:500;line-height:80%;text-transform:uppercase}@media (max-width: 859px){.form-section .main-title{font-size:28px;line-height:100%}}.form-section .main-title span{color:#cdcdcd}.form-section .block{display:flex;justify-content:space-between;column-gap:40px;flex:1 0 auto}@media (max-width: 859px){.form-section .block{flex:auto;flex-direction:column;justify-content:flex-start}}.form-section .list-wrap{width:31%;display:flex;flex-direction:column;padding:24px 0 40px;border-right:1px solid rgba(255,255,255,.3)}@media (max-width: 859px){.form-section .list-wrap{width:100%;padding:0;border:none;border-bottom:1px solid rgba(255,255,255,.3);overflow:auto}}.form-section .list-wrap::-webkit-scrollbar{height:0;display:none}@media (max-width: 859px){.form-section .list-block{display:flex}}@media (max-width: 859px){.form-section .list-block:last-child{padding-right:20px}}.form-section .list-box{padding:16px 10px 16px 0;border-bottom:1px solid rgba(255,255,255,.3)}@media (max-width: 859px){.form-section .list-box{display:flex;border:none;padding:16px 20px;border-right:1px solid rgba(255,255,255,.3)}}.form-section .list-box:last-child{border:none}@media (max-width: 859px){.form-section .list-box:last-child{padding-right:20px}}.form-section .title{margin-bottom:16px;color:#fff;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:16px;font-weight:500;line-height:140%;letter-spacing:.32px;text-transform:uppercase}@media (max-width: 859px){.form-section .title{display:none}}.form-section .list{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;gap:10px}@media (max-width: 859px){.form-section .list{flex-direction:row;gap:20px}}.form-section .list-item.active .list-link{color:#5cff4f;opacity:1}.form-section .list-item.active .list-link:hover{color:#5cff4f}.form-section .list-link{border:none;background:none;padding:0;text-align:left;color:#ffffff80;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:14px;font-weight:500;line-height:140%;text-transform:uppercase;transition:all .3s ease 0s;opacity:1}.form-section .list-link:hover{color:#5cff4f}@media (max-width: 859px){.form-section .list-link{white-space:nowrap}}@media (max-width: 479px){.form-section .list-link{font-size:12px}}.form-section .list-link:disabled{opacity:.75}.form-section .list-link:disabled:hover{color:#ffffff80}.form-section .text-bot{display:flex;align-items:flex-end;flex:1 1 auto;margin:0;padding-right:40px;color:#ffffff80;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:140%}@media (max-width: 859px){.form-section .text-bot{display:none}}.form-section .content-wrap{width:69%;display:flex;flex-direction:column;justify-content:space-between;gap:40px;padding:40px 0}@media (max-width: 859px){.form-section .content-wrap{width:100%;padding:24px 20px;flex:1}}.form-section .conetnt-block{display:flex;flex-direction:column;justify-content:space-between;gap:50px;flex:1 0 auto}.form-section .conetnt-box{display:flex;flex-direction:column;gap:40px}@media (max-width: 599px){.form-section .conetnt-box{row-gap:32px}}.form-section .text-wrap{display:flex;flex-direction:column;gap:10px}.form-section .text{margin:0}.form-section .text span{color:#5cff4f}.form-section .text.sm{color:#ffffffb3;font-size:14px}.form-section .text.mb40{margin-bottom:40px}.form-section .text.m20{margin:20px 0}.form-section .ft{margin-bottom:8px;color:#fff;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:16px;font-weight:500;line-height:140%;letter-spacing:.32px;text-transform:uppercase}.form-section .ft span{color:#5cff4f}.form-section .controls{width:100%;display:flex;gap:40px}.form-section .input-wrap{position:relative;display:flex;flex-direction:column}.form-section .input-wrap.min{width:30%}@media (max-width: 479px){.form-section .input-wrap.min{width:100%}}.form-section .input-wrap.half{width:47.5%}@media (max-width: 479px){.form-section .input-wrap.half{width:100%}}.form-section .input-wrap.max{width:100%}.form-section .input-wrap.error-input .input{border-bottom:1px solid #FF4F4F}.form-section .input-wrap input[type=password]{padding-right:25px}.form-section .input-wrap .show-pass-icon{cursor:pointer;position:absolute;right:0;bottom:10px;transition:opacity .3s ease-out}.form-section .input-wrap .show-pass-icon:hover{opacity:.85}.form-section .select-wrapper{width:100%}.form-section .label{max-width:max-content;color:#fffc;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:14px;font-weight:500;line-height:140%;text-transform:capitalize}.form-section .label sup{color:#5cff4f}.form-section .input{padding:10px 0;border:none;background:none;border-bottom:1px solid rgba(255,255,255,.3);color:#fff;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%;transition:color .3s ease-out,border-bottom .3s ease-out;outline:none}.form-section .input::placeholder{color:#fff9}.form-section .input:focus,.form-section .input:focus-visible,.form-section .input:focus-within{border-bottom:1px solid #5CFF4F}.form-section .input:-webkit-autofill,.form-section .input:-webkit-autofill:hover,.form-section .input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0px 40rem #030303 inset;caret-color:#fff}.form-section .textarea-wrap{gap:12px}.form-section .textarea{padding:16px;border:1px solid rgba(255,255,255,.3);height:150px}.form-section .textarea:-webkit-autofill,.form-section .textarea:-webkit-autofill:hover,.form-section .textarea:-webkit-autofill:focus{-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0px 40rem #030303 inset}.form-section .error{position:absolute;top:100%;color:#ff4f4f;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:140%;margin:0}.form-section .checkbox-box{max-width:max-content;display:flex;align-items:center;gap:12px;cursor:pointer}.form-section .checkbox-box:hover .checkbox{border:1px solid #5CFF4F}.form-section .hidden-checkbox{display:none}.form-section .hidden-checkbox:checked~.checkbox{background-color:#5cff4f;border:1px solid #5CFF4F}.form-section .checkbox{width:20px;height:20px;display:grid;place-items:center;background-color:transparent;border-radius:4px;border:1px solid rgba(255,255,255,.7);transition:all .3s ease 0s}.form-section .checkbox-text{margin:0;color:#fff;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:120%}.form-section .radio-box{max-width:max-content;display:flex;align-items:center;gap:10px;cursor:pointer;color:#fff;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:1.2}.form-section .radio-input{display:none}.form-section .radio-input:checked~.radio{border:1px solid #5CFF4F}.form-section .radio-input:checked~.radio:before{background-color:#5cff4f}.form-section .radio{position:relative;width:20px;min-width:20px;height:20px;border-radius:50%;border:1px solid rgba(255,255,255,.6);transition:all .3s ease 0s}.form-section .radio:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:9px;height:9px;border-radius:50%;background-color:transparent;transition:all .3s ease 0s}.form-section .oc-title-wrap{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}@media (max-width: 479px){.form-section .oc-title-wrap{margin-bottom:32px}}.form-section .btn-wrap{display:flex;justify-content:flex-end;gap:20px}@media (max-width: 859px){.form-section .btn-wrap{justify-content:center}}@media (max-width: 479px){.form-section .btn-wrap{flex-direction:column-reverse}}.form-section .main-btn{min-width:200px;position:relative}.form-section .main-btn .text-skip{display:none;position:absolute;top:calc(100% + 5px);left:0}@media (max-width: 479px){.form-section .main-btn.transp{padding:0}}@media (max-width: 479px){.form-section .main-btn.transp:disabled{width:100%}.form-section .main-btn.transp:disabled .btn-text{display:none}.form-section .main-btn.transp:disabled .text-skip{display:block;position:static;text-align:center}}@media (max-width: 479px){.form-section .main-btn.transp .btn-text{color:#fff;padding:0}}@media (max-width: 479px){.form-section .main-btn.transp .icon-line{display:none}}.form-section .how-to-box{display:flex;align-items:center;gap:14px;padding:13px 15px;border:1px solid #4F4F4F;margin-bottom:40px}.form-section .how-to-box svg{min-width:20px}.form-section .how-to-box .text{font-size:16px}.form-section .choose-wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(166px,1fr));gap:15px}@media (max-width: 479px){.form-section .choose-wrap{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}}.form-section .choose-wrap .icon-wrap{position:absolute;top:12px;right:12px;width:32px;height:32px;display:grid;place-items:center;background:rgba(79,79,79,.3);opacity:0;transition:opacity .3s ease-out}.form-section .choose-wrap .logo-wrap{margin-bottom:7px}.form-section .service-button{position:relative;display:flex;flex-direction:column;padding:35px 16px;background:transparent;border:1px solid #4F4F4F;transition:border-color .3s ease-out}@media (max-width: 479px){.form-section .service-button{padding:20px 14px}}.form-section .service-button:hover{border-color:#5cff4f}.form-section .service-button:hover .icon-wrap{opacity:1}@media (max-width: 479px){.form-section .service-button:last-child:nth-child(odd){grid-column:span 2}}.form-section .service-button svg{fill:#5cff4f}.form-section .service-name{margin:0;text-align:left;color:#fff;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:140%}@media (max-width: 479px){.form-section .service-name{font-size:16px}}.form-section .list-add-wrap{display:flex;flex-direction:column;gap:15px}.form-section .list-add-wrap .text{color:#b3b3b3}.form-section .list-add-item{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 16px;border:1px solid #4F4F4F}@media (max-width: 479px){.form-section .list-add-item{padding:7px 16px}}.form-section .list-add-icon-wrap{display:flex;align-items:center;column-gap:12px}@media (max-width: 599px){.form-section .list-add-icon-wrap{flex-direction:column;align-items:flex-start}}.form-section .list-add-icon-box{display:flex;align-items:center;gap:12px}@media (max-width: 479px){.form-section .list-add-icon-box{gap:6px}}.form-section .list-add-icon-box svg{width:38px;height:38px}@media (max-width: 479px){.form-section .list-add-icon-box svg{width:15px;height:15px}}.form-section .list-add-title{min-width:140px;margin:0;color:#b3b3b3;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}@media (max-width: 479px){.form-section .list-add-title{font-size:12px}}.form-section .list-add-content{margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#fff;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%;width:535px}@media (max-width: 1400px){.form-section .list-add-content{width:calc(-100px + 635 * (100vw - 360px) / 1040)}}@media (max-width: 859px){.form-section .list-add-content{width:835px}}@media (max-width: 859px) and (max-width: 1400px){.form-section .list-add-content{width:calc(100px + 735 * (100vw - 360px) / 1040)}}@media (max-width: 599px){.form-section .list-add-content{width:1100px}}@media (max-width: 599px) and (max-width: 1400px){.form-section .list-add-content{width:calc(230px + 870 * (100vw - 360px) / 1040)}}.form-section .arrow{width:20px;height:20px;background:none;border:none;padding:0}.form-section .link{color:#5cff4f;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:14px;font-weight:500;line-height:140%;text-decoration:underline;transition:all .3s ease 0s}.form-section .link.button-link{background:none;border:0;display:inline;padding:0}.form-section .link:hover{text-decoration-color:transparent}.form-section .link.md{font-size:16px}.form-section .bot-info{display:block;border-bottom:1px solid rgba(255,255,255,.3)}@media (max-width: 859px){.form-section .bot-info{display:none}}.form-section .block-standart{display:flex;align-items:center;justify-content:space-between;gap:20px}.form-section .bot-info-title{margin-bottom:16px;color:#fff;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:22px;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase}@media (max-width: 1199px){.form-section .bot-info-title{font-size:18px}}.form-section .bot-info-price{margin:0;color:#5cff4f;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:.54px;text-transform:uppercase}@media (max-width: 1199px){.form-section .bot-info-price{font-size:16px}}.form-section .bot-info-par{margin:0;color:#b3b3b3;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:140%;letter-spacing:.24px;text-transform:uppercase}@media (max-width: 1199px){.form-section .bot-info-par{font-size:10px}}.form-section .bot-info-avatar{display:flex;align-items:flex-end;width:100px}@media (max-width: 1199px){.form-section .bot-info-avatar{width:70px;min-width:70px;height:70px}}.form-section .block-full .bot-info-text{padding-right:20px;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:16px;gap:20px}.form-section .block-full .bot-info-title{margin:0}.form-section .block-full .bot-info-avatar{align-self:flex-end}@media (max-width: 1199px){.form-section .block-full .bot-info-avatar{width:90px;min-width:90px}}.form-section .bot-info-img-wrap{display:flex;justify-content:space-between}.form-section .bot-info-item-wrap{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.form-section .bot-info-item{width:64px;min-width:64px;height:64px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.3);transition:all .3s ease 0s}.form-section .bot-info-item:hover{border:1px solid rgba(92,255,79,.6)}.form-section .bot-info-mobile{display:none}@media (max-width: 859px){.form-section .bot-info-mobile{display:block}}.form-section .bot-info-mobile.no-item{display:none}.form-section .bot-info-mobile .button-link{display:flex;align-items:center;gap:8px;white-space:nowrap}.form-section .features-block .modal-title{max-width:80%}.form-section .features-item-wrap{display:flex;flex-direction:column}.form-section .features-item{display:flex;align-items:center;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.3)}.form-section .features-item:last-child{border:none}.form-section .features-img{width:36px;height:36px;margin-right:16px}.form-section .features-text{margin:0;color:#fff;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:140%;text-transform:uppercase}.form-section .checkbox-block{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;margin:20px 0}.form-section .radio-wrap{display:flex;flex-direction:column;gap:20px}.tooltip{padding:6px;border:.5px solid rgba(255,255,255,.1);background:rgba(3,3,3,.2);-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);color:#fff;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:140%;text-transform:uppercase;margin:0}.contact-info{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:40px}@media (max-width: 599px){.contact-info{row-gap:32px}}.contact-info .input-wrap{width:45%}@media (max-width: 599px){.contact-info .input-wrap{width:100%}}.calendar-access,.meeting-app-access,.cloud-data-access,.email-access{display:flex;flex-direction:column;gap:20px}.cloud-data-access{gap:40px}@media (max-width: 599px){.cloud-data-access{row-gap:32px}}.database-access{display:flex;flex-direction:column;gap:40px}.database-access .oc-action-btns-wrap{display:flex;align-items:center;gap:20px}.database-access .oc-wrap{position:relative}.database-access .oc-wrap:before{content:"";position:absolute;bottom:0;left:-40px;width:calc(100% + 40px);height:1px;background:rgba(255,255,255,.3)}@media (max-width: 479px){.database-access .oc-wrap:before{width:calc(100% + 80px)}}.database-access .oc-wrap.open .arrow{transform:rotate(180deg)}.database-access .oc-wrap.open .oc-content{padding-bottom:40px}.database-access .arrow{transition:all .3s ease 0s}.database-access .arrow:hover svg{fill:#5cff4f}.database-access .arrow svg{fill:#fff}.database-access .oc-content{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:40px;transition:all .5s ease 0s}@media (max-width: 479px){.database-access .oc-content{row-gap:32px}}.database-access .enter-text{color:#ffffff80;font-family:Degular Text,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:140%;text-transform:uppercase}.database-access .link-btn-wrap{display:flex;align-items:center;gap:40px;margin-left:auto}@media (max-width: 479px){.database-access .link-btn-wrap{margin:0 auto}}.database-access .btn-add{margin-left:auto}@media (max-width: 479px){.database-access .btn-add{width:100%}}.text-skip{color:#ffffffb3;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:140%}.fp-viewing-10 #wrapper{border:.5px solid rgba(255,255,255,0)}.fp-viewing-10 #header{opacity:0;z-index:-1;pointer-events:none}#footer{min-height:100vh;display:flex;flex-direction:column}@media (max-width: 767px){#footer{min-height:auto}}#footer .fp-tableCell{display:flex;flex-direction:column;flex:1 0 auto}#footer .text-wrap{border-bottom:1px solid rgba(255,255,255,.3)}@media (max-width: 479px){#footer .text-wrap{border-top:1px solid rgba(255,255,255,.3);margin-bottom:48px}}#footer .container{display:flex;justify-content:space-between}@media (max-width: 479px){#footer .container{flex-direction:column;padding:0}}#footer .text-box{width:50%;display:flex;flex-direction:column;justify-content:flex-end;padding:40px 20px 40px 0}@media (max-width: 1024px){#footer .text-box{display:none}}#footer .text-box .text{max-width:530px;margin:0;color:#ffffffb3;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:140%}#footer .list-box{width:25%;display:flex;flex-direction:column;justify-content:space-between;padding:34px 40px;border-left:1px solid rgba(255,255,255,.3)}@media (max-width: 1024px){#footer .list-box{width:50%}}@media (max-width: 479px){#footer .list-box{width:100%;flex-direction:row;justify-content:flex-start;gap:76px;border:none;padding:32px 20px}}@media (max-width: 1024px){#footer .list-box:nth-child(2){border-left:none}}@media (max-width: 479px){#footer .list-box:nth-child(2){border-bottom:1px solid rgba(255,255,255,.3)}}#footer .list-title{color:#fff;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:.24px;text-transform:uppercase;margin-bottom:95px;padding-left:6px}@media (max-width: 1440px){#footer .list-title{margin-bottom:25px}}@media (max-width: 479px){#footer .list-title{margin:0}}#footer .list-title span{color:#ffffff4d}#footer .menu{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}#footer .link{color:#fff;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:140%;letter-spacing:.7px;text-transform:uppercase;padding:6px;transition:all .3s ease 0s}#footer .link:hover{background-color:#fff;color:#030303}#footer .logo-wrap{flex:1 0 auto;display:flex;align-items:center;justify-content:center;padding:10px 20px}#footer .logo-wrap img{width:100%}#footer .bot-footer{position:relative;display:flex;justify-content:center;gap:46px;border-top:1px solid rgba(255,255,255,.3);padding:20px 0}@media (max-width: 1024px){#footer .bot-footer{padding:20px}}@media (max-width: 479px){#footer .bot-footer{gap:24px;justify-content:flex-start;border:none}}#footer .link-foot{color:#fff;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:.24px;text-transform:uppercase}@media (max-width: 479px){#footer .link-foot{font-size:10px}}#footer .link-foot:hover{text-decoration:underline}#footer .text-foot{position:absolute;top:20px;right:20px;color:#ffffff4d;font-family:IBM Plex Mono,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:.24px;text-transform:uppercase;margin:0}
