h1{font-weight:500;font-size:1.6em;text-align:center;margin:0;color:#0e2431}.lh1{line-height:1}.green{color:#00b300}.red{color:red}.blue{color:#0d81b1}.orange{color:#ff7018}.gray{color:#6d787c}html,body{font-family:"Onest",sans-serif;margin:0;padding:0}html{font-size:18px}*{box-sizing:border-box;font-family:"Onest",sans-serif;line-height:1.4;font-weight:300}body{background:#e8e8e8}.container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:60px 20px 20px 20px}.aContent{display:flex;width:100%;flex-direction:column;align-items:center;opacity:0;transition:opacity .5s ease-in-out}.aContent.active{opacity:1}.header{display:flex;top:0;transition:top 1s ease;align-items:center;justify-content:center;backdrop-filter:blur(10px);position:fixed;height:50px;width:100%;left:0;z-index:100}.header.active{top:0}.header a{line-height:1;text-decoration:none;display:block;height:30px}.header .logo{height:30px;width:auto}.header #callMenu{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin-left:10px;border-radius:5px;color:#0d81b1;border:1px solid #ff7018;font-size:1.2rem;text-decoration:none;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.header #callMenu i{line-height:0}.unsigned-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;text-align:center;color:#000}.unsigned-content h1{color:red}.noContent{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;text-align:center;color:#000}.overLogo{display:inline-flex;width:180px;height:180px;margin-bottom:30px;margin-left:auto;margin-right:auto;border-radius:50%;overflow:hidden;align-items:center;justify-content:center;background:#fff}.overLogo img{width:76%;height:auto}.preloader{display:block;position:fixed;top:46px;left:0;width:100%;height:4px;overflow:hidden;z-index:1000;opacity:1;transition:opacity .5s ease-in-out;background:#ff7018}.preloader.fade-out{opacity:0;pointer-events:none}.preloader>div{width:100%;height:100%;background:linear-gradient(90deg, transparent, #0d81b1, transparent);animation:aurora 1.8s infinite linear}@keyframes aurora{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.alert{display:block;border-radius:10px;padding:10px 20px;text-align:center;margin:20px auto;width:100%;background:rgb(214.2727272727,227.9377990431,239.7272727273)}.block404{text-align:center}.block404 .fa-duotone{font-size:5rem;color:red;margin-bottom:40px;display:inline-flex}.block404 h1{font-size:2rem}b,strong{font-weight:500}#menu{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;height:calc(100vh - 50px);width:100vw;top:50px;left:0;z-index:1000;backdrop-filter:blur(10px);padding:30px;gap:20px;opacity:0;transition:opacity .5s ease-in-out;pointer-events:none}#menu.active{opacity:1;pointer-events:auto}#menu .menuButtonIcon{display:flex;width:100%;align-items:center;line-height:0;padding:20px 10px;background-color:#0d81b1;color:#fff;text-decoration:none;font-weight:300;letter-spacing:.05em;font-size:.9em;border:0;gap:10px;border-radius:10px}#menu .menuButtonIcon .fa-duotone{flex:0 0 20px;text-align:center}.popup{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;height:100vh;width:100vw;top:0;left:0;z-index:1000;background:hsla(0,0%,100%,.5);backdrop-filter:blur(10px);padding:30px;gap:20px;opacity:0;transition:opacity .5s ease-in-out;pointer-events:none}.popup.active{opacity:1;pointer-events:auto}.popup .popup-content{text-align:center;padding:20px}.popup .popup-content h2{font-size:1.5rem;font-weight:500;margin:0 0 20px 0;padding:0}.popup .popup-content p{font-size:.85rem;margin:0 0 10px 0;padding:0}.popup .popup-content .buttons{padding-top:20px;display:flex;gap:20px;flex-direction:column}hr{border:0;border-top:1px solid #eff1f3;margin:10px 0;width:100%;background:rgba(0,0,0,0)}@font-face{font-display:swap;font-family:"Onest";font-style:normal;font-weight:300;src:url("/fonts/onest-v8-cyrillic-ext_latin-300.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Onest";font-style:normal;font-weight:400;src:url("/fonts/onest-v8-cyrillic-ext_latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Onest";font-style:normal;font-weight:500;src:url("/fonts/onest-v8-cyrillic-ext_latin-500.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Onest";font-style:normal;font-weight:600;src:url("/fonts/onest-v8-cyrillic-ext_latin-600.woff2") format("woff2")}.actionButton{display:inline-flex;gap:10px;align-items:center;justify-content:center;background:#679ac6;padding:10px 20px;border-radius:33px;text-decoration:none !important;color:#fff;letter-spacing:.05em;font-weight:400;font-size:.9em;border:none !important;cursor:pointer}.actionButton.startButton,.actionButton.stopButton{background:#f44336;width:100%;margin:10px 0 10px 0}.actionButton.popCloseButton{background:#85939b}.actionButton.greenButton{background:#00b300}.actionButton.popButton{background:#ff7018;padding:15px 20px}.actionButton.cancelButton{background:#0d81b1;width:100%;margin-top:10px}.invis{width:0;height:0;margin:0;padding:0;overflow:hidden;border:none !important}.form-input{display:block;opacity:0;transform:translateY(-10px);transition:all 1s ease;margin-bottom:20px}.form-input.fade-in{opacity:1;transform:translateY(0)}.whiteBlockForm .form-input{display:flex;width:100%;flex-direction:column;opacity:0;transform:translateY(-10px);transition:all 1s ease;margin:0 !important;border-bottom:1px solid #eff1f3}.whiteBlockForm .form-input:last-child{border-bottom:0}.whiteBlockForm .form-input.fade-in{opacity:1;transform:translateY(0)}.radio-label>span:before{content:"";position:absolute;left:11px;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:50%;background-color:#fff;border:2px solid hsl(208.6956521739,46.9387755102%,81.568627451%)}.radio-label>span:after{content:"";position:absolute;left:15px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background-color:#679ac6;opacity:0}.checkbox-label>span:before{content:"";position:absolute;left:10px;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:3px;background-color:#fff;border:2px solid hsl(208.6956521739,46.9387755102%,81.568627451%)}.checkbox-label>span:after{content:"";position:absolute;left:14px;top:calc(50% - 3px);transform:translateY(-50%) rotate(-45deg);width:10px;height:4px;border:2px solid #679ac6;border-top:none;border-right:none;opacity:0}.radio-label,.checkbox-label{display:block;overflow:hidden;position:relative}.radio-label>span,.checkbox-label>span{display:flex;padding:15px 10px 15px 40px;align-items:center;justify-content:space-between;font-size:.9em;border-radius:20px}.radio-label>span i,.checkbox-label>span i{flex:0 0 60px;font-style:normal;text-align:center;font-size:.75em;padding:0 5px}.radio-label>span i b,.checkbox-label>span i b{border:1px solid hsl(210,14.2857142857%,69.5098039216%);background:rgb(180.7142857143,190,199.2857142857);color:#fff;padding:2px 6px 1px 6px;border-radius:20px;display:block;width:100%}.radio-label input,.checkbox-label input{opacity:0;position:absolute}.radio-label.les-space>span,.checkbox-label.les-space>span{padding:5px 10px 5px 40px;font-size:.85em;font-variant-numeric:tabular-nums}.radio-label.les-space:first-child>span,.checkbox-label.les-space:first-child>span{border-radius:10px 10px 0 0}.radio-label.les-space:last-child>span,.checkbox-label.les-space:last-child>span{border-radius:0 0 10px 10px}.radio-label input:checked~span,.checkbox-label input:checked~span,.radio-label input[checked=checked]~span,.checkbox-label input[checked=checked]~span{background-color:hsl(208.6956521739,46.9387755102%,71.568627451%);color:#fff}.radio-label input:checked~span:after,.checkbox-label input:checked~span:after,.radio-label input[checked=checked]~span:after,.checkbox-label input[checked=checked]~span:after{opacity:1}.submitButton{display:inline-flex;width:100%;align-items:center;justify-content:center;background:#679ac6;padding:16px 30px;border-radius:20px;text-decoration:none !important;color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:1.1em;border:none}.buttonBlock{display:flex;width:100%;align-items:center;border-radius:18px;overflow:hidden;transition:border-radius 1s ease-in-out}.buttonBlock.active{border-radius:18px 18px 0 0}.buttonBlock button{flex:1;background-color:#6f9fcb;color:#fff;text-decoration:none;font-weight:500;letter-spacing:.05em;font-size:.9em;border:none;display:flex;align-items:center;white-space:nowrap;padding:8px;border-right:1px solid rgb(53.6666666667,138,187.8333333333)}.buttonBlock button:last-child{border-right:0}.buttonBlock button img{flex:0 0 30px;margin-right:4px;height:20px;width:auto}.buttonBlock button span{flex:1;font-size:.85em;font-weight:500;text-transform:uppercase;text-align:left}.whiteBlock{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:600px;background:#fff;border-radius:10px;overflow:hidden}.whiteBlock .whiteBlockHeader{display:flex;width:100%;align-items:center;justify-content:center;padding:10px 5px;border-bottom:1px solid #eff1f3}.whiteBlock .whiteBlockHeader>*{margin:0 !important;padding:0 !important}.whiteBlock .whiteBlockBody{padding:20px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.whiteBlock .whiteBlockBody p{padding:0;margin:0 0 10px 0}.whiteBlock .whiteBlockBody p:last-child{margin:0}.whiteBlock .whiteBlockForm{padding:0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.whiteBlock .whiteBlockFooter{display:flex;width:100%;align-items:center;justify-content:center;padding:10px 5px;border-top:1px solid #6d787c}.noContent .whiteBlock .whiteBlockHeader{background:#ff7018;border-bottom:0}.noContent .whiteBlock .whiteBlockHeader h1{color:#fff}.footerButtonIcon{display:flex;width:100%;align-items:center;line-height:0;padding:20px 10px;background-color:#0d81b1;color:#fff;text-decoration:none;font-weight:300;letter-spacing:.05em;font-size:.9em;border:0;gap:10px;border-bottom:1px solid #e8e8e8}.footerButtonIcon .fa-duotone{flex:0 0 20px;text-align:center}.footerButtonIcon:last-child{border:0}.footerButton{display:flex;width:100%;align-items:center;justify-content:center;padding:10px;background-color:#0d81b1;color:#fff;text-decoration:none;font-weight:500;letter-spacing:.05em;font-size:.9em;border:0 !important;gap:10px}.footerButton.red{background-color:red}/*# sourceMappingURL=core.css.map */
