@charset "UTF-8";.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media screen and (max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.stats-grid{grid-template-columns:1fr;gap:10px}}.stats-grid.user-stats{grid-template-columns:repeat(2,1fr)}@media screen and (max-width:480px){.stats-grid.user-stats{grid-template-columns:1fr;gap:10px}}.stats-grid .stat-card{background:#fff;border-radius:10px;border-top:3px solid #fcb900;padding:20px;text-align:center;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.06);-moz-box-shadow:0 2px 12px rgba(0,0,0,.06);box-shadow:0 2px 12px #0000000f;transition:transform .2s ease}.stats-grid .stat-card:hover{transform:translateY(-3px)}.stats-grid .stat-card .stat-value{font-size:32px;font-weight:700;color:#1e1e1f}.stats-grid .stat-card .stat-label{font-size:14px;color:#1e1e1f;margin-top:5px;font-weight:500}.filters-container{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}@media screen and (max-width:768px){.filters-container{margin-bottom:20px}}@media screen and (max-width:480px){.filters-container{margin-bottom:20px;gap:10px}}.filters-container .flex{display:flex;align-items:center;justify-content:space-between;gap:20px}@media screen and (max-width:480px){.filters-container .flex{gap:10px;flex-direction:column;align-items:flex-start}.filters-container .flex .button{margin-left:auto}}.filters-container h2{font-size:32px;font-weight:700;margin:0}@media screen and (max-width:768px){.filters-container h2{font-size:24px}}.filters-container .filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap}@media screen and (max-width:768px){.filters-container .filters{justify-content:flex-start;width:100%}}.filters-container .filters .input-box,.filters-container .filters .checkbox-container{width:calc(25% - 10px);min-width:300px}.filters-container .filters .input-box input,.filters-container .filters .input-box select,.filters-container .filters .checkbox-container input,.filters-container .filters .checkbox-container select{border:none}@media screen and (max-width:480px){.filters-container .filters .input-box,.filters-container .filters .checkbox-container{width:100%;min-width:unset}}.filters-container .buttons{display:flex;align-items:center;gap:10px;justify-content:flex-end;flex-wrap:wrap}@media screen and (max-width:768px){.filters-container .buttons{width:100%}}.filters-container .buttons .button{white-space:nowrap}@media screen and (max-width:768px){.filters-container .buttons .button{margin-top:10px}}.status{padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;white-space:nowrap}.status.green{background:#08d9a133;color:#2ecc71}.status.yellow{background:#ffbf0033;color:#fcb900}.status.red{background:#e74c3c33;color:#e74c3c}.status.blue{background:#3498db33;color:#3498db}.status.gray{background:#9e9e9e33;color:#acacac}.stats-container{display:flex;gap:20px;margin:20px 0}@media screen and (max-width:768px){.stats-container{gap:10px}}@media screen and (max-width:480px){.stats-container{flex-direction:column}}.stats-container .stat-box{flex:1;background:#fff;border-radius:10px;padding:20px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.06);-moz-box-shadow:0 2px 12px rgba(0,0,0,.06);box-shadow:0 2px 12px #0000000f;border-left:5px solid #fcb900}.stats-container .stat-box .stat-title{font-size:14px;color:#acacac;margin-bottom:5px}.stats-container .stat-box .stat-value{font-size:22px;font-weight:700}.settings-container{background:#fff;border-radius:10px;padding:20px;margin-bottom:20px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.06);-moz-box-shadow:0 2px 12px rgba(0,0,0,.06);box-shadow:0 2px 12px #0000000f}@media screen and (max-width:768px){.settings-container .form-grid{gap:0}}@media screen and (max-width:480px){.settings-container{padding:10px;margin-bottom:10px}}.settings-container h3{font-size:20px;font-weight:500;margin:0 0 20px}@media screen and (max-width:480px){.settings-container h3{font-size:18px;margin-bottom:10px}}.settings-container input,.settings-container select{margin-bottom:20px}@media screen and (max-width:480px){.settings-container input,.settings-container select{margin-bottom:10px}}.save-buttons{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:768px){.form-grid{grid-template-columns:1fr}}.progress-wrapper{position:relative;width:120px;height:10px;background:#e9ecef;border-radius:10px;overflow:hidden}.progress-wrapper .progress-bar{height:100%;background:#2ecc71;transition:width .3s ease}.progress-wrapper .progress-text{position:absolute;width:100%;text-align:center;font-size:11px;line-height:18px;font-weight:600;color:#000}.table-spinner{width:32px;height:32px;margin:10px auto;border:3px solid #f5f5f5;border-top:3px solid #fcb900;border-radius:50%;animation:spin .8s linear infinite}.buttons{display:flex;gap:10px;align-items:center}.button{padding:10px 20px;border-radius:20px;font-size:16px;font-weight:500;display:flex;align-items:center;justify-content:center;flex-shrink:0;gap:10px;transition:.2s ease;border:1px solid transparent;color:#fff;background:linear-gradient(to right,#fcb900,#ff6900) padding-box,linear-gradient(to right,#fcb900,#ff6900) border-box}.button:hover{opacity:.7}@media screen and (max-width:768px){.button{font-size:14px;padding:8px 15px}}.button svg{height:12px}@media screen and (max-width:768px){.button svg{display:none}}.button.admin{border-radius:10px;padding:10px 15px;border:none}.button.admin.primary{background:#fcb900;color:#fff}.button.admin.gray{background:#acacac;color:#fff}.button.admin.primary{background:#fcb900}.button.small{padding:6px 12px;font-size:14px}@media screen and (max-width:768px){.button.small{padding:4px 9px}}.button.small svg{height:10px}.button.transparent{border:2px solid transparent;color:#1e1e1f;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#fcb900,#ff6900) border-box}.button.transparent-reverse{color:#fff;border:1px solid #ffffff;background:transparent}.button.danger{background-color:#e74c3c0d;color:#ffb4a9;border:1px solid rgba(231,76,60,.4)}.button.danger:hover{background-color:#e74c3c26}.button:disabled{background-color:#053024;color:#505050;border:none;cursor:not-allowed}.input-box{position:relative;width:100%}.input-box.col{display:flex;flex-direction:column}.input-box.row{display:flex;gap:10px;justify-content:center}.input-box label{font-weight:500;font-size:12px}.input-box .error-message{text-align:left;margin:0}.input-box textarea{resize:vertical}.input-box input[type=number],.input-box input[type=text],.input-box input[type=date],.input-box input[type=month],.input-box input[type=datetime-local],.input-box input[type=time],.input-box input[type=email],.input-box input[type=tel],.input-box input[type=password],.input-box select,.input-box textarea,.input-box .switch-container{background-color:#fff;border:1px solid #acacac;border-radius:10px;padding:10px 20px;width:calc(100% - 40px);min-width:70px;color:#1e1e1f;font-size:16px;font-weight:400}@media screen and (max-width:768px){.input-box input[type=number],.input-box input[type=text],.input-box input[type=date],.input-box input[type=month],.input-box input[type=datetime-local],.input-box input[type=time],.input-box input[type=email],.input-box input[type=tel],.input-box input[type=password],.input-box select,.input-box textarea,.input-box .switch-container{padding:8px 15px;width:calc(100% - 30px);font-size:14px}}.input-box input[type=number]::placeholder,.input-box input[type=text]::placeholder,.input-box input[type=date]::placeholder,.input-box input[type=month]::placeholder,.input-box input[type=datetime-local]::placeholder,.input-box input[type=time]::placeholder,.input-box input[type=email]::placeholder,.input-box input[type=tel]::placeholder,.input-box input[type=password]::placeholder,.input-box select::placeholder,.input-box textarea::placeholder,.input-box .switch-container::placeholder{color:#acacac;opacity:1}.input-box input[type=number]:disabled,.input-box input[type=text]:disabled,.input-box input[type=date]:disabled,.input-box input[type=month]:disabled,.input-box input[type=datetime-local]:disabled,.input-box input[type=time]:disabled,.input-box input[type=email]:disabled,.input-box input[type=tel]:disabled,.input-box input[type=password]:disabled,.input-box select:disabled,.input-box textarea:disabled,.input-box .switch-container:disabled{border-color:#e0e0de;color:#acacac}.input-box select{width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%23b8b8b8' height='10' viewBox='0 0 10 6' width='10' xmlns='http://www.w3.org/2000/svg'><path d='M0 0l5 6 5-6z'/></svg>");background-repeat:no-repeat;background-position:right 20px center;background-size:10px;cursor:pointer}@media screen and (max-width:768px){.input-box select{background-position:right 15px center}}.input-box select:invalid{color:#f5f5f5}.input-box select option[value=""]{color:#f5f5f5}.input-box.password input{padding:10px 40px 10px 20px;width:calc(100% - 60px)}.input-box.password .toggle-password{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#acacac;display:flex;align-items:center;justify-content:center;padding:0;transition:opacity .2s ease}.input-box.password .toggle-password:hover{opacity:.7}.input-box input[type=date]::-webkit-calendar-picker-indicator,.input-box input[type=month]::-webkit-calendar-picker-indicator,.input-box input[type=datetime-local]::-webkit-calendar-picker-indicator,.input-box input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer}.checkbox-container{padding-top:20px;display:flex;align-items:center;gap:7px;width:100%}.checkbox-container label{font-weight:400;width:100%}@media screen and (max-width:768px){.checkbox-container label{font-size:14px}}.checkbox-container input[type=checkbox],.checkbox-container input[type=radio]{accent-color:#fcb900;width:18px;height:18px;cursor:pointer;margin:0}@media screen and (max-width:768px){.checkbox-container input[type=checkbox],.checkbox-container input[type=radio]{width:16px;height:16px}}.checkbox-container a{color:#fcb900;font-weight:300;transition:opacity .2s ease}.checkbox-container a:hover{opacity:.7}.switch-container{display:flex;align-items:center;gap:20px}.switch{position:relative;width:42px;height:22px}.switch input{display:none}.switch .slider{position:absolute;inset:0;background:#f5f5f5;border-radius:20px;transition:.2s;cursor:pointer}.switch .slider:before{content:"";position:absolute;height:16px;width:16px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 1px 4px #0003}.switch input:checked+.slider:before{transform:translate(20px)}.switch input:checked+.slider{background:#fcb900}.file-input{position:relative;border:1px solid #acacac;border-radius:10px;padding:10px 20px;background:#fff;transition:all .2s ease;cursor:pointer;overflow:hidden}.file-input:hover{border-color:#fcb900;background:#f5f5f5}.file-input input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.file-input .file-label{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;pointer-events:none}.file-input .file-label:before{content:"";width:50px;height:50px;margin-bottom:15px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fcb900' viewBox='0 0 16 16'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.6a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.6a.5.5 0 0 1 1 0v2.6A2 2 0 0 1 14 15H2a2 2 0 0 1-2-2v-2.6a.5.5 0 0 1 .5-.5'/%3E%3Cpath d='M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708z'/%3E%3C/svg%3E")}@media screen and (max-width:480px){.file-input .file-label:before{height:40px;width:40px}}.file-input .file-label>span{font-size:14px;color:#acacac}.file-input .file-list{padding:0;list-style:none;width:100%}.file-input .file-list li{background:#fff;border:1px solid #e0e0de;border-radius:10px;padding:10px 14px;margin-bottom:8px;font-size:14px;color:#1e1e1f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-input .image-preview{margin-top:18px;border-radius:18px;overflow:hidden;border:1px solid #e5e7eb;background:#fff;box-shadow:0 10px 30px #0000000d,inset 0 1px #ffffff80}.file-input .image-preview img{width:100%;max-height:320px;object-fit:cover;display:block}.file-input .remove-photo{margin-top:14px;position:relative;z-index:3;pointer-events:auto}.file-input .remove-photo button{border:none;outline:none;background:#ef44441a;color:#dc2626;padding:10px 16px;border-radius:12px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease}.file-input .remove-photo button:hover{background:#dc2626;color:#fff;transform:translateY(-1px);box-shadow:0 8px 20px #ef444433}.modal-backdrop{position:fixed;inset:0;background:#00000059;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:1000;padding-top:70px}.modal-backdrop .modal-popup{width:90%;max-width:720px;max-height:85%;display:flex;flex-direction:column;gap:20px;background:#fff;color:#1e1e1f;border:1px solid #f5f5f5;border-radius:10px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.06);-moz-box-shadow:0 2px 12px rgba(0,0,0,.06);box-shadow:0 2px 12px #0000000f;position:relative}@media screen and (max-width:480px){.modal-backdrop .modal-popup{gap:10px}}.modal-backdrop .modal-popup.max-width{max-width:none;width:90%}.modal-backdrop .modal-popup h2{font-size:22px;font-weight:700;text-align:center;margin:0;padding:20px 20px 0}@media screen and (max-width:480px){.modal-backdrop .modal-popup h2{font-size:18px;padding:12px 12px 0}}.modal-backdrop .modal-popup .close-btn{position:absolute;top:16px;right:16px;background:transparent;border:none;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#1e1e1f;transition:.2s}@media screen and (max-width:480px){.modal-backdrop .modal-popup .close-btn{top:8px;right:8px}}.modal-backdrop .modal-popup .close-btn:hover{background:#ffeaea;color:#e74c3c}.modal-backdrop .modal-popup .modal-body{padding:0 20px;overflow-y:auto;scrollbar-width:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}@media screen and (max-width:768px){.modal-backdrop .modal-popup .modal-body .form-grid{gap:0}}@media screen and (max-width:480px){.modal-backdrop .modal-popup .modal-body{padding:10px}}.modal-backdrop .modal-popup .modal-body h3{font-size:18px;font-weight:600;margin-bottom:10px}.modal-backdrop .modal-popup .modal-body .input-box{margin-bottom:20px}@media screen and (max-width:480px){.modal-backdrop .modal-popup .modal-body .input-box{margin-bottom:10px}}.modal-backdrop .modal-popup .modal-body .input-box input,.modal-backdrop .modal-popup .modal-body .input-box select,.modal-backdrop .modal-popup .modal-body .input-box textarea{border:1px solid #acacac}.modal-backdrop .modal-popup .modal-body .loading{padding:20px;text-align:center;color:#fcb900}.modal-backdrop .modal-popup .modal-footer{padding:0 20px 20px;display:flex;justify-content:flex-end;gap:10px}@media screen and (max-width:480px){.modal-backdrop .modal-popup .modal-footer{padding:0 10px 10px}}.modal-backdrop .modal-popup .modal-footer .button.loading{pointer-events:none;opacity:.7}.modal-backdrop .modal-popup .modal-footer .button .spinner{width:14px;height:14px;border:2px solid rgba(0,0,0,.2);border-top:2px solid rgba(0,0,0,.6);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.swal-toast,.swal-popup{border:1px solid #f5f5f5!important;border-radius:10px;background:#fff!important;color:#1e1e1f!important;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.06);-moz-box-shadow:0 2px 12px rgba(0,0,0,.06);box-shadow:0 2px 12px #0000000f}.swal-toast .swal2-title,.swal-popup .swal2-title{font-weight:700!important}.swal-popup .swal2-confirm{background:#fcb900!important;color:#fff!important;border-radius:10px!important}.swal-popup .swal2-cancel{background:#acacac!important;color:#fff!important;border:1px solid #f5f5f5;border-radius:10px!important}.swal-popup .swal2-input,.swal-popup .swal2-textarea{background:#fff;border:1px solid #e0e0de;border-radius:10px;padding:10px 14px;color:#1e1e1f}.swal-popup .swal2-input:focus,.swal-popup .swal2-textarea:focus{border-color:#fcb900;outline:none}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.06);-moz-box-shadow:0 2px 12px rgba(0,0,0,.06);box-shadow:0 2px 12px #0000000f;border:1px solid #f5f5f5}@media screen and (max-width:1180px){.table.mobile-lg{border:none;border-radius:0;display:block;background:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.table.mobile-lg thead{display:none}.table.mobile-lg tbody{display:block;width:100%}.table.mobile-lg tr{display:block;width:calc(100% - 20px);margin-bottom:10px;padding:10px;border-radius:10px;background-color:#fff;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.06);-moz-box-shadow:0 2px 12px rgba(0,0,0,.06);box-shadow:0 2px 12px #0000000f}.table.mobile-lg tr:last-child{border-bottom:none}.table.mobile-lg td{width:100%;display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px;border:none;gap:20px;text-align:right}.table.mobile-lg td:before{content:attr(data-label);color:#acacac}.table.mobile-lg td:last-child{border-top:1px dashed #e0e0de;margin-top:5px;padding:10px 0 0}}@media screen and (max-width:1024px){.table.mobile-md{border:none;border-radius:0;display:block;background:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.table.mobile-md thead{display:none}.table.mobile-md tbody{display:block;width:100%}.table.mobile-md tr{display:block;width:calc(100% - 20px);margin-bottom:10px;padding:10px;border-radius:10px;background-color:#fff;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.06);-moz-box-shadow:0 2px 12px rgba(0,0,0,.06);box-shadow:0 2px 12px #0000000f}.table.mobile-md tr:last-child{border-bottom:none}.table.mobile-md td{width:100%;display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px;border:none;gap:20px;text-align:right}.table.mobile-md td:before{content:attr(data-label);color:#acacac}.table.mobile-md td:last-child{border-top:1px dashed #e0e0de;margin-top:5px;padding:10px 0 0}}@media screen and (max-width:768px){.table{border:none;border-radius:0;display:block;background:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}}.table thead{background:#f5f5f5}@media screen and (max-width:768px){.table thead{display:none}}.table thead th{text-align:left;font-size:16px;font-weight:700;color:#1e1e1f;padding:12px 14px;border-bottom:1px solid #f5f5f5}@media screen and (max-width:768px){.table tbody{display:block;width:100%}}.table tbody tr{transition:background .2s;border-bottom:1px solid #f5f5f5}.table tbody tr:hover{background:#fafaf9}.table tbody tr.done td{text-decoration:line-through;color:#acacac}@media screen and (max-width:768px){.table tbody tr{display:block;width:calc(100% - 20px);margin-bottom:10px;padding:10px;border-radius:10px;background-color:#fff;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.06);-moz-box-shadow:0 2px 12px rgba(0,0,0,.06);box-shadow:0 2px 12px #0000000f}.table tbody tr:last-child{border-bottom:none}}.table tbody td{padding:12px 14px;font-size:16px;color:#1e1e1f}@media screen and (max-width:768px){.table tbody td{width:100%;display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px;border:none;gap:20px;text-align:right}.table tbody td:before{content:attr(data-label);color:#acacac}.table tbody td:last-child{border-top:1px dashed #e0e0de;margin-top:5px;padding:10px 0 0}}.table tbody td .checkbox-container{padding-top:0;width:auto}.table tbody td .thumb-img{width:80px;height:60px;object-fit:cover;border-radius:10px;border:1px solid #f5f5f5}@media screen and (max-width:768px){.table tbody td .thumb-img{width:60px;height:45px}}.table tbody td .long-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.table tbody td .button{width:fit-content}.table .actions{display:flex;align-items:center;gap:10px}.table .actions button{background-color:transparent;color:#1e1e1f;border:none;margin:0;padding:0;transition:.2s ease}.table .actions button svg{height:20px;width:20px}.table .actions button:hover{opacity:.7}.table .actions button.delete{color:#e74c3c}.splide__pagination{bottom:-30px!important}@media screen and (max-width:768px){.splide__pagination{bottom:-20px!important}}.splide__pagination .splide__pagination__page.is-active{background-color:#fcb900!important}.splide__pagination .splide__pagination__page{background-color:#f5f5f5!important}.splide__arrow--next{right:-1em!important}.splide__arrow--prev{left:-1em!important}.splide__arrow{opacity:1!important;background:#fcb900!important;top:calc(50% + 7px)!important}.splide__arrow svg{fill:#fff!important}.splide__track{padding-top:15px}.refs-box{border:none;background:#f5f5f5;border-radius:10px;padding:20px;position:relative;height:calc(100% - 40px)}.refs-box .quotes{position:absolute;height:25px;width:25px;z-index:5;fill:#fcb900;top:-15px;right:20px}.refs-box .name-box{display:flex;align-items:center;gap:10px;margin-bottom:20px}.refs-box .name-box h4{margin:0;font-size:18px;font-weight:500}@media screen and (max-width:768px){.refs-box .name-box h4{font-size:16px}}.refs-box .name-box svg{height:30px;width:30px;fill:#fcb900}.refs-box p{margin:0}footer{background:#fcb9002b}footer .copyright{background:#fcb900;color:#fff;height:30px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:768px){footer .copyright{padding-left:50px}}footer .copyright p{text-align:center;font-size:12px}@media screen and (max-width:768px){footer .copyright p{font-size:10px}}.footer{max-width:1800px;margin-right:auto;margin-left:auto;padding:80px 0 0}@media screen and (max-width:1920px){.footer{padding:80px 5% 0}}@media screen and (max-width:1024px){.footer{padding:50px 5% 0}}@media screen and (max-width:768px){.footer{padding:30px 5% 0}}@media screen and (max-width:768px){.footer{padding:20px 5% 0}}.footer .footer-body{display:grid;grid-template-columns:repeat(4,auto);gap:50px;padding-bottom:50px}@media screen and (max-width:1024px){.footer .footer-body{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.footer .footer-body{padding-bottom:20px;gap:20px}}@media screen and (max-width:768px){.footer .footer-body{padding-bottom:10px}}.footer .footer-body h4{margin-bottom:10px;margin-top:0;font-size:18px;font-weight:500px}.footer .footer-body a{margin-bottom:10px;display:flex;align-items:center;gap:10px;transition:opacity .2s ease}@media screen and (max-width:480px){.footer .footer-body a{font-size:14px;gap:7px;margin-bottom:7px}}.footer .footer-body a:hover{opacity:.7}.footer .footer-body a.nowrap{white-space:nowrap}.footer .footer-body a svg{fill:#fcb900}.footer .footer-body .address{margin-bottom:20px}.footer .footer-body p{max-width:300px;margin:0}.footer .footer-body .logo{height:120px}.footer .footer-bottom{border-top:1px solid #fcb900}.footer .footer-bottom p{color:#fcb900;text-align:center;margin:10px 0;font-size:14px}@media screen and (max-width:480px){.footer .footer-bottom p{font-size:12px}}.socials{display:flex;gap:10px;align-items:center;padding-top:20px}.socials a{color:#fcb900;transition:opacity .2s ease}.socials a:hover{opacity:.7}.socials a svg{height:20px;width:20px}html,body{margin:0;color:#1e1e1f;background-color:#fff;font-family:Roboto,Verdana,Geneva,Tahoma,sans-serif}a{color:#1e1e1f;text-decoration:none}p{line-height:150%}@media screen and (max-width:480px){p{font-size:14px}}button{cursor:pointer;font-family:Roboto,Verdana,Geneva,Tahoma,sans-serif}input,textarea{font-family:Roboto,Verdana,Geneva,Tahoma,sans-serif}input:focus,textarea:focus,select:focus{outline:none;box-shadow:none}.page-wrapper{display:flex;flex-direction:column;min-height:100vh}.container{max-width:1800px;margin-right:auto;margin-left:auto}.not-found-container{margin-top:121px;background-color:#f5f5f5;display:flex;justify-content:center;align-items:center}@media screen and (max-width:768px){.not-found-container{margin-top:80px}}.not-found-container .not-found{text-align:center}.not-found-container .not-found h1{font-size:100px;margin:0;color:#fcb900;font-weight:700}@media screen and (max-width:768px){.not-found-container .not-found h1{font-size:50px}}.not-found-container .not-found p{font-size:20px;margin:0;color:#acacac}@media screen and (max-width:768px){.not-found-container .not-found p{font-size:16px}}.section{padding:80px 7%;flex:1}@media screen and (max-width:1440px){.section{padding:80px 5%}}@media screen and (max-width:1024px){.section{padding:50px 5%}}@media screen and (max-width:768px){.section{padding:30px 5%}}.section.first{padding-top:50px}@media screen and (max-width:768px){.section.first{padding-top:20px}}.section.dark{background-color:#f5f5f5}.section.admin{padding:20px 20px 50px 260px;transition:padding-left .2s ease;background-color:#e0e0de}@media screen and (max-width:768px){.section.admin{padding:20px 10px 10px 60px}}.section.sidebar-collapsed{padding-left:70px}@media screen and (max-width:768px){.section.sidebar-collapsed{padding-left:60px}}.section .header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:50px;max-width:1800px;margin-left:auto;margin-right:auto}@media screen and (max-width:768px){.section .header{padding-bottom:20px}}@media screen and (max-width:480px){.section .header .button{display:none}}.section .header h2{margin:0;font-weight:400;max-width:400px;font-size:35px}@media screen and (max-width:768px){.section .header h2{font-size:20px}}.section .header p{max-width:500px;margin:20px 0 0}@media screen and (max-width:480px){.section .header p{margin-top:10px}}.banner{margin-top:121px;background-color:#f5f5f5}@media screen and (max-width:768px){.banner{margin-top:80px}}.banner .banner-content{display:flex;align-items:center;gap:5px;max-width:1800px;margin:0 auto;height:600px;color:#fff}@media screen and (max-width:768px){.banner .banner-content{flex-direction:column;height:auto}}.banner .banner-content .left{background-position:center;background-size:cover;background-image:linear-gradient(#0000004d,#0000004d),url(/build/assets/banner-CLyo8u4E.jpg);height:calc(100% - 60px);width:70%;display:flex;flex-direction:column;justify-content:center;padding:30px 30px 30px 5%}@media screen and (max-width:768px){.banner .banner-content .left{width:90%;padding:20px 5%;height:400px}}@media screen and (max-width:480px){.banner .banner-content .left{height:300px}}.banner .banner-content .left h1{font-size:52px;margin:0 0 20px;font-weight:400;max-width:600px}@media screen and (max-width:768px){.banner .banner-content .left h1{font-size:32px}}@media screen and (max-width:480px){.banner .banner-content .left h1{margin-bottom:10px}}.banner .banner-content .left p{font-size:18px;margin:0 0 30px;font-weight:400;max-width:500px}@media screen and (max-width:768px){.banner .banner-content .left p{font-size:16px;margin-bottom:20px}}.banner .banner-content .right{width:30%;min-width:300px;height:100%;display:flex;flex-direction:column;gap:5px}@media screen and (max-width:768px){.banner .banner-content .right{height:300px;flex-direction:row;width:100%}}@media screen and (max-width:480px){.banner .banner-content .right{flex-direction:column;height:auto}}.banner .banner-content .right .top{height:50%;padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background-position:center;background-size:cover;background-image:linear-gradient(#0000004d,#0000004d),url(/build/assets/elektroinstalacie-Cf81hmWX.jpg)}@media screen and (max-width:768px){.banner .banner-content .right .top{height:auto;padding:20px}}.banner .banner-content .right .bottom{height:50%;padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background-position:center;background-size:cover;background-image:linear-gradient(#0000004d,#0000004d),url(/build/assets/revizie-CzM-tSfC.jpg)}@media screen and (max-width:768px){.banner .banner-content .right .bottom{height:auto;padding:20px}}.banner .banner-content .right h2{font-size:24px;margin:0 0 20px;font-weight:700}@media screen and (max-width:768px){.banner .banner-content .right h2{font-size:20px}}@media screen and (max-width:480px){.banner .banner-content .right h2{margin-bottom:10px}}.banner .banner-content .right p{font-size:16px;margin:0 0 20px;font-weight:400}.banner .banner-small{max-width:1800px;margin:0 auto;height:440px;color:#fff;background-position:center;background-size:cover;background-image:linear-gradient(#0000004d,#0000004d),url(/build/assets/banner-CLyo8u4E.jpg);display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:768px){.banner .banner-small{height:300px}}.banner .banner-small .banner-small-content{padding:30px 5%}.banner .banner-small h1{font-size:52px;margin:0 0 20px;font-weight:400;max-width:600px}@media screen and (max-width:768px){.banner .banner-small h1{font-size:32px}}@media screen and (max-width:480px){.banner .banner-small h1{margin-bottom:10px}}.banner .banner-small p{font-size:18px;margin:0;font-weight:400;max-width:700px}@media screen and (max-width:768px){.banner .banner-small p{font-size:16px}}.faq-container{gap:15px;display:flex;flex-direction:column;max-width:1000px;margin-left:auto;margin-right:auto}@media screen and (max-width:480px){.faq-container{gap:10px}}.faq-container .faq-item{border:2px solid transparent;color:#1e1e1f;background:linear-gradient(#f5f5f5,#f5f5f5) padding-box,linear-gradient(to right,#fcb900,#ff6900) border-box;border-radius:10px;overflow:hidden}.faq-container .faq-item p{margin:0}.faq-container .faq-item .faq-header{display:flex;justify-content:space-between;align-items:center;gap:20px;cursor:pointer;padding:20px 30px;font-weight:500}@media screen and (max-width:480px){.faq-container .faq-item .faq-header{padding:10px}}.faq-container .faq-item .faq-header p{font-size:18px}@media screen and (max-width:768px){.faq-container .faq-item .faq-header p{font-size:16px}}.faq-container .faq-item .faq-header svg,.faq-container .faq-item .faq-header img{fill:#ff6900;height:26px;width:26px;flex-shrink:0}@media screen and (max-width:480px){.faq-container .faq-item .faq-header svg,.faq-container .faq-item .faq-header img{height:20px;width:20px}}.faq-container .faq-item .faq-content{background-color:#fff;padding:20px}@media screen and (max-width:480px){.faq-container .faq-item .faq-content{padding:10px}}.faq-toggle-enter-active,.faq-toggle-leave-active{transition:max-height .25s ease,opacity .25s ease,padding .25s ease;overflow:hidden}.faq-toggle-enter-from,.faq-toggle-leave-to{max-height:0;opacity:0}.faq-toggle-enter-to,.faq-toggle-leave-from{max-height:500px;opacity:1}.flex-container{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;gap:50px;justify-items:center}@media screen and (max-width:768px){.flex-container{display:flex;flex-direction:column-reverse;gap:20px}}.flex-container .image{max-width:100%;max-height:500px;width:auto;border-radius:10px}@media screen and (max-width:768px){.flex-container .content{width:100%}}.flex-container .content h3{font-size:30px;font-weight:400;margin:0 0 20px;max-width:500px}@media screen and (max-width:768px){.flex-container .content h3{font-size:20px}}@media screen and (max-width:480px){.flex-container .content h3{margin-bottom:10px}}.flex-container .content h4{font-size:20px;font-weight:500;margin:0 0 20px;max-width:500px}@media screen and (max-width:768px){.flex-container .content h4{font-size:16px}}@media screen and (max-width:480px){.flex-container .content h4{font-size:14px}}.flex-container .content p{margin:0;max-width:600px}.flex-container .content ul{list-style:none;padding:0;margin:20px 0 0}.flex-container .content ul li{position:relative;padding-left:30px;margin-bottom:15px}@media screen and (max-width:480px){.flex-container .content ul li{margin-bottom:10px}}.flex-container .content ul li:before{content:"";position:absolute;left:0;top:-2px;width:20px;height:20px;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fcb900' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E")}@media screen and (max-width:480px){.flex-container .content ul li:before{top:-1px}}.repeat-container{display:flex;flex-direction:column;gap:50px}@media screen and (max-width:768px){.repeat-container{gap:40px}}.repeat-container .repeat-box{display:flex;align-items:center;gap:50px}@media screen and (max-width:768px){.repeat-container .repeat-box{gap:20px;flex-direction:column-reverse}}.repeat-container .repeat-box:nth-child(2n){flex-direction:row-reverse}@media screen and (max-width:768px){.repeat-container .repeat-box:nth-child(2n){flex-direction:column-reverse}}.repeat-container .repeat-box .image{max-width:50%;max-height:500px;width:auto;border-radius:10px}@media screen and (max-width:768px){.repeat-container .repeat-box .image{max-width:none;width:100%}}.repeat-container .repeat-box .content{width:50%}@media screen and (max-width:768px){.repeat-container .repeat-box .content{width:100%}}.repeat-container .repeat-box .content h3{font-size:30px;font-weight:500;margin:0 0 20px;max-width:500px}@media screen and (max-width:768px){.repeat-container .repeat-box .content h3{font-size:20px}}@media screen and (max-width:480px){.repeat-container .repeat-box .content h3{margin-bottom:10px}}.repeat-container .repeat-box .content p{margin:0}.repeat-container .repeat-box .content a{color:#fcb900}.team-container{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}@media screen and (max-width:768px){.team-container{gap:20px}}@media screen and (max-width:480px){.team-container{grid-template-columns:1fr}}.team-container .team-box img{width:100%;border-radius:10px}.team-container .team-box h4{font-size:24px;font-weight:500;margin:20px 0 5px}@media screen and (max-width:768px){.team-container .team-box h4{font-size:18px}}@media screen and (max-width:480px){.team-container .team-box h4{margin-top:10px}}.team-container .team-box span{color:#fcb900;font-size:14px;text-transform:uppercase;font-weight:500}@media screen and (max-width:768px){.team-container .team-box span{font-size:12px}}.team-container .team-box p{margin:20px 0 0}@media screen and (max-width:480px){.team-container .team-box p{margin-top:10px}}.process-container{display:flex;gap:15px;width:100%}@media screen and (max-width:1180px){.process-container{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}}@media screen and (max-width:480px){.process-container{gap:10px}}.process-container::-webkit-scrollbar{display:none}.process-container>svg{width:35px;height:auto;flex-shrink:0}.process-container .process-box{position:relative;border:2px solid transparent;color:#1e1e1f;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#fcb900,#ff6900) border-box;border-radius:10px;width:25%;padding:10px 20px 20px;text-align:left;transition:all .3s ease}@media screen and (max-width:1180px){.process-container .process-box{min-width:205px;scroll-snap-align:start}}@media screen and (max-width:480px){.process-container .process-box{padding:5px 10px 10px}}.process-container .process-box h3{font-size:20px;font-weight:500;line-height:110%;margin:10px 0 20px}@media screen and (max-width:768px){.process-container .process-box h3{font-size:16px;margin:5px 0 10px}}.process-container .process-box p{font-weight:300;font-size:16px;margin:0;color:#000}@media screen and (max-width:480px){.process-container .process-box p{font-size:14px}}.process-container .process-box span{color:#fcb9002b;font-size:80px;font-weight:700}@media screen and (max-width:768px){.process-container .process-box span{font-size:50px}}.map-form-container{display:flex;gap:80px;max-width:1800px;margin-left:auto;margin-right:auto}@media screen and (max-width:1024px){.map-form-container{gap:30px}}@media screen and (max-width:768px){.map-form-container{flex-direction:column}}.map-form-container .form-box{width:50%}@media screen and (max-width:768px){.map-form-container .form-box{padding:20px;width:calc(100% - 40px)}}.map-form-container .form-box h2{margin-top:0;font-weight:300}@media screen and (max-width:768px){.map-form-container .form-box h2{font-size:20px}}.map-form-container .form-box .input-box{margin-bottom:20px}@media screen and (max-width:480px){.map-form-container .form-box .input-box{margin-bottom:10px}}.map-form-container .text-box{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:1024px){.map-form-container .text-box{width:50%}}@media screen and (max-width:768px){.map-form-container .text-box{width:100%}}@media screen and (max-width:480px){.map-form-container .text-box{gap:10px}}.map-form-container .text-box h3{font-weight:500;font-size:35px;margin:0 0 20px}@media screen and (max-width:1024px){.map-form-container .text-box h3{font-size:24px}}@media screen and (max-width:768px){.map-form-container .text-box h3{font-size:20px}}@media screen and (max-width:480px){.map-form-container .text-box h3{margin-bottom:10px}}.map-form-container .text-box p{font-weight:400;margin:0 0 20px}@media screen and (max-width:480px){.map-form-container .text-box p{margin-bottom:10px}}.map-form-container .text-box a{margin-bottom:10px;display:flex;align-items:center;gap:10px;transition:opacity .2s ease}.map-form-container .text-box a:hover{opacity:.7}.map-form-container .text-box a svg{fill:#ff6900}@media screen and (max-width:768px){.map-form-container .text-box a svg{fill:#fcb900}}.contact-flex{display:flex;align-items:center;gap:30px}@media screen and (max-width:1024px){.contact-flex{gap:0}}@media screen and (max-width:768px){.contact-flex{padding-top:20px;flex-direction:column;gap:30px}}.contact-flex .contact-box{display:flex;flex-direction:column;align-items:center;gap:10px;width:33.3%;position:relative}@media screen and (max-width:768px){.contact-flex .contact-box{width:100%}}.contact-flex .contact-box:after{content:" ";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:50px;background-color:#acacac}@media screen and (max-width:768px){.contact-flex .contact-box:after{display:none}}.contact-flex .contact-box:last-child:after{display:none}.contact-flex .contact-box svg{height:30px;width:30px;fill:#fcb900}@media screen and (max-width:768px){.contact-flex .contact-box svg{height:20px;width:20px}}.contact-flex .contact-box a{font-weight:400;font-size:20px}@media screen and (max-width:1024px){.contact-flex .contact-box a{font-size:18px}}@media screen and (max-width:768px){.contact-flex .contact-box a{font-size:16px}}.contact-flex .contact-box em{font-size:14px;color:#acacac;font-style:normal}@media screen and (max-width:768px){.contact-flex .contact-box em{font-size:12px}}iframe{height:400px;width:100%}.login-container{display:flex;justify-content:center;align-items:center;margin-top:121px;padding:100px 5%}@media screen and (max-width:768px){.login-container{margin-top:80px}}.login-container .login-box{display:flex;align-items:center;justify-content:center;text-align:center;gap:50px;max-width:500px;width:100%;border:2px solid transparent;color:#1e1e1f;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#fcb900,#ff6900) border-box;border-radius:10px}.login-container .login-box h1{font-weight:500;font-size:30px;margin:0 0 30px}@media screen and (max-width:768px){.login-container .login-box h1{margin-bottom:20px;font-size:20px}}.login-container .login-box form{padding:30px;width:100%}@media screen and (max-width:768px){.login-container .login-box form{padding:20px}}.login-container .login-box .flex{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}@media screen and (max-width:768px){.login-container .login-box .flex{margin-bottom:15px}}.login-container .login-box .flex .checkbox-container{padding-top:0;width:auto}.login-container .login-box .input-box{margin-bottom:30px}@media screen and (max-width:768px){.login-container .login-box .input-box{margin-bottom:15px}}.login-container .login-box .button{margin:0 auto}.login-container .login-box a{color:#ff6900}@media screen and (max-width:768px){.login-container .login-box a{font-size:14px}}.form-box{border:2px solid transparent;color:#1e1e1f;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#fcb900,#ff6900) border-box;border-radius:10px;width:460px;padding:20px}@media screen and (max-width:768px){.form-box{width:calc(100% - 40px)}}@media screen and (max-width:480px){.form-box{padding:10px;width:calc(100% - 20px)}}.form-box.orange{border:2px solid transparent;color:#fff;background:linear-gradient(to right,#fcb900,#ff6900) padding-box,linear-gradient(to right,#fcb900,#ff6900) border-box}.form-box.orange .input-box{margin-bottom:20px}@media screen and (max-width:768px){.form-box.orange .input-box{margin-bottom:10px}}.form-box.orange .input-box input,.form-box.orange .input-box textarea{border:1px solid #ffffff;background-color:#fff}.form-box.orange .checkbox-container a{color:#fff}.form-box.orange h3{font-weight:700}.form-box h3{font-size:32px;font-weight:500;margin:0 0 20px}@media screen and (max-width:768px){.form-box h3{font-size:20px;margin-bottom:10px}}.form-box p{margin:0 0 20px}.form-box .checkbox-container{padding:0}.form-box .checkbox-container a{color:#fcb900;font-weight:700}.form-box .flex{display:flex;gap:15px;align-items:center;justify-content:space-between}.legal-content{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:48px}@media screen and (max-width:768px){.legal-content{gap:36px}}@media screen and (max-width:480px){.legal-content{gap:24px}}.legal-block h2{font-size:22px;font-weight:500;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid transparent;border-image:linear-gradient(to right,#fcb900,#ff6900) 1}@media screen and (max-width:768px){.legal-block h2{font-size:18px}}@media screen and (max-width:480px){.legal-block h2{font-size:16px;margin-bottom:14px}}.legal-block p{margin:0 0 14px;line-height:1.7}.legal-block p:last-child{margin-bottom:0}.legal-block a{color:#fcb900;text-decoration:none;transition:opacity .2s ease}.legal-block a:hover{opacity:.7}.legal-block ul{list-style:none;padding:0;margin:12px 0 16px;display:flex;flex-direction:column;gap:10px}.legal-block ul li{position:relative;padding-left:30px;line-height:1.6;font-size:15px}.legal-block ul li:before{content:"";position:absolute;left:0;top:3px;width:18px;height:18px;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fcb900' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E")}.info-box{border:1px solid #e0e0de;border-radius:10px;overflow:hidden;margin-top:16px}.info-row{display:flex;gap:16px;padding:12px 20px;border-bottom:1px solid #f0f0f0;font-size:15px;line-height:1.5}.info-row:last-child{border-bottom:none}@media screen and (max-width:768px){.info-row{padding:10px 16px}}@media screen and (max-width:480px){.info-row{flex-direction:column;gap:2px}}.info-label{font-weight:600;color:#1e1e1f;min-width:140px;flex-shrink:0}@media screen and (max-width:768px){.info-label{min-width:110px}}@media screen and (max-width:480px){.info-label{min-width:unset}}.processing-list{display:flex;flex-direction:column;gap:16px;margin-top:16px}.processing-item{border:1px solid #e0e0de;border-radius:10px;padding:20px 24px}@media screen and (max-width:768px){.processing-item{padding:16px}}.processing-item>p{margin:0 0 14px;font-size:14px;line-height:1.6;color:#444}.processing-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}@media screen and (max-width:480px){.processing-header{flex-wrap:wrap}}.processing-title{font-size:16px;font-weight:600;color:#1e1e1f}.processing-tag{font-size:12px;font-weight:500;color:#fff;background:linear-gradient(to right,#fcb900,#ff6900);padding:2px 10px;border-radius:20px;white-space:nowrap}.processing-meta{display:flex;flex-direction:column;gap:6px;background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;padding:12px 16px;font-size:13px;color:#666;line-height:1.5}.meta-label{font-weight:600;color:#1e1e1f;margin-right:6px}.rights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:16px 0 20px}@media screen and (max-width:768px){.rights-grid{grid-template-columns:1fr}}.right-item{display:flex;gap:14px;align-items:flex-start;border:1px solid #e0e0de;border-radius:10px;padding:16px}.right-item strong{display:block;font-size:14px;font-weight:600;margin-bottom:4px;color:#1e1e1f}.right-item p{margin:0;font-size:13px;color:#666;line-height:1.5}.right-icon{width:36px;height:36px;border-radius:8px;background:#fcb900;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.rights-note{font-size:14px;color:#666;line-height:1.7;background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;padding:14px 16px;margin-top:4px!important}.cookie-table-wrapper{overflow-x:auto;margin:4px 0 16px;border-radius:10px;border:1px solid #e0e0de}.cookie-table{width:100%;border-collapse:collapse;font-size:14px}@media screen and (max-width:480px){.cookie-table{font-size:13px}}.cookie-table thead tr{background:linear-gradient(to right,#fcb900,#ff6900);color:#fff}.cookie-table th{padding:12px 16px;text-align:left;font-weight:600;white-space:nowrap}@media screen and (max-width:768px){.cookie-table th{padding:10px 12px}}.cookie-table td{padding:12px 16px;border-top:1px solid #f0f0f0;line-height:1.5;vertical-align:top}@media screen and (max-width:768px){.cookie-table td{padding:10px 12px}}.cookie-table tbody tr:nth-child(2n) td{background-color:#fafafa}.cookie-table code{background:#f5f5f5;border:1px solid #e0e0de;border-radius:4px;padding:2px 6px;font-size:13px;font-family:Courier New,monospace;white-space:nowrap}.note{font-size:13px;color:#acacac;margin-top:12px!important}.third-party-list{display:flex;flex-direction:column;gap:16px;margin:16px 0}.third-party-item{border:1px solid #e0e0de;border-radius:10px;padding:20px 24px}@media screen and (max-width:768px){.third-party-item{padding:16px}}.third-party-item p{margin:0 0 8px;font-size:14px;line-height:1.6}.third-party-item p:last-child{margin-bottom:0;color:#acacac;font-size:13px}.third-party-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.provider-name{font-size:16px;font-weight:600;color:#1e1e1f}.provider-tag{font-size:12px;font-weight:500;color:#fff;background:linear-gradient(to right,#fcb900,#ff6900);padding:2px 10px;border-radius:20px}.navigation{position:fixed;left:0;transition:transform .3s ease;z-index:1000;width:100%;top:0}.navigation.hidden{transform:translateY(-100%)}.topbar-wrapper{padding:10px 7%;background:linear-gradient(to right,#fcb900,#ff6900) padding-box,linear-gradient(to right,#fcb900,#ff6900) border-box;color:#fff;width:86%}@media screen and (max-width:1440px){.topbar-wrapper{padding:10px 5%;width:90%}}@media screen and (max-width:768px){.topbar-wrapper{display:none}}.topbar-wrapper .topbar{display:flex;justify-content:space-between;align-items:center;max-width:1800px;margin:0 auto}.topbar-wrapper .topbar a{font-size:14px;color:#fff;font-weight:500;transition:.2s;display:flex;align-items:center;gap:7px}.topbar-wrapper .topbar a:hover{opacity:.7}.topbar-wrapper .topbar a svg{width:16px;height:16px}.topbar-wrapper .topbar p{font-weight:700;font-size:14px;margin:0}.header-wrapper{padding:10px 7%;background-color:#fff;color:#1e1e1f;width:86%;-webkit-box-shadow:0px 15px 30px -20px rgba(0,0,0,.2);-moz-box-shadow:0px 15px 30px -20px rgba(0,0,0,.2);box-shadow:0 15px 30px -20px #0003}@media screen and (max-width:1440px){.header-wrapper{padding:10px 5%;width:90%}}.header-wrapper .site-header{display:flex;justify-content:space-between;align-items:center;max-width:1800px;margin:0 auto}.header-wrapper .site-header .logo-link{display:flex;align-items:center}.header-wrapper .site-header .logo-link .logo{height:60px}.header-wrapper .site-header nav{display:flex;align-items:center;gap:50px}@media screen and (max-width:1180px){.header-wrapper .site-header nav{gap:30px}}@media screen and (max-width:480px){.header-wrapper .site-header nav{gap:10px}}.header-wrapper .site-header nav div{display:flex;align-items:center;gap:50px;padding:0}@media screen and (max-width:1180px){.header-wrapper .site-header nav div{gap:30px}}@media screen and (max-width:1024px){.header-wrapper .site-header nav div{display:none}}.header-wrapper .site-header nav div a{color:#1e1e1f;font-weight:400;font-size:18px;transition:color .2s ease}.header-wrapper .site-header nav div a:hover{color:#fcb900}.header-wrapper .site-header nav .buttons a{color:#ff6900;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center}.header-wrapper .site-header nav .buttons a svg{width:25px;height:25px}.header-wrapper .site-header nav .buttons a:hover{color:#ff6900;opacity:.7}@media screen and (max-width:1024px){.header-wrapper .site-header nav .buttons{display:flex}.header-wrapper .site-header nav .buttons a{color:#fcb900}.header-wrapper .site-header nav .buttons a:hover{color:#fcb900}}.header-wrapper .site-header .burger{width:32px;height:24px;cursor:pointer;right:2rem;top:2rem;z-index:20;align-items:center;display:none}@media screen and (max-width:1024px){.header-wrapper .site-header .burger{display:flex}}.header-wrapper .site-header .burger.active span{background-color:transparent}.header-wrapper .site-header .burger.active span:before{transform:rotate(45deg) translateY(0)}.header-wrapper .site-header .burger.active span:after{transform:rotate(-45deg) translateY(0)}.header-wrapper .site-header .burger span{width:100%;height:2px;background-color:#1e1e1f;border-radius:12px;display:block;transition:background-color .2s ease-in-out;text-align:-webkit-right}.header-wrapper .site-header .burger span:before{content:"";width:70%;background-color:#1e1e1f;display:block;transition:all .2s ease-in-out;border-radius:12px;height:2px;transform:translateY(-8px)}.header-wrapper .site-header .burger span:after{content:"";width:70%;background-color:#1e1e1f;display:block;transition:all .2s ease-in-out;border-radius:12px;height:2px;transform:translateY(8px);margin-top:-2px}.header-wrapper .mobile-menu{position:absolute;display:flex;flex-direction:column;justify-content:space-between;left:0;gap:20px;top:121px;border-top:1px solid #e0e0de;width:90%;height:calc(100vh - 161px);background:#fff;z-index:999;padding:20px 5%;overflow-y:auto}@media screen and (max-width:768px){.header-wrapper .mobile-menu{height:calc(100vh - 120px);top:80px}}.header-wrapper .mobile-menu nav{display:flex;flex-direction:column;gap:20px}.header-wrapper .mobile-menu nav a{color:#1e1e1f;font-weight:400;font-size:18px;transition:color .2s ease}.header-wrapper .mobile-menu nav a:hover{color:#fcb900}.header-wrapper .mobile-menu>div a{margin-bottom:10px;display:flex;align-items:center;gap:10px;transition:opacity .2s ease}@media screen and (max-width:480px){.header-wrapper .mobile-menu>div a{font-size:14px;gap:7px}}.header-wrapper .mobile-menu>div a:hover{opacity:.7}.header-wrapper .mobile-menu>div a.nowrap{white-space:nowrap}.header-wrapper .mobile-menu>div a svg{fill:#fcb900}.sidebar{width:240px;height:100vh;background:#fff;border-right:1px solid #f5f5f5;display:flex;flex-direction:column;transition:width .2s ease;position:fixed;overflow-y:auto;z-index:1000}.sidebar.collapsed{width:50px}.sidebar.collapsed .label{display:none}.sidebar.collapsed .menu li{justify-content:center}.sidebar.collapsed .header{display:none}.sidebar .header{padding:20px 10px;display:flex;flex-direction:column;align-items:center;gap:10px}@media screen and (max-width:480px){.sidebar .header{padding:10px}}.sidebar .header svg{height:50px;width:50px}@media screen and (max-width:480px){.sidebar .header svg{height:40px;width:40px}}.sidebar .header p{font-weight:700;font-size:16px;color:#1e1e1f;margin:0;text-align:center}.sidebar .menu-container{flex:1}.sidebar .menu{list-style:none;border-top:1px solid #f5f5f5;padding:5px 8px;margin:0}.sidebar .menu li{display:flex;align-items:center;border-radius:10px;margin-bottom:4px;transition:.2s}.sidebar .menu li a,.sidebar .menu li div{display:flex;align-items:center;gap:15px;padding:10px 12px;width:100%;text-decoration:none;color:var(--txt2);font-size:16px;cursor:pointer;font-weight:600;border-radius:10px;transition:color .2s ease}.sidebar .menu li a svg,.sidebar .menu li div svg{width:20px;height:20px}.sidebar .menu li a:hover,.sidebar .menu li a.router-link-active,.sidebar .menu li div:hover,.sidebar .menu li div.router-link-active{background:#fffce8;color:#fcb900}.sidebar .bottom{padding:5px 0;border-top:1px solid #f5f5f5}.sidebar .bottom .toggle{background:transparent;border:none;cursor:pointer;font-size:16px;font-weight:600;color:#1e1e1f;padding:10px 12px;width:100%;display:flex;align-items:center;gap:15px;transition:color .2s ease}.sidebar .bottom .toggle:hover{background:#fffce8;color:#fcb900}.sidebar .bottom .toggle svg{width:20px;height:20px}.sidebar-info{width:calc(100% - 20px);border-radius:10px;padding:10px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#facc1529,#facc150d);border:1px solid #fcb900;box-shadow:0 10px 30px #facc1514,inset 0 1px #fff6}.sidebar-info:before{content:"";position:absolute;top:-50px;right:-50px;width:140px;height:140px;border-radius:50%;background:#facc1527}.sidebar-info.empty{background:linear-gradient(135deg,#ef444414,#ef444408);border-color:#e74c3c}.sidebar-info.empty p{margin:0;color:#e74c3c;font-size:14px;font-weight:600}.sidebar-info.empty:before{display:none}.sidebar-info.blue{background:linear-gradient(135deg,#3b82f61f,#3b82f60a);border:1px solid #3498db;box-shadow:0 10px 30px #3b82f614,inset 0 1px #fff6}.sidebar-info.blue:before{content:"";position:absolute;top:-40px;right:-40px;width:120px;height:120px;border-radius:50%;background:#3b82f614}.sidebar-info.blue small{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#11182799;margin-bottom:10px}.sidebar-info.blue small:before{content:"";width:8px;height:8px;border-radius:50%;background:#3498db}.sidebar-info.blue p{margin:0 0 10px;font-size:14px;font-weight:700;text-align:left;line-height:1.2;color:#111827}.sidebar-info.blue a{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#3498db;text-decoration:none;transition:all .2s ease;padding:8px 12px;border-radius:10px;background:#fff9}.sidebar-info.blue a:hover{background:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f626}.sidebar-info.blue a:before{content:"📞";font-size:14px}.sidebar-info .clickable-map{display:flex;align-items:center;gap:14px;margin-bottom:16px}.sidebar-info .clickable-map .icon{width:48px;height:48px;flex-shrink:0;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:20px;background:#facc1556;box-shadow:inset 0 1px #ffffff80,0 4px 12px #facc151f}.sidebar-info .clickable-map .content{display:flex;flex-direction:column;gap:4px;min-width:0}.sidebar-info .clickable-map .content strong{font-size:14px;font-weight:700;color:#1e1e1f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-info .clickable-map .content span{font-size:12px;color:#1e1e1f}.sidebar-info .clickable-map .content .map-link{cursor:pointer;display:inline-flex;align-items:center;gap:6px;width:fit-content;z-index:2;color:#ca8a04;font-weight:500}.sidebar-info .clickable-map .content .map-link:hover{text-decoration:underline}.sidebar-info button{border:none;outline:none;background:#fff;color:#e74c3c;padding:10px 16px;border-radius:12px;font-size:13px;font-weight:700;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:inset 0 1px #ffffff80,0 4px 12px #facc1514}.sidebar-info button:hover{background:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #facc1573}.services-container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media screen and (max-width:1024px){.services-container{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.services-container::-webkit-scrollbar{display:none}}.services-container .service-box{transition:.2s ease;border:1px solid #acacac;background-color:#fff;border-radius:10px;overflow:hidden}@media screen and (max-width:1024px){.services-container .service-box{min-width:350px}}@media screen and (max-width:480px){.services-container .service-box{min-width:250px}}.services-container .service-box:hover{transform:scale(103%)}.services-container .service-box .image{width:100%;height:200px;background-position:center;background-size:cover}@media screen and (max-width:480px){.services-container .service-box .image{height:150px}}.services-container .service-box .content{padding:20px;display:flex;flex-direction:column;align-items:flex-start;height:calc(100% - 240px)}@media screen and (max-width:480px){.services-container .service-box .content{padding:10px;height:calc(100% - 170px)}}.services-container .service-box .content h3{font-size:20px;margin:0 0 20px}@media screen and (max-width:480px){.services-container .service-box .content h3{margin-bottom:10px;font-size:18px}}.services-container .service-box .content p{font-size:16px;margin:0 0 30px;flex:1}@media screen and (max-width:480px){.services-container .service-box .content p{margin-bottom:20px;font-size:14px}}.home-form-container{background-image:url(/build/assets/elektrikar-LJP5I3Pf.jpg);background-position:center;background-size:cover}.advantages-container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media screen and (max-width:1024px){.advantages-container{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.advantages-container::-webkit-scrollbar{display:none}}.advantages-container .advantage-box{background-color:#fff;padding:20px;border-radius:10px}@media screen and (max-width:1024px){.advantages-container .advantage-box{min-width:360px}}@media screen and (max-width:480px){.advantages-container .advantage-box{min-width:220px;padding:10px}}.advantages-container .advantage-box h3{margin:50px 0 10px;font-size:18px}@media screen and (max-width:480px){.advantages-container .advantage-box h3{margin-top:20px;font-size:16px}}.advantages-container .advantage-box p{margin:0;font-weight:300}.advantages-container .advantage-box svg{height:40px;width:40px;fill:#fcb900}@media screen and (max-width:480px){.advantages-container .advantage-box svg{height:30px;width:30px}}.divider-numbers{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media screen and (max-width:768px){.divider-numbers{grid-template-columns:repeat(2,1fr)}}.divider-numbers div{text-align:center;opacity:.7}.divider-numbers div h4{font-size:64px;margin:0;font-weight:500}@media screen and (max-width:1024px){.divider-numbers div h4{font-size:56px}}@media screen and (max-width:480px){.divider-numbers div h4{font-size:36px}}.divider-numbers div p{margin:0}
