:root {

--color-def: 		#334147; /* rgb 51, 65, 71 */
--color-K: 			#068EE7; /* rgb 6, 142, 231 */
--color-vK: 		#D5ECFB; /* rgb 213, 236, 251 */
--color-S: 			#FFA014; /* rgb 255, 160, 20 */
--color-lG: 		#F0F0F0; /* rgb 240, 240, 240 */

--color-P: 			#fc2a00; /* rgb 255, 42, 20 */
--color-Z: 			#40B352; /* rgb 64, 179, 82 */

--color-ERR: 		#FFA014; /* rgb 255, 160, 20 */
--color-ALERT: 		#E83C46; /* rgb 232, 60, 70 */

--color-bglight:	#F9F9F9; /* rgb 249, 249, 249 */

--color-white:		#FFFFFF; /* rgb 255, 255, 255 */

--font-default:		'Poppins';

}

/* BODY */

body { padding-top: 80px; }
body * { font-size: 15px; }

/* TEXT */

button.K, .btn.K { background-color: var(--color-K); }
button.S, .btn.S { background-color: var(--color-S); }
button.F, .btn.F { background-color: #fff; color: var(--color-K); }
button.P, .btn.P { background-color: var(--color-P); color: #fff; }


/* TEXT */

h1, .h1 { font-size: 64px; line-height: 80px; font-weight: 600; }
h2, .h2 { font-size: 40px; line-height: 48px; font-weight: 600; }
h3, .h3 { font-size: 24px; line-height: 30px; font-weight: 600; }
h4, .h4 { font-size: 20px; line-height: 20px; font-weight: 600; }

h6, .h6 { font-size: 15px; line-height: 15px; font-weight: 600; }

h1.light, .h1.light { font-weight: 300; }
h2.light, .h2.light { font-weight: 300; }
h3.light, .h3.light { font-weight: 300; }
h4.light, .h4.light { font-weight: 300; }

h6, .h6 { font-size: 15px; line-height: 15px; font-weight: 600; }

article h3 { margin-bottom: 10px; }

.small { font-size: 11px; }

.bold { font-weight: 600; }

/* SZÍNEK */

.color-K { color: var(--color-K) !important; }
.color-K-bg { background-color: var(--color-K) !important; }

.color-S { color: var(--color-S) !important; }
.color-S-bg { background-color: var(--color-S) !important; }

.color-P, .color-P * { color: var(--color-P) !important; }
.color-P-bg { background-color: var(--color-P) !important; }

.color-Z, .color-Z * { color: var(--color-Z) !important; }
.color-Z-bg { background-color: var(--color-Z) !important; }

.color-def-bg { background-color: var(--color-def) !important; }

.bg-light { background-color: var(--color-bglight) !important; }
.bg-white { background-color: var(--color-white) !important; }

.hide { display: none; overflow: hidden; height: 1px; }

/* BOOTSTRAP */

.sticky-top { height: calc(100% - 80px); z-index: 5; }

.rounded { border-radius: 8px !important; }

.border-end-0 { border-right: 0 !important; }

.headbox { height: 90px; }
.headbox a { display: contents; }

.inline-flex { display: inline-flex; }

.dropdown-menu { min-width: 100%; color: #fff; border: unset; border-radius: 8px; background-color: var(--color-K); }
.dropdown-menu .dropdown-item { color: #fff; font-size: 11px; font-weight: 200; }
.dropdown-menu .dropdown-item:hover { color: #fff; background-color: rgba(255,255,255,.2); }
.dropdown-menu.dropdown-spec .dropdown-item { color: #fff; font-size: 11px; font-weight: 200; padding: 6px 8px 6px 30px; }
.dropdown-menu.dropdown-spec .dropdown-item:hover { color: #fff; background-color: rgba(255,255,255,.2); }

.datepicker { border-radius: 8px; padding: 10px; }
.datepicker .prev, .datepicker .next { font-size: 30px; line-height: 40px; }
.datepicker .datepicker-switch { font-weight: 600; }
.datepicker td { height: 30px; }
.datepicker table tr td.active { background: unset !important; background-color: var(--color-K) !important; color: #fff !important; }

/* FORM */

.input-container { height: 44px !important; }

.dropdown-toggle::after { display: none; }

form label { padding-top: unset; padding-bottom: unset; display: flex; align-items: center; font-weight: 300; }
.form-control, .form-select { background-color: var(--color-bglight); font-weight: 400; }
.color-S-bg .form-control { background-color: #fff; border-color: #fff !important; }
.form-control::placeholder { color: #C4C4C4; }
.form-control.hardplaceholder::placeholder { color: var(--color-def); font-weight: 700; }
.form-control.hardplaceholder { background-color: #fff; }
.form-control[data-field="date"][readonly], .form-control[data-field="datetime"][readonly] { background-color: var(--color-bglight) !important; }
.form-control.calendar { background-repeat: no-repeat; background-position: right 10px center; background-size: 24px; padding-right: 40px; background-image: url("data:image/svg+xml,%3Csvg width='24' height='26' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 2H19V1C19 0.734784 18.8946 0.48043 18.7071 0.292893C18.5196 0.105357 18.2652 0 18 0C17.7348 0 17.4804 0.105357 17.2929 0.292893C17.1054 0.48043 17 0.734784 17 1V2H7V1C7 0.734784 6.89464 0.48043 6.70711 0.292893C6.51957 0.105357 6.26522 0 6 0C5.73478 0 5.48043 0.105357 5.29289 0.292893C5.10536 0.48043 5 0.734784 5 1V2H2C1.46957 2 0.960859 2.21071 0.585786 2.58579C0.210714 2.96086 0 3.46957 0 4V24C0 24.5304 0.210714 25.0391 0.585786 25.4142C0.960859 25.7893 1.46957 26 2 26H22C22.5304 26 23.0391 25.7893 23.4142 25.4142C23.7893 25.0391 24 24.5304 24 24V4C24 3.46957 23.7893 2.96086 23.4142 2.58579C23.0391 2.21071 22.5304 2 22 2ZM5 4V5C5 5.26522 5.10536 5.51957 5.29289 5.70711C5.48043 5.89464 5.73478 6 6 6C6.26522 6 6.51957 5.89464 6.70711 5.70711C6.89464 5.51957 7 5.26522 7 5V4H17V5C17 5.26522 17.1054 5.51957 17.2929 5.70711C17.4804 5.89464 17.7348 6 18 6C18.2652 6 18.5196 5.89464 18.7071 5.70711C18.8946 5.51957 19 5.26522 19 5V4H22V8H2V4H5ZM22 24H2V10H22V24Z' fill='%23343330'/%3E%3C/svg%3E%0A"); }

.input-group .form-control-color { border: unset; background-color: unset; background: transparent; border-left: 0px !important; }
.input-group .form-control-color:focus { border-right: 0px !important; }
.input-group .form-control:focus { border-right: 0px !important; }
.input-group .form-control.colorpicker { border-right: 0px !important; }

.form-control.number-input.invalid { border: 2px solid red !important; }

.input-group-text { border: unset; }

.form-text { font-size: 11px; line-height: unset; }
.form-text a { font-size: 11px; line-height: unset; color: var(--color-K) !important; }
.form-text .info { font-size: 11px; }

.hiddenfield { visibility: hidden; position: absolute; z-index: -1; width: 1px; }

button, .btn { border: unset; font-size: 15px !important; border-radius: 8px; padding: 10px 20px 10px 20px; height: 44px; width: fit-content; color: #fff; outline: unset !important; box-shadow: unset !important; display: flex; align-items: center; }
button:hover, .btn:hover { background-color: var(--color-def) !important; color: #fff !important; }

button.K, .btn.K { background-color: var(--color-K); }
button.S, .btn.S { background-color: var(--color-S); }

button.absolute-right { position: absolute; right: 0px; top: 10px; z-index: 1; }

button.cloned { width: 44px; height: 44px; border-radius: 50%; background-color: var(--color-lG); background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 12C24 12.2652 23.8946 12.5196 23.7071 12.7071C23.5196 12.8946 23.2652 13 23 13H13V23C13 23.2652 12.8946 23.5196 12.7071 23.7071C12.5196 23.8946 12.2652 24 12 24C11.7348 24 11.4804 23.8946 11.2929 23.7071C11.1054 23.5196 11 23.2652 11 23V13H1C0.734784 13 0.48043 12.8946 0.292893 12.7071C0.105357 12.5196 0 12.2652 0 12C0 11.7348 0.105357 11.4804 0.292893 11.2929C0.48043 11.1054 0.734784 11 1 11H11V1C11 0.734784 11.1054 0.48043 11.2929 0.292893C11.4804 0.105357 11.7348 0 12 0C12.2652 0 12.5196 0.105357 12.7071 0.292893C12.8946 0.48043 13 0.734784 13 1V11H23C23.2652 11 23.5196 11.1054 23.7071 11.2929C23.8946 11.4804 24 11.7348 24 12Z' fill='%23343330'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-position: center; background-size: 24px; position: absolute; bottom: 0px; right: -55px; }
button.cloned:hover { background-color: var(--color-lG); background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 12C24 12.2652 23.8946 12.5196 23.7071 12.7071C23.5196 12.8946 23.2652 13 23 13H13V23C13 23.2652 12.8946 23.5196 12.7071 23.7071C12.5196 23.8946 12.2652 24 12 24C11.7348 24 11.4804 23.8946 11.2929 23.7071C11.1054 23.5196 11 23.2652 11 23V13H1C0.734784 13 0.48043 12.8946 0.292893 12.7071C0.105357 12.5196 0 12.2652 0 12C0 11.7348 0.105357 11.4804 0.292893 11.2929C0.48043 11.1054 0.734784 11 1 11H11V1C11 0.734784 11.1054 0.48043 11.2929 0.292893C11.4804 0.105357 11.7348 0 12 0C12.2652 0 12.5196 0.105357 12.7071 0.292893C12.8946 0.48043 13 0.734784 13 1V11H23C23.2652 11 23.5196 11.1054 23.7071 11.2929C23.8946 11.4804 24 11.7348 24 12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A"); }

/* kepupload */

.kepupload-container { border-radius: 8px; border: .5px solid var(--color-def); }
.kepupload-container.inline { height: 44px }
.kepupload-container .image-container { padding: 15px 15px 15px 15px; display: flex; align-items: center; }
.kepupload-container .image-container img { width: 65%; min-width: 65%; border: 1px solid var(--color-bglight); border-radius: 8px; opacity: .2; aspect-ratio: 16 / 9; background-repeat: no-repeat; background-position: center; background-size: 100px; background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 0H2C1.46957 0 0.960859 0.210714 0.585786 0.585786C0.210714 0.960859 0 1.46957 0 2V22C0 22.5304 0.210714 23.0391 0.585786 23.4142C0.960859 23.7893 1.46957 24 2 24H22C22.5304 24 23.0391 23.7893 23.4142 23.4142C23.7893 23.0391 24 22.5304 24 22V2C24 1.46957 23.7893 0.960859 23.4142 0.585786C23.0391 0.210714 22.5304 0 22 0ZM2 2H22V11.6725L18.9137 8.585C18.5387 8.21021 18.0302 7.99968 17.5 7.99968C16.9698 7.99968 16.4613 8.21021 16.0863 8.585L2.67125 22H2V2ZM22 22H5.5L17.5 10L22 14.5V22ZM8 11C8.59334 11 9.17336 10.8241 9.66671 10.4944C10.1601 10.1648 10.5446 9.69623 10.7716 9.14805C10.9987 8.59987 11.0581 7.99667 10.9424 7.41473C10.8266 6.83279 10.5409 6.29824 10.1213 5.87868C9.70176 5.45912 9.16721 5.1734 8.58527 5.05764C8.00333 4.94189 7.40013 5.0013 6.85195 5.22836C6.30377 5.45542 5.83524 5.83994 5.50559 6.33329C5.17595 6.82664 5 7.40666 5 8C5 8.79565 5.31607 9.55871 5.87868 10.1213C6.44129 10.6839 7.20435 11 8 11ZM8 7C8.19778 7 8.39112 7.05865 8.55557 7.16853C8.72002 7.27841 8.84819 7.43459 8.92388 7.61732C8.99957 7.80004 9.01937 8.00111 8.98079 8.19509C8.9422 8.38907 8.84696 8.56725 8.70711 8.70711C8.56725 8.84696 8.38907 8.9422 8.19509 8.98079C8.00111 9.01937 7.80004 8.99957 7.61732 8.92388C7.43459 8.84819 7.27841 8.72002 7.16853 8.55557C7.05865 8.39112 7 8.19778 7 8C7 7.73478 7.10536 7.48043 7.29289 7.29289C7.48043 7.10536 7.73478 7 8 7Z' fill='%23343330'/%3E%3C/svg%3E%0A"); }
.kepupload-container .image-container img.uploaded { opacity: 1; object-fit: cover; object-position: center; }
.kepupload-container .image-container button, .rotated button { width: 40px; height: 35px; opacity: .3; background-color: unset; border: 0px; background-repeat: no-repeat; background-position: center; background-size: auto; }
.rotated button { width: 35px; height: 40px; }
.rotated { transform: rotate(90deg); }
.kepupload-container .image-container button.left, .rotated button.top { background-image: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0H23C23.2652 0 23.5196 0.105357 23.7071 0.292893C23.8946 0.48043 24 0.734784 24 1C24 1.26522 23.8946 1.51957 23.7071 1.70711C23.5196 1.89464 23.2652 2 23 2H1C0.734784 2 0.48043 1.89464 0.292893 1.70711C0.105357 1.51957 0 1.26522 0 1ZM1 7H17C17.2652 7 17.5196 6.89464 17.7071 6.70711C17.8946 6.51957 18 6.26522 18 6C18 5.73478 17.8946 5.48043 17.7071 5.29289C17.5196 5.10536 17.2652 5 17 5H1C0.734784 5 0.48043 5.10536 0.292893 5.29289C0.105357 5.48043 0 5.73478 0 6C0 6.26522 0.105357 6.51957 0.292893 6.70711C0.48043 6.89464 0.734784 7 1 7ZM23 10H1C0.734784 10 0.48043 10.1054 0.292893 10.2929C0.105357 10.4804 0 10.7348 0 11C0 11.2652 0.105357 11.5196 0.292893 11.7071C0.48043 11.8946 0.734784 12 1 12H23C23.2652 12 23.5196 11.8946 23.7071 11.7071C23.8946 11.5196 24 11.2652 24 11C24 10.7348 23.8946 10.4804 23.7071 10.2929C23.5196 10.1054 23.2652 10 23 10ZM17 15H1C0.734784 15 0.48043 15.1054 0.292893 15.2929C0.105357 15.4804 0 15.7348 0 16C0 16.2652 0.105357 16.5196 0.292893 16.7071C0.48043 16.8946 0.734784 17 1 17H17C17.2652 17 17.5196 16.8946 17.7071 16.7071C17.8946 16.5196 18 16.2652 18 16C18 15.7348 17.8946 15.4804 17.7071 15.2929C17.5196 15.1054 17.2652 15 17 15Z' fill='%23110000'/%3E%3C/svg%3E%0A"); }
.kepupload-container .image-container button.center, .rotated button.center { background-image: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0H23C23.2652 0 23.5196 0.105357 23.7071 0.292893C23.8946 0.48043 24 0.734784 24 1C24 1.26522 23.8946 1.51957 23.7071 1.70711C23.5196 1.89464 23.2652 2 23 2H1C0.734784 2 0.48043 1.89464 0.292893 1.70711C0.105357 1.51957 0 1.26522 0 1ZM4 5C3.73478 5 3.48043 5.10536 3.29289 5.29289C3.10536 5.48043 3 5.73478 3 6C3 6.26522 3.10536 6.51957 3.29289 6.70711C3.48043 6.89464 3.73478 7 4 7H20C20.2652 7 20.5196 6.89464 20.7071 6.70711C20.8946 6.51957 21 6.26522 21 6C21 5.73478 20.8946 5.48043 20.7071 5.29289C20.5196 5.10536 20.2652 5 20 5H4ZM23 10H1C0.734784 10 0.48043 10.1054 0.292893 10.2929C0.105357 10.4804 0 10.7348 0 11C0 11.2652 0.105357 11.5196 0.292893 11.7071C0.48043 11.8946 0.734784 12 1 12H23C23.2652 12 23.5196 11.8946 23.7071 11.7071C23.8946 11.5196 24 11.2652 24 11C24 10.7348 23.8946 10.4804 23.7071 10.2929C23.5196 10.1054 23.2652 10 23 10ZM20 15H4C3.73478 15 3.48043 15.1054 3.29289 15.2929C3.10536 15.4804 3 15.7348 3 16C3 16.2652 3.10536 16.5196 3.29289 16.7071C3.48043 16.8946 3.73478 17 4 17H20C20.2652 17 20.5196 16.8946 20.7071 16.7071C20.8946 16.5196 21 16.2652 21 16C21 15.7348 20.8946 15.4804 20.7071 15.2929C20.5196 15.1054 20.2652 15 20 15Z' fill='%23334147'/%3E%3C/svg%3E%0A"); }
.kepupload-container .image-container button.right, .rotated button.bottom { background-image: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0H23C23.2652 0 23.5196 0.105357 23.7071 0.292893C23.8946 0.48043 24 0.734784 24 1C24 1.26522 23.8946 1.51957 23.7071 1.70711C23.5196 1.89464 23.2652 2 23 2H1C0.734784 2 0.48043 1.89464 0.292893 1.70711C0.105357 1.51957 0 1.26522 0 1ZM23 5H7C6.73478 5 6.48043 5.10536 6.29289 5.29289C6.10536 5.48043 6 5.73478 6 6C6 6.26522 6.10536 6.51957 6.29289 6.70711C6.48043 6.89464 6.73478 7 7 7H23C23.2652 7 23.5196 6.89464 23.7071 6.70711C23.8946 6.51957 24 6.26522 24 6C24 5.73478 23.8946 5.48043 23.7071 5.29289C23.5196 5.10536 23.2652 5 23 5ZM23 10H1C0.734784 10 0.48043 10.1054 0.292893 10.2929C0.105357 10.4804 0 10.7348 0 11C0 11.2652 0.105357 11.5196 0.292893 11.7071C0.48043 11.8946 0.734784 12 1 12H23C23.2652 12 23.5196 11.8946 23.7071 11.7071C23.8946 11.5196 24 11.2652 24 11C24 10.7348 23.8946 10.4804 23.7071 10.2929C23.5196 10.1054 23.2652 10 23 10ZM23 15H7C6.73478 15 6.48043 15.1054 6.29289 15.2929C6.10536 15.4804 6 15.7348 6 16C6 16.2652 6.10536 16.5196 6.29289 16.7071C6.48043 16.8946 6.73478 17 7 17H23C23.2652 17 23.5196 16.8946 23.7071 16.7071C23.8946 16.5196 24 16.2652 24 16C24 15.7348 23.8946 15.4804 23.7071 15.2929C23.5196 15.1054 23.2652 15 23 15Z' fill='%23334147'/%3E%3C/svg%3E%0A"); }
.kepupload-container .image-container button[selected], .rotated button[selected] { opacity: 1; border: 1px solid var(--color-def); border-radius: 8px; }
.kepupload-container .image-container button:hover, .rotated button:hover { opacity: 1; background-color: transparent !important; }

figure.torles { margin: 0px; padding: 0px; width: 15px; height: 15px; background-position: center; background-size: contain; background-repeat: no-repeat; cursor: pointer; right: 0px; z-index: 10!important; background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4583 2.15385H9.75V1.61538C9.75 1.18696 9.5788 0.776079 9.27405 0.473135C8.9693 0.170192 8.55598 0 8.125 0H4.875C4.44402 0 4.0307 0.170192 3.72595 0.473135C3.4212 0.776079 3.25 1.18696 3.25 1.61538V2.15385H0.541667C0.398008 2.15385 0.260233 2.21058 0.158651 2.31156C0.0570684 2.41254 0 2.5495 0 2.69231C0 2.83512 0.0570684 2.97208 0.158651 3.07306C0.260233 3.17404 0.398008 3.23077 0.541667 3.23077H1.08333V12.9231C1.08333 13.2087 1.19747 13.4826 1.40063 13.6846C1.6038 13.8865 1.87935 14 2.16667 14H10.8333C11.1207 14 11.3962 13.8865 11.5994 13.6846C11.8025 13.4826 11.9167 13.2087 11.9167 12.9231V3.23077H12.4583C12.602 3.23077 12.7398 3.17404 12.8414 3.07306C12.9429 2.97208 13 2.83512 13 2.69231C13 2.5495 12.9429 2.41254 12.8414 2.31156C12.7398 2.21058 12.602 2.15385 12.4583 2.15385ZM4.33333 1.61538C4.33333 1.47258 4.3904 1.33562 4.49198 1.23463C4.59357 1.13365 4.73134 1.07692 4.875 1.07692H8.125C8.26866 1.07692 8.40644 1.13365 8.50802 1.23463C8.6096 1.33562 8.66667 1.47258 8.66667 1.61538V2.15385H4.33333V1.61538ZM10.8333 12.9231H2.16667V3.23077H10.8333V12.9231ZM5.41667 5.92308V10.2308C5.41667 10.3736 5.3596 10.5105 5.25802 10.6115C5.15643 10.7125 5.01866 10.7692 4.875 10.7692C4.73134 10.7692 4.59357 10.7125 4.49198 10.6115C4.3904 10.5105 4.33333 10.3736 4.33333 10.2308V5.92308C4.33333 5.78027 4.3904 5.64331 4.49198 5.54233C4.59357 5.44135 4.73134 5.38462 4.875 5.38462C5.01866 5.38462 5.15643 5.44135 5.25802 5.54233C5.3596 5.64331 5.41667 5.78027 5.41667 5.92308ZM8.66667 5.92308V10.2308C8.66667 10.3736 8.6096 10.5105 8.50802 10.6115C8.40644 10.7125 8.26866 10.7692 8.125 10.7692C7.98134 10.7692 7.84357 10.7125 7.74198 10.6115C7.6404 10.5105 7.58333 10.3736 7.58333 10.2308V5.92308C7.58333 5.78027 7.6404 5.64331 7.74198 5.54233C7.84357 5.44135 7.98134 5.38462 8.125 5.38462C8.26866 5.38462 8.40644 5.44135 8.50802 5.54233C8.6096 5.64331 8.66667 5.78027 8.66667 5.92308Z' fill='%23E83C46'/%3E%3C/svg%3E%0A"); }
figure.valasz-torles { position: static!important; }
figure.add { margin: 0px; padding: 0px; width: 24px; height: 24px; background-position: center; background-size: contain; background-repeat: no-repeat; cursor: pointer; right: 0px; z-index: 10!important; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;"><path d="M19 11h-6V5h-2v6H5v2h6v6h2v-6h6z"></path></svg>'); }

.kepupload-container .input-group .form-control { border-top: 0px !important; }

/* HEADER */

header { height: 80px; position: fixed; top: 0px; left: 0px; width: 100%; z-index: 9999; background-color: var(--color-lG); }
header img.logo { width: 165px; }
header .icons a { width: 30px; height: 30px; background-color: #fff; display: flex; justify-content: center; align-items: center; border-radius: 30px; }
header .icons a:hover { background-color: var(--color-K); }
header .icons a.lang { font-size: 9px; text-transform: uppercase; font-weight: 600; }
header .icons a:hover.lang { color: #fff; }

header .icons a.kilepes { background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.4375 12.3438C5.4375 12.4846 5.38153 12.6198 5.2819 12.7194C5.18227 12.819 5.04715 12.875 4.90625 12.875H1.1875C0.905707 12.875 0.635456 12.7631 0.436199 12.5638C0.236942 12.3645 0.125 12.0943 0.125 11.8125V1.1875C0.125 0.905707 0.236942 0.635456 0.436199 0.436199C0.635456 0.236942 0.905707 0.125 1.1875 0.125H4.90625C5.04715 0.125 5.18227 0.180971 5.2819 0.2806C5.38153 0.380228 5.4375 0.515354 5.4375 0.65625C5.4375 0.797146 5.38153 0.932272 5.2819 1.0319C5.18227 1.13153 5.04715 1.1875 4.90625 1.1875H1.1875V11.8125H4.90625C5.04715 11.8125 5.18227 11.8685 5.2819 11.9681C5.38153 12.0677 5.4375 12.2029 5.4375 12.3438ZM12.7196 6.12414L10.0634 3.46789C9.96368 3.36821 9.82847 3.3122 9.6875 3.3122C9.54653 3.3122 9.41132 3.36821 9.31164 3.46789C9.21196 3.56757 9.15595 3.70278 9.15595 3.84375C9.15595 3.98472 9.21196 4.11993 9.31164 4.21961L11.0614 5.96875H4.90625C4.76535 5.96875 4.63023 6.02472 4.5306 6.12435C4.43097 6.22398 4.375 6.3591 4.375 6.5C4.375 6.6409 4.43097 6.77602 4.5306 6.87565C4.63023 6.97528 4.76535 7.03125 4.90625 7.03125H11.0614L9.31164 8.78039C9.21196 8.88007 9.15595 9.01528 9.15595 9.15625C9.15595 9.29722 9.21196 9.43243 9.31164 9.53211C9.41132 9.63179 9.54653 9.6878 9.6875 9.6878C9.82847 9.6878 9.96368 9.63179 10.0634 9.53211L12.7196 6.87586C12.769 6.82652 12.8082 6.76793 12.8349 6.70344C12.8617 6.63894 12.8754 6.56981 12.8754 6.5C12.8754 6.43019 12.8617 6.36106 12.8349 6.29656C12.8082 6.23207 12.769 6.17348 12.7196 6.12414Z' fill='%23334147'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; }
header .icons a:hover.kilepes { background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.4375 12.3438C5.4375 12.4846 5.38153 12.6198 5.2819 12.7194C5.18227 12.819 5.04715 12.875 4.90625 12.875H1.1875C0.905707 12.875 0.635456 12.7631 0.436199 12.5638C0.236942 12.3645 0.125 12.0943 0.125 11.8125V1.1875C0.125 0.905707 0.236942 0.635456 0.436199 0.436199C0.635456 0.236942 0.905707 0.125 1.1875 0.125H4.90625C5.04715 0.125 5.18227 0.180971 5.2819 0.2806C5.38153 0.380228 5.4375 0.515354 5.4375 0.65625C5.4375 0.797146 5.38153 0.932272 5.2819 1.0319C5.18227 1.13153 5.04715 1.1875 4.90625 1.1875H1.1875V11.8125H4.90625C5.04715 11.8125 5.18227 11.8685 5.2819 11.9681C5.38153 12.0677 5.4375 12.2029 5.4375 12.3438ZM12.7196 6.12414L10.0634 3.46789C9.96368 3.36821 9.82847 3.3122 9.6875 3.3122C9.54653 3.3122 9.41132 3.36821 9.31164 3.46789C9.21196 3.56757 9.15595 3.70278 9.15595 3.84375C9.15595 3.98472 9.21196 4.11993 9.31164 4.21961L11.0614 5.96875H4.90625C4.76535 5.96875 4.63023 6.02472 4.5306 6.12435C4.43097 6.22398 4.375 6.3591 4.375 6.5C4.375 6.6409 4.43097 6.77602 4.5306 6.87565C4.63023 6.97528 4.76535 7.03125 4.90625 7.03125H11.0614L9.31164 8.78039C9.21196 8.88007 9.15595 9.01528 9.15595 9.15625C9.15595 9.29722 9.21196 9.43243 9.31164 9.53211C9.41132 9.63179 9.54653 9.6878 9.6875 9.6878C9.82847 9.6878 9.96368 9.63179 10.0634 9.53211L12.7196 6.87586C12.769 6.82652 12.8082 6.76793 12.8349 6.70344C12.8617 6.63894 12.8754 6.56981 12.8754 6.5C12.8754 6.43019 12.8617 6.36106 12.8349 6.29656C12.8082 6.23207 12.769 6.17348 12.7196 6.12414Z' fill='%23fff'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; }
header .icons a.beallitas { background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.49997 4.93772C7.79538 4.93772 7.1066 5.14665 6.52075 5.53811C5.9349 5.92956 5.47829 6.48595 5.20865 7.13691C4.93902 7.78787 4.86847 8.50417 5.00593 9.19523C5.14339 9.88628 5.48268 10.5211 5.98091 11.0193C6.47913 11.5175 7.11391 11.8568 7.80496 11.9943C8.49602 12.1317 9.21232 12.0612 9.86328 11.7915C10.5142 11.5219 11.0706 11.0653 11.4621 10.4794C11.8535 9.89359 12.0625 9.20481 12.0625 8.50022C12.0615 7.55568 11.6858 6.65012 11.018 5.98223C10.3501 5.31435 9.44451 4.9387 8.49997 4.93772ZM8.49997 10.8752C8.03024 10.8752 7.57106 10.7359 7.18049 10.475C6.78993 10.214 6.48552 9.84306 6.30576 9.40909C6.126 8.97512 6.07897 8.49758 6.17061 8.03688C6.26225 7.57617 6.48844 7.15299 6.82059 6.82084C7.15274 6.48869 7.57593 6.26249 8.03663 6.17085C8.49734 6.07921 8.97487 6.12624 9.40885 6.306C9.84282 6.48576 10.2137 6.79017 10.4747 7.18074C10.7357 7.5713 10.875 8.03049 10.875 8.50022C10.875 9.13011 10.6247 9.7342 10.1794 10.1796C9.73395 10.625 9.12986 10.8752 8.49997 10.8752ZM15.0312 8.66053C15.0342 8.55365 15.0342 8.44678 15.0312 8.3399L16.1386 6.95647C16.1966 6.88383 16.2368 6.79857 16.2559 6.70756C16.275 6.61654 16.2724 6.52232 16.2484 6.43248C16.0669 5.75012 15.7953 5.09495 15.4409 4.48424C15.3945 4.40432 15.3301 4.33634 15.2528 4.2857C15.1755 4.23506 15.0874 4.20317 14.9956 4.19256L13.2351 3.99662C13.1619 3.91944 13.0877 3.84522 13.0125 3.77397L12.8047 2.00905C12.794 1.91717 12.762 1.82907 12.7112 1.75175C12.6604 1.67444 12.5923 1.61005 12.5122 1.56373C11.9013 1.20997 11.2462 0.938688 10.564 0.756975C10.4741 0.733074 10.3798 0.73063 10.2888 0.749838C10.1978 0.769047 10.1126 0.809371 10.04 0.867561L8.66029 1.96897C8.55341 1.96897 8.44654 1.96897 8.33966 1.96897L6.95622 0.86385C6.88359 0.805787 6.79833 0.765597 6.70731 0.746518C6.6163 0.727439 6.52208 0.730004 6.43224 0.754006C5.74998 0.935862 5.09486 1.2074 4.484 1.56151C4.40408 1.60791 4.33609 1.67233 4.28545 1.74964C4.23482 1.82695 4.20292 1.91501 4.19232 2.00682L3.99638 3.77026C3.91919 3.84398 3.84497 3.9182 3.77372 3.99291L2.0088 4.19553C1.91693 4.20622 1.82882 4.23822 1.75151 4.28899C1.67419 4.33976 1.60981 4.40789 1.56349 4.48795C1.20972 5.09889 0.938444 5.75401 0.756731 6.43619C0.73283 6.52609 0.730385 6.62035 0.749594 6.71136C0.768803 6.80238 0.809127 6.88761 0.867317 6.96018L1.96872 8.3399C1.96872 8.44678 1.96872 8.55365 1.96872 8.66053L0.863606 10.044C0.805543 10.1166 0.765353 10.2019 0.746274 10.2929C0.727195 10.3839 0.72976 10.4781 0.753762 10.568C0.935293 11.2503 1.20684 11.9055 1.56126 12.5162C1.60767 12.5961 1.67209 12.6641 1.7494 12.7147C1.82671 12.7654 1.91477 12.7973 2.00657 12.8079L3.76704 13.0038C3.84077 13.081 3.91499 13.1552 3.9897 13.2265L4.19529 14.9914C4.20597 15.0833 4.23798 15.1714 4.28875 15.2487C4.33952 15.326 4.40765 15.3904 4.48771 15.4367C5.09865 15.7905 5.75376 16.0617 6.43595 16.2435C6.52585 16.2674 6.6201 16.2698 6.71112 16.2506C6.80213 16.2314 6.88736 16.1911 6.95993 16.1329L8.33966 15.0315C8.44654 15.0344 8.55341 15.0344 8.66029 15.0315L10.0437 16.1388C10.1164 16.1969 10.2016 16.2371 10.2926 16.2561C10.3836 16.2752 10.4779 16.2727 10.5677 16.2487C11.2501 16.0671 11.9052 15.7956 12.5159 15.4412C12.5959 15.3947 12.6639 15.3303 12.7145 15.253C12.7651 15.1757 12.797 15.0876 12.8076 14.9958L13.0036 13.2354C13.0808 13.1621 13.155 13.0879 13.2262 13.0127L14.9911 12.8049C15.083 12.7942 15.1711 12.7622 15.2484 12.7114C15.3258 12.6607 15.3901 12.5925 15.4365 12.5125C15.7902 11.9015 16.0615 11.2464 16.2432 10.5642C16.2671 10.4743 16.2696 10.3801 16.2504 10.2891C16.2311 10.1981 16.1908 10.1128 16.1326 10.0403L15.0312 8.66053ZM13.8363 8.17811C13.8489 8.39266 13.8489 8.60777 13.8363 8.82233C13.8275 8.96922 13.8735 9.11416 13.9654 9.22905L15.0186 10.5449C14.8978 10.929 14.743 11.3016 14.5562 11.6582L12.8789 11.8482C12.7328 11.8644 12.5979 11.9343 12.5004 12.0442C12.3575 12.2048 12.2053 12.357 12.0447 12.4999C11.9348 12.5974 11.8649 12.7323 11.8487 12.8784L11.6624 14.5542C11.3058 14.7411 10.9332 14.8959 10.5492 15.0166L9.23251 13.9635C9.12715 13.8793 8.99628 13.8335 8.86142 13.8336H8.82579C8.61124 13.8462 8.39613 13.8462 8.18157 13.8336C8.03468 13.8247 7.88974 13.8708 7.77486 13.9627L6.45525 15.0166C6.07119 14.8958 5.69863 14.741 5.34196 14.5542L5.15197 12.8791C5.13575 12.733 5.06594 12.5982 4.95603 12.5006C4.79535 12.3577 4.64319 12.2056 4.50032 12.0449C4.40275 11.935 4.26788 11.8652 4.12181 11.849L2.44595 11.6619C2.25906 11.3053 2.10432 10.9327 1.98357 10.5487L3.03673 9.23201C3.12869 9.11713 3.17471 8.97219 3.16587 8.8253C3.15325 8.61074 3.15325 8.39563 3.16587 8.18108C3.17471 8.03418 3.12869 7.88924 3.03673 7.77436L1.98357 6.45549C2.10441 6.07143 2.25915 5.69887 2.44595 5.34221L4.12107 5.15221C4.26714 5.13599 4.40201 5.06618 4.49958 4.95627C4.64245 4.79559 4.79461 4.64343 4.95529 4.50057C5.06563 4.40293 5.13573 4.26775 5.15197 4.12131L5.33825 2.44619C5.69488 2.2593 6.06744 2.10457 6.45154 1.98381L7.76818 3.03697C7.88306 3.12894 8.028 3.17496 8.1749 3.16612C8.38945 3.1535 8.60456 3.1535 8.81911 3.16612C8.96601 3.17496 9.11095 3.12894 9.22583 3.03697L10.5447 1.98381C10.9288 2.10466 11.3013 2.25939 11.658 2.44619L11.848 4.12131C11.8642 4.26738 11.934 4.40225 12.0439 4.49983C12.2046 4.64269 12.3568 4.79485 12.4996 4.95553C12.5972 5.06544 12.7321 5.13525 12.8781 5.15147L14.554 5.33776C14.7409 5.69438 14.8956 6.06695 15.0164 6.45104L13.9632 7.76768C13.8704 7.88353 13.8243 8.02996 13.8341 8.17811H13.8363Z' fill='%23334147'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; }
header .icons a:hover.beallitas { background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.49997 4.93772C7.79538 4.93772 7.1066 5.14665 6.52075 5.53811C5.9349 5.92956 5.47829 6.48595 5.20865 7.13691C4.93902 7.78787 4.86847 8.50417 5.00593 9.19523C5.14339 9.88628 5.48268 10.5211 5.98091 11.0193C6.47913 11.5175 7.11391 11.8568 7.80496 11.9943C8.49602 12.1317 9.21232 12.0612 9.86328 11.7915C10.5142 11.5219 11.0706 11.0653 11.4621 10.4794C11.8535 9.89359 12.0625 9.20481 12.0625 8.50022C12.0615 7.55568 11.6858 6.65012 11.018 5.98223C10.3501 5.31435 9.44451 4.9387 8.49997 4.93772ZM8.49997 10.8752C8.03024 10.8752 7.57106 10.7359 7.18049 10.475C6.78993 10.214 6.48552 9.84306 6.30576 9.40909C6.126 8.97512 6.07897 8.49758 6.17061 8.03688C6.26225 7.57617 6.48844 7.15299 6.82059 6.82084C7.15274 6.48869 7.57593 6.26249 8.03663 6.17085C8.49734 6.07921 8.97487 6.12624 9.40885 6.306C9.84282 6.48576 10.2137 6.79017 10.4747 7.18074C10.7357 7.5713 10.875 8.03049 10.875 8.50022C10.875 9.13011 10.6247 9.7342 10.1794 10.1796C9.73395 10.625 9.12986 10.8752 8.49997 10.8752ZM15.0312 8.66053C15.0342 8.55365 15.0342 8.44678 15.0312 8.3399L16.1386 6.95647C16.1966 6.88383 16.2368 6.79857 16.2559 6.70756C16.275 6.61654 16.2724 6.52232 16.2484 6.43248C16.0669 5.75012 15.7953 5.09495 15.4409 4.48424C15.3945 4.40432 15.3301 4.33634 15.2528 4.2857C15.1755 4.23506 15.0874 4.20317 14.9956 4.19256L13.2351 3.99662C13.1619 3.91944 13.0877 3.84522 13.0125 3.77397L12.8047 2.00905C12.794 1.91717 12.762 1.82907 12.7112 1.75175C12.6604 1.67444 12.5923 1.61005 12.5122 1.56373C11.9013 1.20997 11.2462 0.938688 10.564 0.756975C10.4741 0.733074 10.3798 0.73063 10.2888 0.749838C10.1978 0.769047 10.1126 0.809371 10.04 0.867561L8.66029 1.96897C8.55341 1.96897 8.44654 1.96897 8.33966 1.96897L6.95622 0.86385C6.88359 0.805787 6.79833 0.765597 6.70731 0.746518C6.6163 0.727439 6.52208 0.730004 6.43224 0.754006C5.74998 0.935862 5.09486 1.2074 4.484 1.56151C4.40408 1.60791 4.33609 1.67233 4.28545 1.74964C4.23482 1.82695 4.20292 1.91501 4.19232 2.00682L3.99638 3.77026C3.91919 3.84398 3.84497 3.9182 3.77372 3.99291L2.0088 4.19553C1.91693 4.20622 1.82882 4.23822 1.75151 4.28899C1.67419 4.33976 1.60981 4.40789 1.56349 4.48795C1.20972 5.09889 0.938444 5.75401 0.756731 6.43619C0.73283 6.52609 0.730385 6.62035 0.749594 6.71136C0.768803 6.80238 0.809127 6.88761 0.867317 6.96018L1.96872 8.3399C1.96872 8.44678 1.96872 8.55365 1.96872 8.66053L0.863606 10.044C0.805543 10.1166 0.765353 10.2019 0.746274 10.2929C0.727195 10.3839 0.72976 10.4781 0.753762 10.568C0.935293 11.2503 1.20684 11.9055 1.56126 12.5162C1.60767 12.5961 1.67209 12.6641 1.7494 12.7147C1.82671 12.7654 1.91477 12.7973 2.00657 12.8079L3.76704 13.0038C3.84077 13.081 3.91499 13.1552 3.9897 13.2265L4.19529 14.9914C4.20597 15.0833 4.23798 15.1714 4.28875 15.2487C4.33952 15.326 4.40765 15.3904 4.48771 15.4367C5.09865 15.7905 5.75376 16.0617 6.43595 16.2435C6.52585 16.2674 6.6201 16.2698 6.71112 16.2506C6.80213 16.2314 6.88736 16.1911 6.95993 16.1329L8.33966 15.0315C8.44654 15.0344 8.55341 15.0344 8.66029 15.0315L10.0437 16.1388C10.1164 16.1969 10.2016 16.2371 10.2926 16.2561C10.3836 16.2752 10.4779 16.2727 10.5677 16.2487C11.2501 16.0671 11.9052 15.7956 12.5159 15.4412C12.5959 15.3947 12.6639 15.3303 12.7145 15.253C12.7651 15.1757 12.797 15.0876 12.8076 14.9958L13.0036 13.2354C13.0808 13.1621 13.155 13.0879 13.2262 13.0127L14.9911 12.8049C15.083 12.7942 15.1711 12.7622 15.2484 12.7114C15.3258 12.6607 15.3901 12.5925 15.4365 12.5125C15.7902 11.9015 16.0615 11.2464 16.2432 10.5642C16.2671 10.4743 16.2696 10.3801 16.2504 10.2891C16.2311 10.1981 16.1908 10.1128 16.1326 10.0403L15.0312 8.66053ZM13.8363 8.17811C13.8489 8.39266 13.8489 8.60777 13.8363 8.82233C13.8275 8.96922 13.8735 9.11416 13.9654 9.22905L15.0186 10.5449C14.8978 10.929 14.743 11.3016 14.5562 11.6582L12.8789 11.8482C12.7328 11.8644 12.5979 11.9343 12.5004 12.0442C12.3575 12.2048 12.2053 12.357 12.0447 12.4999C11.9348 12.5974 11.8649 12.7323 11.8487 12.8784L11.6624 14.5542C11.3058 14.7411 10.9332 14.8959 10.5492 15.0166L9.23251 13.9635C9.12715 13.8793 8.99628 13.8335 8.86142 13.8336H8.82579C8.61124 13.8462 8.39613 13.8462 8.18157 13.8336C8.03468 13.8247 7.88974 13.8708 7.77486 13.9627L6.45525 15.0166C6.07119 14.8958 5.69863 14.741 5.34196 14.5542L5.15197 12.8791C5.13575 12.733 5.06594 12.5982 4.95603 12.5006C4.79535 12.3577 4.64319 12.2056 4.50032 12.0449C4.40275 11.935 4.26788 11.8652 4.12181 11.849L2.44595 11.6619C2.25906 11.3053 2.10432 10.9327 1.98357 10.5487L3.03673 9.23201C3.12869 9.11713 3.17471 8.97219 3.16587 8.8253C3.15325 8.61074 3.15325 8.39563 3.16587 8.18108C3.17471 8.03418 3.12869 7.88924 3.03673 7.77436L1.98357 6.45549C2.10441 6.07143 2.25915 5.69887 2.44595 5.34221L4.12107 5.15221C4.26714 5.13599 4.40201 5.06618 4.49958 4.95627C4.64245 4.79559 4.79461 4.64343 4.95529 4.50057C5.06563 4.40293 5.13573 4.26775 5.15197 4.12131L5.33825 2.44619C5.69488 2.2593 6.06744 2.10457 6.45154 1.98381L7.76818 3.03697C7.88306 3.12894 8.028 3.17496 8.1749 3.16612C8.38945 3.1535 8.60456 3.1535 8.81911 3.16612C8.96601 3.17496 9.11095 3.12894 9.22583 3.03697L10.5447 1.98381C10.9288 2.10466 11.3013 2.25939 11.658 2.44619L11.848 4.12131C11.8642 4.26738 11.934 4.40225 12.0439 4.49983C12.2046 4.64269 12.3568 4.79485 12.4996 4.95553C12.5972 5.06544 12.7321 5.13525 12.8781 5.15147L14.554 5.33776C14.7409 5.69438 14.8956 6.06695 15.0164 6.45104L13.9632 7.76768C13.8704 7.88353 13.8243 8.02996 13.8341 8.17811H13.8363Z' fill='%23fff'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; }
header .icons a.uzenet { position: relative; background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.19231 5.41657C6.19231 5.25588 6.23968 5.09879 6.32843 4.96518C6.41718 4.83157 6.54332 4.72743 6.69091 4.66593C6.8385 4.60444 7.0009 4.58835 7.15757 4.6197C7.31425 4.65105 7.45817 4.72843 7.57112 4.84206C7.68408 4.95568 7.76101 5.10046 7.79217 5.25806C7.82334 5.41567 7.80734 5.57903 7.74621 5.7275C7.68508 5.87596 7.58155 6.00285 7.44873 6.09213C7.31591 6.1814 7.15975 6.22906 7 6.22906C6.78579 6.22906 6.58035 6.14346 6.42888 5.99108C6.2774 5.83871 6.19231 5.63206 6.19231 5.41657ZM9.96154 6.22906C10.1213 6.22906 10.2774 6.1814 10.4103 6.09213C10.5431 6.00285 10.6466 5.87596 10.7077 5.7275C10.7689 5.57903 10.7849 5.41567 10.7537 5.25806C10.7225 5.10046 10.6456 4.95568 10.5327 4.84206C10.4197 4.72843 10.2758 4.65105 10.1191 4.6197C9.96243 4.58835 9.80004 4.60444 9.65245 4.66593C9.50486 4.72743 9.37872 4.83157 9.28997 4.96518C9.20122 5.09879 9.15385 5.25588 9.15385 5.41657C9.15385 5.63206 9.23894 5.83871 9.39041 5.99108C9.54189 6.14346 9.74733 6.22906 9.96154 6.22906ZM14 1.08331V9.74983C14 10.0371 13.8865 10.3127 13.6846 10.5158C13.4826 10.719 13.2087 10.8331 12.9231 10.8331H8.92029L7.92144 12.4777C7.8253 12.6375 7.68973 12.7695 7.52791 12.861C7.36608 12.9525 7.18349 13.0004 6.99785 13C6.81221 12.9996 6.62983 12.9509 6.4684 12.8587C6.30698 12.7665 6.17199 12.6339 6.07654 12.4737L5.07971 10.8331H1.07692C0.791305 10.8331 0.517386 10.719 0.315423 10.5158C0.113461 10.3127 0 10.0371 0 9.74983V1.08331C0 0.796001 0.113461 0.520456 0.315423 0.317295C0.517386 0.114135 0.791305 0 1.07692 0H12.9231C13.2087 0 13.4826 0.114135 13.6846 0.317295C13.8865 0.520456 14 0.796001 14 1.08331ZM12.9231 1.08331H1.07692V9.74983H5.07971C5.26511 9.75032 5.44727 9.7987 5.60873 9.89035C5.7702 9.98199 5.90556 10.1138 6.00183 10.2732L7 11.9165L7.9975 10.2698C8.09419 10.1109 8.22982 9.97967 8.3914 9.88862C8.55298 9.79757 8.73509 9.74978 8.92029 9.74983H12.9231V1.08331ZM4.03846 6.22906C4.19821 6.22906 4.35437 6.1814 4.48719 6.09213C4.62002 6.00285 4.72354 5.87596 4.78467 5.7275C4.8458 5.57903 4.8618 5.41567 4.83063 5.25806C4.79947 5.10046 4.72254 4.95568 4.60959 4.84206C4.49663 4.72843 4.35271 4.65105 4.19603 4.6197C4.03936 4.58835 3.87696 4.60444 3.72937 4.66593C3.58178 4.72743 3.45564 4.83157 3.36689 4.96518C3.27814 5.09879 3.23077 5.25588 3.23077 5.41657C3.23077 5.63206 3.31587 5.83871 3.46734 5.99108C3.61881 6.14346 3.82425 6.22906 4.03846 6.22906Z' fill='%23334147'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; }
header .icons a:hover.uzenet { background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.19231 5.41657C6.19231 5.25588 6.23968 5.09879 6.32843 4.96518C6.41718 4.83157 6.54332 4.72743 6.69091 4.66593C6.8385 4.60444 7.0009 4.58835 7.15757 4.6197C7.31425 4.65105 7.45817 4.72843 7.57112 4.84206C7.68408 4.95568 7.76101 5.10046 7.79217 5.25806C7.82334 5.41567 7.80734 5.57903 7.74621 5.7275C7.68508 5.87596 7.58155 6.00285 7.44873 6.09213C7.31591 6.1814 7.15975 6.22906 7 6.22906C6.78579 6.22906 6.58035 6.14346 6.42888 5.99108C6.2774 5.83871 6.19231 5.63206 6.19231 5.41657ZM9.96154 6.22906C10.1213 6.22906 10.2774 6.1814 10.4103 6.09213C10.5431 6.00285 10.6466 5.87596 10.7077 5.7275C10.7689 5.57903 10.7849 5.41567 10.7537 5.25806C10.7225 5.10046 10.6456 4.95568 10.5327 4.84206C10.4197 4.72843 10.2758 4.65105 10.1191 4.6197C9.96243 4.58835 9.80004 4.60444 9.65245 4.66593C9.50486 4.72743 9.37872 4.83157 9.28997 4.96518C9.20122 5.09879 9.15385 5.25588 9.15385 5.41657C9.15385 5.63206 9.23894 5.83871 9.39041 5.99108C9.54189 6.14346 9.74733 6.22906 9.96154 6.22906ZM14 1.08331V9.74983C14 10.0371 13.8865 10.3127 13.6846 10.5158C13.4826 10.719 13.2087 10.8331 12.9231 10.8331H8.92029L7.92144 12.4777C7.8253 12.6375 7.68973 12.7695 7.52791 12.861C7.36608 12.9525 7.18349 13.0004 6.99785 13C6.81221 12.9996 6.62983 12.9509 6.4684 12.8587C6.30698 12.7665 6.17199 12.6339 6.07654 12.4737L5.07971 10.8331H1.07692C0.791305 10.8331 0.517386 10.719 0.315423 10.5158C0.113461 10.3127 0 10.0371 0 9.74983V1.08331C0 0.796001 0.113461 0.520456 0.315423 0.317295C0.517386 0.114135 0.791305 0 1.07692 0H12.9231C13.2087 0 13.4826 0.114135 13.6846 0.317295C13.8865 0.520456 14 0.796001 14 1.08331ZM12.9231 1.08331H1.07692V9.74983H5.07971C5.26511 9.75032 5.44727 9.7987 5.60873 9.89035C5.7702 9.98199 5.90556 10.1138 6.00183 10.2732L7 11.9165L7.9975 10.2698C8.09419 10.1109 8.22982 9.97967 8.3914 9.88862C8.55298 9.79757 8.73509 9.74978 8.92029 9.74983H12.9231V1.08331ZM4.03846 6.22906C4.19821 6.22906 4.35437 6.1814 4.48719 6.09213C4.62002 6.00285 4.72354 5.87596 4.78467 5.7275C4.8458 5.57903 4.8618 5.41567 4.83063 5.25806C4.79947 5.10046 4.72254 4.95568 4.60959 4.84206C4.49663 4.72843 4.35271 4.65105 4.19603 4.6197C4.03936 4.58835 3.87696 4.60444 3.72937 4.66593C3.58178 4.72743 3.45564 4.83157 3.36689 4.96518C3.27814 5.09879 3.23077 5.25588 3.23077 5.41657C3.23077 5.63206 3.31587 5.83871 3.46734 5.99108C3.61881 6.14346 3.82425 6.22906 4.03846 6.22906Z' fill='%23fff'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; }
header .icons a.uzenet::after { content: attr(data-count); width: 18px; height: 18px; display: flex; justify-content: center; align-items: center; position: absolute; top: -7px; right: -7px; background-color: var(--color-ALERT); color: #fff; font-size: 9px; font-weight: 700; border-radius: 18px; }

header [menu] { display: none; width: 36px; height: 36px; padding: unset; border-radius: unset; background: unset; background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 9C24 9.26522 23.8946 9.51957 23.7071 9.70711C23.5196 9.89464 23.2652 10 23 10H1C0.734784 10 0.48043 9.89464 0.292893 9.70711C0.105357 9.51957 0 9.26522 0 9C0 8.73478 0.105357 8.48043 0.292893 8.29289C0.48043 8.10536 0.734784 8 1 8H23C23.2652 8 23.5196 8.10536 23.7071 8.29289C23.8946 8.48043 24 8.73478 24 9ZM1 2H23C23.2652 2 23.5196 1.89464 23.7071 1.70711C23.8946 1.51957 24 1.26522 24 1C24 0.734784 23.8946 0.48043 23.7071 0.292893C23.5196 0.105357 23.2652 0 23 0H1C0.734784 0 0.48043 0.105357 0.292893 0.292893C0.105357 0.48043 0 0.734784 0 1C0 1.26522 0.105357 1.51957 0.292893 1.70711C0.48043 1.89464 0.734784 2 1 2ZM23 16H1C0.734784 16 0.48043 16.1054 0.292893 16.2929C0.105357 16.4804 0 16.7348 0 17C0 17.2652 0.105357 17.5196 0.292893 17.7071C0.48043 17.8946 0.734784 18 1 18H23C23.2652 18 23.5196 17.8946 23.7071 17.7071C23.8946 17.5196 24 17.2652 24 17C24 16.7348 23.8946 16.4804 23.7071 16.2929C23.5196 16.1054 23.2652 16 23 16Z' fill='%23334147'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 100%; background-color: unset !important; }
header.show [menu] { background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7074 18.2926C19.8004 18.3855 19.8741 18.4958 19.9243 18.6172C19.9746 18.7386 20.0005 18.8687 20.0005 19.0001C20.0005 19.1315 19.9746 19.2616 19.9243 19.383C19.8741 19.5044 19.8004 19.6147 19.7074 19.7076C19.6145 19.8005 19.5042 19.8742 19.3828 19.9245C19.2614 19.9747 19.1313 20.0006 18.9999 20.0006C18.8686 20.0006 18.7384 19.9747 18.6171 19.9245C18.4957 19.8742 18.3854 19.8005 18.2924 19.7076L9.99995 11.4138L1.70745 19.7076C1.5198 19.8952 1.26531 20.0006 0.999946 20.0006C0.734582 20.0006 0.480086 19.8952 0.292446 19.7076C0.104805 19.5199 -0.000610346 19.2654 -0.000610352 19.0001C-0.000610357 18.7347 0.104805 18.4802 0.292446 18.2926L8.5862 10.0001L0.292446 1.70757C0.104805 1.51993 -0.000610352 1.26543 -0.000610352 1.00007C-0.000610352 0.734704 0.104805 0.480208 0.292446 0.292568C0.480086 0.104927 0.734582 -0.000488281 0.999946 -0.000488281C1.26531 -0.000488281 1.5198 0.104927 1.70745 0.292568L9.99995 8.58632L18.2924 0.292568C18.4801 0.104927 18.7346 -0.000488286 18.9999 -0.000488281C19.2653 -0.000488276 19.5198 0.104927 19.7074 0.292568C19.8951 0.480208 20.0005 0.734704 20.0005 1.00007C20.0005 1.26543 19.8951 1.51993 19.7074 1.70757L11.4137 10.0001L19.7074 18.2926Z' fill='%23334147'/%3E%3C/svg%3E"); background-size: 80%; }


/* NAV */

nav { width: 270px; min-width: 270px; display: inline-block; height: 100vh; }
nav .nav-container { width: 270px; display: flex; flex-direction: column; justify-content: space-between; background-color: var(--color-S); }

nav .ugyfel::after { content:attr(name); color: var(--color-grey-medium); }

nav section { padding: 20px; position: relative; }

nav section:nth-child(1) { background-color: var(--color-K); padding-bottom: 40px; }
nav section .ugyfel::after { content: attr(name); font-size: 18px; font-weight: 700; color: #fff; }
nav section .egyenleg { font-size: 12px; font-weight: 700; color: #fff; }

nav section .icon { width: 30px; height: 30px; min-width: 30px; min-height: 30px; background-color: #fff; display: flex; justify-content: center; align-items: center; border-radius: 30px; background-position: center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.49997 4.93772C7.79538 4.93772 7.1066 5.14665 6.52075 5.53811C5.9349 5.92956 5.47829 6.48595 5.20865 7.13691C4.93902 7.78787 4.86847 8.50417 5.00593 9.19523C5.14339 9.88628 5.48268 10.5211 5.98091 11.0193C6.47913 11.5175 7.11391 11.8568 7.80496 11.9943C8.49602 12.1317 9.21232 12.0612 9.86328 11.7915C10.5142 11.5219 11.0706 11.0653 11.4621 10.4794C11.8535 9.89359 12.0625 9.20481 12.0625 8.50022C12.0615 7.55568 11.6858 6.65012 11.018 5.98223C10.3501 5.31435 9.44451 4.9387 8.49997 4.93772ZM8.49997 10.8752C8.03024 10.8752 7.57106 10.7359 7.18049 10.475C6.78993 10.214 6.48552 9.84306 6.30576 9.40909C6.126 8.97512 6.07897 8.49758 6.17061 8.03688C6.26225 7.57617 6.48844 7.15299 6.82059 6.82084C7.15274 6.48869 7.57593 6.26249 8.03663 6.17085C8.49734 6.07921 8.97487 6.12624 9.40885 6.306C9.84282 6.48576 10.2137 6.79017 10.4747 7.18074C10.7357 7.5713 10.875 8.03049 10.875 8.50022C10.875 9.13011 10.6247 9.7342 10.1794 10.1796C9.73395 10.625 9.12986 10.8752 8.49997 10.8752ZM15.0312 8.66053C15.0342 8.55365 15.0342 8.44678 15.0312 8.3399L16.1386 6.95647C16.1966 6.88383 16.2368 6.79857 16.2559 6.70756C16.275 6.61654 16.2724 6.52232 16.2484 6.43248C16.0669 5.75012 15.7953 5.09495 15.4409 4.48424C15.3945 4.40432 15.3301 4.33634 15.2528 4.2857C15.1755 4.23506 15.0874 4.20317 14.9956 4.19256L13.2351 3.99662C13.1619 3.91944 13.0877 3.84522 13.0125 3.77397L12.8047 2.00905C12.794 1.91717 12.762 1.82907 12.7112 1.75175C12.6604 1.67444 12.5923 1.61005 12.5122 1.56373C11.9013 1.20997 11.2462 0.938688 10.564 0.756975C10.4741 0.733074 10.3798 0.73063 10.2888 0.749838C10.1978 0.769047 10.1126 0.809371 10.04 0.867561L8.66029 1.96897C8.55341 1.96897 8.44654 1.96897 8.33966 1.96897L6.95622 0.86385C6.88359 0.805787 6.79833 0.765597 6.70731 0.746518C6.6163 0.727439 6.52208 0.730004 6.43224 0.754006C5.74998 0.935862 5.09486 1.2074 4.484 1.56151C4.40408 1.60791 4.33609 1.67233 4.28545 1.74964C4.23482 1.82695 4.20292 1.91501 4.19232 2.00682L3.99638 3.77026C3.91919 3.84398 3.84497 3.9182 3.77372 3.99291L2.0088 4.19553C1.91693 4.20622 1.82882 4.23822 1.75151 4.28899C1.67419 4.33976 1.60981 4.40789 1.56349 4.48795C1.20972 5.09889 0.938444 5.75401 0.756731 6.43619C0.73283 6.52609 0.730385 6.62035 0.749594 6.71136C0.768803 6.80238 0.809127 6.88761 0.867317 6.96018L1.96872 8.3399C1.96872 8.44678 1.96872 8.55365 1.96872 8.66053L0.863606 10.044C0.805543 10.1166 0.765353 10.2019 0.746274 10.2929C0.727195 10.3839 0.72976 10.4781 0.753762 10.568C0.935293 11.2503 1.20684 11.9055 1.56126 12.5162C1.60767 12.5961 1.67209 12.6641 1.7494 12.7147C1.82671 12.7654 1.91477 12.7973 2.00657 12.8079L3.76704 13.0038C3.84077 13.081 3.91499 13.1552 3.9897 13.2265L4.19529 14.9914C4.20597 15.0833 4.23798 15.1714 4.28875 15.2487C4.33952 15.326 4.40765 15.3904 4.48771 15.4367C5.09865 15.7905 5.75376 16.0617 6.43595 16.2435C6.52585 16.2674 6.6201 16.2698 6.71112 16.2506C6.80213 16.2314 6.88736 16.1911 6.95993 16.1329L8.33966 15.0315C8.44654 15.0344 8.55341 15.0344 8.66029 15.0315L10.0437 16.1388C10.1164 16.1969 10.2016 16.2371 10.2926 16.2561C10.3836 16.2752 10.4779 16.2727 10.5677 16.2487C11.2501 16.0671 11.9052 15.7956 12.5159 15.4412C12.5959 15.3947 12.6639 15.3303 12.7145 15.253C12.7651 15.1757 12.797 15.0876 12.8076 14.9958L13.0036 13.2354C13.0808 13.1621 13.155 13.0879 13.2262 13.0127L14.9911 12.8049C15.083 12.7942 15.1711 12.7622 15.2484 12.7114C15.3258 12.6607 15.3901 12.5925 15.4365 12.5125C15.7902 11.9015 16.0615 11.2464 16.2432 10.5642C16.2671 10.4743 16.2696 10.3801 16.2504 10.2891C16.2311 10.1981 16.1908 10.1128 16.1326 10.0403L15.0312 8.66053ZM13.8363 8.17811C13.8489 8.39266 13.8489 8.60777 13.8363 8.82233C13.8275 8.96922 13.8735 9.11416 13.9654 9.22905L15.0186 10.5449C14.8978 10.929 14.743 11.3016 14.5562 11.6582L12.8789 11.8482C12.7328 11.8644 12.5979 11.9343 12.5004 12.0442C12.3575 12.2048 12.2053 12.357 12.0447 12.4999C11.9348 12.5974 11.8649 12.7323 11.8487 12.8784L11.6624 14.5542C11.3058 14.7411 10.9332 14.8959 10.5492 15.0166L9.23251 13.9635C9.12715 13.8793 8.99628 13.8335 8.86142 13.8336H8.82579C8.61124 13.8462 8.39613 13.8462 8.18157 13.8336C8.03468 13.8247 7.88974 13.8708 7.77486 13.9627L6.45525 15.0166C6.07119 14.8958 5.69863 14.741 5.34196 14.5542L5.15197 12.8791C5.13575 12.733 5.06594 12.5982 4.95603 12.5006C4.79535 12.3577 4.64319 12.2056 4.50032 12.0449C4.40275 11.935 4.26788 11.8652 4.12181 11.849L2.44595 11.6619C2.25906 11.3053 2.10432 10.9327 1.98357 10.5487L3.03673 9.23201C3.12869 9.11713 3.17471 8.97219 3.16587 8.8253C3.15325 8.61074 3.15325 8.39563 3.16587 8.18108C3.17471 8.03418 3.12869 7.88924 3.03673 7.77436L1.98357 6.45549C2.10441 6.07143 2.25915 5.69887 2.44595 5.34221L4.12107 5.15221C4.26714 5.13599 4.40201 5.06618 4.49958 4.95627C4.64245 4.79559 4.79461 4.64343 4.95529 4.50057C5.06563 4.40293 5.13573 4.26775 5.15197 4.12131L5.33825 2.44619C5.69488 2.2593 6.06744 2.10457 6.45154 1.98381L7.76818 3.03697C7.88306 3.12894 8.028 3.17496 8.1749 3.16612C8.38945 3.1535 8.60456 3.1535 8.81911 3.16612C8.96601 3.17496 9.11095 3.12894 9.22583 3.03697L10.5447 1.98381C10.9288 2.10466 11.3013 2.25939 11.658 2.44619L11.848 4.12131C11.8642 4.26738 11.934 4.40225 12.0439 4.49983C12.2046 4.64269 12.3568 4.79485 12.4996 4.95553C12.5972 5.06544 12.7321 5.13525 12.8781 5.15147L14.554 5.33776C14.7409 5.69438 14.8956 6.06695 15.0164 6.45104L13.9632 7.76768C13.8704 7.88353 13.8243 8.02996 13.8341 8.17811H13.8363Z' fill='%23334147'/%3E%3C/svg%3E"); }
nav section .icon:hover { background-color: var(--color-S); background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.49997 4.93772C7.79538 4.93772 7.1066 5.14665 6.52075 5.53811C5.9349 5.92956 5.47829 6.48595 5.20865 7.13691C4.93902 7.78787 4.86847 8.50417 5.00593 9.19523C5.14339 9.88628 5.48268 10.5211 5.98091 11.0193C6.47913 11.5175 7.11391 11.8568 7.80496 11.9943C8.49602 12.1317 9.21232 12.0612 9.86328 11.7915C10.5142 11.5219 11.0706 11.0653 11.4621 10.4794C11.8535 9.89359 12.0625 9.20481 12.0625 8.50022C12.0615 7.55568 11.6858 6.65012 11.018 5.98223C10.3501 5.31435 9.44451 4.9387 8.49997 4.93772ZM8.49997 10.8752C8.03024 10.8752 7.57106 10.7359 7.18049 10.475C6.78993 10.214 6.48552 9.84306 6.30576 9.40909C6.126 8.97512 6.07897 8.49758 6.17061 8.03688C6.26225 7.57617 6.48844 7.15299 6.82059 6.82084C7.15274 6.48869 7.57593 6.26249 8.03663 6.17085C8.49734 6.07921 8.97487 6.12624 9.40885 6.306C9.84282 6.48576 10.2137 6.79017 10.4747 7.18074C10.7357 7.5713 10.875 8.03049 10.875 8.50022C10.875 9.13011 10.6247 9.7342 10.1794 10.1796C9.73395 10.625 9.12986 10.8752 8.49997 10.8752ZM15.0312 8.66053C15.0342 8.55365 15.0342 8.44678 15.0312 8.3399L16.1386 6.95647C16.1966 6.88383 16.2368 6.79857 16.2559 6.70756C16.275 6.61654 16.2724 6.52232 16.2484 6.43248C16.0669 5.75012 15.7953 5.09495 15.4409 4.48424C15.3945 4.40432 15.3301 4.33634 15.2528 4.2857C15.1755 4.23506 15.0874 4.20317 14.9956 4.19256L13.2351 3.99662C13.1619 3.91944 13.0877 3.84522 13.0125 3.77397L12.8047 2.00905C12.794 1.91717 12.762 1.82907 12.7112 1.75175C12.6604 1.67444 12.5923 1.61005 12.5122 1.56373C11.9013 1.20997 11.2462 0.938688 10.564 0.756975C10.4741 0.733074 10.3798 0.73063 10.2888 0.749838C10.1978 0.769047 10.1126 0.809371 10.04 0.867561L8.66029 1.96897C8.55341 1.96897 8.44654 1.96897 8.33966 1.96897L6.95622 0.86385C6.88359 0.805787 6.79833 0.765597 6.70731 0.746518C6.6163 0.727439 6.52208 0.730004 6.43224 0.754006C5.74998 0.935862 5.09486 1.2074 4.484 1.56151C4.40408 1.60791 4.33609 1.67233 4.28545 1.74964C4.23482 1.82695 4.20292 1.91501 4.19232 2.00682L3.99638 3.77026C3.91919 3.84398 3.84497 3.9182 3.77372 3.99291L2.0088 4.19553C1.91693 4.20622 1.82882 4.23822 1.75151 4.28899C1.67419 4.33976 1.60981 4.40789 1.56349 4.48795C1.20972 5.09889 0.938444 5.75401 0.756731 6.43619C0.73283 6.52609 0.730385 6.62035 0.749594 6.71136C0.768803 6.80238 0.809127 6.88761 0.867317 6.96018L1.96872 8.3399C1.96872 8.44678 1.96872 8.55365 1.96872 8.66053L0.863606 10.044C0.805543 10.1166 0.765353 10.2019 0.746274 10.2929C0.727195 10.3839 0.72976 10.4781 0.753762 10.568C0.935293 11.2503 1.20684 11.9055 1.56126 12.5162C1.60767 12.5961 1.67209 12.6641 1.7494 12.7147C1.82671 12.7654 1.91477 12.7973 2.00657 12.8079L3.76704 13.0038C3.84077 13.081 3.91499 13.1552 3.9897 13.2265L4.19529 14.9914C4.20597 15.0833 4.23798 15.1714 4.28875 15.2487C4.33952 15.326 4.40765 15.3904 4.48771 15.4367C5.09865 15.7905 5.75376 16.0617 6.43595 16.2435C6.52585 16.2674 6.6201 16.2698 6.71112 16.2506C6.80213 16.2314 6.88736 16.1911 6.95993 16.1329L8.33966 15.0315C8.44654 15.0344 8.55341 15.0344 8.66029 15.0315L10.0437 16.1388C10.1164 16.1969 10.2016 16.2371 10.2926 16.2561C10.3836 16.2752 10.4779 16.2727 10.5677 16.2487C11.2501 16.0671 11.9052 15.7956 12.5159 15.4412C12.5959 15.3947 12.6639 15.3303 12.7145 15.253C12.7651 15.1757 12.797 15.0876 12.8076 14.9958L13.0036 13.2354C13.0808 13.1621 13.155 13.0879 13.2262 13.0127L14.9911 12.8049C15.083 12.7942 15.1711 12.7622 15.2484 12.7114C15.3258 12.6607 15.3901 12.5925 15.4365 12.5125C15.7902 11.9015 16.0615 11.2464 16.2432 10.5642C16.2671 10.4743 16.2696 10.3801 16.2504 10.2891C16.2311 10.1981 16.1908 10.1128 16.1326 10.0403L15.0312 8.66053ZM13.8363 8.17811C13.8489 8.39266 13.8489 8.60777 13.8363 8.82233C13.8275 8.96922 13.8735 9.11416 13.9654 9.22905L15.0186 10.5449C14.8978 10.929 14.743 11.3016 14.5562 11.6582L12.8789 11.8482C12.7328 11.8644 12.5979 11.9343 12.5004 12.0442C12.3575 12.2048 12.2053 12.357 12.0447 12.4999C11.9348 12.5974 11.8649 12.7323 11.8487 12.8784L11.6624 14.5542C11.3058 14.7411 10.9332 14.8959 10.5492 15.0166L9.23251 13.9635C9.12715 13.8793 8.99628 13.8335 8.86142 13.8336H8.82579C8.61124 13.8462 8.39613 13.8462 8.18157 13.8336C8.03468 13.8247 7.88974 13.8708 7.77486 13.9627L6.45525 15.0166C6.07119 14.8958 5.69863 14.741 5.34196 14.5542L5.15197 12.8791C5.13575 12.733 5.06594 12.5982 4.95603 12.5006C4.79535 12.3577 4.64319 12.2056 4.50032 12.0449C4.40275 11.935 4.26788 11.8652 4.12181 11.849L2.44595 11.6619C2.25906 11.3053 2.10432 10.9327 1.98357 10.5487L3.03673 9.23201C3.12869 9.11713 3.17471 8.97219 3.16587 8.8253C3.15325 8.61074 3.15325 8.39563 3.16587 8.18108C3.17471 8.03418 3.12869 7.88924 3.03673 7.77436L1.98357 6.45549C2.10441 6.07143 2.25915 5.69887 2.44595 5.34221L4.12107 5.15221C4.26714 5.13599 4.40201 5.06618 4.49958 4.95627C4.64245 4.79559 4.79461 4.64343 4.95529 4.50057C5.06563 4.40293 5.13573 4.26775 5.15197 4.12131L5.33825 2.44619C5.69488 2.2593 6.06744 2.10457 6.45154 1.98381L7.76818 3.03697C7.88306 3.12894 8.028 3.17496 8.1749 3.16612C8.38945 3.1535 8.60456 3.1535 8.81911 3.16612C8.96601 3.17496 9.11095 3.12894 9.22583 3.03697L10.5447 1.98381C10.9288 2.10466 11.3013 2.25939 11.658 2.44619L11.848 4.12131C11.8642 4.26738 11.934 4.40225 12.0439 4.49983C12.2046 4.64269 12.3568 4.79485 12.4996 4.95553C12.5972 5.06544 12.7321 5.13525 12.8781 5.15147L14.554 5.33776C14.7409 5.69438 14.8956 6.06695 15.0164 6.45104L13.9632 7.76768C13.8704 7.88353 13.8243 8.02996 13.8341 8.17811H13.8363Z' fill='%23fff'/%3E%3C/svg%3E"); }

nav section ul.menu-pri { margin-top: 20px; }
nav section ul.menu-pri > li { width: 110%; border-radius: 8px 0px 0px 8px; }

nav section ul.menu-pri > li a { width: 100%; padding: 10px 10px 10px 50px; display: flex; align-items: center; background-repeat: no-repeat; background-position: 10px center; }

nav section ul.menu-pri > li a p { font-size: 15px; color: #fff; font-weight: 700; }
nav section ul.menu-pri > li a.dashboard { background-image: url("data:image/svg+xml,%3Csvg width='28' height='19' viewBox='0 0 28 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8825 4.0838C22.5862 2.78462 21.0456 1.75489 19.3495 1.05399C17.6534 0.353096 15.8352 -0.00510152 14 5.48888e-05H13.95C6.25875 0.0263049 0 6.37506 0 14.1413V17.0001C0 17.5305 0.210714 18.0392 0.585786 18.4143C0.960859 18.7893 1.46957 19.0001 2 19.0001H26C26.5304 19.0001 27.0391 18.7893 27.4142 18.4143C27.7893 18.0392 28 17.5305 28 17.0001V14.0001C28.0051 12.1568 27.6438 10.3309 26.9369 8.62851C26.23 6.92615 25.1918 5.3813 23.8825 4.0838ZM26 17.0001H12.9637L19.8088 7.58755C19.9649 7.37306 20.0294 7.10532 19.9882 6.84324C19.9469 6.58116 19.8032 6.3462 19.5888 6.19005C19.3743 6.03391 19.1065 5.96937 18.8444 6.01062C18.5824 6.05188 18.3474 6.19556 18.1912 6.41005L10.49 17.0001H2V14.1413C2 13.7563 2.01875 13.3763 2.05375 13.0001H5C5.26522 13.0001 5.51957 12.8947 5.70711 12.7072C5.89464 12.5196 6 12.2653 6 12.0001C6 11.7348 5.89464 11.4805 5.70711 11.2929C5.51957 11.1054 5.26522 11.0001 5 11.0001H2.40875C3.69875 6.14256 7.90875 2.47005 13 2.04255V5.00005C13 5.26527 13.1054 5.51963 13.2929 5.70716C13.4804 5.8947 13.7348 6.00005 14 6.00005C14.2652 6.00005 14.5196 5.8947 14.7071 5.70716C14.8946 5.51963 15 5.26527 15 5.00005V2.04131C17.4808 2.25008 19.8356 3.22418 21.7389 4.829C23.6422 6.43383 25.0001 8.59016 25.625 11.0001H23C22.7348 11.0001 22.4804 11.1054 22.2929 11.2929C22.1054 11.4805 22 11.7348 22 12.0001C22 12.2653 22.1054 12.5196 22.2929 12.7072C22.4804 12.8947 22.7348 13.0001 23 13.0001H25.9587C25.985 13.3313 26 13.6638 26 14.0001V17.0001Z' fill='%23fff'/%3E%3C/svg%3E"); }
nav section ul.menu-pri > li:hover a.dashboard, nav section ul.menu-pri > li.active a.dashboard { background-image: url("data:image/svg+xml,%3Csvg width='28' height='19' viewBox='0 0 28 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8825 4.0838C22.5862 2.78462 21.0456 1.75489 19.3495 1.05399C17.6534 0.353096 15.8352 -0.00510152 14 5.48888e-05H13.95C6.25875 0.0263049 0 6.37506 0 14.1413V17.0001C0 17.5305 0.210714 18.0392 0.585786 18.4143C0.960859 18.7893 1.46957 19.0001 2 19.0001H26C26.5304 19.0001 27.0391 18.7893 27.4142 18.4143C27.7893 18.0392 28 17.5305 28 17.0001V14.0001C28.0051 12.1568 27.6438 10.3309 26.9369 8.62851C26.23 6.92615 25.1918 5.3813 23.8825 4.0838ZM26 17.0001H12.9637L19.8088 7.58755C19.9649 7.37306 20.0294 7.10532 19.9882 6.84324C19.9469 6.58116 19.8032 6.3462 19.5888 6.19005C19.3743 6.03391 19.1065 5.96937 18.8444 6.01062C18.5824 6.05188 18.3474 6.19556 18.1912 6.41005L10.49 17.0001H2V14.1413C2 13.7563 2.01875 13.3763 2.05375 13.0001H5C5.26522 13.0001 5.51957 12.8947 5.70711 12.7072C5.89464 12.5196 6 12.2653 6 12.0001C6 11.7348 5.89464 11.4805 5.70711 11.2929C5.51957 11.1054 5.26522 11.0001 5 11.0001H2.40875C3.69875 6.14256 7.90875 2.47005 13 2.04255V5.00005C13 5.26527 13.1054 5.51963 13.2929 5.70716C13.4804 5.8947 13.7348 6.00005 14 6.00005C14.2652 6.00005 14.5196 5.8947 14.7071 5.70716C14.8946 5.51963 15 5.26527 15 5.00005V2.04131C17.4808 2.25008 19.8356 3.22418 21.7389 4.829C23.6422 6.43383 25.0001 8.59016 25.625 11.0001H23C22.7348 11.0001 22.4804 11.1054 22.2929 11.2929C22.1054 11.4805 22 11.7348 22 12.0001C22 12.2653 22.1054 12.5196 22.2929 12.7072C22.4804 12.8947 22.7348 13.0001 23 13.0001H25.9587C25.985 13.3313 26 13.6638 26 14.0001V17.0001Z' fill='%23068EE7'/%3E%3C/svg%3E"); }
nav section ul.menu-pri > li a.analitika { background-image: url("data:image/svg+xml,%3Csvg width='26' height='23' viewBox='0 0 26 23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 21H24V1C24 0.734784 23.8946 0.48043 23.7071 0.292893C23.5196 0.105357 23.2652 0 23 0H16C15.7348 0 15.4804 0.105357 15.2929 0.292893C15.1054 0.48043 15 0.734784 15 1V6H9C8.73478 6 8.48043 6.10536 8.29289 6.29289C8.10536 6.48043 8 6.73478 8 7V12H3C2.73478 12 2.48043 12.1054 2.29289 12.2929C2.10536 12.4804 2 12.7348 2 13V21H1C0.734784 21 0.48043 21.1054 0.292893 21.2929C0.105357 21.4804 0 21.7348 0 22C0 22.2652 0.105357 22.5196 0.292893 22.7071C0.48043 22.8946 0.734784 23 1 23H25C25.2652 23 25.5196 22.8946 25.7071 22.7071C25.8946 22.5196 26 22.2652 26 22C26 21.7348 25.8946 21.4804 25.7071 21.2929C25.5196 21.1054 25.2652 21 25 21ZM17 2H22V21H17V2ZM10 8H15V21H10V8ZM4 14H8V21H4V14Z' fill='white'/%3E%3C/svg%3E"); }
nav section ul.menu-pri > li:hover a.analitika, nav section ul.menu-pri > li.active a.analitika { background-image: url("data:image/svg+xml,%3Csvg width='26' height='23' viewBox='0 0 26 23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 21H24V1C24 0.734784 23.8946 0.48043 23.7071 0.292893C23.5196 0.105357 23.2652 0 23 0H16C15.7348 0 15.4804 0.105357 15.2929 0.292893C15.1054 0.48043 15 0.734784 15 1V6H9C8.73478 6 8.48043 6.10536 8.29289 6.29289C8.10536 6.48043 8 6.73478 8 7V12H3C2.73478 12 2.48043 12.1054 2.29289 12.2929C2.10536 12.4804 2 12.7348 2 13V21H1C0.734784 21 0.48043 21.1054 0.292893 21.2929C0.105357 21.4804 0 21.7348 0 22C0 22.2652 0.105357 22.5196 0.292893 22.7071C0.48043 22.8946 0.734784 23 1 23H25C25.2652 23 25.5196 22.8946 25.7071 22.7071C25.8946 22.5196 26 22.2652 26 22C26 21.7348 25.8946 21.4804 25.7071 21.2929C25.5196 21.1054 25.2652 21 25 21ZM17 2H22V21H17V2ZM10 8H15V21H10V8ZM4 14H8V21H4V14Z' fill='%23068EE7'/%3E%3C/svg%3E"); }
nav section ul.menu-pri > li a.hirdetes { background-image: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2119 14.0367L21.9791 11.8745C22.2931 11.7292 22.5577 11.4882 22.7382 11.1832C22.9186 10.8782 23.0065 10.5234 22.9903 10.1653C22.974 9.80724 22.8545 9.46267 22.6472 9.17679C22.44 8.89092 22.1547 8.67709 21.829 8.56338L4.78326 2.75562C4.48515 2.65592 4.16647 2.64385 3.86222 2.72074C3.55797 2.79763 3.2799 2.96051 3.05854 3.19149C2.83718 3.42247 2.68109 3.71262 2.60741 4.0301C2.53372 4.34757 2.54528 4.6801 2.64083 4.99117L8.20666 22.7778C8.31169 23.1209 8.51517 23.4222 8.7896 23.6408C9.06402 23.8594 9.39615 23.9847 9.74108 24H9.8252C10.1559 24.0011 10.4797 23.9007 10.7561 23.7112C11.0326 23.5218 11.2495 23.2516 11.3798 22.9344L13.452 17.96L18.741 23.4789C18.8992 23.644 19.087 23.775 19.2937 23.8644C19.5005 23.9537 19.722 23.9997 19.9458 23.9997C20.1696 23.9997 20.3912 23.9537 20.5979 23.8644C20.8046 23.775 20.9924 23.644 21.1507 23.4789L22.5009 22.07C22.6591 21.9049 22.7846 21.7089 22.8703 21.4932C22.9559 21.2775 23 21.0463 23 20.8128C23 20.5793 22.9559 20.3481 22.8703 20.1324C22.7846 19.9166 22.6591 19.7206 22.5009 19.5556L17.2119 14.0367ZM19.9453 22.2222L14.6574 16.7033C14.461 16.4982 14.2195 16.3462 13.954 16.2608C13.6884 16.1753 13.4069 16.1589 13.1339 16.2131C12.8608 16.2672 12.6047 16.3902 12.3877 16.5713C12.1707 16.7524 11.9994 16.9862 11.8888 17.2522L9.82094 22.2133L4.25936 4.4445L21.2827 10.2456L16.5293 12.4023C16.2744 12.5176 16.0503 12.6963 15.8768 12.9228C15.7032 13.1492 15.5853 13.4165 15.5335 13.7014C15.4816 13.9863 15.4973 14.2801 15.5792 14.5571C15.6611 14.8342 15.8067 15.0862 16.0033 15.2911L21.2965 20.8122L19.9453 22.2222ZM8.51866 1.77784V0.888959C8.51866 0.653212 8.60841 0.42712 8.76816 0.260422C8.92792 0.0937233 9.14459 7.31332e-05 9.37052 7.31332e-05C9.59644 7.31332e-05 9.81312 0.0937233 9.97287 0.260422C10.1326 0.42712 10.2224 0.653212 10.2224 0.888959V1.77784C10.2224 2.01359 10.1326 2.23968 9.97287 2.40638C9.81312 2.57308 9.59644 2.66673 9.37052 2.66673C9.14459 2.66673 8.92792 2.57308 8.76816 2.40638C8.60841 2.23968 8.51866 2.01359 8.51866 1.77784ZM7.00868e-05 9.77782C7.00868e-05 9.54207 0.0898192 9.31598 0.249574 9.14928C0.409328 8.98258 0.626002 8.88893 0.851929 8.88893H1.70379C1.92971 8.88893 2.14639 8.98258 2.30614 9.14928C2.4659 9.31598 2.55565 9.54207 2.55565 9.77782C2.55565 10.0136 2.4659 10.2397 2.30614 10.4064C2.14639 10.5731 1.92971 10.6667 1.70379 10.6667H0.851929C0.626002 10.6667 0.409328 10.5731 0.249574 10.4064C0.0898192 10.2397 7.00868e-05 10.0136 7.00868e-05 9.77782ZM12.0166 2.26895L12.8685 0.491183C12.9696 0.280336 13.1468 0.120034 13.3612 0.0455407C13.5755 -0.0289527 13.8095 -0.0115351 14.0116 0.0939617C14.2136 0.199459 14.3672 0.384393 14.4386 0.608081C14.51 0.83177 14.4933 1.07589 14.3922 1.28674L13.5404 3.06451C13.4903 3.16891 13.421 3.262 13.3365 3.33846C13.252 3.41492 13.1538 3.47326 13.0477 3.51015C12.9415 3.54703 12.8294 3.56174 12.7179 3.55343C12.6063 3.54513 12.4973 3.51396 12.3973 3.46173C12.2972 3.40949 12.208 3.3372 12.1347 3.24899C12.0615 3.16078 12.0055 3.05837 11.9702 2.94761C11.9348 2.83685 11.9208 2.71991 11.9287 2.60347C11.9367 2.48702 11.9665 2.37335 12.0166 2.26895ZM3.31806 12.9356C3.36819 13.04 3.3981 13.1538 3.40608 13.2703C3.41405 13.3868 3.39993 13.5039 3.36452 13.6147C3.32912 13.7255 3.27312 13.828 3.19974 13.9162C3.12636 14.0045 3.03703 14.0767 2.93685 14.1289L1.23314 15.0178C1.03107 15.1233 0.797122 15.1407 0.582751 15.0662C0.368381 14.9917 0.19115 14.8314 0.0900477 14.6206C-0.0110546 14.4097 -0.0277466 14.1656 0.0436436 13.9419C0.115034 13.7182 0.268659 13.5333 0.470722 13.4278L2.17444 12.5389C2.27448 12.4866 2.38343 12.4553 2.49506 12.4469C2.60669 12.4385 2.71881 12.4531 2.82502 12.49C2.93123 12.5268 3.02943 12.5851 3.11403 12.6616C3.19863 12.738 3.26796 12.8312 3.31806 12.9356Z' fill='white'/%3E%3C/svg%3E"); }
nav section ul.menu-pri > li:hover a.hirdetes, nav section ul.menu-pri > li.active a.hirdetes { background-image: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2119 14.0367L21.9791 11.8745C22.2931 11.7292 22.5577 11.4882 22.7382 11.1832C22.9186 10.8782 23.0065 10.5234 22.9903 10.1653C22.974 9.80724 22.8545 9.46267 22.6472 9.17679C22.44 8.89092 22.1547 8.67709 21.829 8.56338L4.78326 2.75562C4.48515 2.65592 4.16647 2.64385 3.86222 2.72074C3.55797 2.79763 3.2799 2.96051 3.05854 3.19149C2.83718 3.42247 2.68109 3.71262 2.60741 4.0301C2.53372 4.34757 2.54528 4.6801 2.64083 4.99117L8.20666 22.7778C8.31169 23.1209 8.51517 23.4222 8.7896 23.6408C9.06402 23.8594 9.39615 23.9847 9.74108 24H9.8252C10.1559 24.0011 10.4797 23.9007 10.7561 23.7112C11.0326 23.5218 11.2495 23.2516 11.3798 22.9344L13.452 17.96L18.741 23.4789C18.8992 23.644 19.087 23.775 19.2937 23.8644C19.5005 23.9537 19.722 23.9997 19.9458 23.9997C20.1696 23.9997 20.3912 23.9537 20.5979 23.8644C20.8046 23.775 20.9924 23.644 21.1507 23.4789L22.5009 22.07C22.6591 21.9049 22.7846 21.7089 22.8703 21.4932C22.9559 21.2775 23 21.0463 23 20.8128C23 20.5793 22.9559 20.3481 22.8703 20.1324C22.7846 19.9166 22.6591 19.7206 22.5009 19.5556L17.2119 14.0367ZM19.9453 22.2222L14.6574 16.7033C14.461 16.4982 14.2195 16.3462 13.954 16.2608C13.6884 16.1753 13.4069 16.1589 13.1339 16.2131C12.8608 16.2672 12.6047 16.3902 12.3877 16.5713C12.1707 16.7524 11.9994 16.9862 11.8888 17.2522L9.82094 22.2133L4.25936 4.4445L21.2827 10.2456L16.5293 12.4023C16.2744 12.5176 16.0503 12.6963 15.8768 12.9228C15.7032 13.1492 15.5853 13.4165 15.5335 13.7014C15.4816 13.9863 15.4973 14.2801 15.5792 14.5571C15.6611 14.8342 15.8067 15.0862 16.0033 15.2911L21.2965 20.8122L19.9453 22.2222ZM8.51866 1.77784V0.888959C8.51866 0.653212 8.60841 0.42712 8.76816 0.260422C8.92792 0.0937233 9.14459 7.31332e-05 9.37052 7.31332e-05C9.59644 7.31332e-05 9.81312 0.0937233 9.97287 0.260422C10.1326 0.42712 10.2224 0.653212 10.2224 0.888959V1.77784C10.2224 2.01359 10.1326 2.23968 9.97287 2.40638C9.81312 2.57308 9.59644 2.66673 9.37052 2.66673C9.14459 2.66673 8.92792 2.57308 8.76816 2.40638C8.60841 2.23968 8.51866 2.01359 8.51866 1.77784ZM7.00868e-05 9.77782C7.00868e-05 9.54207 0.0898192 9.31598 0.249574 9.14928C0.409328 8.98258 0.626002 8.88893 0.851929 8.88893H1.70379C1.92971 8.88893 2.14639 8.98258 2.30614 9.14928C2.4659 9.31598 2.55565 9.54207 2.55565 9.77782C2.55565 10.0136 2.4659 10.2397 2.30614 10.4064C2.14639 10.5731 1.92971 10.6667 1.70379 10.6667H0.851929C0.626002 10.6667 0.409328 10.5731 0.249574 10.4064C0.0898192 10.2397 7.00868e-05 10.0136 7.00868e-05 9.77782ZM12.0166 2.26895L12.8685 0.491183C12.9696 0.280336 13.1468 0.120034 13.3612 0.0455407C13.5755 -0.0289527 13.8095 -0.0115351 14.0116 0.0939617C14.2136 0.199459 14.3672 0.384393 14.4386 0.608081C14.51 0.83177 14.4933 1.07589 14.3922 1.28674L13.5404 3.06451C13.4903 3.16891 13.421 3.262 13.3365 3.33846C13.252 3.41492 13.1538 3.47326 13.0477 3.51015C12.9415 3.54703 12.8294 3.56174 12.7179 3.55343C12.6063 3.54513 12.4973 3.51396 12.3973 3.46173C12.2972 3.40949 12.208 3.3372 12.1347 3.24899C12.0615 3.16078 12.0055 3.05837 11.9702 2.94761C11.9348 2.83685 11.9208 2.71991 11.9287 2.60347C11.9367 2.48702 11.9665 2.37335 12.0166 2.26895ZM3.31806 12.9356C3.36819 13.04 3.3981 13.1538 3.40608 13.2703C3.41405 13.3868 3.39993 13.5039 3.36452 13.6147C3.32912 13.7255 3.27312 13.828 3.19974 13.9162C3.12636 14.0045 3.03703 14.0767 2.93685 14.1289L1.23314 15.0178C1.03107 15.1233 0.797122 15.1407 0.582751 15.0662C0.368381 14.9917 0.19115 14.8314 0.0900477 14.6206C-0.0110546 14.4097 -0.0277466 14.1656 0.0436436 13.9419C0.115034 13.7182 0.268659 13.5333 0.470722 13.4278L2.17444 12.5389C2.27448 12.4866 2.38343 12.4553 2.49506 12.4469C2.60669 12.4385 2.71881 12.4531 2.82502 12.49C2.93123 12.5268 3.02943 12.5851 3.11403 12.6616C3.19863 12.738 3.26796 12.8312 3.31806 12.9356Z' fill='%23068EE7'/%3E%3C/svg%3E"); }
nav section ul.menu-pri > li a.hirlevel { background-image: url("data:image/svg+xml,%3Csvg width='26' height='20' viewBox='0 0 26 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 0H1C0.734784 0 0.48043 0.105357 0.292893 0.292893C0.105357 0.48043 0 0.734784 0 1V18C0 18.5304 0.210714 19.0391 0.585786 19.4142C0.960859 19.7893 1.46957 20 2 20H24C24.5304 20 25.0391 19.7893 25.4142 19.4142C25.7893 19.0391 26 18.5304 26 18V1C26 0.734784 25.8946 0.48043 25.7071 0.292893C25.5196 0.105357 25.2652 0 25 0ZM22.4287 2L13 10.6437L3.57125 2H22.4287ZM24 18H2V3.27375L12.3237 12.7375C12.5082 12.9069 12.7496 13.0008 13 13.0008C13.2504 13.0008 13.4918 12.9069 13.6763 12.7375L24 3.27375V18Z' fill='white'/%3E%3C/svg%3E"); }
nav section ul.menu-pri > li:hover a.hirlevel, nav section ul.menu-pri > li.active a.hirlevel { background-image: url("data:image/svg+xml,%3Csvg width='26' height='20' viewBox='0 0 26 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 0H1C0.734784 0 0.48043 0.105357 0.292893 0.292893C0.105357 0.48043 0 0.734784 0 1V18C0 18.5304 0.210714 19.0391 0.585786 19.4142C0.960859 19.7893 1.46957 20 2 20H24C24.5304 20 25.0391 19.7893 25.4142 19.4142C25.7893 19.0391 26 18.5304 26 18V1C26 0.734784 25.8946 0.48043 25.7071 0.292893C25.5196 0.105357 25.2652 0 25 0ZM22.4287 2L13 10.6437L3.57125 2H22.4287ZM24 18H2V3.27375L12.3237 12.7375C12.5082 12.9069 12.7496 13.0008 13 13.0008C13.2504 13.0008 13.4918 12.9069 13.6763 12.7375L24 3.27375V18Z' fill='%23068EE7'/%3E%3C/svg%3E"); }
nav section ul.menu-pri > li a.piackutatas { background-image: url("data:image/svg+xml,%3Csvg width='28' height='18' viewBox='0 0 28 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.0006 1V9C28.0006 9.26522 27.8952 9.51957 27.7077 9.70711C27.5201 9.89464 27.2658 10 27.0006 10C26.7353 10 26.481 9.89464 26.2934 9.70711C26.1059 9.51957 26.0006 9.26522 26.0006 9V3.41375L15.7081 13.7075C15.6152 13.8005 15.5049 13.8742 15.3835 13.9246C15.2621 13.9749 15.132 14.0008 15.0006 14.0008C14.8691 14.0008 14.739 13.9749 14.6176 13.9246C14.4962 13.8742 14.3859 13.8005 14.2931 13.7075L10.0006 9.41375L1.70806 17.7075C1.52042 17.8951 1.26592 18.0006 1.00056 18.0006C0.735192 18.0006 0.480697 17.8951 0.293056 17.7075C0.105415 17.5199 0 17.2654 0 17C0 16.7346 0.105415 16.4801 0.293056 16.2925L9.29306 7.2925C9.38593 7.19952 9.49622 7.12576 9.61762 7.07544C9.73901 7.02512 9.86914 6.99921 10.0006 6.99921C10.132 6.99921 10.2621 7.02512 10.3835 7.07544C10.5049 7.12576 10.6152 7.19952 10.7081 7.2925L15.0006 11.5863L24.5868 2H19.0006C18.7353 2 18.481 1.89464 18.2934 1.70711C18.1059 1.51957 18.0006 1.26522 18.0006 1C18.0006 0.734784 18.1059 0.48043 18.2934 0.292893C18.481 0.105357 18.7353 0 19.0006 0H27.0006C27.2658 0 27.5201 0.105357 27.7077 0.292893C27.8952 0.48043 28.0006 0.734784 28.0006 1Z' fill='white'/%3E%3C/svg%3E%0A"); }
nav section ul.menu-pri > li:hover a.piackutatas, nav section ul.menu-pri > li.active a.piackutatas { background-image: url("data:image/svg+xml,%3Csvg width='28' height='18' viewBox='0 0 28 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.0006 1V9C28.0006 9.26522 27.8952 9.51957 27.7077 9.70711C27.5201 9.89464 27.2658 10 27.0006 10C26.7353 10 26.481 9.89464 26.2934 9.70711C26.1059 9.51957 26.0006 9.26522 26.0006 9V3.41375L15.7081 13.7075C15.6152 13.8005 15.5049 13.8742 15.3835 13.9246C15.2621 13.9749 15.132 14.0008 15.0006 14.0008C14.8691 14.0008 14.739 13.9749 14.6176 13.9246C14.4962 13.8742 14.3859 13.8005 14.2931 13.7075L10.0006 9.41375L1.70806 17.7075C1.52042 17.8951 1.26592 18.0006 1.00056 18.0006C0.735192 18.0006 0.480697 17.8951 0.293056 17.7075C0.105415 17.5199 0 17.2654 0 17C0 16.7346 0.105415 16.4801 0.293056 16.2925L9.29306 7.2925C9.38593 7.19952 9.49622 7.12576 9.61762 7.07544C9.73901 7.02512 9.86914 6.99921 10.0006 6.99921C10.132 6.99921 10.2621 7.02512 10.3835 7.07544C10.5049 7.12576 10.6152 7.19952 10.7081 7.2925L15.0006 11.5863L24.5868 2H19.0006C18.7353 2 18.481 1.89464 18.2934 1.70711C18.1059 1.51957 18.0006 1.26522 18.0006 1C18.0006 0.734784 18.1059 0.48043 18.2934 0.292893C18.481 0.105357 18.7353 0 19.0006 0H27.0006C27.2658 0 27.5201 0.105357 27.7077 0.292893C27.8952 0.48043 28.0006 0.734784 28.0006 1Z' fill='%23068EE7'/%3E%3C/svg%3E%0A"); }
nav section ul.menu-pri > li a.zona { background-image: url("data:image/svg+xml,%3Csvg width='24' height='28' viewBox='0 0 24 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.00374 7.5C3.00374 5.51088 3.79391 3.60322 5.20043 2.1967C6.60696 0.790176 8.51461 0 10.5037 0C12.4929 0 14.4005 0.790176 15.807 2.1967C17.2136 3.60322 18.0037 5.51088 18.0037 7.5C18.0037 7.76522 17.8984 8.01957 17.7108 8.20711C17.5233 8.39464 17.269 8.5 17.0037 8.5C16.7385 8.5 16.4842 8.39464 16.2966 8.20711C16.1091 8.01957 16.0037 7.76522 16.0037 7.5C16.0037 6.04131 15.4243 4.64236 14.3928 3.61091C13.3614 2.57946 11.9624 2 10.5037 2C9.04504 2 7.6461 2.57946 6.61465 3.61091C5.5832 4.64236 5.00374 6.04131 5.00374 7.5C5.00374 7.76522 4.89838 8.01957 4.71084 8.20711C4.52331 8.39464 4.26895 8.5 4.00374 8.5C3.73852 8.5 3.48416 8.39464 3.29663 8.20711C3.10909 8.01957 3.00374 7.76522 3.00374 7.5ZM20.5037 13C19.9204 12.9994 19.3462 13.1451 18.8337 13.4237C18.6806 12.9499 18.4281 12.5141 18.0931 12.1456C17.7581 11.7771 17.3483 11.4844 16.8912 11.2869C16.434 11.0894 15.9399 10.9918 15.442 11.0005C14.9441 11.0092 14.4537 11.1241 14.0037 11.3375V7.5C14.0037 6.57174 13.635 5.6815 12.9786 5.02513C12.3222 4.36875 11.432 4 10.5037 4C9.57548 4 8.68524 4.36875 8.02886 5.02513C7.37248 5.6815 7.00374 6.57174 7.00374 7.5V17.5L6.52624 16.7337C6.05929 15.9313 5.2927 15.3472 4.3951 15.11C3.4975 14.8728 2.54243 15.0018 1.73999 15.4688C0.937539 15.9357 0.353454 16.7023 0.11622 17.5999C-0.121013 18.4975 0.00803843 19.4526 0.474985 20.255L4.13999 26.505C4.20145 26.6267 4.28717 26.7346 4.39186 26.822C4.49655 26.9094 4.61801 26.9744 4.74876 27.0131C4.87952 27.0518 5.01681 27.0634 5.1522 27.0471C5.28759 27.0308 5.41821 26.987 5.53604 26.9183C5.65387 26.8497 5.75641 26.7576 5.83736 26.6479C5.91832 26.5382 5.97597 26.413 6.00678 26.2802C6.03759 26.1473 6.0409 26.0096 6.01652 25.8754C5.99213 25.7413 5.94057 25.6135 5.86498 25.5L2.20373 19.25C2.10094 19.0793 2.03321 18.8898 2.00447 18.6926C1.97574 18.4954 1.9866 18.2944 2.0364 18.1014C2.0862 17.9085 2.17396 17.7274 2.29454 17.5687C2.41512 17.4101 2.5661 17.277 2.73868 17.1773C2.91126 17.0777 3.10196 17.0134 3.29965 16.9883C3.49735 16.9632 3.69807 16.9777 3.89009 17.031C4.08211 17.0843 4.26158 17.1753 4.41803 17.2988C4.57447 17.4222 4.70474 17.5756 4.80124 17.75L4.81874 17.7787L7.15373 21.5287C7.26838 21.7137 7.44024 21.8563 7.64324 21.9347C7.84624 22.0132 8.06929 22.0233 8.27854 21.9635C8.4878 21.9037 8.67183 21.7772 8.80271 21.6033C8.93358 21.4295 9.00416 21.2176 9.00374 21V7.5C9.00374 7.10218 9.16177 6.72064 9.44308 6.43934C9.72438 6.15804 10.1059 6 10.5037 6C10.9016 6 11.2831 6.15804 11.5644 6.43934C11.8457 6.72064 12.0037 7.10218 12.0037 7.5V16C12.0037 16.2652 12.1091 16.5196 12.2966 16.7071C12.4842 16.8946 12.7385 17 13.0037 17C13.269 17 13.5233 16.8946 13.7108 16.7071C13.8984 16.5196 14.0037 16.2652 14.0037 16V14.5C14.0037 14.1022 14.1618 13.7206 14.4431 13.4393C14.7244 13.158 15.1059 13 15.5037 13C15.9016 13 16.2831 13.158 16.5644 13.4393C16.8457 13.7206 17.0037 14.1022 17.0037 14.5V17C17.0037 17.2652 17.1091 17.5196 17.2966 17.7071C17.4842 17.8946 17.7385 18 18.0037 18C18.269 18 18.5233 17.8946 18.7108 17.7071C18.8984 17.5196 19.0037 17.2652 19.0037 17V16.5C19.0037 16.1022 19.1618 15.7206 19.4431 15.4393C19.7244 15.158 20.1059 15 20.5037 15C20.9016 15 21.2831 15.158 21.5644 15.4393C21.8457 15.7206 22.0037 16.1022 22.0037 16.5V21C22.0037 23.7013 21.1162 25.5375 21.1087 25.5525C20.9903 25.7897 20.9709 26.0643 21.0548 26.3158C21.1387 26.5673 21.3191 26.7752 21.5562 26.8937C21.695 26.9639 21.8483 27.0003 22.0037 27C22.1895 27.0001 22.3717 26.9485 22.5297 26.8509C22.6878 26.7533 22.8156 26.6136 22.8987 26.4475C22.945 26.3563 24.005 24.1975 24.005 21V16.5C24.005 16.0403 23.9144 15.585 23.7384 15.1603C23.5625 14.7356 23.3046 14.3497 22.9794 14.0247C22.6543 13.6997 22.2683 13.4419 21.8435 13.2661C21.4187 13.0902 20.9635 12.9998 20.5037 13Z' fill='white'/%3E%3C/svg%3E%0A"); }
nav section ul.menu-pri > li:hover a.zona, nav section ul.menu-pri > li.active a.zona { background-image: url("data:image/svg+xml,%3Csvg width='24' height='28' viewBox='0 0 24 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.00374 7.5C3.00374 5.51088 3.79391 3.60322 5.20043 2.1967C6.60696 0.790176 8.51461 0 10.5037 0C12.4929 0 14.4005 0.790176 15.807 2.1967C17.2136 3.60322 18.0037 5.51088 18.0037 7.5C18.0037 7.76522 17.8984 8.01957 17.7108 8.20711C17.5233 8.39464 17.269 8.5 17.0037 8.5C16.7385 8.5 16.4842 8.39464 16.2966 8.20711C16.1091 8.01957 16.0037 7.76522 16.0037 7.5C16.0037 6.04131 15.4243 4.64236 14.3928 3.61091C13.3614 2.57946 11.9624 2 10.5037 2C9.04504 2 7.6461 2.57946 6.61465 3.61091C5.5832 4.64236 5.00374 6.04131 5.00374 7.5C5.00374 7.76522 4.89838 8.01957 4.71084 8.20711C4.52331 8.39464 4.26895 8.5 4.00374 8.5C3.73852 8.5 3.48416 8.39464 3.29663 8.20711C3.10909 8.01957 3.00374 7.76522 3.00374 7.5ZM20.5037 13C19.9204 12.9994 19.3462 13.1451 18.8337 13.4237C18.6806 12.9499 18.4281 12.5141 18.0931 12.1456C17.7581 11.7771 17.3483 11.4844 16.8912 11.2869C16.434 11.0894 15.9399 10.9918 15.442 11.0005C14.9441 11.0092 14.4537 11.1241 14.0037 11.3375V7.5C14.0037 6.57174 13.635 5.6815 12.9786 5.02513C12.3222 4.36875 11.432 4 10.5037 4C9.57548 4 8.68524 4.36875 8.02886 5.02513C7.37248 5.6815 7.00374 6.57174 7.00374 7.5V17.5L6.52624 16.7337C6.05929 15.9313 5.2927 15.3472 4.3951 15.11C3.4975 14.8728 2.54243 15.0018 1.73999 15.4688C0.937539 15.9357 0.353454 16.7023 0.11622 17.5999C-0.121013 18.4975 0.00803843 19.4526 0.474985 20.255L4.13999 26.505C4.20145 26.6267 4.28717 26.7346 4.39186 26.822C4.49655 26.9094 4.61801 26.9744 4.74876 27.0131C4.87952 27.0518 5.01681 27.0634 5.1522 27.0471C5.28759 27.0308 5.41821 26.987 5.53604 26.9183C5.65387 26.8497 5.75641 26.7576 5.83736 26.6479C5.91832 26.5382 5.97597 26.413 6.00678 26.2802C6.03759 26.1473 6.0409 26.0096 6.01652 25.8754C5.99213 25.7413 5.94057 25.6135 5.86498 25.5L2.20373 19.25C2.10094 19.0793 2.03321 18.8898 2.00447 18.6926C1.97574 18.4954 1.9866 18.2944 2.0364 18.1014C2.0862 17.9085 2.17396 17.7274 2.29454 17.5687C2.41512 17.4101 2.5661 17.277 2.73868 17.1773C2.91126 17.0777 3.10196 17.0134 3.29965 16.9883C3.49735 16.9632 3.69807 16.9777 3.89009 17.031C4.08211 17.0843 4.26158 17.1753 4.41803 17.2988C4.57447 17.4222 4.70474 17.5756 4.80124 17.75L4.81874 17.7787L7.15373 21.5287C7.26838 21.7137 7.44024 21.8563 7.64324 21.9347C7.84624 22.0132 8.06929 22.0233 8.27854 21.9635C8.4878 21.9037 8.67183 21.7772 8.80271 21.6033C8.93358 21.4295 9.00416 21.2176 9.00374 21V7.5C9.00374 7.10218 9.16177 6.72064 9.44308 6.43934C9.72438 6.15804 10.1059 6 10.5037 6C10.9016 6 11.2831 6.15804 11.5644 6.43934C11.8457 6.72064 12.0037 7.10218 12.0037 7.5V16C12.0037 16.2652 12.1091 16.5196 12.2966 16.7071C12.4842 16.8946 12.7385 17 13.0037 17C13.269 17 13.5233 16.8946 13.7108 16.7071C13.8984 16.5196 14.0037 16.2652 14.0037 16V14.5C14.0037 14.1022 14.1618 13.7206 14.4431 13.4393C14.7244 13.158 15.1059 13 15.5037 13C15.9016 13 16.2831 13.158 16.5644 13.4393C16.8457 13.7206 17.0037 14.1022 17.0037 14.5V17C17.0037 17.2652 17.1091 17.5196 17.2966 17.7071C17.4842 17.8946 17.7385 18 18.0037 18C18.269 18 18.5233 17.8946 18.7108 17.7071C18.8984 17.5196 19.0037 17.2652 19.0037 17V16.5C19.0037 16.1022 19.1618 15.7206 19.4431 15.4393C19.7244 15.158 20.1059 15 20.5037 15C20.9016 15 21.2831 15.158 21.5644 15.4393C21.8457 15.7206 22.0037 16.1022 22.0037 16.5V21C22.0037 23.7013 21.1162 25.5375 21.1087 25.5525C20.9903 25.7897 20.9709 26.0643 21.0548 26.3158C21.1387 26.5673 21.3191 26.7752 21.5562 26.8937C21.695 26.9639 21.8483 27.0003 22.0037 27C22.1895 27.0001 22.3717 26.9485 22.5297 26.8509C22.6878 26.7533 22.8156 26.6136 22.8987 26.4475C22.945 26.3563 24.005 24.1975 24.005 21V16.5C24.005 16.0403 23.9144 15.585 23.7384 15.1603C23.5625 14.7356 23.3046 14.3497 22.9794 14.0247C22.6543 13.6997 22.2683 13.4419 21.8435 13.2661C21.4187 13.0902 20.9635 12.9998 20.5037 13Z' fill='%23068EE7'/%3E%3C/svg%3E%0A"); }
nav section ul.menu-pri > li:hover, 
nav section ul.menu-pri > li.active { background-color: #fff; }
nav section ul.menu-pri > li:hover a p, 
nav section ul.menu-pri > li.active a p { color: var(--color-K); }

nav section ul.menu-pri > li ul li a { width: 100%; padding: 0px 5px 5px 50px; font-size: 13px; line-height: 18px; color: #fff; font-weight: 300; }
nav section ul.menu-pri > li.active ul li a,
nav section ul.menu-pri > li:hover ul li a { color: var(--color-K); }
nav section ul.menu-pri > li ul li.active a,
nav section ul.menu-pri > li ul li a:hover { font-weight: 600; }

/* **** */

nav section ul.menu-sec > li { width: 110%; border-radius: 8px 0px 0px 8px; }
nav section ul.menu-sec > li:hover, 
nav section ul.menu-sec > li.active { background-color: #fff; }
nav section ul.menu-sec > li a { width: 100%; padding: 10px 10px 10px 50px; display: flex; align-items: center; background-repeat: no-repeat; background-position: 10px center; }

nav section ul.menu-sec > li a p { font-size: 15px; color: #fff; font-weight: 600; }

nav section ul.menu-sec > li ul li a { width: 100%; padding: 0px 5px 5px 50px; font-size: 13px; line-height: 18px; color: #fff; font-weight: 300; }
nav section ul.menu-sec > li.active ul li a, 
nav section ul.menu-sec > li:hover ul li a { color: var(--color-def); }
nav section ul.menu-sec > li ul li a:hover, 
nav section ul.menu-sec > li ul li.active a { font-weight: 600; }

nav section ul.menu-sec > li:hover a p, nav section ul.menu-sec > li.active a p { color: var(--color-def); }
nav section ul.menu-sec > li a.affiliate { background-image: url("data:image/svg+xml,%3Csvg width='26' height='25' viewBox='0 0 26 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 7.00175H19.615C19.6637 6.96049 19.7137 6.9205 19.7612 6.87675C20.1409 6.53947 20.4468 6.12748 20.66 5.66656C20.8731 5.20564 20.9889 4.70569 21 4.198C21.0164 3.64259 20.9191 3.08968 20.7142 2.57323C20.5092 2.05677 20.2008 1.58766 19.8079 1.1947C19.4151 0.801739 18.9461 0.493215 18.4297 0.288071C17.9133 0.0829262 17.3604 -0.0145095 16.805 0.00174518C16.2971 0.012685 15.7969 0.128351 15.3358 0.341504C14.8746 0.554656 14.4624 0.860706 14.125 1.2405C13.6581 1.78161 13.2785 2.3923 13 3.0505C12.7215 2.3923 12.3419 1.78161 11.875 1.2405C11.5376 0.860706 11.1254 0.554656 10.6642 0.341504C10.2031 0.128351 9.70291 0.012685 9.195 0.00174518C8.63959 -0.0145095 8.08671 0.0829262 7.57032 0.288071C7.05392 0.493215 6.58491 0.801739 6.19206 1.1947C5.79922 1.58766 5.49083 2.05677 5.28584 2.57323C5.08085 3.08968 4.98358 3.64259 5 4.198C5.01111 4.70569 5.12686 5.20564 5.34001 5.66656C5.55315 6.12748 5.85911 6.53947 6.23875 6.87675C6.28625 6.918 6.33625 6.958 6.385 7.00175H2C1.46957 7.00175 0.960859 7.21246 0.585786 7.58753C0.210714 7.9626 0 8.47131 0 9.00175V13.0017C0 13.5322 0.210714 14.0409 0.585786 14.416C0.960859 14.791 1.46957 15.0017 2 15.0017V23.0017C2 23.5322 2.21071 24.0409 2.58579 24.416C2.96086 24.791 3.46957 25.0017 4 25.0017H22C22.5304 25.0017 23.0391 24.791 23.4142 24.416C23.7893 24.0409 24 23.5322 24 23.0017V15.0017C24.5304 15.0017 25.0391 14.791 25.4142 14.416C25.7893 14.0409 26 13.5322 26 13.0017V9.00175C26 8.47131 25.7893 7.9626 25.4142 7.58753C25.0391 7.21246 24.5304 7.00175 24 7.00175ZM15.625 2.5655C15.7833 2.39065 15.9761 2.25042 16.1912 2.15362C16.4063 2.05682 16.6391 2.00554 16.875 2.003H16.9363C17.2127 2.00472 17.486 2.06161 17.7402 2.17033C17.9944 2.27905 18.2244 2.43742 18.4166 2.63614C18.6088 2.83486 18.7594 3.06995 18.8596 3.32763C18.9597 3.5853 19.0075 3.86038 19 4.13675C18.9975 4.37262 18.9462 4.60542 18.8494 4.82053C18.7526 5.03564 18.6123 5.22841 18.4375 5.38675C17.2512 6.43675 15.2825 6.80675 14.0625 6.93675C14.2125 5.613 14.625 3.68924 15.625 2.5655ZM7.61375 2.6105C8.00118 2.22311 8.52588 2.00433 9.07375 2.00175H9.135C9.37087 2.00429 9.60367 2.05557 9.81878 2.15237C10.0339 2.24917 10.2267 2.3894 10.385 2.56425C11.4338 3.74925 11.8038 5.71424 11.9338 6.92924C10.7188 6.80424 8.75375 6.42924 7.56875 5.3805C7.3939 5.22216 7.25367 5.02939 7.15687 4.81428C7.06008 4.59917 7.00879 4.36637 7.00625 4.1305C6.9985 3.84954 7.0479 3.56994 7.15147 3.30865C7.25504 3.04736 7.41061 2.80984 7.60875 2.6105H7.61375ZM2 9.00175H12V13.0017H2V9.00175ZM4 15.0017H12V23.0017H4V15.0017ZM22 23.0017H14V15.0017H22V23.0017ZM24 13.0017H14V9.00175H24V13.0017Z' fill='white'/%3E%3C/svg%3E%0A"); }
nav section ul.menu-sec > li:hover a.affiliate, nav section ul.menu-sec > li.active a.affiliate { background-image: url("data:image/svg+xml,%3Csvg width='26' height='25' viewBox='0 0 26 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 7.00175H19.615C19.6637 6.96049 19.7137 6.9205 19.7612 6.87675C20.1409 6.53947 20.4468 6.12748 20.66 5.66656C20.8731 5.20564 20.9889 4.70569 21 4.198C21.0164 3.64259 20.9191 3.08968 20.7142 2.57323C20.5092 2.05677 20.2008 1.58766 19.8079 1.1947C19.4151 0.801739 18.9461 0.493215 18.4297 0.288071C17.9133 0.0829262 17.3604 -0.0145095 16.805 0.00174518C16.2971 0.012685 15.7969 0.128351 15.3358 0.341504C14.8746 0.554656 14.4624 0.860706 14.125 1.2405C13.6581 1.78161 13.2785 2.3923 13 3.0505C12.7215 2.3923 12.3419 1.78161 11.875 1.2405C11.5376 0.860706 11.1254 0.554656 10.6642 0.341504C10.2031 0.128351 9.70291 0.012685 9.195 0.00174518C8.63959 -0.0145095 8.08671 0.0829262 7.57032 0.288071C7.05392 0.493215 6.58491 0.801739 6.19206 1.1947C5.79922 1.58766 5.49083 2.05677 5.28584 2.57323C5.08085 3.08968 4.98358 3.64259 5 4.198C5.01111 4.70569 5.12686 5.20564 5.34001 5.66656C5.55315 6.12748 5.85911 6.53947 6.23875 6.87675C6.28625 6.918 6.33625 6.958 6.385 7.00175H2C1.46957 7.00175 0.960859 7.21246 0.585786 7.58753C0.210714 7.9626 0 8.47131 0 9.00175V13.0017C0 13.5322 0.210714 14.0409 0.585786 14.416C0.960859 14.791 1.46957 15.0017 2 15.0017V23.0017C2 23.5322 2.21071 24.0409 2.58579 24.416C2.96086 24.791 3.46957 25.0017 4 25.0017H22C22.5304 25.0017 23.0391 24.791 23.4142 24.416C23.7893 24.0409 24 23.5322 24 23.0017V15.0017C24.5304 15.0017 25.0391 14.791 25.4142 14.416C25.7893 14.0409 26 13.5322 26 13.0017V9.00175C26 8.47131 25.7893 7.9626 25.4142 7.58753C25.0391 7.21246 24.5304 7.00175 24 7.00175ZM15.625 2.5655C15.7833 2.39065 15.9761 2.25042 16.1912 2.15362C16.4063 2.05682 16.6391 2.00554 16.875 2.003H16.9363C17.2127 2.00472 17.486 2.06161 17.7402 2.17033C17.9944 2.27905 18.2244 2.43742 18.4166 2.63614C18.6088 2.83486 18.7594 3.06995 18.8596 3.32763C18.9597 3.5853 19.0075 3.86038 19 4.13675C18.9975 4.37262 18.9462 4.60542 18.8494 4.82053C18.7526 5.03564 18.6123 5.22841 18.4375 5.38675C17.2512 6.43675 15.2825 6.80675 14.0625 6.93675C14.2125 5.613 14.625 3.68924 15.625 2.5655ZM7.61375 2.6105C8.00118 2.22311 8.52588 2.00433 9.07375 2.00175H9.135C9.37087 2.00429 9.60367 2.05557 9.81878 2.15237C10.0339 2.24917 10.2267 2.3894 10.385 2.56425C11.4338 3.74925 11.8038 5.71424 11.9338 6.92924C10.7188 6.80424 8.75375 6.42924 7.56875 5.3805C7.3939 5.22216 7.25367 5.02939 7.15687 4.81428C7.06008 4.59917 7.00879 4.36637 7.00625 4.1305C6.9985 3.84954 7.0479 3.56994 7.15147 3.30865C7.25504 3.04736 7.41061 2.80984 7.60875 2.6105H7.61375ZM2 9.00175H12V13.0017H2V9.00175ZM4 15.0017H12V23.0017H4V15.0017ZM22 23.0017H14V15.0017H22V23.0017ZM24 13.0017H14V9.00175H24V13.0017Z' fill='%23334147'/%3E%3C/svg%3E%0A"); }
nav section ul.menu-sec > li a.beallitasok { background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0011 6.46259C11.8993 6.46259 10.8222 6.78734 9.906 7.39579C8.98985 8.00424 8.2758 8.86905 7.85414 9.88086C7.43248 10.8927 7.32216 12.006 7.53712 13.0802C7.75208 14.1543 8.28267 15.141 9.06179 15.9154C9.84091 16.6898 10.8336 17.2172 11.9142 17.4308C12.9949 17.6445 14.1151 17.5348 15.133 17.1157C16.151 16.6966 17.0211 15.9869 17.6332 15.0763C18.2454 14.1657 18.5721 13.0951 18.5721 11.9999C18.5706 10.5318 17.9832 9.12423 16.9387 8.08611C15.8943 7.048 14.4782 6.46411 13.0011 6.46259ZM13.0011 15.6914C12.2665 15.6914 11.5485 15.4749 10.9377 15.0693C10.3269 14.6637 9.8509 14.0871 9.56979 13.4126C9.28869 12.7381 9.21514 11.9958 9.35844 11.2797C9.50175 10.5636 9.85548 9.90586 10.3749 9.38959C10.8943 8.87331 11.5561 8.52173 12.2765 8.37929C12.997 8.23685 13.7437 8.30996 14.4224 8.58936C15.101 8.86876 15.6811 9.34192 16.0892 9.94899C16.4973 10.5561 16.7151 11.2698 16.7151 11.9999C16.7151 12.979 16.3238 13.9179 15.6273 14.6102C14.9308 15.3025 13.9861 15.6914 13.0011 15.6914ZM25.7611 9.60155C25.7352 9.47159 25.6815 9.34869 25.6036 9.2412C25.5257 9.13371 25.4254 9.04415 25.3096 8.9786L21.8474 7.01747L21.8335 3.13904C21.8331 3.00547 21.8035 2.87358 21.7468 2.75248C21.6901 2.63139 21.6076 2.52397 21.505 2.43765C20.2492 1.38175 18.8029 0.572571 17.2432 0.0531401C17.1204 0.0118176 16.9902 -0.0034747 16.8611 0.00824799C16.7319 0.0199707 16.6067 0.0584485 16.4934 0.121203L13.0011 2.06157L9.50528 0.117742C9.39195 0.0546342 9.26655 0.0158658 9.1372 0.00394304C9.00785 -0.00797974 8.87743 0.00720833 8.75435 0.0485255C7.1958 0.571753 5.75121 1.38402 4.49716 2.44226C4.39475 2.52846 4.31236 2.63569 4.25566 2.75657C4.19895 2.87746 4.16929 3.00913 4.1687 3.1425L4.15129 7.02439L0.689128 8.98553C0.573299 9.05107 0.473024 9.14063 0.395119 9.24812C0.317214 9.35561 0.263505 9.47851 0.237642 9.60847C-0.0792142 11.1911 -0.0792142 12.8203 0.237642 14.4029C0.263505 14.5328 0.317214 14.6557 0.395119 14.7632C0.473024 14.8707 0.573299 14.9603 0.689128 15.0258L4.15129 16.9869L4.16522 20.8654C4.16564 20.999 4.19522 21.1308 4.25193 21.2519C4.30864 21.373 4.39112 21.4805 4.49368 21.5668C5.74956 22.6227 7.19581 23.4319 8.75551 23.9513C8.87834 23.9926 9.00851 24.0079 9.13765 23.9962C9.26678 23.9845 9.39201 23.946 9.50528 23.8832L13.0011 21.9382L16.4969 23.8821C16.6353 23.9587 16.7912 23.9984 16.9496 23.9974C17.051 23.9974 17.1517 23.981 17.2478 23.949C18.8062 23.4264 20.2508 22.615 21.505 21.5575C21.6074 21.4714 21.6898 21.3641 21.7465 21.2432C21.8032 21.1223 21.8329 20.9907 21.8335 20.8573L21.8509 16.9754L25.3131 15.0143C25.4289 14.9487 25.5292 14.8592 25.6071 14.7517C25.685 14.6442 25.7387 14.5213 25.7646 14.3913C26.0796 12.81 26.0785 11.1824 25.7611 9.60155ZM24.0201 13.6288L20.7042 15.5034C20.5589 15.5855 20.4386 15.7051 20.356 15.8495C20.2887 15.9649 20.2179 16.0871 20.1459 16.2025C20.0538 16.348 20.0048 16.5163 20.0043 16.6882L19.9869 20.4086C19.0957 21.1042 18.1027 21.6605 17.0424 22.0582L13.6975 20.2055C13.5586 20.1291 13.4024 20.0894 13.2437 20.0902H13.2216C13.0812 20.0902 12.9396 20.0902 12.7991 20.0902C12.633 20.086 12.4688 20.1258 12.3233 20.2055L8.97603 22.0628C7.91349 21.6682 6.9178 21.1146 6.02339 20.4212L6.01062 16.7066C6.01005 16.5344 5.961 16.3658 5.86902 16.2198C5.79706 16.1044 5.72627 15.9891 5.66011 15.8668C5.57808 15.7202 5.4578 15.5982 5.31192 15.5138L1.99252 13.6346C1.82074 12.5546 1.82074 11.4545 1.99252 10.3745L5.30264 8.4964C5.44792 8.41428 5.56821 8.29472 5.65082 8.15031C5.71814 8.03495 5.78894 7.91267 5.8609 7.79731C5.95301 7.65183 6.00208 7.48353 6.0025 7.31164L6.01991 3.59126C6.91119 2.89557 7.90414 2.33927 8.96443 1.9416L12.3047 3.79429C12.4501 3.87438 12.6144 3.91422 12.7806 3.90965C12.921 3.90965 13.0626 3.90965 13.203 3.90965C13.3692 3.91378 13.5334 3.87396 13.6789 3.79429L17.0262 1.93698C18.0887 2.3316 19.0844 2.88518 19.9788 3.57857L19.9916 7.29318C19.9922 7.46541 20.0412 7.63404 20.1332 7.78001C20.2051 7.89537 20.2759 8.01073 20.3421 8.13301C20.4241 8.27965 20.5444 8.40159 20.6903 8.48601L24.0097 10.3652C24.1837 11.4461 24.1857 12.5474 24.0155 13.6288H24.0201Z' fill='white'/%3E%3C/svg%3E"); }
nav section ul.menu-sec > li:hover a.beallitasok, nav section ul.menu-sec > li.active a.beallitasok { background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0011 6.46259C11.8993 6.46259 10.8222 6.78734 9.906 7.39579C8.98985 8.00424 8.2758 8.86905 7.85414 9.88086C7.43248 10.8927 7.32216 12.006 7.53712 13.0802C7.75208 14.1543 8.28267 15.141 9.06179 15.9154C9.84091 16.6898 10.8336 17.2172 11.9142 17.4308C12.9949 17.6445 14.1151 17.5348 15.133 17.1157C16.151 16.6966 17.0211 15.9869 17.6332 15.0763C18.2454 14.1657 18.5721 13.0951 18.5721 11.9999C18.5706 10.5318 17.9832 9.12423 16.9387 8.08611C15.8943 7.048 14.4782 6.46411 13.0011 6.46259ZM13.0011 15.6914C12.2665 15.6914 11.5485 15.4749 10.9377 15.0693C10.3269 14.6637 9.8509 14.0871 9.56979 13.4126C9.28869 12.7381 9.21514 11.9958 9.35844 11.2797C9.50175 10.5636 9.85548 9.90586 10.3749 9.38959C10.8943 8.87331 11.5561 8.52173 12.2765 8.37929C12.997 8.23685 13.7437 8.30996 14.4224 8.58936C15.101 8.86876 15.6811 9.34192 16.0892 9.94899C16.4973 10.5561 16.7151 11.2698 16.7151 11.9999C16.7151 12.979 16.3238 13.9179 15.6273 14.6102C14.9308 15.3025 13.9861 15.6914 13.0011 15.6914ZM25.7611 9.60155C25.7352 9.47159 25.6815 9.34869 25.6036 9.2412C25.5257 9.13371 25.4254 9.04415 25.3096 8.9786L21.8474 7.01747L21.8335 3.13904C21.8331 3.00547 21.8035 2.87358 21.7468 2.75248C21.6901 2.63139 21.6076 2.52397 21.505 2.43765C20.2492 1.38175 18.8029 0.572571 17.2432 0.0531401C17.1204 0.0118176 16.9902 -0.0034747 16.8611 0.00824799C16.7319 0.0199707 16.6067 0.0584485 16.4934 0.121203L13.0011 2.06157L9.50528 0.117742C9.39195 0.0546342 9.26655 0.0158658 9.1372 0.00394304C9.00785 -0.00797974 8.87743 0.00720833 8.75435 0.0485255C7.1958 0.571753 5.75121 1.38402 4.49716 2.44226C4.39475 2.52846 4.31236 2.63569 4.25566 2.75657C4.19895 2.87746 4.16929 3.00913 4.1687 3.1425L4.15129 7.02439L0.689128 8.98553C0.573299 9.05107 0.473024 9.14063 0.395119 9.24812C0.317214 9.35561 0.263505 9.47851 0.237642 9.60847C-0.0792142 11.1911 -0.0792142 12.8203 0.237642 14.4029C0.263505 14.5328 0.317214 14.6557 0.395119 14.7632C0.473024 14.8707 0.573299 14.9603 0.689128 15.0258L4.15129 16.9869L4.16522 20.8654C4.16564 20.999 4.19522 21.1308 4.25193 21.2519C4.30864 21.373 4.39112 21.4805 4.49368 21.5668C5.74956 22.6227 7.19581 23.4319 8.75551 23.9513C8.87834 23.9926 9.00851 24.0079 9.13765 23.9962C9.26678 23.9845 9.39201 23.946 9.50528 23.8832L13.0011 21.9382L16.4969 23.8821C16.6353 23.9587 16.7912 23.9984 16.9496 23.9974C17.051 23.9974 17.1517 23.981 17.2478 23.949C18.8062 23.4264 20.2508 22.615 21.505 21.5575C21.6074 21.4714 21.6898 21.3641 21.7465 21.2432C21.8032 21.1223 21.8329 20.9907 21.8335 20.8573L21.8509 16.9754L25.3131 15.0143C25.4289 14.9487 25.5292 14.8592 25.6071 14.7517C25.685 14.6442 25.7387 14.5213 25.7646 14.3913C26.0796 12.81 26.0785 11.1824 25.7611 9.60155ZM24.0201 13.6288L20.7042 15.5034C20.5589 15.5855 20.4386 15.7051 20.356 15.8495C20.2887 15.9649 20.2179 16.0871 20.1459 16.2025C20.0538 16.348 20.0048 16.5163 20.0043 16.6882L19.9869 20.4086C19.0957 21.1042 18.1027 21.6605 17.0424 22.0582L13.6975 20.2055C13.5586 20.1291 13.4024 20.0894 13.2437 20.0902H13.2216C13.0812 20.0902 12.9396 20.0902 12.7991 20.0902C12.633 20.086 12.4688 20.1258 12.3233 20.2055L8.97603 22.0628C7.91349 21.6682 6.9178 21.1146 6.02339 20.4212L6.01062 16.7066C6.01005 16.5344 5.961 16.3658 5.86902 16.2198C5.79706 16.1044 5.72627 15.9891 5.66011 15.8668C5.57808 15.7202 5.4578 15.5982 5.31192 15.5138L1.99252 13.6346C1.82074 12.5546 1.82074 11.4545 1.99252 10.3745L5.30264 8.4964C5.44792 8.41428 5.56821 8.29472 5.65082 8.15031C5.71814 8.03495 5.78894 7.91267 5.8609 7.79731C5.95301 7.65183 6.00208 7.48353 6.0025 7.31164L6.01991 3.59126C6.91119 2.89557 7.90414 2.33927 8.96443 1.9416L12.3047 3.79429C12.4501 3.87438 12.6144 3.91422 12.7806 3.90965C12.921 3.90965 13.0626 3.90965 13.203 3.90965C13.3692 3.91378 13.5334 3.87396 13.6789 3.79429L17.0262 1.93698C18.0887 2.3316 19.0844 2.88518 19.9788 3.57857L19.9916 7.29318C19.9922 7.46541 20.0412 7.63404 20.1332 7.78001C20.2051 7.89537 20.2759 8.01073 20.3421 8.13301C20.4241 8.27965 20.5444 8.40159 20.6903 8.48601L24.0097 10.3652C24.1837 11.4461 24.1857 12.5474 24.0155 13.6288H24.0201Z' fill='%23334147'/%3E%3C/svg%3E"); }
nav section ul.menu-sec > li a.uzenetek { background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 10C11.5 9.70333 11.588 9.41332 11.7528 9.16665C11.9176 8.91997 12.1519 8.72771 12.426 8.61418C12.7001 8.50065 13.0017 8.47094 13.2926 8.52882C13.5836 8.5867 13.8509 8.72956 14.0607 8.93934C14.2704 9.14912 14.4133 9.41639 14.4712 9.70736C14.5291 9.99834 14.4993 10.2999 14.3858 10.574C14.2723 10.8481 14.08 11.0824 13.8334 11.2472C13.5867 11.412 13.2967 11.5 13 11.5C12.6022 11.5 12.2206 11.342 11.9393 11.0607C11.658 10.7794 11.5 10.3978 11.5 10ZM18.5 11.5C18.7967 11.5 19.0867 11.412 19.3334 11.2472C19.58 11.0824 19.7723 10.8481 19.8858 10.574C19.9993 10.2999 20.0291 9.99834 19.9712 9.70736C19.9133 9.41639 19.7704 9.14912 19.5607 8.93934C19.3509 8.72956 19.0836 8.5867 18.7926 8.52882C18.5017 8.47094 18.2001 8.50065 17.926 8.61418C17.6519 8.72771 17.4176 8.91997 17.2528 9.16665C17.088 9.41332 17 9.70333 17 10C17 10.3978 17.158 10.7794 17.4393 11.0607C17.7206 11.342 18.1022 11.5 18.5 11.5ZM26 2V18C26 18.5304 25.7893 19.0391 25.4142 19.4142C25.0391 19.7893 24.5304 20 24 20H16.5662L14.7113 23.0362C14.5327 23.3312 14.2809 23.5749 13.9804 23.7439C13.6799 23.9128 13.3408 24.0012 12.996 24.0004C12.6512 23.9997 12.3125 23.9098 12.0127 23.7396C11.713 23.5693 11.4623 23.3244 11.285 23.0287L9.43375 20H2C1.46957 20 0.960859 19.7893 0.585786 19.4142C0.210714 19.0391 0 18.5304 0 18V2C0 1.46957 0.210714 0.960859 0.585786 0.585786C0.960859 0.210714 1.46957 0 2 0H24C24.5304 0 25.0391 0.210714 25.4142 0.585786C25.7893 0.960859 26 1.46957 26 2ZM24 2H2V18H9.43375C9.77805 18.0009 10.1164 18.0902 10.4162 18.2594C10.7161 18.4286 10.9675 18.672 11.1462 18.9662L13 22L14.8525 18.96C15.0321 18.6667 15.284 18.4243 15.584 18.2562C15.8841 18.0881 16.2223 17.9999 16.5662 18H24V2ZM7.5 11.5C7.79667 11.5 8.08668 11.412 8.33335 11.2472C8.58003 11.0824 8.77229 10.8481 8.88582 10.574C8.99935 10.2999 9.02906 9.99834 8.97118 9.70736C8.9133 9.41639 8.77044 9.14912 8.56066 8.93934C8.35088 8.72956 8.08361 8.5867 7.79264 8.52882C7.50166 8.47094 7.20006 8.50065 6.92597 8.61418C6.65189 8.72771 6.41762 8.91997 6.2528 9.16665C6.08797 9.41332 6 9.70333 6 10C6 10.3978 6.15804 10.7794 6.43934 11.0607C6.72064 11.342 7.10218 11.5 7.5 11.5Z' fill='white'/%3E%3C/svg%3E"); }
nav section ul.menu-sec > li:hover a.uzenetek, nav section ul.menu-sec > li.active a.uzenetek { background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 10C11.5 9.70333 11.588 9.41332 11.7528 9.16665C11.9176 8.91997 12.1519 8.72771 12.426 8.61418C12.7001 8.50065 13.0017 8.47094 13.2926 8.52882C13.5836 8.5867 13.8509 8.72956 14.0607 8.93934C14.2704 9.14912 14.4133 9.41639 14.4712 9.70736C14.5291 9.99834 14.4993 10.2999 14.3858 10.574C14.2723 10.8481 14.08 11.0824 13.8334 11.2472C13.5867 11.412 13.2967 11.5 13 11.5C12.6022 11.5 12.2206 11.342 11.9393 11.0607C11.658 10.7794 11.5 10.3978 11.5 10ZM18.5 11.5C18.7967 11.5 19.0867 11.412 19.3334 11.2472C19.58 11.0824 19.7723 10.8481 19.8858 10.574C19.9993 10.2999 20.0291 9.99834 19.9712 9.70736C19.9133 9.41639 19.7704 9.14912 19.5607 8.93934C19.3509 8.72956 19.0836 8.5867 18.7926 8.52882C18.5017 8.47094 18.2001 8.50065 17.926 8.61418C17.6519 8.72771 17.4176 8.91997 17.2528 9.16665C17.088 9.41332 17 9.70333 17 10C17 10.3978 17.158 10.7794 17.4393 11.0607C17.7206 11.342 18.1022 11.5 18.5 11.5ZM26 2V18C26 18.5304 25.7893 19.0391 25.4142 19.4142C25.0391 19.7893 24.5304 20 24 20H16.5662L14.7113 23.0362C14.5327 23.3312 14.2809 23.5749 13.9804 23.7439C13.6799 23.9128 13.3408 24.0012 12.996 24.0004C12.6512 23.9997 12.3125 23.9098 12.0127 23.7396C11.713 23.5693 11.4623 23.3244 11.285 23.0287L9.43375 20H2C1.46957 20 0.960859 19.7893 0.585786 19.4142C0.210714 19.0391 0 18.5304 0 18V2C0 1.46957 0.210714 0.960859 0.585786 0.585786C0.960859 0.210714 1.46957 0 2 0H24C24.5304 0 25.0391 0.210714 25.4142 0.585786C25.7893 0.960859 26 1.46957 26 2ZM24 2H2V18H9.43375C9.77805 18.0009 10.1164 18.0902 10.4162 18.2594C10.7161 18.4286 10.9675 18.672 11.1462 18.9662L13 22L14.8525 18.96C15.0321 18.6667 15.284 18.4243 15.584 18.2562C15.8841 18.0881 16.2223 17.9999 16.5662 18H24V2ZM7.5 11.5C7.79667 11.5 8.08668 11.412 8.33335 11.2472C8.58003 11.0824 8.77229 10.8481 8.88582 10.574C8.99935 10.2999 9.02906 9.99834 8.97118 9.70736C8.9133 9.41639 8.77044 9.14912 8.56066 8.93934C8.35088 8.72956 8.08361 8.5867 7.79264 8.52882C7.50166 8.47094 7.20006 8.50065 6.92597 8.61418C6.65189 8.72771 6.41762 8.91997 6.2528 9.16665C6.08797 9.41332 6 9.70333 6 10C6 10.3978 6.15804 10.7794 6.43934 11.0607C6.72064 11.342 7.10218 11.5 7.5 11.5Z' fill='%23334147'/%3E%3C/svg%3E"); }
nav section ul.menu-sec > li a.penzugyek { background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.125 9.79672V9.1875C20.125 6.44438 15.9873 4.375 10.5 4.375C5.01266 4.375 0.875 6.44438 0.875 9.1875V13.5625C0.875 15.8473 3.74609 17.663 7.875 18.2066V18.8125C7.875 21.5556 12.0127 23.625 17.5 23.625C22.9873 23.625 27.125 21.5556 27.125 18.8125V14.4375C27.125 12.1734 24.3447 10.3556 20.125 9.79672ZM25.375 14.4375C25.375 15.8834 22.0073 17.5 17.5 17.5C17.092 17.5 16.6873 17.4858 16.2881 17.4595C18.6473 16.5998 20.125 15.2031 20.125 13.5625V11.5653C23.392 12.052 25.375 13.3733 25.375 14.4375ZM7.875 16.4336V13.8316C8.74538 13.945 9.62226 14.0012 10.5 14C11.3777 14.0012 12.2546 13.945 13.125 13.8316V16.4336C12.2559 16.562 11.3785 16.626 10.5 16.625C9.62148 16.626 8.74409 16.562 7.875 16.4336ZM18.375 12.0236V13.5625C18.375 14.4802 17.0177 15.4656 14.875 16.0639V13.5078C16.287 13.1655 17.4825 12.6558 18.375 12.0236ZM10.5 6.125C15.0073 6.125 18.375 7.74156 18.375 9.1875C18.375 10.6334 15.0073 12.25 10.5 12.25C5.99266 12.25 2.625 10.6334 2.625 9.1875C2.625 7.74156 5.99266 6.125 10.5 6.125ZM2.625 13.5625V12.0236C3.5175 12.6558 4.71297 13.1655 6.125 13.5078V16.0639C3.98234 15.4656 2.625 14.4802 2.625 13.5625ZM9.625 18.8125V18.3564C9.91266 18.3673 10.2036 18.375 10.5 18.375C10.9244 18.375 11.3389 18.3608 11.7458 18.3367C12.1978 18.4985 12.6582 18.6358 13.125 18.748V21.3139C10.9823 20.7156 9.625 19.7302 9.625 18.8125ZM14.875 21.6836V19.075C15.7451 19.192 16.6221 19.2504 17.5 19.25C18.3777 19.2512 19.2546 19.195 20.125 19.0816V21.6836C18.3843 21.9388 16.6157 21.9388 14.875 21.6836ZM21.875 21.3139V18.7578C23.287 18.4155 24.4825 17.9058 25.375 17.2736V18.8125C25.375 19.7302 24.0177 20.7156 21.875 21.3139Z' fill='white'/%3E%3C/svg%3E"); }
nav section ul.menu-sec > li:hover a.penzugyek, nav section ul.menu-sec > li.active a.penzugyek { background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.125 9.79672V9.1875C20.125 6.44438 15.9873 4.375 10.5 4.375C5.01266 4.375 0.875 6.44438 0.875 9.1875V13.5625C0.875 15.8473 3.74609 17.663 7.875 18.2066V18.8125C7.875 21.5556 12.0127 23.625 17.5 23.625C22.9873 23.625 27.125 21.5556 27.125 18.8125V14.4375C27.125 12.1734 24.3447 10.3556 20.125 9.79672ZM25.375 14.4375C25.375 15.8834 22.0073 17.5 17.5 17.5C17.092 17.5 16.6873 17.4858 16.2881 17.4595C18.6473 16.5998 20.125 15.2031 20.125 13.5625V11.5653C23.392 12.052 25.375 13.3733 25.375 14.4375ZM7.875 16.4336V13.8316C8.74538 13.945 9.62226 14.0012 10.5 14C11.3777 14.0012 12.2546 13.945 13.125 13.8316V16.4336C12.2559 16.562 11.3785 16.626 10.5 16.625C9.62148 16.626 8.74409 16.562 7.875 16.4336ZM18.375 12.0236V13.5625C18.375 14.4802 17.0177 15.4656 14.875 16.0639V13.5078C16.287 13.1655 17.4825 12.6558 18.375 12.0236ZM10.5 6.125C15.0073 6.125 18.375 7.74156 18.375 9.1875C18.375 10.6334 15.0073 12.25 10.5 12.25C5.99266 12.25 2.625 10.6334 2.625 9.1875C2.625 7.74156 5.99266 6.125 10.5 6.125ZM2.625 13.5625V12.0236C3.5175 12.6558 4.71297 13.1655 6.125 13.5078V16.0639C3.98234 15.4656 2.625 14.4802 2.625 13.5625ZM9.625 18.8125V18.3564C9.91266 18.3673 10.2036 18.375 10.5 18.375C10.9244 18.375 11.3389 18.3608 11.7458 18.3367C12.1978 18.4985 12.6582 18.6358 13.125 18.748V21.3139C10.9823 20.7156 9.625 19.7302 9.625 18.8125ZM14.875 21.6836V19.075C15.7451 19.192 16.6221 19.2504 17.5 19.25C18.3777 19.2512 19.2546 19.195 20.125 19.0816V21.6836C18.3843 21.9388 16.6157 21.9388 14.875 21.6836ZM21.875 21.3139V18.7578C23.287 18.4155 24.4825 17.9058 25.375 17.2736V18.8125C25.375 19.7302 24.0177 20.7156 21.875 21.3139Z' fill='%23334147'/%3E%3C/svg%3E"); }
nav section ul.menu-sec > li a.sugo { background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 19.5C14.5 19.7967 14.412 20.0867 14.2472 20.3334C14.0824 20.58 13.8481 20.7723 13.574 20.8858C13.2999 20.9993 12.9983 21.0291 12.7074 20.9712C12.4164 20.9133 12.1491 20.7704 11.9393 20.5607C11.7296 20.3509 11.5867 20.0836 11.5288 19.7926C11.471 19.5017 11.5007 19.2001 11.6142 18.926C11.7277 18.6519 11.92 18.4176 12.1667 18.2528C12.4133 18.088 12.7033 18 13 18C13.3978 18 13.7794 18.158 14.0607 18.4393C14.342 18.7206 14.5 19.1022 14.5 19.5ZM13 6C10.2425 6 8.00001 8.01875 8.00001 10.5V11C8.00001 11.2652 8.10536 11.5196 8.2929 11.7071C8.48044 11.8946 8.73479 12 9.00001 12C9.26522 12 9.51958 11.8946 9.70711 11.7071C9.89465 11.5196 10 11.2652 10 11V10.5C10 9.125 11.3463 8 13 8C14.6538 8 16 9.125 16 10.5C16 11.875 14.6538 13 13 13C12.7348 13 12.4804 13.1054 12.2929 13.2929C12.1054 13.4804 12 13.7348 12 14V15C12 15.2652 12.1054 15.5196 12.2929 15.7071C12.4804 15.8946 12.7348 16 13 16C13.2652 16 13.5196 15.8946 13.7071 15.7071C13.8946 15.5196 14 15.2652 14 15V14.91C16.28 14.4913 18 12.6725 18 10.5C18 8.01875 15.7575 6 13 6ZM26 13C26 15.5712 25.2376 18.0846 23.8091 20.2224C22.3807 22.3603 20.3503 24.0265 17.9749 25.0104C15.5995 25.9944 12.9856 26.2518 10.4638 25.7502C7.94208 25.2486 5.6257 24.0105 3.80762 22.1924C1.98953 20.3743 0.751405 18.0579 0.249797 15.5362C-0.251811 13.0144 0.0056327 10.4006 0.989572 8.02512C1.97351 5.64968 3.63975 3.61935 5.77759 2.1909C7.91543 0.762437 10.4288 0 13 0C16.4467 0.00363977 19.7512 1.37445 22.1884 3.81163C24.6256 6.24882 25.9964 9.5533 26 13ZM24 13C24 10.8244 23.3549 8.69767 22.1462 6.88873C20.9375 5.07979 19.2195 3.66989 17.2095 2.83733C15.1995 2.00476 12.9878 1.78692 10.854 2.21136C8.72022 2.6358 6.76021 3.68345 5.22183 5.22183C3.68345 6.7602 2.63581 8.72022 2.21137 10.854C1.78693 12.9878 2.00477 15.1995 2.83733 17.2095C3.66989 19.2195 5.07979 20.9375 6.88873 22.1462C8.69767 23.3549 10.8244 24 13 24C15.9164 23.9967 18.7123 22.8367 20.7745 20.7745C22.8367 18.7123 23.9967 15.9164 24 13Z' fill='white'/%3E%3C/svg%3E"); }
nav section ul.menu-sec > li:hover a.sugo, nav section ul.menu-sec > li.active a.sugo { background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 19.5C14.5 19.7967 14.412 20.0867 14.2472 20.3334C14.0824 20.58 13.8481 20.7723 13.574 20.8858C13.2999 20.9993 12.9983 21.0291 12.7074 20.9712C12.4164 20.9133 12.1491 20.7704 11.9393 20.5607C11.7296 20.3509 11.5867 20.0836 11.5288 19.7926C11.471 19.5017 11.5007 19.2001 11.6142 18.926C11.7277 18.6519 11.92 18.4176 12.1667 18.2528C12.4133 18.088 12.7033 18 13 18C13.3978 18 13.7794 18.158 14.0607 18.4393C14.342 18.7206 14.5 19.1022 14.5 19.5ZM13 6C10.2425 6 8.00001 8.01875 8.00001 10.5V11C8.00001 11.2652 8.10536 11.5196 8.2929 11.7071C8.48044 11.8946 8.73479 12 9.00001 12C9.26522 12 9.51958 11.8946 9.70711 11.7071C9.89465 11.5196 10 11.2652 10 11V10.5C10 9.125 11.3463 8 13 8C14.6538 8 16 9.125 16 10.5C16 11.875 14.6538 13 13 13C12.7348 13 12.4804 13.1054 12.2929 13.2929C12.1054 13.4804 12 13.7348 12 14V15C12 15.2652 12.1054 15.5196 12.2929 15.7071C12.4804 15.8946 12.7348 16 13 16C13.2652 16 13.5196 15.8946 13.7071 15.7071C13.8946 15.5196 14 15.2652 14 15V14.91C16.28 14.4913 18 12.6725 18 10.5C18 8.01875 15.7575 6 13 6ZM26 13C26 15.5712 25.2376 18.0846 23.8091 20.2224C22.3807 22.3603 20.3503 24.0265 17.9749 25.0104C15.5995 25.9944 12.9856 26.2518 10.4638 25.7502C7.94208 25.2486 5.6257 24.0105 3.80762 22.1924C1.98953 20.3743 0.751405 18.0579 0.249797 15.5362C-0.251811 13.0144 0.0056327 10.4006 0.989572 8.02512C1.97351 5.64968 3.63975 3.61935 5.77759 2.1909C7.91543 0.762437 10.4288 0 13 0C16.4467 0.00363977 19.7512 1.37445 22.1884 3.81163C24.6256 6.24882 25.9964 9.5533 26 13ZM24 13C24 10.8244 23.3549 8.69767 22.1462 6.88873C20.9375 5.07979 19.2195 3.66989 17.2095 2.83733C15.1995 2.00476 12.9878 1.78692 10.854 2.21136C8.72022 2.6358 6.76021 3.68345 5.22183 5.22183C3.68345 6.7602 2.63581 8.72022 2.21137 10.854C1.78693 12.9878 2.00477 15.1995 2.83733 17.2095C3.66989 19.2195 5.07979 20.9375 6.88873 22.1462C8.69767 23.3549 10.8244 24 13 24C15.9164 23.9967 18.7123 22.8367 20.7745 20.7745C22.8367 18.7123 23.9967 15.9164 24 13Z' fill='%23334147'/%3E%3C/svg%3E"); }

/* MAIN */

main { width: auto; height: fit-content; min-height: 100vh; flex: 0 1 auto; width: 100%; overflow: hidden; }
.main-content { padding: 20px; height: fit-content; min-height: 100vh; }

/* VIDEÓ */

section.video.inline { position: relative; z-index: 1; margin-top: -100px; }
section.video .area { position: relative; border-radius: 20px; border: 5px solid #fff; box-shadow: 0px 0px 10px rgba(0,0,0,.2) !important; background-color: #fff; }
section.video .area img { border-radius: 20px; width: 100%; aspect-ratio: 16 / 9; position: relative; z-index: 1; }
section.video .area .content { border-radius: 20px 0px 0px 20px; position: absolute; top: 0px; left: 0px; width: 50%; height: 100%; z-index: 2; background-color: rgba(255, 160, 20, .7); padding: 20px 100px 20px 20px; }
section.video .area .content h3 { color: #fff; margin-bottom: 25px; position: relative; padding-left: 40px; }
section.video .area .content.lista h3:nth-child(1)::after { content: '1'; color: #fff; font-size: 60px; font-weight: 700; opacity: .5; position: absolute; top: 15px; left: 0px; }
section.video .area .content.lista h3:nth-child(2)::after { content: '2'; color: #fff; font-size: 60px; font-weight: 700; opacity: .5; position: absolute; top: 15px; left: 0px; }
section.video .area .content.lista h3:nth-child(3)::after { content: '3'; color: #fff; font-size: 60px; font-weight: 700; opacity: .5; position: absolute; top: 15px; left: 0px; }
section.video .area button[play] { background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg width='60' height='70' viewBox='0 0 60 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60 35C60.0022 35.9141 59.7648 36.8132 59.3108 37.6099C58.8568 38.4066 58.2016 39.0737 57.4091 39.5464L8.29091 69.2075C7.46279 69.7081 6.51432 69.9813 5.54345 69.9991C4.57257 70.0168 3.6145 69.7784 2.76818 69.3084C1.92992 68.8458 1.23162 68.1711 0.745104 67.3537C0.258584 66.5363 0.00140065 65.6057 0 64.6577V5.34229C0.00140065 4.39426 0.258584 3.4637 0.745104 2.64631C1.23162 1.82892 1.92992 1.15421 2.76818 0.69155C3.6145 0.221592 4.57257 -0.0168245 5.54345 0.000923237C6.51432 0.018671 7.46279 0.29194 8.29091 0.792508L57.4091 30.4536C58.2016 30.9263 58.8568 31.5934 59.3108 32.3901C59.7648 33.1868 60.0022 34.0859 60 35Z' fill='%23068EE7'/%3E%3C/svg%3E"); background-position: 14px center; background-repeat: no-repeat; border-radius: 50%; position: absolute; z-index: 3; width: 40px; height: 40px; left: calc( 50% - 20px ); top: calc( 50% - 20px ); background-size: 15px; }

/* CHART */
.chart-container { background-color: var(--color-lG); border-radius: 20px; padding: 30px 20px 40px 20px; position: relative; }
.chart-container button { position: absolute; right: 30px; bottom: -20px; }
#chartjs-tooltip { background-color: #F1AF33; border: 2px solid #EE9B00; border-radius: 10px; padding: 5px 10px 5px 10px; }
#chartjs-tooltip th { color: #FCEBCC; font-size: 12px; font-weight: 600; }
#chartjs-tooltip span { color: #334147; font-size: 16px; font-weight: 600; }

/* ... */
.shadowbox { background-color: #fff; border-radius: 20px; box-shadow: 0px 0px 15px rgba(0,0,0,.25) !important; padding: 15px; height: 100%; position: relative; padding-bottom: 40px; margin-right: 20px; }
.shadowbox p { text-align: left; width: 100%; }
.shadowbox div { position: absolute; bottom: -20px; left: 0px; }
.shadowbox img { float: right; width: 100px; aspect-ratio: 1 / 1; position: relative; top: -30px; right: -30px; }

/* ... */
.help { position: relative; }
.help .helptools { position: absolute; right: 15px; top: 0px; }

/* content */

article.dashboard aside { position: relative; padding-left: 60px; }
article.dashboard aside img { width: 40px; position: absolute; top: 10px; left: 0px; }

/* bootstrapTable */
.bootstrap-table .table tr th.minwidth, .bootstrap-table .table tr td.minwidth { width: 1px; }
.bootstrap-table .table tr th.operate, .bootstrap-table .table tr td.operate { border-left: 1px solid var(--color-def); width: 1px; white-space: nowrap; }
.bootstrap-table .table tr th.line, .bootstrap-table .table tr td.line { border-left: 1px solid var(--color-def); width: 1px; }
.bootstrap-table .table:not(.simple) tr th:not(.operate):nth-child(even), .bootstrap-table .table:not(.simple) tr td:not(.operate):nth-child(even) { background-color: var(--color-bglight); }
.bootstrap-table .table tr th * { font-weight: 700; }
.bootstrap-table .fixed-table-container .bootstrap-table .table tfoot th .th-inner, .bootstrap-table .fixed-table-container .bootstrap-table .table thead th .th-inner { white-space: unset; }
.bootstrap-table { position: relative; padding-top: 60px; }
.bootstrap-table .pagination-detail { position: absolute; top: 0px; }
.bootstrap-table.bootstrap5 .float-right { float: unset; display: flex; justify-content: center; margin-top: 20px; }
.bootstrap-table .page-list .btn { padding: 0px 10px 0px 10px; height: 30px; background-color: var(--color-K); }
.bootstrap-table .page-list .btn .page-size { color: #fff; }
.bootstrap-table .page-item { margin-left: 6px; margin-right: 6px; }
.bootstrap-table .page-link { border: unset; border-radius: 6px !important; background-color: var(--color-bglight); color: unset; font-weight: 600; }
.bootstrap-table .page-item.active .page-link { border: unset; border-radius: 6px !important; background-color: var(--color-S); color: #fff; }
.bootstrap-table .page-item.page-pre .page-link, .bootstrap-table .page-item.page-next .page-link { border: unset; border-radius: unset; background-color: unset; background-repeat: no-repeat; background-size: 100%; background-position: center; }
.bootstrap-table .page-item.page-pre .page-link figure { width: 10px; height: 17px; background-position: center; background-size: contain; background-repeat: no-repeat; margin: 0px; background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.75563 0.226615C9.8331 0.298378 9.89456 0.383596 9.93649 0.477397C9.97842 0.571201 10 0.671745 10 0.773286C10 0.87483 9.97842 0.975378 9.93649 1.06918C9.89456 1.16298 9.8331 1.2482 9.75563 1.31996L2.01185 8.50009L9.75563 15.6802C9.91198 15.8252 9.99981 16.0218 9.99981 16.2269C9.99981 16.4319 9.91198 16.6286 9.75563 16.7736C9.59928 16.9185 9.38723 17 9.16612 17C8.94501 17 8.73296 16.9185 8.57662 16.7736L0.244373 9.04676C0.166903 8.975 0.105445 8.88978 0.063514 8.79598C0.0215826 8.70218 -3.67104e-07 8.60163 -3.71543e-07 8.50009C-3.75981e-07 8.39855 0.0215825 8.298 0.063514 8.2042C0.105445 8.1104 0.166903 8.02518 0.244373 7.95342L8.57661 0.226616C8.654 0.154775 8.74589 0.0977818 8.84705 0.0588966C8.9482 0.0200134 9.05662 -3.95878e-07 9.16612 -4.00664e-07C9.27562 -4.0545e-07 9.38404 0.0200134 9.4852 0.0588966C9.58635 0.0977817 9.67824 0.154775 9.75563 0.226615Z' fill='%23334147'/%3E%3C/svg%3E%0A"); }
.bootstrap-table .page-item.page-next .page-link figure { width: 10px; height: 17px; background-position: center; background-size: contain; background-repeat: no-repeat; margin: 0px; background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.244372 16.7734C0.166902 16.7016 0.105443 16.6164 0.063512 16.5226C0.0215809 16.4288 -7.58962e-07 16.3283 -7.60173e-07 16.2267C-7.61384e-07 16.1252 0.0215809 16.0246 0.063512 15.9308C0.105443 15.837 0.166902 15.7518 0.244372 15.68L7.98815 8.49991L0.244371 1.31978C0.0880251 1.17479 0.000189793 0.978151 0.00018979 0.77311C0.000189788 0.568068 0.0880251 0.371425 0.244371 0.226439C0.400718 0.0814525 0.61277 1.15983e-07 0.833878 1.09305e-07C1.05499 1.02626e-07 1.26704 0.0814525 1.42338 0.226439L9.75563 7.95324C9.8331 8.025 9.89455 8.11022 9.93649 8.20402C9.97842 8.29782 10 8.39837 10 8.49991C10 8.60145 9.97842 8.702 9.93649 8.7958C9.89455 8.8896 9.8331 8.97482 9.75563 9.04658L1.42338 16.7734C1.346 16.8452 1.2541 16.9022 1.15295 16.9411C1.0518 16.98 0.943377 17 0.833878 17C0.724379 17 0.615955 16.98 0.514803 16.9411C0.413652 16.9022 0.321756 16.8452 0.244372 16.7734Z' fill='%23334147'/%3E%3C/svg%3E%0A"); }
.bootstrap-table .table .extrahead, .table .extrahead * { background-color: var(--color-K) !important; color: #fff !important; }
.bootstrap-table .loading-text { font-size: 15px !important; }

.bootstrap-table thead, .bootstrap-table thead tr, .bootstrap-table thead tr th { background-color: var(--color-K) !important; }
.bootstrap-table thead tr th .th-inner { color: #fff !important; }

[data-bootstraptable="uzenetek"] .detail-view p { padding-left: 95px; }

/* table - doboz */

table.doboz { border-radius: 20px; background-color: var(--color-bglight); width: 100%; display: table; }

table.doboz thead { width: 100%; }
table.doboz thead th { color: #fff; font-weight: 700; background-color: var(--color-def); }
table.doboz thead th:first-child { border-top-left-radius:20px; padding-left: 20px; }
table.doboz thead th:last-child { border-top-right-radius:20px; padding-right: 20px; }
table.doboz thead th:first-child { border-top-left-radius:20px; padding-left: 20px; }

table.doboz tbody tr.head td { font-weight: 700; }
table.doboz tbody tr:not(:last-child) td { border-bottom: 1px solid var(--color-def); }

table.doboz tbody tr td:first-child { padding-left: 20px }
table.doboz tbody tr td:last-child { padding-right: 20px; }

table.doboz td, table.doboz th { padding-top: 5px; padding-bottom: 5px; }
table.doboz tbody td { font-size: 12px; font-weight: 400; }




/* tooltip */

.tooltip .tooltip-inner { font-size: 12px; background-color: #334147; }
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before { border-top-color: #334147; }
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before { border-right-color: #334147; }
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before { border-bottom-color: #334147; }
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before { border-left-color: #334147; }


/* toast */

#polite { position: fixed; bottom: 20px; right: 20px; z-index: -1; width: 100%; height: 100%; display: none; background-color: rgba(0, 0, 0, .3); }
#polite.show { display: flex; align-items: center; justify-content: center; z-index: 9999999; }
.toast { display: none; }
#polite .toast.info { background-color: var(--color-K); display: block; }
#polite .toast.error { background-color: var(--color-S); display: block; }
#polite .toast-body { color: #fff; }


/* tags */
.tagsInputContainer { display: flex; flex-wrap: wrap; }
.tagsInputContainer span { font-size: 10px; font-weight: 500; border-radius: 8px; background-color: var(--color-S); padding: 5px 30px 5px 10px; position: relative; color: #fff; margin-right: 10px; margin-bottom: 10px; flex: 0 0 auto; width: auto; }
.tagsInputContainer span i { position: absolute; right: 3px; top: 5px; width: 15px; height: 15px; border-radius: 50%; border: 1px solid #fff; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 10px; font-style: normal; cursor: pointer; }


/* új */

#uj { position: relative; min-height: 70px; z-index: 4; }
#uj .container { height: 1px !important; overflow: hidden; opacity: 0; }
.uj-container { border-radius: 20px; background-color: var(--color-K); padding: 10px; position: absolute; width: 100%; }
.uj-container button[data-toggleclass] { font-size: 24px !important; line-height: 30px; font-weight: 600; color: #fff !important; display: flex; justify-content: space-between; width: 100%; background: none !important; }
.uj-container button[data-toggleclass]::after { content:''; width: 50px; height: 50px; border-radius: 50%; background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 12C24 12.2652 23.8946 12.5196 23.7071 12.7071C23.5196 12.8946 23.2652 13 23 13H13V23C13 23.2652 12.8946 23.5196 12.7071 23.7071C12.5196 23.8946 12.2652 24 12 24C11.7348 24 11.4804 23.8946 11.2929 23.7071C11.1054 23.5196 11 23.2652 11 23V13H1C0.734784 13 0.48043 12.8946 0.292893 12.7071C0.105357 12.5196 0 12.2652 0 12C0 11.7348 0.105357 11.4804 0.292893 11.2929C0.48043 11.1054 0.734784 11 1 11H11V1C11 0.734784 11.1054 0.48043 11.2929 0.292893C11.4804 0.105357 11.7348 0 12 0C12.2652 0 12.5196 0.105357 12.7071 0.292893C12.8946 0.48043 13 0.734784 13 1V11H23C23.2652 11 23.5196 11.1054 23.7071 11.2929C23.8946 11.4804 24 11.7348 24 12Z' fill='%23343330'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-position: center; background-size: 24px; }

#uj.open .uj-container button[data-toggleclass]::after { background-image: url("data:image/svg+xml,%3Csvg width='24' height='2' viewBox='0 0 24 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1C24 1.26522 23.8946 1.51957 23.7071 1.70711C23.5196 1.89464 23.2652 2 23 2H1C0.734784 2 0.48043 1.89464 0.292893 1.70711C0.105357 1.51957 0 1.26522 0 1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0H23C23.2652 0 23.5196 0.105357 23.7071 0.292893C23.8946 0.48043 24 0.734784 24 1Z' fill='%23343330'/%3E%3C/svg%3E%0A"); }
#uj.open .uj-container button[data-toggleclass] { color: var(--color-def) !important; }
#uj.open .container { height: unset !important; overflow: unset !important; opacity: 1; width: 100%; padding: 1.5rem !important; }
#uj.open .uj-container { background-color: var(--color-lG); box-shadow: 0px 10px 10px rgba(0,0,0,.3) !important; }

.ujoldal { border-radius: 20px; background-color: var(--color-K); padding: 10px; width: 100%; }
.ujoldal a { font-size: 24px !important; line-height: 30px; font-weight: 600; color: #fff !important; display: flex; justify-content: space-between; width: 100%; background: none !important; border-radius: 8px; padding: 7px 20px 10px 20px; height: 44px; position: relative; }
.ujoldal a::after { content:''; width: 50px; height: 50px; border-radius: 50%; background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 12C24 12.2652 23.8946 12.5196 23.7071 12.7071C23.5196 12.8946 23.2652 13 23 13H13V23C13 23.2652 12.8946 23.5196 12.7071 23.7071C12.5196 23.8946 12.2652 24 12 24C11.7348 24 11.4804 23.8946 11.2929 23.7071C11.1054 23.5196 11 23.2652 11 23V13H1C0.734784 13 0.48043 12.8946 0.292893 12.7071C0.105357 12.5196 0 12.2652 0 12C0 11.7348 0.105357 11.4804 0.292893 11.2929C0.48043 11.1054 0.734784 11 1 11H11V1C11 0.734784 11.1054 0.48043 11.2929 0.292893C11.4804 0.105357 11.7348 0 12 0C12.2652 0 12.5196 0.105357 12.7071 0.292893C12.8946 0.48043 13 0.734784 13 1V11H23C23.2652 11 23.5196 11.1054 23.7071 11.2929C23.8946 11.4804 24 11.7348 24 12Z' fill='%23343330'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-position: center; background-size: 24px; position: absolute; top: -3px; right: 0px; }

/* keresés */

#kereses { position: relative; min-height: 70px; z-index: 4; }
#kereses .container { height: 1px !important; overflow: hidden; opacity: 0; }
.kereses-container { border-radius: 20px; background-color: var(--color-K); padding: 10px; position: absolute; width: 100%; }
.kereses-container button[data-toggleclass] { font-size: 24px !important; line-height: 30px; font-weight: 600; color: #fff !important; display: flex; justify-content: space-between; width: 100%; background: none !important; }
.kereses-container button[data-toggleclass]::after { content:''; width: 50px; height: 50px; border-radius: 50%; background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.7073 24.2938L19.4553 18.0431C21.2674 15.8676 22.171 13.0772 21.9781 10.2524C21.7852 7.42767 20.5108 4.78601 18.4198 2.87697C16.3289 0.967939 13.5825 -0.0614869 10.7519 0.00284319C7.92125 0.0671733 5.22442 1.22031 3.22236 3.22236C1.22031 5.22442 0.0671733 7.92125 0.00284319 10.7519C-0.0614869 13.5825 0.967939 16.3289 2.87697 18.4198C4.78601 20.5108 7.42767 21.7852 10.2524 21.9781C13.0772 22.171 15.8676 21.2674 18.0431 19.4553L24.2938 25.7073C24.3866 25.8001 24.4968 25.8737 24.618 25.9239C24.7393 25.9741 24.8693 26 25.0005 26C25.1318 26 25.2617 25.9741 25.383 25.9239C25.5043 25.8737 25.6145 25.8001 25.7073 25.7073C25.8001 25.6145 25.8737 25.5043 25.9239 25.383C25.9741 25.2617 26 25.1318 26 25.0005C26 24.8693 25.9741 24.7393 25.9239 24.618C25.8737 24.4968 25.8001 24.3866 25.7073 24.2938ZM2.02543 11.0157C2.02543 9.23758 2.5527 7.49941 3.54056 6.02097C4.52843 4.54253 5.93251 3.39023 7.57527 2.70978C9.21802 2.02932 11.0257 1.85129 12.7696 2.19818C14.5135 2.54507 16.1154 3.40131 17.3728 4.65862C18.6301 5.91593 19.4863 7.51784 19.8332 9.26178C20.1801 11.0057 20.0021 12.8134 19.3216 14.4561C18.6411 16.0989 17.4888 17.5029 16.0104 18.4908C14.532 19.4787 12.7938 20.0059 11.0157 20.0059C8.63213 20.0033 6.34696 19.0553 4.66154 17.3698C2.97611 15.6844 2.02808 13.3992 2.02543 11.0157Z' fill='%23343330'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 24px; }

#kereses.open .kereses-container button[data-toggleclass]::after { background-image: url("data:image/svg+xml,%3Csvg width='24' height='2' viewBox='0 0 24 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1C24 1.26522 23.8946 1.51957 23.7071 1.70711C23.5196 1.89464 23.2652 2 23 2H1C0.734784 2 0.48043 1.89464 0.292893 1.70711C0.105357 1.51957 0 1.26522 0 1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0H23C23.2652 0 23.5196 0.105357 23.7071 0.292893C23.8946 0.48043 24 0.734784 24 1Z' fill='%23343330'/%3E%3C/svg%3E%0A"); }
#kereses.open .kereses-container button[data-toggleclass] { color: var(--color-def) !important; }
#kereses.open .container { height: unset !important; overflow: unset !important; opacity: 1; width: 100%; padding: 1.5rem !important; }
#kereses.open .kereses-container { background-color: var(--color-lG); box-shadow: 0px 10px 10px rgba(0,0,0,.3) !important; }



/* egyéb */

.elonezet { font-size: 10px; }



/* ACCORDION */

.accordion { border-radius: 8px !important; border: .5px solid var(--color-def); background-color: var(--color-bglight); }

.accordion-header { height: 52px; }
.accordion-button { height: 52px; font-size: 20px !important; color: var(--color-def); background-color: #fff; border-radius: 8px !important; border: .5px solid var(--color-def); padding: 1rem 2.5rem 1rem 1.25rem; }
.accordion-button * { font-size: 20px !important; color: var(--color-def); }
.accordion-button:not(.collapsed), .accordion-button:not(.collapsed):focus, .accordion-button:not(.collapsed):hover { color: #fff !important; background-color: var(--color-def) !important; }
.accordion-button:not(.collapsed) *, .accordion-button:not(.collapsed):focus *, .accordion-button:not(.collapsed):hover * { color: #fff !important; }
.accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
.accordion-button::after, .collapse-with-arrow::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23334147'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 1.25rem; transition: transform 0.2s ease-in-out; }
.collapse-with-arrow { position: relative; }
.collapse-with-arrow::after { flex-shrink: 0; width: 1.25rem; height: 1.25rem; margin-left: 10px; content: ""; position: absolute; }
.collapse-with-arrow:not(.collapsed)::after { transform: rotate(-180deg); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23334147'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.accordion-button:focus, .accordion-button:hover { border-color: var(--color-def) !important; background-color: var(--color-bglight) !important; color: var(--color-def) !important; outline: 0; box-shadow: unset; }
.accordion-button:focus *, .accordion-button:hover *  { color: var(--color-def) !important; }

.accordion-header { margin-bottom: 0; }

.accordion-item { border: unset; margin-bottom: 8px; }

.accordion-item:first-of-type { border-top-left-radius: 8px; border-top-right-radius: 8px; }
.accordion-item:first-of-type .accordion-button { border-top-left-radius: 8px; border-top-right-radius: 8px; }
.accordion-item:not(:first-of-type) { border-top: 0; }
.accordion-item:last-of-type { border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; margin-bottom: unset; }
.accordion-item:last-of-type .accordion-button.collapsed { border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; }
.accordion-item:last-of-type .accordion-collapse { border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; }

.accordion-body { padding: 1rem 1.25rem; }
.accordion-body form { display: inline-grid; background-color: var(--color-bglight); }
.accordion-body form.alapadatok { background-color: #fff; border-bottom: .5px solid var(--color-def); }

.accordion-body .kiemeles { background-color: #E6E6E6; }
.accordion-body .kiemeles.eleje { border-bottom-left-radius: 8px; border-top-left-radius: 8px; }
.accordion-body .kiemeles.vege { border-bottom-right-radius: 8px; border-top-right-radius: 8px; }

.accordion-flush .accordion-collapse { border-width: 0; }
.accordion-flush .accordion-item { border-right: 0; border-left: 0; border-radius: 0; }
.accordion-flush .accordion-item:first-child { border-top: 0; }
.accordion-flush .accordion-item:last-child { border-bottom: 0; }
.accordion-flush .accordion-item .accordion-button { border-radius: 0; }




/* SORRENDEZŐ */

.sequence { width: 100%; background-color: var(--color-bglight); border-radius: 20px; padding: 20px 40px 20px 40px; }
.sequence .sequence-area div { display: flex; margin-top: 4px; margin-bottom: 4px; padding-top: 4px; padding-bottom: 4px; position: relative; }
.sequence .sequence-area div:not(:last-child) { border-bottom: .5px solid var(--color-def); }
.sequence .sequence-area div p { font-size: 11px; font-weight: 400; margin-left: 20px; }
.sequence .sequence-area div figure, .sequence-area figure.sorrend { margin: 0px; padding: 0px; position: absolute; width: 11px; height: 11px; background-position: center; background-size: contain; background-repeat: no-repeat; z-index: 10!important; }
.sequence .sequence-area div figure:first-child, .sequence-area figure.sorrend:first-child { cursor: crosshair; left: 0px; background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.85378 8.14606C4.90027 8.19249 4.93715 8.24764 4.96231 8.30833C4.98747 8.36903 5.00042 8.43408 5.00042 8.49979C5.00042 8.56549 4.98747 8.63055 4.96231 8.69124C4.93715 8.75194 4.90027 8.80708 4.85378 8.85351L2.85388 10.8534C2.80745 10.8999 2.75231 10.9367 2.69161 10.9619C2.63092 10.9871 2.56586 11 2.50015 11C2.43445 11 2.36939 10.9871 2.30869 10.9619C2.248 10.9367 2.19285 10.8999 2.14642 10.8534L0.146521 8.85351C0.100068 8.80706 0.0632195 8.75191 0.0380795 8.69122C0.0129394 8.63053 0 8.56548 0 8.49979C0 8.43409 0.0129394 8.36904 0.0380795 8.30835C0.0632195 8.24766 0.100068 8.19251 0.146521 8.14606C0.240336 8.05225 0.367577 7.99954 0.500253 7.99954C0.565947 7.99954 0.630998 8.01248 0.691691 8.03762C0.752385 8.06276 0.807532 8.09961 0.853985 8.14606L2.00018 9.29285V0.500358C2.00018 0.367759 2.05285 0.240591 2.14662 0.14683C2.24038 0.0530681 2.36755 0.000393363 2.50015 0.000393363C2.63275 0.000393363 2.75992 0.0530681 2.85369 0.14683C2.94745 0.240591 3.00013 0.367759 3.00013 0.500358V9.29285L4.14632 8.14606C4.19275 8.09958 4.24789 8.0627 4.30859 8.03754C4.36929 8.01238 4.43435 7.99943 4.50005 7.99943C4.56575 7.99943 4.63081 8.01238 4.69151 8.03754C4.75221 8.0627 4.80735 8.09958 4.85378 8.14606ZM10.8535 2.14649L8.85358 0.146633C8.80715 0.100148 8.752 0.0632712 8.69131 0.0381109C8.63061 0.0129505 8.56555 0 8.49985 0C8.43414 0 8.36908 0.0129505 8.30839 0.0381109C8.24769 0.0632712 8.19255 0.100148 8.14612 0.146633L6.14622 2.14649C6.0524 2.2403 5.9997 2.36754 5.9997 2.50021C5.9997 2.63289 6.0524 2.76013 6.14622 2.85394C6.24003 2.94775 6.36727 3.00046 6.49995 3.00046C6.63262 3.00046 6.75987 2.94775 6.85368 2.85394L7.99987 1.70715V10.4996C7.99987 10.6322 8.05255 10.7594 8.14631 10.8532C8.24008 10.9469 8.36725 10.9996 8.49985 10.9996C8.63245 10.9996 8.75962 10.9469 8.85338 10.8532C8.94715 10.7594 8.99982 10.6322 8.99982 10.4996V1.70715L10.146 2.85394C10.2398 2.94775 10.3671 3.00046 10.4997 3.00046C10.6324 3.00046 10.7597 2.94775 10.8535 2.85394C10.9473 2.76013 11 2.63289 11 2.50021C11 2.36754 10.9473 2.2403 10.8535 2.14649Z' fill='%23343330'/%3E%3C/svg%3E%0A"); }
.sequence .sequence-area div figure:last-child { cursor: pointer; right: 0px; background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4583 2.15385H9.75V1.61538C9.75 1.18696 9.5788 0.776079 9.27405 0.473135C8.9693 0.170192 8.55598 0 8.125 0H4.875C4.44402 0 4.0307 0.170192 3.72595 0.473135C3.4212 0.776079 3.25 1.18696 3.25 1.61538V2.15385H0.541667C0.398008 2.15385 0.260233 2.21058 0.158651 2.31156C0.0570684 2.41254 0 2.5495 0 2.69231C0 2.83512 0.0570684 2.97208 0.158651 3.07306C0.260233 3.17404 0.398008 3.23077 0.541667 3.23077H1.08333V12.9231C1.08333 13.2087 1.19747 13.4826 1.40063 13.6846C1.6038 13.8865 1.87935 14 2.16667 14H10.8333C11.1207 14 11.3962 13.8865 11.5994 13.6846C11.8025 13.4826 11.9167 13.2087 11.9167 12.9231V3.23077H12.4583C12.602 3.23077 12.7398 3.17404 12.8414 3.07306C12.9429 2.97208 13 2.83512 13 2.69231C13 2.5495 12.9429 2.41254 12.8414 2.31156C12.7398 2.21058 12.602 2.15385 12.4583 2.15385ZM4.33333 1.61538C4.33333 1.47258 4.3904 1.33562 4.49198 1.23463C4.59357 1.13365 4.73134 1.07692 4.875 1.07692H8.125C8.26866 1.07692 8.40644 1.13365 8.50802 1.23463C8.6096 1.33562 8.66667 1.47258 8.66667 1.61538V2.15385H4.33333V1.61538ZM10.8333 12.9231H2.16667V3.23077H10.8333V12.9231ZM5.41667 5.92308V10.2308C5.41667 10.3736 5.3596 10.5105 5.25802 10.6115C5.15643 10.7125 5.01866 10.7692 4.875 10.7692C4.73134 10.7692 4.59357 10.7125 4.49198 10.6115C4.3904 10.5105 4.33333 10.3736 4.33333 10.2308V5.92308C4.33333 5.78027 4.3904 5.64331 4.49198 5.54233C4.59357 5.44135 4.73134 5.38462 4.875 5.38462C5.01866 5.38462 5.15643 5.44135 5.25802 5.54233C5.3596 5.64331 5.41667 5.78027 5.41667 5.92308ZM8.66667 5.92308V10.2308C8.66667 10.3736 8.6096 10.5105 8.50802 10.6115C8.40644 10.7125 8.26866 10.7692 8.125 10.7692C7.98134 10.7692 7.84357 10.7125 7.74198 10.6115C7.6404 10.5105 7.58333 10.3736 7.58333 10.2308V5.92308C7.58333 5.78027 7.6404 5.64331 7.74198 5.54233C7.84357 5.44135 7.98134 5.38462 8.125 5.38462C8.26866 5.38462 8.40644 5.44135 8.50802 5.54233C8.6096 5.64331 8.66667 5.78027 8.66667 5.92308Z' fill='%23343330'/%3E%3C/svg%3E%0A"); }


.image-preview {
	position: absolute;
	display: none;
	z-index: 1000;
	max-width: 300px;
	border: 1px solid #ddd;
	background: #fff;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.floating-btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 20;
}
.floating-btn i {
	background-color: transparent;
	background-size: contain;
}

.kerdes-container figure.torles {
	position: absolute;
	right: 13px;
	top: 11px;
}

.kerdes-container figure.elonezet {
	margin: 0px;
	padding: 0px;
	width: 17px;
	height: 17px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9511 5.27725C16.9263 5.22294 16.3264 3.93112 14.9926 2.63656C13.2154 0.911625 10.9707 0 8.5 0C6.02933 0 3.78462 0.911625 2.00741 2.63656C0.673619 3.93112 0.0708266 5.225 0.0488683 5.27725C0.0166484 5.34759 0 5.42371 0 5.50069C0 5.57766 0.0166484 5.65379 0.0488683 5.72412C0.0736599 5.77844 0.673619 7.06956 2.00741 8.36413C3.78462 10.0884 6.02933 11 8.5 11C10.9707 11 13.2154 10.0884 14.9926 8.36413C16.3264 7.06956 16.9263 5.77844 16.9511 5.72412C16.9834 5.65379 17 5.57766 17 5.50069C17 5.42371 16.9834 5.34759 16.9511 5.27725ZM8.5 9.9C6.31975 9.9 4.41504 9.13069 2.83829 7.61406C2.19133 6.9896 1.64091 6.27753 1.20416 5.5C1.64079 4.7224 2.19122 4.01031 2.83829 3.38594C4.41504 1.86931 6.31975 1.1 8.5 1.1C10.6803 1.1 12.585 1.86931 14.1617 3.38594C14.8099 4.01016 15.3616 4.72224 15.7994 5.5C15.2887 6.42537 13.0638 9.9 8.5 9.9ZM8.5 2.2C7.82754 2.2 7.17019 2.39354 6.61106 2.75615C6.05193 3.11876 5.61614 3.63415 5.35881 4.23714C5.10147 4.84014 5.03414 5.50366 5.16533 6.1438C5.29652 6.78394 5.62034 7.37194 6.09583 7.83345C6.57133 8.29497 7.17716 8.60926 7.83669 8.73659C8.49623 8.86392 9.17986 8.79857 9.80112 8.5488C10.4224 8.29903 10.9534 7.87606 11.327 7.33338C11.7006 6.7907 11.9 6.15268 11.9 5.5C11.8991 4.62506 11.5406 3.78623 10.9031 3.16755C10.2657 2.54888 9.40145 2.20091 8.5 2.2ZM8.5 7.7C8.05169 7.7 7.61346 7.57097 7.24071 7.32923C6.86795 7.08749 6.57743 6.7439 6.40587 6.3419C6.23431 5.93991 6.18942 5.49756 6.27688 5.0708C6.36434 4.64404 6.58022 4.25204 6.89722 3.94437C7.21422 3.63669 7.6181 3.42716 8.05779 3.34227C8.49749 3.25738 8.95324 3.30095 9.36742 3.46746C9.7816 3.63398 10.1356 3.91596 10.3847 4.27775C10.6337 4.63953 10.7667 5.06488 10.7667 5.5C10.7667 6.08348 10.5279 6.64305 10.1028 7.05563C9.67769 7.46821 9.10116 7.7 8.5 7.7Z' fill='%23343330'/%3E%3C/svg%3E%0A");
	position: absolute;
	right: 42px;
	top: 19px;
	z-index: 10 !important;
}

.accordion-button:not(.collapsed)+figure.elonezet {
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9511 5.27725C16.9263 5.22294 16.3264 3.93112 14.9926 2.63656C13.2154 0.911625 10.9707 0 8.5 0C6.02933 0 3.78462 0.911625 2.00741 2.63656C0.673619 3.93112 0.0708266 5.225 0.0488683 5.27725C0.0166484 5.34759 0 5.42371 0 5.50069C0 5.57766 0.0166484 5.65379 0.0488683 5.72412C0.0736599 5.77844 0.673619 7.06956 2.00741 8.36413C3.78462 10.0884 6.02933 11 8.5 11C10.9707 11 13.2154 10.0884 14.9926 8.36413C16.3264 7.06956 16.9263 5.77844 16.9511 5.72412C16.9834 5.65379 17 5.57766 17 5.50069C17 5.42371 16.9834 5.34759 16.9511 5.27725ZM8.5 9.9C6.31975 9.9 4.41504 9.13069 2.83829 7.61406C2.19133 6.9896 1.64091 6.27753 1.20416 5.5C1.64079 4.7224 2.19122 4.01031 2.83829 3.38594C4.41504 1.86931 6.31975 1.1 8.5 1.1C10.6803 1.1 12.585 1.86931 14.1617 3.38594C14.8099 4.01016 15.3616 4.72224 15.7994 5.5C15.2887 6.42537 13.0638 9.9 8.5 9.9ZM8.5 2.2C7.82754 2.2 7.17019 2.39354 6.61106 2.75615C6.05193 3.11876 5.61614 3.63415 5.35881 4.23714C5.10147 4.84014 5.03414 5.50366 5.16533 6.1438C5.29652 6.78394 5.62034 7.37194 6.09583 7.83345C6.57133 8.29497 7.17716 8.60926 7.83669 8.73659C8.49623 8.86392 9.17986 8.79857 9.80112 8.5488C10.4224 8.29903 10.9534 7.87606 11.327 7.33338C11.7006 6.7907 11.9 6.15268 11.9 5.5C11.8991 4.62506 11.5406 3.78623 10.9031 3.16755C10.2657 2.54888 9.40145 2.20091 8.5 2.2ZM8.5 7.7C8.05169 7.7 7.61346 7.57097 7.24071 7.32923C6.86795 7.08749 6.57743 6.7439 6.40587 6.3419C6.23431 5.93991 6.18942 5.49756 6.27688 5.0708C6.36434 4.64404 6.58022 4.25204 6.89722 3.94437C7.21422 3.63669 7.6181 3.42716 8.05779 3.34227C8.49749 3.25738 8.95324 3.30095 9.36742 3.46746C9.7816 3.63398 10.1356 3.91596 10.3847 4.27775C10.6337 4.63953 10.7667 5.06488 10.7667 5.5C10.7667 6.08348 10.5279 6.64305 10.1028 7.05563C9.67769 7.46821 9.10116 7.7 8.5 7.7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.kerdes-container .accordion-button {
	padding-right: 4.7rem;
}


/* DATEPICKER */

.input-daterange { position: relative; }
.input-daterange div { border-radius: 8px; background: #fff; width: 100%; height: 100%; padding: .375rem .75rem; font-size: 14px; font-weight: 400; line-height: 1.5; color: #212529; display: flex; align-items: center; cursor: text; min-height: 36px; }
.input-daterange input { position: absolute; top: 0px; left: 0px; opacity: 0; z-index: -1; }


.input-weekrange { position: relative; }
.input-weekrange div { border-radius: 8px; background: #fff; width: 100%; height: 100%; padding: .375rem .75rem; font-size: 14px; font-weight: 400; line-height: 1.5; color: #212529; display: flex; align-items: center; cursor: text; }
.input-weekrange input { position: absolute; top: 0px; left: 0px; opacity: 0; z-index: -1; }

.datepicker-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); display: flex; justify-content: center; align-items: center; z-index: 9999; }
.datepicker { top: unset !important; left: unset !important; z-index: unset !important; display: flex !important; border: unset !important; border-radius: 8px; overflow: hidden; padding: 0px; background-color: #fff; min-width: fit-content; }
.datepicker { position: relative; }
.datepicker::before { display: none !important; }
.datepicker::after { display: none !important; }
.datepicker .clear{ padding-top: 10px; }
.datepicker .day{ padding: 10px; }
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active { background: unset; background-color: var(--color-K); text-shadow: unset; }
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover { background: unset; background-color: var(--color-S); text-shadow: unset; }
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] { background: unset; background-color: var(--color-K); text-shadow: unset; }
.datepicker table tr td span { display: block; width: 30%; height: 50px; line-height: 50px; }

.datepicker td, .datepicker th { border-radius: 0px; }
.datepicker table thead { background-color: var(--color-K); }
.datepicker table thead * { color: #fff; }
.datepicker table thead *:hover { background: unset !important; }

.datepicker table tfoot th { background-color: var(--color-S); }
.datepicker table tfoot * { color: #fff; }
.datepicker table tfoot th:hover { background-color: var(--color-S); }

.datepicker table tr:nth-child(2) th { padding-top: 10px; padding-bottom: 10px; }

.datepicker-container.hovers table tbody tr:hover { background-color: #eee !important; }
.datepicker-container.hovers table tbody tr.active { background-color: var(--color-K) !important; }
.datepicker-container.hovers table tbody tr.active * { color: #fff !important; }

.datepicker-container p.close { position: absolute; top: 1px; right: 5px; color: #fff; font-weight: 800; font-size: 12px; cursor: pointer; }

.form-control.month[readonly] { background-color: #fff !important; font-size: 14px; }

.calendar-gray { background-color: var(--color-bglight); border: .5px solid var(--color-def) !important; }
.calendar-gray label * { color: var(--color-def) !important; }

.table-row.boxicons{padding-left: 20px; background-size: 14px}
.table-row.boxicons.zip{background-position-y: 3px;}
.table-row.boxicons.kod{background-position-y: 5px;}


/* CSOMAGOK */

.csomag-1 { border: 4px solid var(--color-K); position: relative; }
.csomag-1 h3 { color: #cd7f32; width: 100%; text-align: center; margin-top: 30px; margin-bottom: 30px; line-height: 0px; }
.csomag-1 h3 * { color: #cd7f32; width: 100%; }
.csomag-1::before { content:''; background-color: #cd7f32; width: 60px; height: 60px; background-position: center; background-repeat: no-repeat; background-size: auto; background-image: url("data:image/svg+xml,%3Csvg width='30' height='23' viewBox='0 0 30 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.48 6.5242C29.2544 6.32751 28.9755 6.2023 28.6786 6.16446C28.3817 6.12663 28.0802 6.17787 27.8125 6.3117L21.5363 9.4367L16.2963 0.73295C16.1616 0.509607 15.9714 0.324857 15.7443 0.196612C15.5172 0.0683662 15.2608 0.000976562 15 0.000976562C14.7392 0.000976562 14.4828 0.0683662 14.2557 0.196612C14.0286 0.324857 13.8385 0.509607 13.7038 0.73295L8.46375 9.44045L2.19 6.31545C1.92293 6.18281 1.62263 6.13201 1.32679 6.16942C1.03095 6.20683 0.752746 6.33078 0.527094 6.52572C0.301442 6.72066 0.138393 6.97791 0.0584083 7.26518C-0.0215765 7.55245 -0.0149339 7.85694 0.0775025 8.14045L4.7025 22.3104C4.749 22.4528 4.82688 22.5829 4.93039 22.6911C5.0339 22.7994 5.1604 22.8829 5.30054 22.9357C5.44069 22.9885 5.5909 23.0092 5.74009 22.9961C5.88928 22.9831 6.03363 22.9367 6.1625 22.8605C6.19375 22.8417 9.39 21.0005 15 21.0005C20.61 21.0005 23.8063 22.8417 23.835 22.8592C23.9639 22.9362 24.1085 22.9832 24.2581 22.9967C24.4077 23.0102 24.5583 22.9898 24.6989 22.9371C24.8396 22.8844 24.9665 22.8007 25.0703 22.6922C25.1742 22.5837 25.2522 22.4532 25.2988 22.3104L29.9238 8.1442C30.0188 7.86061 30.0274 7.55515 29.9484 7.26667C29.8694 6.97819 29.7063 6.71974 29.48 6.5242ZM23.75 20.6042C22.25 19.968 19.26 19.0005 15 19.0005C10.74 19.0005 7.75 19.968 6.25 20.6042L2.33875 8.62545L7.9725 11.4342C8.31351 11.6024 8.70513 11.6367 9.07022 11.5305C9.43531 11.4243 9.7474 11.1853 9.945 10.8604L15 2.45795L20.055 10.858C20.2526 11.1825 20.5644 11.4213 20.9292 11.5275C21.294 11.6337 21.6854 11.5995 22.0263 11.4317L27.6613 8.62545L23.75 20.6042Z' fill='%23ffffff'/%3E%3C/svg%3E"); border-radius: 50%; position: absolute; top: -30px; left: calc( 50% - 30px ) }
.csomag-1 h4 { font-size: 15px; text-transform: uppercase; background-color: var(--color-K); color: #fff; width: 100%; text-align: center; margin-top: 20px; margin-bottom: 10px; line-height: 0px; padding: 20px; border-radius: 10px; }
.csomag-1 h2 { position: absolute; font-size: 20px; background-color: var(--color-K); color: #fff; width: 80%; text-align: center; line-height: 0px; padding: 20px; border-radius: 10px; bottom: -40px; left: 10%; }
.csomag-1 h2 * { color: #fff; }


.csomag-2 { border: 4px solid var(--color-K); position: relative; }
.csomag-2 h3 { color: #C0C0C0; width: 100%; text-align: center; margin-top: 30px; margin-bottom: 30px; line-height: 0px; }
.csomag-2 h3 * { color: #C0C0C0; }
.csomag-2::before { content:''; background-color: #C0C0C0; width: 60px; height: 60px; background-position: center; background-repeat: no-repeat; background-size: auto; background-image: url("data:image/svg+xml,%3Csvg width='30' height='23' viewBox='0 0 30 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.48 6.5242C29.2544 6.32751 28.9755 6.2023 28.6786 6.16446C28.3817 6.12663 28.0802 6.17787 27.8125 6.3117L21.5363 9.4367L16.2963 0.73295C16.1616 0.509607 15.9714 0.324857 15.7443 0.196612C15.5172 0.0683662 15.2608 0.000976562 15 0.000976562C14.7392 0.000976562 14.4828 0.0683662 14.2557 0.196612C14.0286 0.324857 13.8385 0.509607 13.7038 0.73295L8.46375 9.44045L2.19 6.31545C1.92293 6.18281 1.62263 6.13201 1.32679 6.16942C1.03095 6.20683 0.752746 6.33078 0.527094 6.52572C0.301442 6.72066 0.138393 6.97791 0.0584083 7.26518C-0.0215765 7.55245 -0.0149339 7.85694 0.0775025 8.14045L4.7025 22.3104C4.749 22.4528 4.82688 22.5829 4.93039 22.6911C5.0339 22.7994 5.1604 22.8829 5.30054 22.9357C5.44069 22.9885 5.5909 23.0092 5.74009 22.9961C5.88928 22.9831 6.03363 22.9367 6.1625 22.8605C6.19375 22.8417 9.39 21.0005 15 21.0005C20.61 21.0005 23.8063 22.8417 23.835 22.8592C23.9639 22.9362 24.1085 22.9832 24.2581 22.9967C24.4077 23.0102 24.5583 22.9898 24.6989 22.9371C24.8396 22.8844 24.9665 22.8007 25.0703 22.6922C25.1742 22.5837 25.2522 22.4532 25.2988 22.3104L29.9238 8.1442C30.0188 7.86061 30.0274 7.55515 29.9484 7.26667C29.8694 6.97819 29.7063 6.71974 29.48 6.5242ZM23.75 20.6042C22.25 19.968 19.26 19.0005 15 19.0005C10.74 19.0005 7.75 19.968 6.25 20.6042L2.33875 8.62545L7.9725 11.4342C8.31351 11.6024 8.70513 11.6367 9.07022 11.5305C9.43531 11.4243 9.7474 11.1853 9.945 10.8604L15 2.45795L20.055 10.858C20.2526 11.1825 20.5644 11.4213 20.9292 11.5275C21.294 11.6337 21.6854 11.5995 22.0263 11.4317L27.6613 8.62545L23.75 20.6042Z' fill='%23ffffff'/%3E%3C/svg%3E"); border-radius: 50%; position: absolute; top: -30px; left: calc( 50% - 30px ) }
.csomag-2 h4 { font-size: 15px; text-transform: uppercase; background-color: var(--color-K); color: #fff; width: 100%; text-align: center; margin-top: 20px; margin-bottom: 10px; line-height: 0px; padding: 20px; border-radius: 10px; }
.csomag-2 h2 { position: absolute; font-size: 20px; background-color: var(--color-K); color: #fff; width: 80%; text-align: center; line-height: 0px; padding: 20px; border-radius: 10px; bottom: -40px; left: 10%; }
.csomag-2 h2 * { color: #fff; }


.csomag-3 { border: 4px solid var(--color-K); position: relative; }
.csomag-3 h3 { color: #EFBF04; width: 100%; text-align: center; margin-top: 30px; margin-bottom: 30px; line-height: 0px; }
.csomag-3 h3 * { color: #EFBF04; }
.csomag-3::before { content:''; background-color: #EFBF04; width: 60px; height: 60px; background-position: center; background-repeat: no-repeat; background-size: auto; background-image: url("data:image/svg+xml,%3Csvg width='30' height='23' viewBox='0 0 30 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.48 6.5242C29.2544 6.32751 28.9755 6.2023 28.6786 6.16446C28.3817 6.12663 28.0802 6.17787 27.8125 6.3117L21.5363 9.4367L16.2963 0.73295C16.1616 0.509607 15.9714 0.324857 15.7443 0.196612C15.5172 0.0683662 15.2608 0.000976562 15 0.000976562C14.7392 0.000976562 14.4828 0.0683662 14.2557 0.196612C14.0286 0.324857 13.8385 0.509607 13.7038 0.73295L8.46375 9.44045L2.19 6.31545C1.92293 6.18281 1.62263 6.13201 1.32679 6.16942C1.03095 6.20683 0.752746 6.33078 0.527094 6.52572C0.301442 6.72066 0.138393 6.97791 0.0584083 7.26518C-0.0215765 7.55245 -0.0149339 7.85694 0.0775025 8.14045L4.7025 22.3104C4.749 22.4528 4.82688 22.5829 4.93039 22.6911C5.0339 22.7994 5.1604 22.8829 5.30054 22.9357C5.44069 22.9885 5.5909 23.0092 5.74009 22.9961C5.88928 22.9831 6.03363 22.9367 6.1625 22.8605C6.19375 22.8417 9.39 21.0005 15 21.0005C20.61 21.0005 23.8063 22.8417 23.835 22.8592C23.9639 22.9362 24.1085 22.9832 24.2581 22.9967C24.4077 23.0102 24.5583 22.9898 24.6989 22.9371C24.8396 22.8844 24.9665 22.8007 25.0703 22.6922C25.1742 22.5837 25.2522 22.4532 25.2988 22.3104L29.9238 8.1442C30.0188 7.86061 30.0274 7.55515 29.9484 7.26667C29.8694 6.97819 29.7063 6.71974 29.48 6.5242ZM23.75 20.6042C22.25 19.968 19.26 19.0005 15 19.0005C10.74 19.0005 7.75 19.968 6.25 20.6042L2.33875 8.62545L7.9725 11.4342C8.31351 11.6024 8.70513 11.6367 9.07022 11.5305C9.43531 11.4243 9.7474 11.1853 9.945 10.8604L15 2.45795L20.055 10.858C20.2526 11.1825 20.5644 11.4213 20.9292 11.5275C21.294 11.6337 21.6854 11.5995 22.0263 11.4317L27.6613 8.62545L23.75 20.6042Z' fill='%23ffffff'/%3E%3C/svg%3E"); border-radius: 50%; position: absolute; top: -30px; left: calc( 50% - 30px ) }
.csomag-3 h4 { font-size: 15px; text-transform: uppercase; background-color: var(--color-K); color: #fff; width: 100%; text-align: center; margin-top: 20px; margin-bottom: 10px; line-height: 0px; padding: 20px; border-radius: 10px; }
.csomag-3 h2 { position: absolute; font-size: 20px; background-color: var(--color-K); color: #fff; width: 80%; text-align: center; line-height: 0px; padding: 20px; border-radius: 10px; bottom: -40px; left: 10%; }
.csomag-3 h2 * { color: #fff; }


.csomagok li { background-repeat: no-repeat; background-position: 5px left; background-size: auto; padding-left: 25px; margin-bottom: 10px; }
.csomagok li.nincs { background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1626 12.2176C13.2247 12.2796 13.2739 12.3533 13.3075 12.4344C13.3411 12.5154 13.3584 12.6023 13.3584 12.6901C13.3584 12.7779 13.3411 12.8648 13.3075 12.9458C13.2739 13.0269 13.2247 13.1006 13.1626 13.1626C13.1006 13.2247 13.0269 13.2739 12.9458 13.3075C12.8648 13.3411 12.7779 13.3584 12.6901 13.3584C12.6023 13.3584 12.5154 13.3411 12.4344 13.3075C12.3533 13.2739 12.2796 13.2247 12.2176 13.1626L6.67918 7.62339L1.14078 13.1626C1.01546 13.2879 0.845483 13.3584 0.668252 13.3584C0.49102 13.3584 0.321048 13.2879 0.195726 13.1626C0.0704049 13.0373 3.49365e-09 12.8673 0 12.6901C-3.49365e-09 12.5129 0.0704049 12.3429 0.195726 12.2176L5.73496 6.67918L0.195726 1.14078C0.0704049 1.01546 0 0.845483 0 0.668252C0 0.49102 0.0704049 0.321048 0.195726 0.195726C0.321048 0.0704049 0.49102 0 0.668252 0C0.845483 0 1.01546 0.0704049 1.14078 0.195726L6.67918 5.73496L12.2176 0.195726C12.3429 0.0704049 12.5129 -3.49365e-09 12.6901 0C12.8673 3.49365e-09 13.0373 0.0704049 13.1626 0.195726C13.2879 0.321048 13.3584 0.49102 13.3584 0.668252C13.3584 0.845483 13.2879 1.01546 13.1626 1.14078L7.62339 6.67918L13.1626 12.2176Z' fill='%23E83C46'/%3E%3C/svg%3E"); }
.csomagok li.van { background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.502 1.14078L5.81594 11.8269C5.75391 11.889 5.68025 11.9382 5.59917 11.9718C5.51809 12.0054 5.43119 12.0227 5.34342 12.0227C5.25565 12.0227 5.16874 12.0054 5.08766 11.9718C5.00658 11.9382 4.93292 11.889 4.87089 11.8269L0.195726 7.1517C0.0704049 7.02638 0 6.85641 0 6.67918C0 6.50195 0.0704049 6.33197 0.195726 6.20665C0.321048 6.08133 0.49102 6.01092 0.668252 6.01092C0.845483 6.01092 1.01546 6.08133 1.14078 6.20665L5.34342 10.4101L15.557 0.195726C15.6823 0.0704045 15.8523 -1.32048e-09 16.0295 0C16.2067 1.32048e-09 16.3767 0.0704045 16.502 0.195726C16.6274 0.321048 16.6978 0.49102 16.6978 0.668252C16.6978 0.845483 16.6274 1.01546 16.502 1.14078Z' fill='%2340B352'/%3E%3C/svg%3E"); }
.csomagok li.eltero { background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.502 1.14078L5.81594 11.8269C5.75391 11.889 5.68025 11.9382 5.59917 11.9718C5.51809 12.0054 5.43119 12.0227 5.34342 12.0227C5.25565 12.0227 5.16874 12.0054 5.08766 11.9718C5.00658 11.9382 4.93292 11.889 4.87089 11.8269L0.195726 7.1517C0.0704049 7.02638 0 6.85641 0 6.67918C0 6.50195 0.0704049 6.33197 0.195726 6.20665C0.321048 6.08133 0.49102 6.01092 0.668252 6.01092C0.845483 6.01092 1.01546 6.08133 1.14078 6.20665L5.34342 10.4101L15.557 0.195726C15.6823 0.0704045 15.8523 -1.32048e-09 16.0295 0C16.2067 1.32048e-09 16.3767 0.0704045 16.502 0.195726C16.6274 0.321048 16.6978 0.49102 16.6978 0.668252C16.6978 0.845483 16.6274 1.01546 16.502 1.14078Z' fill='%23FFA014'/%3E%3C/svg%3E"); }
.csomagok .row > div { margin-bottom: 100px; }


/* SÚGÓ */

[data-sugo] { width: 30px; height: 30px;  border-radius: 30px; display: block; cursor: pointer !important; background-size: 90%; 
	background-color: var(--color-K); background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 19.5C14.5 19.7967 14.412 20.0867 14.2472 20.3334C14.0824 20.58 13.8481 20.7723 13.574 20.8858C13.2999 20.9993 12.9983 21.0291 12.7074 20.9712C12.4164 20.9133 12.1491 20.7704 11.9393 20.5607C11.7296 20.3509 11.5867 20.0836 11.5288 19.7926C11.471 19.5017 11.5007 19.2001 11.6142 18.926C11.7277 18.6519 11.92 18.4176 12.1667 18.2528C12.4133 18.088 12.7033 18 13 18C13.3978 18 13.7794 18.158 14.0607 18.4393C14.342 18.7206 14.5 19.1022 14.5 19.5ZM13 6C10.2425 6 8.00001 8.01875 8.00001 10.5V11C8.00001 11.2652 8.10536 11.5196 8.2929 11.7071C8.48044 11.8946 8.73479 12 9.00001 12C9.26522 12 9.51958 11.8946 9.70711 11.7071C9.89465 11.5196 10 11.2652 10 11V10.5C10 9.125 11.3463 8 13 8C14.6538 8 16 9.125 16 10.5C16 11.875 14.6538 13 13 13C12.7348 13 12.4804 13.1054 12.2929 13.2929C12.1054 13.4804 12 13.7348 12 14V15C12 15.2652 12.1054 15.5196 12.2929 15.7071C12.4804 15.8946 12.7348 16 13 16C13.2652 16 13.5196 15.8946 13.7071 15.7071C13.8946 15.5196 14 15.2652 14 15V14.91C16.28 14.4913 18 12.6725 18 10.5C18 8.01875 15.7575 6 13 6ZM26 13C26 15.5712 25.2376 18.0846 23.8091 20.2224C22.3807 22.3603 20.3503 24.0265 17.9749 25.0104C15.5995 25.9944 12.9856 26.2518 10.4638 25.7502C7.94208 25.2486 5.6257 24.0105 3.80762 22.1924C1.98953 20.3743 0.751405 18.0579 0.249797 15.5362C-0.251811 13.0144 0.0056327 10.4006 0.989572 8.02512C1.97351 5.64968 3.63975 3.61935 5.77759 2.1909C7.91543 0.762437 10.4288 0 13 0C16.4467 0.00363977 19.7512 1.37445 22.1884 3.81163C24.6256 6.24882 25.9964 9.5533 26 13ZM24 13C24 10.8244 23.3549 8.69767 22.1462 6.88873C20.9375 5.07979 19.2195 3.66989 17.2095 2.83733C15.1995 2.00476 12.9878 1.78692 10.854 2.21136C8.72022 2.6358 6.76021 3.68345 5.22183 5.22183C3.68345 6.7602 2.63581 8.72022 2.21137 10.854C1.78693 12.9878 2.00477 15.1995 2.83733 17.2095C3.66989 19.2195 5.07979 20.9375 6.88873 22.1462C8.69767 23.3549 10.8244 24 13 24C15.9164 23.9967 18.7123 22.8367 20.7745 20.7745C22.8367 18.7123 23.9967 15.9164 24 13Z' fill='white'/%3E%3C/svg%3E"); }
[data-sugo]:hover { background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 19.5C14.5 19.7967 14.412 20.0867 14.2472 20.3334C14.0824 20.58 13.8481 20.7723 13.574 20.8858C13.2999 20.9993 12.9983 21.0291 12.7074 20.9712C12.4164 20.9133 12.1491 20.7704 11.9393 20.5607C11.7296 20.3509 11.5867 20.0836 11.5288 19.7926C11.471 19.5017 11.5007 19.2001 11.6142 18.926C11.7277 18.6519 11.92 18.4176 12.1667 18.2528C12.4133 18.088 12.7033 18 13 18C13.3978 18 13.7794 18.158 14.0607 18.4393C14.342 18.7206 14.5 19.1022 14.5 19.5ZM13 6C10.2425 6 8.00001 8.01875 8.00001 10.5V11C8.00001 11.2652 8.10536 11.5196 8.2929 11.7071C8.48044 11.8946 8.73479 12 9.00001 12C9.26522 12 9.51958 11.8946 9.70711 11.7071C9.89465 11.5196 10 11.2652 10 11V10.5C10 9.125 11.3463 8 13 8C14.6538 8 16 9.125 16 10.5C16 11.875 14.6538 13 13 13C12.7348 13 12.4804 13.1054 12.2929 13.2929C12.1054 13.4804 12 13.7348 12 14V15C12 15.2652 12.1054 15.5196 12.2929 15.7071C12.4804 15.8946 12.7348 16 13 16C13.2652 16 13.5196 15.8946 13.7071 15.7071C13.8946 15.5196 14 15.2652 14 15V14.91C16.28 14.4913 18 12.6725 18 10.5C18 8.01875 15.7575 6 13 6ZM26 13C26 15.5712 25.2376 18.0846 23.8091 20.2224C22.3807 22.3603 20.3503 24.0265 17.9749 25.0104C15.5995 25.9944 12.9856 26.2518 10.4638 25.7502C7.94208 25.2486 5.6257 24.0105 3.80762 22.1924C1.98953 20.3743 0.751405 18.0579 0.249797 15.5362C-0.251811 13.0144 0.0056327 10.4006 0.989572 8.02512C1.97351 5.64968 3.63975 3.61935 5.77759 2.1909C7.91543 0.762437 10.4288 0 13 0C16.4467 0.00363977 19.7512 1.37445 22.1884 3.81163C24.6256 6.24882 25.9964 9.5533 26 13ZM24 13C24 10.8244 23.3549 8.69767 22.1462 6.88873C20.9375 5.07979 19.2195 3.66989 17.2095 2.83733C15.1995 2.00476 12.9878 1.78692 10.854 2.21136C8.72022 2.6358 6.76021 3.68345 5.22183 5.22183C3.68345 6.7602 2.63581 8.72022 2.21137 10.854C1.78693 12.9878 2.00477 15.1995 2.83733 17.2095C3.66989 19.2195 5.07979 20.9375 6.88873 22.1462C8.69767 23.3549 10.8244 24 13 24C15.9164 23.9967 18.7123 22.8367 20.7745 20.7745C22.8367 18.7123 23.9967 15.9164 24 13Z' fill='%23334147'/%3E%3C/svg%3E"); }

[data-sugotype] { position: fixed; bottom: 100px; right: 10px; z-index: 9999; width: 50px; height: 50px;  border-radius: 50px; background-size: 100%; }

.sugo .iframevideo { width: 100%; aspect-ratio: 16 / 9; margin-top: 5px; margin-bottom: 5px; }
.sugo p { margin-top: 5px; margin-bottom: 5px; }
.sugo h4 { margin-top: 20px; margin-bottom: 5px; }



/* RESPO */

@media (max-width: 1400px) {

	.container { max-width: 100%; }


}

@media (max-width: 1200px) {

	.headbox { height: 60px; }
	/*.row.headbox { height: unset; }*/

}
@media (max-width: 992px) {

	header [menu] { display: block; }

	nav { position: fixed; left: -100%; z-index: 99999; }
	nav.show { left: 0px; }
	nav .nav-container { position: fixed; top: 80px; height: calc(100vh - 80px); overflow: scroll; }

}
@media (max-width: 768px) {

	nav .show { width: 100%; }
	nav .nav-container { width: 100%; }

	.input-container { height: 44px !important; }

	nav section ul.menu-pri > li { width: 100%; border-radius: 8px 8px 8px 8px; }
	nav section ul.menu-sec > li { width: 100%; border-radius: 8px 8px 8px 8px; }

}
@media (max-width: 576px) {



}
