:root{--blue:#009afa;--dark-blue:#082f49;--light-blue:#e0f2fe;--hover-blue:#0284c7;--border-color:#cbd5e1;--text-dark:#1e293b;--text-light:#64748b;--white:#ffffff;--bg-light:#f8fafc}.cfdb7-tabs{display:flex;gap:8px;font-size:1.8rem;margin-bottom:24px;cursor:pointer;flex-wrap:wrap;padding:0}.cfdb7-tabs li{padding:10px 20px;background:var(--white);border-radius:8px;border:2px solid var(--border-color);list-style:none;transition:all 0.3s ease;color:var(--text-dark);font-weight:500}.cfdb7-tabs li:hover{border-color:var(--blue);color:var(--blue)}.cfdb7-tabs li.active{background:var(--blue);border-color:var(--blue);color:var(--white);box-shadow:0 4px 12px rgb(0 154 250 / .3)}.cfdb7-tab-content{display:none;margin-bottom:40px}.cfdb7-tab-content.active{display:block}table.cfdb7-table{display:flex;flex-wrap:wrap;width:100%;table-layout:fixed;border-collapse:collapse;margin-top:15px;font-size:1.6rem;word-break:break-all;background:var(--white);overflow:hidden}table.cfdb7-table th,table.cfdb7-table td{width:300px;border:1px solid var(--border-color);padding:14px 16px;text-align:left;vertical-align:top;color:var(--text-dark)}table.cfdb7-table th{background:var(--dark-blue);color:var(--white);font-weight:600;font-size:1.8m;border-color:var(--dark-blue)}table.cfdb7-table tbody tr{transition:background 0.2s ease}table.cfdb7-table tbody tr:nth-child(even){background:var(--bg-light)}table.cfdb7-table tbody tr:hover{background:var(--light-blue)}.cfdb7-pagination{display:flex;gap:6px;margin-top:20px;flex-wrap:wrap}.cfdb7-pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:6px 12px;margin:0;background:var(--white);color:var(--dark-blue);text-decoration:none;border-radius:8px;border:2px solid var(--border-color);font-weight:500;transition:all 0.3s ease}.cfdb7-pagination a:hover{background:var(--blue);border-color:var(--blue);color:var(--white);box-shadow:0 4px 12px rgb(0 154 250 / .3)}.cfdb7-pagination a.active{background:var(--dark-blue);border-color:var(--dark-blue);color:var(--white)}@media (max-width:1024px){.cfdb7-tab-content{overflow-x:auto}table.cfdb7-table{width:100%;min-width:600px;display:block;border-radius:8px}table.cfdb7-table thead{display:table-header-group}}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important;word-break:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type="file"]{cursor:pointer}.wpcf7 input[type="file"]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}/*! Bootstrap 5 - slim build for dr-romaniuc. Generated: only rules this theme can match. */
:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13, 110, 253, 0.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255, 255, 255, 0.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:#fff0}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.img-fluid{max-width:100%;height:auto}.container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col-12{flex:0 0 auto;width:100%}.gx-0{--bs-gutter-x:0}.gy-0{--bs-gutter-y:0}@media (min-width:576px){.col-sm-12{flex:0 0 auto;width:100%}}@media (min-width:768px){.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-12{flex:0 0 auto;width:100%}}@media (min-width:992px){.col-lg-12{flex:0 0 auto;width:100%}}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family:;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn.active,.btn:first-child:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn.active:focus-visible,.btn:first-child:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color:;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg:;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}}@keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.d-flex{display:flex!important}.position-relative{position:relative!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.align-items-center{align-items:center!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.gap-3{gap:1rem!important}.gap-5{gap:3rem!important}.text-center{text-align:center!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face{ font-display:swap;font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal }:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@font-face{font-family:'Inter';font-style:normal;font-weight:300;font-display:swap;src:url(/wp-content/themes/dr-romaniuc/assets/fonts/Inter-Light.woff2) format('woff2')}@font-face{font-family:'Inter';font-style:normal;font-weight:400 500;font-display:swap;src:url(/wp-content/themes/dr-romaniuc/assets/fonts/Inter-Regular.woff2) format('woff2')}@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url(/wp-content/themes/dr-romaniuc/assets/fonts/Inter-SemiBold.woff2) format('woff2')}@font-face{font-family:'Inter';font-style:normal;font-weight:700 900;font-display:swap;src:url(/wp-content/themes/dr-romaniuc/assets/fonts/Inter-Bold.woff2) format('woff2')}@font-face{font-family:'Kindergarten';font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/dr-romaniuc/assets/fonts/kindergarten.woff2) format('woff2')}*{margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden;font-size:62.5%}:root{--blue:#009afa;--dark-blue:#082f49}body{font-size:1.6rem;line-height:150%;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400;width:100%;color:var(--dark-blue)}.sticky_position{position:-webkit-sticky;position:sticky;top:0;align-self:flex-start}.d-flex{flex-wrap:wrap}.h1,h1{font-size:4.8rem;line-height:67px;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:600}.h2,h2{font-size:4rem;line-height:120%;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:600}.h3,h3{font-size:3.2rem;line-height:140%;font-weight:600;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal}.h4,h4{font-size:2.8rem;line-height:140%;font-weight:600;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal}.h5,h5{font-size:2.4rem;line-height:140%;font-weight:600;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal}.h6,h6{font-size:2rem;line-height:140%;font-weight:600;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:0}p{font-size:1.8rem;line-height:150%;margin-bottom:26px;color:var(--dark-blue)}a{color:var(--dark-blue);font-size:1.8rem;line-height:150%;transition:0.3s;text-decoration:none}a:hover{color:var(--blue);transition:0.3s}ul{margin-bottom:0}li{font-size:1.8rem;line-height:150%;color:var(--dark-blue)}img{width:100%;height:auto}.container{width:100%;max-width:1600px;padding:0 15px;margin:auto}.mg-10{margin:10rem 0}.mt-10{margin-top:10rem}.mb-10{margin-bottom:10rem}.mg-8{margin:8rem 0}.mt-8{margin-top:8rem}.mb-8{margin-bottom:8rem}.mg-4{margin:40px 0}.main_button{font-size:14px;line-height:21px;background:var(--dark-blue);border-style:solid;border-width:1px 1px 1px 1px;border-color:var(--dark-blue);border-radius:8px 8px 8px 8px;padding:16px 40px 16px 40px;transition:0.3s;color:#fff;display:inline-block}.transparent_button{font-size:14px;line-height:21px;background-color:#0000;border-style:solid;border-width:1px 1px 1px 1px;border-color:var(--dark-blue);border-radius:8px 8px 8px 8px;padding:16px 40px 16px 40px;transition:0.3s;color:var(--dark-blue);display:inline-block}.transparent_button:hover{color:#fff;background-color:var(--dark-blue)}.whatsapp_df_btn{background:#59BD3A;display:flex;gap:5px;border-color:#59BD3A!important;transition:0.3s}.whatsapp_df_btn:hover{color:black!important;background:transparent!important;border-color:#59BD3A!important}.whatsapp_df_btn svg{width:20px;height:20px;fill:#fff;transition:0.3s}.whatsapp_df_btn:hover svg{fill:#000}.main_menu li a{font-size:14px;line-height:21px;padding:8px 10px;transition:0.3s;display:inline-block;position:relative}.main_menu li{margin:0 8px;position:relative}.main_menu .header_popup a{font-weight:600;color:#fff;background:var(--dark-blue);border-radius:8px;border:1px solid var(--dark-blue);padding:12px 5px;transition:0.3s;width:180px;text-align:center}.main_menu .phone_header a{border:1px solid var(--dark-blue);transition:0.3s;padding:12px 5px;width:180px;text-align:center;border-radius:8px;font-weight:600}.main_menu .kids_header a{width:180px;height:48px;display:flex;align-items:center;text-align:center;justify-content:center;background:#d2e8f3;border-radius:8px}.main_menu .adult_header a{width:168px;height:48px;padding:0 48px 0 24px;display:flex;align-items:center;justify-content:flex-start;font-weight:600;background:#d2e8f3;border-radius:8px}.header{background:#fff;padding:16px 0;position:sticky;z-index:99;top:0}.menu-item-has-children>a:before{content:'';background:url(/wp-content/uploads/2026/01/arrow.svg);position:absolute;background-position:center;background-size:cover;height:10px;width:10px;top:14px;right:0}.main_menu li .sub-menu li{margin:0}.main_menu .menu-item-has-children a{padding-right:18px}.menu-second-menu-container{padding-right:10px}.main_menu .kids_header a:before{content:'';background:url(/wp-content/uploads/2026/01/Group.svg);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-position:center;background-size:cover;height:24px;width:73.5px}.main_menu .adult_header a:after{content:'';background:url(/wp-content/uploads/2026/01/Favicon.png);position:absolute;right:10%;top:50%;transform:translate(-50%,-50%);background-position:center;background-size:cover;width:18px;height:18px}.main_menu li a:hover{background-color:#d2e8f3;border-radius:4px;color:var(--dark-blue);transition:0.3s}.main_menu li.current_page_item a{background-color:#d2e8f3;border-radius:4px}.main_menu li.trp-language-switcher-container a span{font-weight:600}.main_button:hover{background:var(--blue);border-color:var(--blue);color:#fff}.main_menu{display:flex;align-items:center;width:calc(100% - 200px);justify-content:flex-end;flex-wrap:wrap}.logo_site{width:200px;height:auto}@media only screen and (max-width:1650px){.main_menu{flex-direction:column-reverse}.menu-main-menu-container,.menu-second-menu-container{width:100%}.menu-second-menu-container{margin-bottom:10px}.logo_site{width:260px}.main_menu{width:calc(100% - 260px)}}.main_menu ul{list-style:none;display:flex;align-items:center;padding-left:0;justify-content:flex-end}.mobile__nav{position:fixed;top:0;right:-100%;width:320px;max-width:85%;height:100vh;backdrop-filter:blur(10px);background:rgb(255 255 255 / .95);z-index:9999;transition:right 0.4s cubic-bezier(.25,.8,.25,1);overflow-y:auto;box-shadow:-5px 0 30px rgb(0 0 0 / .1);padding:80px 30px 30px}.mobile__nav.active{right:0}.mobile__nav .menu{list-style:none;padding:0;justify-content:center;flex-direction:column;margin:0}.mobile__nav .menu li{margin-bottom:0;border-bottom:1px solid #f0f0f0}.mobile__nav .menu li:last-child{border-bottom:none}.mobile__nav .menu a{display:block;padding:15px 0;font-size:1.6rem;text-transform:uppercase;text-align:center;color:var(--dark);text-decoration:none;transition:color 0.3s,padding-left 0.3s}.mobile__nav .menu a:hover{color:var(--green);padding-left:10px}.mobile__nav .menu .sub-menu{padding-left:20px;display:none}.mobile__nav .menu li.menu-item-has-children>a{position:relative}.mobile__nav .menu li.menu-item-has-children>a::after{content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.8rem;color:var(--green)}.mobile__nav__logo{text-align:center;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}.mobile__nav__logo img{max-width:180px;height:auto}.mobile__nav__cta{margin-top:30px;padding-top:20px;border-top:1px solid #f0f0f0;text-align:center}.mobile__nav__cta .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:15px 25px;font-size:1.5rem;font-weight:600;text-transform:uppercase;border-radius:50px}.mobile__nav__cta .btn-green{background:var(--green);color:#fff;text-decoration:none;transition:background 0.3s,transform 0.3s}.mobile__nav__cta .btn-green:hover{background:var(--dark);transform:scale(1.02)}.mobile__nav__cta .btn-green svg{flex-shrink:0}.close__mobile{position:absolute;top:20px;right:20px;font-size:28px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:50%;transition:background 0.3s,transform 0.3s;color:var(--dark)}.close__mobile:hover{background:var(--green);color:#fff;transform:rotate(90deg)}.mobile__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);z-index:9998;opacity:0;visibility:hidden;transition:opacity 0.3s,visibility 0.3s}.mobile__overlay.active{opacity:1;visibility:visible}.header_menu.d-flex{align-items:center;max-width:1920px;padding-right:0}.main_menu ul.sub-menu{background-color:#fff;z-index:999;visibility:hidden;position:absolute;width:50px;opacity:0;transition:.3s;margin-top:0;box-shadow:0 3px 6px rgb(0,0,0,16%);display:block;padding:0;top:32px;left:0}.main_menu .menu-item-has-children:hover ul.sub-menu{visibility:visible;opacity:1}.main_menu ul.sub-menu li a{color:#000;font-size:1.4rem;padding:10px;display:block;text-align:center}.main_menu ul.sub-menu li:hover{background:#F7F7F7}.main_menu ul.sub-menu li:hover a{color:var(--green);display:inline-block;width:100%}@media (min-width:1101px){.mobile__menu{display:none}.mobile__nav{display:none}}@media only screen and (max-width:1256px){.header_menu .col-md-9{display:none!important}.header_menu .main_menu,.header_menu .right_menu{display:none}.header_menu{position:relative}.header_menu .logo_site{flex:1}.mobile__menu{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:54px;width:54px;background:var(--green);flex-shrink:0;border-radius:100%;cursor:pointer;z-index:99;transition:0.3s;font-size:0;gap:6px}.menu-second-menu-container{border-top:1px solid #f0f0f0}.mobile__nav .menu li{width:100%}.menu-second-menu-container ul{gap:0}.mobile__nav__cta{margin-top:0}.mobile__menu:hover{background:var(--dark)}.mobile__menu span{display:block;height:4px;width:30px;border-radius:8px;background:var(--dark-blue);transition:0.3s}.mobile__menu.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile__menu.active span:nth-child(2){opacity:0}.mobile__menu.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.header_icons{position:relative;padding-right:52px;margin-top:-8px}.menu__primary{display:none}.header_menu>.d-flex{justify-content:space-between}.mobile__nav{display:block}}@media only screen and (max-width:768px){.mobile__nav{width:100%;max-width:100%}.header_menu{padding:15px}.header_menu .logo_site img{max-width:150px;object-fit:contain}}footer{background:var(--dark-blue);padding:80px 0}.footer_logo{width:240px;margin-bottom:24px}.footer_col1 p{color:#fff;font-size:14px;font-weight:400;line-height:22px}.footer_col2 h6{color:#fff;font-size:14px;line-height:21px;font-weight:600;margin-bottom:24px}.footer_col2 a,.footer_col2 p{color:#fff;font-size:14px;line-height:14px;font-weight:400}.footer_col2 ul{list-style:none;padding-left:0}.footer_col2 ul li{margin-bottom:5px}.footer_col2 p{margin:12px 0}.footer_col2{display:flex}.footer_cols{display:flex}.footer_col1{padding-right:12%}.subcol2{transform:translateX(-10%)}.copyrights p,.copyrights a{color:#fff;font-size:12px;line-height:18px}.copyrights p{margin-bottom:0}.wpcf7-not-valid-tip{font-size:12px}.socials_footer{display:flex;gap:14px;align-items:center}.socials_footer a:hover{opacity:.8}footer a:hover{color:var(--blue)}.copyrights{margin-top:50px}.fs{font-size:1.6rem;line-height:150%}.content-contact{background:#eceef2;padding:25px;border-radius:8px}@media (min-width:768px){.content-contact{flex:0 0 auto;width:calc(50% - 30px);margin-left:30px}}.content-contact h2{margin-bottom:30px;font-size:3.2rem}.serv_bg{position:-webkit-sticky;position:sticky;top:96px;align-self:flex-start}.bg-contact{background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:8px}.content-contact a{color:#fff;font-weight:600;font-size:16px;line-height:24px;border-radius:8px;display:flex;gap:12px;justify-content:center;padding:16px 10px}.phone_button{width:100%;color:#fff;background:#4484C7}.phone_button svg{width:22px;color:#fff;fill:#fff;display:flex;justify-content:center}.phone_button:hover{background:#155DA7}.contact_buttons{display:flex;gap:20px;flex-wrap:wrap}.whatsapp_button{background:#59BD3A;width:calc(50% - 10px)}.whatsapp_button:hover{background:#4bac2d}.viber_button{background:#7E64CB;width:calc(50% - 10px)}.viber_button:hover{background:#674fad}.form_intro{font-weight:300;font-size:16px;line-height:24px}.form_content{margin-top:40px}.form1 input,.form1 textarea{width:100%;font-size:14px;font-weight:500;line-height:100%;border-radius:8px;padding:17px 24px 17px 24px;background:#fff;border:0}.phone{padding-left:10px}.form1 p{margin-bottom:16px}.form1 .send_message input{padding:20px 0 20px 0;color:#FFF;background-color:#082F49;border-style:none;border-radius:8px 8px 8px 8px;transition:0.3s;font-weight:600}.form1 .send_message input:hover{background:var(--blue)}.form1 ::placeholder{color:#152A3C66}.wpcf7-spinner{position:absolute;left:10px;top:16px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.map_footer iframe{border-radius:8px}.contact_items>div{background:var(--dark-blue);border-radius:8px;padding:20px}.contact_items h5{color:#fff;margin-bottom:16px}.contact_items a{color:#fff;display:block;margin:5px 0;font-size:18px;line-height:28px;font-weight:600}.contact_socials{display:flex;gap:10px}.contact_items{display:flex;flex-wrap:wrap;gap:30px}.contact_items .phone_footer{width:calc(50% - 15px)}.map_footer{margin-bottom:-6px}.contact_items a:hover{color:var(--blue)}.template_simple{background:#eceef2;padding:60px 0 80px}.template_simple .container{background:#fff;box-shadow:0 0 30px 0 rgb(0 0 0 / .2);padding:30px;width:87.87vw}.template_simple h1{font-size:32px;line-height:48px;margin-bottom:30px;font-weight:700}.simple_page_content p{margin-bottom:15px}.simple_page_content h3{font-size:22px;margin-bottom:10px;margin-top:40px;font-weight:700}.page_intro p{margin-top:15px;font-weight:300}.page_intro{margin-top:40px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.explore_item img{height:320px;border-radius:8px;object-fit:cover;object-position:center}.single_serv_content h2{min-height:102px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-top:20px;margin-bottom:15px;transition:0.3s}.single_serv_content p{margin-bottom:0}.single_serv_content a{color:var(--blue);font-weight:600;text-decoration:underline;font-size:1.6rem}.blog_link{position:absolute;width:100%;height:100%;left:0;top:0}.explore_item:hover h2{color:var(--blue)}.post-data{font-size:15px;line-height:18px;margin-top:15px}.featured_img img{border-radius:8px;height:480px;object-fit:cover}.featured_content{background:#ECEEF2;border-radius:8px;padding:30px;transition:0.3s;display:flex;flex-wrap:wrap;align-content:center}.featured_img .explore_img{margin-right:30px}.featured_content:hover{background:#d1e8f3}.featured_content h2{transition:0.3s}.read_more{color:var(--blue);font-weight:600;text-decoration:underline;font-size:1.6rem}.post_excerpt p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featured_post{margin-top:50px}.blog_items{margin-top:40px}.post_excerpt{margin-top:40px}.featured_content:hover h2{color:var(--blue)}.blog_content{margin-top:40px}.post_title{margin-bottom:40px}.post_bg img{border-radius:8px;height:600px;object-fit:cover}.post_bg{padding-left:50px;position:-webkit-sticky;position:sticky;top:130px;align-self:flex-start}.post_content{padding:20px;background:#eceef2;border-radius:8px}.post_content p{margin-bottom:12px}.post_content p:last-child{margin-bottom:0}.post_content h2,.post_content h3,.post_content h4{font-size:22px;margin-top:40px;margin-bottom:12px}.team_slider .swiper-pagination-bullets.swiper-pagination-horizontal{position:relative;bottom:0;margin-top:30px}.back_thanks{background:var(--dark-blue);border-radius:8px;padding:30px}.content_tks{padding:40px;background:#d1e8f3;border-radius:8px}.serv_content ul{margin-bottom:20px}.content_tks h1{font-size:4rem;line-height:130%}.thank_content{margin-top:80px;padding-bottom:100px}.post_content h5{font-size:18px;margin-bottom:20px}.block_title{padding-left:32px}.block_title:before{background:url(/wp-content/uploads/2026/01/Favicon.png);position:absolute;left:0;top:5px;width:18px;height:18px;content:'';background-position:center;background-size:cover}.block_title.text-center:before{display:none}.block_title span:before{background:url(/wp-content/uploads/2026/01/Favicon.png);position:absolute;left:0;top:5px;width:18px;height:18px;content:'';background-position:center;background-size:cover}.block_title span{position:relative;padding-left:32px}.related_posts .posts_items{margin-top:30px}.contacts_page{margin-top:0;margin-bottom:100px}.single_video svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60px;height:60px;opacity:.8}.single_video img{height:400px;object-fit:cover;border-radius:8px}.contact_page{padding-left:30px}.contact_page iframe{border-radius:8px;margin-bottom:30px}.contacts_page .content-contact{padding:40px;width:50%;margin:0}.floating-buttons{position:fixed;bottom:70px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:98}.floating-buttons a{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#007bff;border-radius:50%;box-shadow:0 4px 6px rgb(0 0 0 / .1);transition:transform .3s ease,box-shadow .3s ease}.floating-buttons .phone{background:#082f49}.floating-buttons a img{width:20px;height:20px}.floating-buttons .mail{background:#7e64cb}.floating-buttons .whatupp{background:#25d366}.floating-buttons .messenger{background:#006aff}.floating-buttons a.mail img{width:27px;height:27px}.floating-buttons a.whatupp img{width:24px;height:24px}.floating-buttons a.messenger img{width:24px;height:24px}.floating-buttons .phone img{margin-left:-10px}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.single_nr{text-align:center}.single_nr h2{font-size:56px;line-height:85px;font-weight:600;margin-top:30px;margin-bottom:20px}.single_nr svg{width:48px;height:48px}.single_nr p{margin-bottom:0}.short_form_cta{background:var(--dark-blue);border-radius:8px;padding:80px}.short_form_cta h2{color:#fff;margin-bottom:30px}.short_form_cta input,.short_form_cta textarea{width:100%;font-size:14px;font-weight:500;line-height:100%;border-radius:8px;padding:20px 24px 20px 24px;background:#fff;border:0}.short_form_cta ::placeholder{color:#082F4966}.short_form_cta .col-12.message{display:none}.short_form_cta .col-md-6,.short_form_cta .send_message{width:33.3333%}.short_form_cta .phone{padding-right:10px}.short_form_cta .send_message{padding-left:10px}.name,.surname,.telephone{padding-right:10px}.short_form_cta p{margin-bottom:16px}.send_message p{margin-bottom:0}.short_form_cta .send_message input{padding:21px 0 21px 0;color:#FFF;background-color:var(--blue);border-style:none;border-radius:8px 8px 8px 8px;transition:0.3s;font-weight:600;border:1px solid var(--blue)}.short_form_cta .send_message input:hover{background:var(--dark-blue);border-color:#fff}.single_choose{text-align:center;background:#eceef2;padding:30px;border-radius:8px}.single_choose img{width:48px}.single_choose h3{margin-top:30px;margin-bottom:30px;font-size:26px}.single_choose p{margin-bottom:0;font-weight:300}.block_title{margin-bottom:35px}.advantages p{font-size:1.6rem;font-weight:300}.block_description{font-size:16px;font-weight:300}.team_intro .block_title{margin-bottom:20px}.full_team_slider img{margin-bottom:20px;object-fit:cover;border-radius:8px}.team_slider{padding-left:50px}.transformation .dots_slider{margin-top:25px}.home .team_member .dots_slider{margin-top:20px}.team_member .dots_slider{margin-top:40px}.health_banner .logo_cta{width:auto;height:40px;margin-bottom:30px}.swiper-pagination-bullet-active{background:var(--dark-blue)}.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{width:12px;height:12px;margin:0 5px}.full_team_slider .text-center p{font-size:1.6rem;font-weight:300;margin-top:5px;margin-bottom:0}.patient_img{padding-right:50px}.patient_img img{border-radius:8px}.about_problem .client_name{color:var(--blue);font-weight:600;font-size:16px;margin-bottom:10px;margin-top:0}.align-center{align-items:center}.about_problem p{font-weight:300;margin-top:25px}.single_service h2{margin-top:30px;margin-bottom:20px}.single_service svg{height:50px;width:50px}.single_service p{font-size:14px;line-height:21px;font-weight:300;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.single_service a{font-size:16px;font-weight:300;text-decoration:underline;color:var(--blue)}.single_service{padding:40px 30px;border-radius:8px}.bg-gray.single_service{background:#edeef2}.service_link{position:absolute;left:0;right:0;width:100%;height:100%}.single_service.bg-blue{background:#d2e8f3}#service1:hover{background:url(/wp-content/uploads/2026/01/AnyConv.com__Frame-1459.webp);background-position:center;background-size:cover}#service2:hover{background:url(/wp-content/uploads/2026/01/AnyConv.com__Implantologie.webp);background-position:center;background-size:cover}#service3:hover{background:url(/wp-content/uploads/2026/01/AnyConv.com__Estetica-Dentara.webp);background-position:center;background-size:cover}#service4:hover{background:url(/wp-content/uploads/2026/01/AnyConv.com__Ortodontie.webp);background-position:center;background-size:cover}#service5:hover{background:url(/wp-content/uploads/2026/01/AnyConv.com__Servicii-Generale-Stomatologice.webp);background-position:center;background-size:cover}#service6:hover{background:url(/wp-content/uploads/2026/01/AnyConv.com__Anestezie-Generala.webp);background-position:center;background-size:cover}#service1:hover:after,#service3:hover:after,#service6:hover:after{background:#edeef2;opacity:.8;position:absolute;content:"";width:100%;height:100%;border-radius:8px;left:0;top:0}#service2:hover:after,#service4:hover:after,#service5:hover:after{background:#d2e8f3;opacity:.8;position:absolute;content:"";width:100%;height:100%;border-radius:8px;left:0;top:0}.content_serv{position:relative;z-index:1}.services_list{margin-top:40px}.service-card-contact{background:url(/wp-content/uploads/2026/01/2block.webp);background-position:center;background-size:cover;border-radius:8px;display:flex;align-items:end;padding-bottom:30px;padding-left:30px}.serv_bg{padding-left:40px}.serv_bg .single_serv_img{height:680px;object-fit:cover;border-radius:8px}.serv_content{padding:20px;background:#eceef2;border-radius:8px}.serv_content h1{font-size:40px;line-height:56px;margin-bottom:25px}.serv_content p,.serv_content a,.serv_content li{font-size:14px;line-height:20px;font-weight:400}.serv_bg .content-contact{flex:0 0 auto;width:100%;margin-left:0;margin-top:20px;background:#d1e8f3}.serv_bg .content-contact p{margin-bottom:15px}.service_slider{margin-top:60px}.service_slider img{border-radius:8px;object-fit:cover;height:320px}.service_breadcrumbs ul{list-style:none;display:flex;gap:20px;align-items:center;padding-left:0}.service_slider .dots_slider{margin-top:20px}.service_breadcrumbs ul li a,.service_breadcrumbs ul li{font-size:16px}.service_breadcrumbs{margin-bottom:50px}.service_breadcrumbs ul li{font-weight:600;position:relative}.service_breadcrumbs ul li:after{content:'>';font-weight:300;margin-left:15px}.service_breadcrumbs ul li:last-child:after{display:none}.service_breadcrumbs ul li a{font-weight:400}.cases_photos3 img{border-radius:8px}.case_slider3 .dots_slider{margin-top:25px}.ba_photos.grid2{gap:20px}.ba_photos.grid2>div{position:relative}.ba_photos.grid2>div span{background:var(--blue);color:#fff;position:absolute;padding:12px 24px;bottom:0;border-radius:8px;font-size:14px;left:0}.ba_photos.grid2 img{height:280px;object-fit:cover;border-radius:8px}.single_ba p{font-size:16px;margin-bottom:0;margin-top:15px}.grid2.gap5{row-gap:50px}.before_after_case{margin-top:40px}.page-template-dantura-fixa .before_after_case{margin-top:10rem}.justify-center{justify-content:center}.mt-6{margin-top:40px}@media (min-width:768px){.our_mission .col-md-6{flex:0 0 auto;width:calc(50% - 32px)}.mission_content{margin-right:16px}.mission_bg{margin-left:16px}}.mission_content{background:#eceef2;padding:60px 40px;border-radius:8px}.mission_bg{background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:8px}.mission_content p,.mission_content li{font-size:16px}.mission_content li{margin-bottom:12px}.mission_content li:last-child{margin-bottom:0}.mission_content ul{padding-left:30px}.transformation1 img{height:440px;border-radius:8px;object-fit:cover;object-position:center}.video-layout{display:flex;overflow:hidden}.main-video{position:relative;width:65%}.related-videos{overflow-y:auto;max-height:600px;width:35%;height:600px;overflow-y:scroll}.sidebar_video>div{display:flex;align-items:center;padding:10px;cursor:pointer;font-size:15px;font-weight:400;line-height:24px;transition:background-color .3s ease,border-color .3s ease;position:relative}.video_text{width:calc(100% - 75px)}.thumb_img{margin-right:10px}.sidebar_video img{width:75px;height:42px;object-fit:cover}.sidebar_video{border-top:1px solid #d5dadf;margin-top:30px}.video_text h4{font-size:14px;line-height:21px;font-weight:400;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.sidebar_video .active{background:#f1f3f5}.related-videos svg{position:absolute;width:15px;height:15px;bottom:3px;right:3px;margin-left:0}.main-video-doctor{height:600px;object-fit:cover}.table{display:flex;align-items:baseline;margin-bottom:20px}.table p{margin-bottom:0;font-size:16px;font-weight:300}.table .problem_name{font-weight:600;text-transform:uppercase;color:var(--blue);width:150px}.problem_content{width:calc(100% - 150px);padding-left:15px}.patient_info{margin-top:50px;padding-left:50px}.patient_info h2{margin-bottom:30px}.client_descp .dots_slider{margin-top:20px;text-align:center}.slider_client img{border-radius:8px}.main_img{height:450px;border-radius:8px;object-fit:cover}.gallery-block h4{margin-top:12px}.single_video iframe{width:100%;height:360px}.single_video p{margin-bottom:0;font-weight:600;font-size:20px;margin-top:10px;text-transform:uppercase}.testimoniale_grid .grid3{row-gap:60px}.mt-4{margin-top:40px!important}.testimoniale_grid .single_video svg{margin-top:-30px}.cta_content_info{background:url(/wp-content/uploads/2026/01/bg.webp);border-radius:8px;padding:100px 15px;background-position:center;background-size:cover}.cta_content_info{position:relative;text-align:center;color:#fff}.cta_content_info:before{content:'';background:#082F4966;width:100%;height:100%;position:absolute;left:0;top:0;border-radius:8px}.cta_content_info h3,.cta_content_info p{position:relative}.cta_content_info p{color:#fff;margin-top:15px;font-weight:300;font-size:16px}.cta_bg_buttons{gap:15px;justify-content:center;position:relative}.cta_bg_buttons a{background:var(--blue);border-radius:8px;font-size:14px;font-weight:600;line-height:150%;color:#fff;padding:20px;width:30%}.cta_bg_buttons a:hover{background:var(--dark-blue)}.client_img{display:flex;align-items:center;gap:15px;width:100%}.client_img img{width:50px;height:50px;border-radius:100%}.client_img p{font-size:20px;font-weight:600;margin-bottom:0}.stars{display:flex;align-items:center;gap:10px;margin-top:15px;margin-bottom:20px}.stars p{margin-bottom:0;font-size:16px}.stars svg{width:22px;height:22px}.testimonials_slider .swiper-slide{border-radius:8px;background:#d1e8f3;padding:30px 40px}.review_content{margin-bottom:0;font-size:16px}.testimonials_slider .swiper-slide{height:auto;display:flex;flex-wrap:wrap;align-content:baseline}.reviews-pagination{text-align:center}.testimonials_slider .dots_slider{margin-top:25px}.testimonials_general{background:#082f49;padding:80px 0}.testimonials_general h2{color:#fff}.testimonials_general .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{background:#fff}.fav_white.block_title:before{background:url(/wp-content/uploads/2026/01/fav-white.png);background-position:center!important;background-size:cover!important}.fb_title img{height:25px;width:auto}.fb_logo{display:flex;align-items:center;gap:10px}.fb_logo p{margin-bottom:-7px}.fb_intro{display:flex;align-items:center;justify-content:space-between;gap:10px}.fb_raiting img{height:16px;margin-top:-5px;margin-left:8px;margin-right:8px}.fb_raiting p{margin-bottom:0;font-size:14px}.fb_raiting p span{font-size:16px;font-weight:600}.fb_raiting{margin-top:10px}.fb_button a{color:#fff;background:var(--dark-blue);font-size:14px;padding:10px 20px;border-radius:30px}.fb_button a:hover{background:var(--blue)}.fb_intro{padding:20px;border-radius:8px;background:#ECEEF2}.review_content img{width:60px;height:60px;border-radius:100%}.review_content h6{margin-top:10px;font-size:17px;margin-bottom:5px}.review_text{margin-bottom:0;font-size:15px;font-weight:300;margin-top:10px;height:70px;overflow-y:scroll;padding-right:15px}.recommends{font-size:14px}.facebook_slider .swiper-slide{padding:20px 15px;border-radius:8px;background-color:#fff;box-shadow:2px 8px 20px 2px rgb(0 0 0 / .07)}.facebook_slider .dots_slider{margin-top:25px;text-align:center}.facebook_slider{margin-top:30px;margin-bottom:60px}.c_img{display:flex;align-items:center;gap:10px}.client_g_name h6{font-size:17px;font-weight:600;margin-top:0;margin-bottom:3px}.client_g_name p{font-size:14px;margin-bottom:0;color:#9d9d9d}.c_img img{width:50px;height:50px}.review_content .gl_rating{width:auto;height:15px;border-radius:0;margin:20px 0 15px}.gl_content{margin-bottom:0;font-size:14px;height:86px;overflow-y:scroll;padding-right:15px}.google_slider .swiper-slide{padding:20px;background:#f4f4f4;border-radius:8px}.gl_icon{position:absolute;right:20px;top:26px;width:24px;height:24px}.google_slider .dots_slider{text-align:center;margin-top:25px}.hero_slider .swiper-slide{height:700px;border-radius:8px;background-position:center;background-size:cover;position:relative}.hero_slide_content{position:absolute;width:56%;left:50px;bottom:50px;background:#EDEFF3E6;border-radius:8px;padding:40px}.hero_slide_content h2{font-size:4.4rem}.hero_slide_content p{margin-top:20px;margin-bottom:40px}.hero_buttons{gap:15px;display:flex;align-items:center}.hero_slider .dots_slider{position:absolute;z-index:9999;margin:0;width:100%;right:40px;bottom:50px;text-align:right}.hero_slider .swiper-pagination-bullets.swiper-pagination-horizontal{left:auto;right:0;text-align:right}.hero_slider .swiper-pagination-bullet{background:#fff}.why_single h3{display:flex;align-items:center;gap:15px;font-size:2.8rem}.why_single img{width:40px;height:40px;object-fit:contain}.why_single p{font-size:16px;margin-top:24px;margin-bottom:0}.why_single{background:#eceef2;border-radius:8px;padding:30px;margin-bottom:30px}.why_single:last-child{margin-bottom:0}.why_bg{border-radius:8px;background-position:center;background-repeat:no-repeat;background-size:cover}.service_home .d-flex{gap:30px}@media (min-width:768px){.service_home .d-flex .col-md-6{flex:0 0 auto;width:calc(50% - 60px)}}.service_home .single_service p{-webkit-line-clamp:initial;font-size:1.6rem;line-height:24px}.service_home .block_title p{margin-top:30px}.service_home .block_title{margin-top:50px}.team_member .block_description{font-size:15px}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0 0 0 / .5)}.modal-content{background-color:#fff;margin:15% auto;padding:30px;border:1px solid #888;border-radius:8px;width:80%;max-width:860px;box-shadow:0 2px 10px rgb(0 0 0 / .2);animation:fadeIn 0.3s}.modal-content .acceptance p{text-align:center;margin-top:10px;margin-bottom:0}.modal-content .close{color:#fff;width:40px;height:40px;font-size:30px;line-height:36px;text-align:center;border-radius:100%;background:var(--dark-blue);position:absolute;right:-19px;top:-17px}.modal-content .close:hover,.modal-content .close:focus{color:#fff;text-decoration:none;cursor:pointer}.modal-content .contact_form{display:flex;flex-wrap:wrap}.modal-content .contact_form .input_name,.modal-content .contact_form .input_phone{width:50%;padding:0 8px}.modal-content .contact_form .acceptance,.modal-content .contact_form .send_button{width:100%;padding:0 16px}.modal-content input,.modal-content textarea{width:100%;font-size:15px;background:#F3F3F3;border-radius:8px;padding:20px}.modal-content ::placeholder{color:#1E354996}.modal-content textarea{width:100%;height:100px;padding:20px}.modal-content .form_short{padding-left:0;margin-top:30px}.modal-content .form_short .form_flex{display:flex;flex-wrap:wrap;gap:15px}.modal-content .form_short .form_flex>.col-md-6{flex:1 1 calc(50% - 15px);min-width:200px}.modal-content .form_short .form_flex>.col-12:not(.col-md-6){flex:1 1 100%}.modal-content .form_flex label{margin-bottom:5px;font-size:14px;margin-left:10px}.client_descp{scroll-margin-top:40vh}.diploma4 a:before{background:url(/wp-content/uploads/2026/02/Certificatele-noastreb.webp);background-position:center;background-size:cover;border-radius:8px;content:'';position:absolute;width:100%;height:100%}.diploma4 h2{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;font-size:48px;font-weight:700}.fancybox__thumbs{display:none}.hero_video video{width:100%;height:60vh;object-fit:cover;border-radius:8px}.df_hero_intro{background-color:#D1E8F3;border-radius:8px;padding:30px}.df_hero_intro h1{margin-bottom:60px;font-size:48px}.sidebar_item{background:#ECEEF2;border-radius:8px;margin-bottom:16px;padding:16px 24px}.sidebar_item:last-child{margin-bottom:0}.sidebar_item span{display:none}.sidebar_item h3{font-size:1.8rem}.price_right{padding-left:40px}.price_block{background:#ECEEF2;border-radius:8px;padding:40px;margin-bottom:40px}.price_block:last-child{margin-bottom:0}.price_block h3{margin-bottom:30px;font-size:3.2rem}.price_block .price_desc{font-size:1.6rem;font-weight:300;margin-bottom:30px;margin-top:-10px}.price_block ul{list-style:none;padding-left:0}.price_block ul li{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;margin-bottom:18px;border-bottom:2px solid #fff}.price_block ul li:last-child{margin-bottom:0}.price_block ul li h4{font-size:2.4rem;width:calc(100% - 200px);padding-right:20px}.price_block ul li h4 span{font-weight:600}.price_block ul li span{font-size:2.4rem;font-weight:400;line-height:140%;text-align:right;width:200px}.price_block ul li.no-price{border-bottom:0;padding-bottom:0;margin-top:25px}.button_contact a{width:100%;text-align:center;font-weight:600}.button_contact .main_button{padding:17px 40px}.price_list_desc{font-size:16px;font-weight:400;margin-bottom:0}.price_block ul li.no-price h4{width:100%;font-weight:600}.price_right .notification{margin-top:30px;font-size:16px;font-weight:300;line-height:150%;margin-bottom:0}.more_information{margin-top:40px;background:#eceef2;padding:56px;border-radius:8px;text-align:center}.more_details{max-height:0;overflow:hidden;opacity:0;transition:max-height 0.5s ease,opacity 0.4s ease}.more_details.active{max-height:500px;opacity:1}.centered_content{display:flex;flex-direction:column;height:100%;justify-content:center}.fast_fixed_left{background:#D1E8F3;padding:30px;border-radius:8px;display:flex;flex-wrap:wrap;align-items:center}.fast_fixed_left p{font-size:18px;font-weight:300;line-height:150%}.fast_fixed_right{padding-left:20px}.fast_fixed_right .single_video img{height:100%}.fast_fixed_right .single_video{display:flex;height:100%}.prosthesis_left{display:flex;height:auto}.prosthesis_left img{height:100%;object-fit:cover;border-radius:8px}.steps_single{background:#eceef2;padding:40px;border-radius:8px}.steps_single h3{font-size:3.2rem;font-weight:600;line-height:140%;margin-bottom:20px}.steps_single p{font-size:1.4rem;font-weight:300;margin-bottom:0}.steps_single span{color:#009afa;font-size:6.4rem;font-weight:600;line-height:150%;margin-bottom:30px}.prosthesis_left{padding-right:20px;border-radius:8px}.prosthesis_right{background:#082F49;padding:40px;color:#fff;border-radius:8px}.prosthesis_right p{color:#fff}.prosthesis_right a{background:#fff;color:#000}.prosthesis_right a:hover{background:#fff0;color:#fff;border-color:#fff}.prosthesis_right .block_title:before{filter:brightness(0) invert(1)}.bg_pain{background:#eceef2;padding:40px;border-radius:8px}.pain_video{padding-right:20px}.df_team_slider .swiper-slide img{border-radius:8px}.df_team_slider .swiper-slide h2{margin-top:20px}.df_team_slider .text-center p{font-size:1.6rem;font-weight:300;margin-top:5px;margin-bottom:0}.price_slider .swiper-slide{padding:25px;background:#d1e8f3;color:#082f49;transition:0.3s;border-radius:10px;height:auto}.price_slider .swiper-slide:hover{background:#082f49;color:#fff}.price_slider .swiper-slide .d-flex{justify-content:space-between;align-items:center;margin-bottom:30px}.price_box{display:flex;gap:20px}.price_box .new_price{font-size:2.4rem;font-weight:600}.price_box .old_price{font-size:1.8rem;font-weight:600;text-decoration:line-through}.not_content{margin-top:60px;margin-bottom:100px;padding:60px 40px;background:#d1e8f3;border-radius:8px;text-align:center}.text_not{font-size:8rem;font-weight:900}.img_box{padding:10px;background-color:#082F491A;border-radius:8px}.price_slider .swiper-slide:hover .img_box{background:#d1e8f31a}.img_box{width:120px;height:120px}.price__row h2{font-size:3.2rem;margin-top:20px}.price_slider .swiper-slide ul{width:100%;padding-left:0;list-style:none}.price_slider .swiper-slide ul li{display:flex;gap:10px;color:#000;margin-bottom:3px;font-weight:300}.price_slider .swiper-slide ul li svg{flex-shrink:0}.price_slider .swiper-slide ul li:last-child{margin-bottom:0}.price_slider .swiper-slide:hover ul li{color:#fff}.health_banner{position:relative;overflow:hidden;border-radius:8px}.health_banner img{width:100%;height:400px;object-fit:cover}.health_banner::before{background:#082f4966;content:'';position:absolute;width:100%;height:100%;left:0;top:0;border-radius:8px}.health_banner .content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;width:70%}.block_title.text-center{padding-left:0}.health_banner .content p{margin-top:15px;color:#FFF;font-size:4rem;font-weight:600;line-height:100%}.question_section{background:#eceef2;padding:80px 0}.question_section_wrapper{display:flex;gap:60px;align-items:flex-start;margin-bottom:80px}.question_header{flex:0 0 40%;max-width:40%}.question_header_icon{margin-bottom:20px}.question_header h2{margin-bottom:20px;color:var(--dark-blue)}.question_header p{color:#475569;margin-bottom:30px}.question_cta{display:inline-block;color:var(--blue);font-size:1.6rem;font-weight:500;text-decoration:none;position:relative}.question_cta:hover{color:var(--dark-blue)}.question_cta:hover::after{background-color:var(--dark-blue)}.question_accordion{flex:1}.accordion_item{background:#FFF;border-radius:8px;margin-bottom:16px;overflow:hidden;box-shadow:0 1px 3px rgb(0 0 0 / .08)}.accordion_item:last-child{margin-bottom:0}.accordion_item:hover,.accordion_item.active{background:#c0dfee}.accordion_header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;cursor:pointer;gap:20px}.accordion_title{font-size:2.4rem;font-weight:600;line-height:150%;color:var(--dark-blue);flex:1}.accordion_icon{flex-shrink:0}.accordion_icon svg{display:block}.accordion_icon .icon_open{display:none}.accordion_icon .icon_closed{display:block}.accordion_item.active .accordion_icon .icon_open{display:block}.accordion_item.active .accordion_icon .icon_closed{display:none}.accordion_content{max-height:0;overflow:hidden;transition:max-height 0.3s ease-out}.accordion_item.active .accordion_content{max-height:500px}.accordion_content p{padding:0 24px 20px;margin:0;color:#475569;font-size:1.6rem;font-weight:400;line-height:160%}.kids_faq .accordion_content p{padding:0 40px 20px}.page-template-dantura-fixa .content-contact,.page-template-turism-dentar .content-contact{background:#082f49}.page-template-dantura-fixa .content-contact h2,.page-template-turism-dentar .content-contact h2{color:#fff}.page-template-dantura-fixa .content-contact p,.page-template-turism-dentar .content-contact p{color:#fff}.page-template-turism-dentar .question_section_wrapper{margin-bottom:0}.page-template-dantura-fixa .content-contact .form1 .send_message input,.page-template-turism-dentar .content-contact .form1 .send_message input{background:#C0DFEE;color:#082f49}.page-template-dantura-fixa .content-contact .form1 .send_message input:hover,.page-template-turism-dentar .content-contact .form1 .send_message input:hover{background:#7FCBF0;color:#082f49}@media (max-width:991px){.question_section_wrapper{flex-direction:column;gap:40px}.question_header{flex:0 0 100%;max-width:100%;text-align:center}.question_header_icon{display:flex;justify-content:center}}.tourism_bg{background:url(/wp-content/uploads/2026/02/1block-1.webp);background-position:center;background-size:cover;border-radius:8px;width:calc(50% - 30px);margin-right:30px}.step_slider .swiper-slide{background:#eceef2;border-radius:8px;padding:50px 30px;min-height:500px}.nr_step{color:#009afa;font-size:6.4rem;font-weight:600;line-height:150%;margin-bottom:70px}.step_slider .swiper-slide h2{font-size:3.2rem;font-weight:600;line-height:140%;margin-bottom:20px}.steps_tourism .dots_slider{margin-top:30px}.step_video{padding-left:30px}.step_video img{border-radius:8px;height:500px}.s1,.s3{background:#eceef2}.s2,.s4{background:#D1E8F3}.single__nr{border-radius:8px;padding:30px;width:calc(25% - 30px);margin:0 15px;display:flex;flex-wrap:wrap;align-items:flex-end}.tourism_nr .d-flex{margin:0 -15px}.single__nr h3{font-size:40px}.single__nr img{width:70%}.tourism_nr{margin-top:80px}.step_slider .swiper-slide p{margin-bottom:0}.tourism_content{padding:50px 30px;background:#eceef2;border-radius:8px}.tourism_content h1{margin-bottom:40px}.grid_benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.grid_benefits .benefits_kids_item{background-position:center center;background-repeat:no-repeat;background-size:contain;text-align:center;min-height:500px;padding-top:100px}.benefits_kids .block_title_kids{margin-bottom:0}.grid_benefits .benefits_kids_item .icon{height:65px;object-fit:contain}.grid_benefits .benefits_kids_item h3{font-size:2rem;font-weight:700;line-height:150%;margin-bottom:10px}.grid_benefits .benefits_kids_item .content{max-width:78%;margin:5px 26px}.grid_benefits .benefits_kids_item p{font-size:14px;font-weight:300;line-height:150%}.hero_4kids h1{margin-bottom:30px}.hero_4kids p{font-weight:300}.hero_4kids_left{display:flex;justify-content:space-around;flex-direction:column}.hero_4kids_right{padding:5.2vw 0vw 5.2vw 5.2vw}.block_title_kids{width:75%;margin:0 auto;margin-bottom:35px}.block_title_kids img{width:105px;height:auto;margin-bottom:20px}.block_title_kids h2{font-size:4.8rem;font-weight:600}.block_title_kids p{margin-top:15px;font-weight:300}.block_title_kids span{font-size:4.8rem;font-weight:600;font-family:'kindergarten',sans-serif;color:#009AFA}.steps_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:50px}.step_item{background-color:#F5F5F5;border-radius:20px;padding:50px 30px;transition:0.3s;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden}.step_item::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgb(255 255 255 / .7);opacity:0;transition:0.3s;border-radius:20px;z-index:0}.step_item:hover::before{opacity:1}.step_header,.step_description{position:relative;z-index:1}.step_item:nth-child(1):hover{background-image:url(/wp-content/uploads/2026/02/1-1.webp);background-position:0 -111px;background-repeat:no-repeat;background-size:cover}.step_item:nth-child(2):hover{background-image:url(/wp-content/uploads/2026/02/AnyConv.com__6242a6021c54189089b4a347a5d77ab01.webp);background-position:0 -111px;background-size:cover}.step_item:nth-child(3):hover{background-image:url(/wp-content/uploads/2026/02/AnyConv.com__13e105cacfd7b9e242f7b73eb5bba9201.webp);background-position:0 -111px;background-size:cover}.step_header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.step_number{font-size:4rem;font-weight:700;color:#009AFA;font-family:'kindergarten',sans-serif}.step_title{font-size:2rem;font-weight:600;margin-bottom:0;color:var(--dark-blue)}.step_description{font-size:1.8rem;font-weight:300;line-height:160%;margin-bottom:0}.kids_team_slider .swiper-slide img{height:422px;object-fit:cover;object-position:top;border-radius:8px}.kids_team_slider .swiper-slide h3{margin-top:30px;font-size:2.6rem;font-weight:600;line-height:100%;text-align:center}.kids_team_slider .swiper-slide p{margin-top:10px;font-size:1.4rem;font-weight:300;line-height:150%;text-align:center}.kids_team_slider .swiper-cont{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:40px}.kids_team_slider .swiper-button-prev,.kids_team_slider .swiper-button-next{position:static;width:32px;height:27px;margin:0;background:none;cursor:pointer;transition:opacity 0.3s ease}.kids_team_slider .swiper-button-prev:hover,.kids_team_slider .swiper-button-next:hover{opacity:.7}.kids_team_slider .swiper-button-prev::after,.kids_team_slider .swiper-button-next::after{display:none}.kids_team_slider .swiper-button-prev svg,.kids_team_slider .swiper-button-next svg{width:32px;height:27px;display:block}.kids_team_slider .swiper-button-prev svg path,.kids_team_slider .swiper-button-next svg path{fill:#009AFA}.kids_team_slider .swiper-pagination{position:static;width:auto;font-size:1.8rem;font-weight:500;color:#222}.kids_team_slider .swiper-pagination-current{color:#009AFA;font-weight:600}.kids_slider_reviews .swiper-cont{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:40px}.kids_slider_reviews .swiper-button-prev,.kids_slider_reviews .swiper-button-next{position:static;width:32px;height:27px;margin:0;background:none;cursor:pointer;transition:opacity 0.3s ease}.kids_slider_reviews .swiper-button-prev:hover,.kids_slider_reviews .swiper-button-next:hover{opacity:.7}.kids_slider_reviews .swiper-button-prev::after,.kids_slider_reviews .swiper-button-next::after{display:none}.kids_slider_reviews .swiper-button-prev svg,.kids_slider_reviews .swiper-button-next svg{width:32px;height:27px;display:block}.kids_slider_reviews .swiper-button-prev svg path,.kids_slider_reviews .swiper-button-next svg path{fill:#009AFA}.kids_slider_reviews .swiper-pagination{position:static;width:auto;font-size:1.8rem;font-weight:500;color:#222}.kids_slider_reviews .swiper-pagination-current{color:#009AFA;font-weight:600}.happy_slider_kids .swiper-cont{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:40px}.happy_slider_kids .swiper-button-prev,.happy_slider_kids .swiper-button-next{position:static;width:32px;height:27px;margin:0;background:none;cursor:pointer;transition:opacity 0.3s ease}.happy_slider_kids .swiper-button-prev:hover,.happy_slider_kids .swiper-button-next:hover{opacity:.7}.happy_slider_kids .swiper-button-prev::after,.happy_slider_kids .swiper-button-next::after{display:none}.happy_slider_kids .swiper-button-prev svg,.happy_slider_kids .swiper-button-next svg{width:32px;height:27px;display:block}.happy_slider_kids .swiper-button-prev svg path,.happy_slider_kids .swiper-button-next svg path{fill:#009AFA}.happy_slider_kids .swiper-pagination{position:static;width:auto;font-size:1.8rem;font-weight:500;color:#222}.happy_slider_kids .swiper-pagination-current{color:#009AFA;font-weight:600}.kids_slider_reviews .swiper-slide .rating{vertical-align:middle;display:inline-block;width:176px}.kids_slider_reviews .swiper-slide{padding:30px;border-radius:8px;height:auto}.kids_slider_reviews .swiper-slide p{margin-top:40px;font-weight:300;margin-bottom:0}.kids_slider_reviews .swiper-slide:first-child{background-color:#F3D1D1}.kids_slider_reviews .swiper-slide:nth-child(2){background-color:#F3EED1}.kids_slider_reviews .swiper-slide:nth-child(3){background-color:#D1F3D6}.kids_slider_reviews .swiper-slide:nth-child(4){background-color:#D1F3F3}.kids_slider_reviews .swiper-slide:nth-child(5){background-color:#F3D1D1}.kids_slider_reviews .swiper-slide:nth-child(6){background-color:#F3EED1}.profile_kids_reviews{margin-bottom:40px}.profile_kids_reviews img{width:64px;height:64px;object-fit:cover;border-radius:100%;flex-shrink:0}.profile_kids_reviews h2{font-size:24px;font-weight:600;line-height:150%}.profile_kids_reviews .profile_info{margin-left:10px}.profile_kids_reviews .profile_info p{margin:0}.page-id-311 .question_accordion{max-width:1100px;margin:0 auto;padding:40px;background:#d1e8f3;border-radius:8px}.page-id-311 .accordion_item:hover,.page-id-311 .accordion_item.active{background:#fff}.page-id-311 .accordion_header{padding:32px 40px 32px 40px}.page-id-311 .bg_contact_kids{background:#eceef2;padding:40px;border-radius:8px}.page-id-311 .content_contact_kids{padding-left:30px}.page-id-311 .content_contact_kids h2{margin-bottom:40px}.page-id-311 .content_contact_kids .bg-contact{background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:8px}.page-id-311 .content_contact_kids a{color:#fff;font-weight:600;font-size:16px;line-height:24px;border-radius:8px;display:flex;gap:12px;justify-content:center;padding:16px 10px}.page-id-311 .menu-kids-menu-container li a{position:relative;transition:background 0.3s ease}.page-id-311 .menu-kids-menu-container li a::before{content:'';position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:100%;height:10px;background-image:url(/wp-content/uploads/2026/02/wave.svg);background-repeat:no-repeat;background-position:center;background-size:contain;opacity:0;transition:opacity 0.3s ease}.page-id-311 .menu-kids-menu-container li a:hover{background:#fff}.page-id-311 .menu-kids-menu-container li a:hover::before{opacity:1}.footer_kids{background:#eceef2;padding:40px 0}.footer_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.footer_kids .copyrights p,.footer_kids .copyrights p a{color:#082f49}.copyrights p a{margin-left:3px}.copyrights img{margin:0 3px!important}.footer_item{background:#082f49;color:#fff;border-radius:8px;padding:24px}.footer_item:last-child{background:#d1e8f3;color:#082f49;display:flex;flex-direction:column;justify-content:center}.footer_item:last-child p,.footer_item:last-child a{color:#082f49}.footer_item h2{font-size:24px;font-weight:600;line-height:150%;margin-bottom:20px}.page-template-4kids .main_menu{align-items:flex-end}.menu-kids-menu-container{margin-top:10px}.page-template-4kids section{scroll-margin-top:100px}.footer_item p,.footer_item a{font-weight:300;color:#fff}.footer_item p{margin-bottom:5px}.footer_line span{color:#082f49;font-size:18px;font-weight:600;line-height:150%}.footer_line:first-child{margin-top:0}.footer_line{margin-top:30px;display:flex;align-items:center;gap:30px}.terms{display:flex;gap:40px}.terms a{color:var(--dark-blue);text-decoration:underline}.happy_slider_kids .swiper-slide img{width:100%;height:400px;object-fit:cover;border-radius:8px}@media (max-width:991px){.steps_grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.steps_grid{grid-template-columns:1fr}.steps_4kids{padding:5rem 0}.block_title_kids{width:90%}}@media (max-width:640px){h2{font-size:3rem}p{font-size:1.6rem}.hero_slider .hero_slide_content{width:90%;left:20px;right:20px;bottom:50px;padding:30px 15px}.floating-buttons .phone img{margin-left:-2px}.price_block h3{font-size:26px}.hero_4kids_left{padding-top:30px}.hero_4kids_right{padding:0;margin-top:30px;text-align:center;padding-bottom:40px}.block_title_kids{width:100%}.header{display:flex;padding:5px 0}.block_title_kids h2,.block_title_kids span{font-size:34px}.container{max-width:100%}.steps_4kids{padding:0}.page-id-311 .content_contact_kids h2{margin-bottom:30px}.terms{gap:15px;justify-content:center;margin-bottom:12px}.page-template-4kids .copyrights{flex-direction:column-reverse;text-align:center}.page-id-311 .bg_contact_kids{padding:30px 15px}.kids_faq .accordion_content p{padding:20px;padding-top:0}.page-id-311 .accordion_header{padding:20px 20px}.block_title_kids{margin-bottom:25px}.kids_team_slider .swiper-cont{margin-top:30px}.mb-10{margin-bottom:8rem}.block_title_kids p{margin-bottom:0}.step_description{font-size:16px}.step_item{padding:30px 15px}.steps_grid{margin-top:30px}.grid_benefits .benefits_kids_item{min-height:380px;padding-top:30px}.hero_slider .dots_slider{bottom:40px;right:42%}.hero_slide_content p{margin-bottom:30px}.hero_slider .hero_buttons{flex-direction:column}.why_single{padding:20px;margin-bottom:20px}.why_single h3{font-size:2.2rem}.why_single img{width:32px;height:32px}.hero_slider .hero_buttons a{width:100%;text-align:center}.mobile__nav{padding-top:40px}.serv_bg{width:100%;position:initial;padding-left:0}.serv_mob_img img{height:220px;object-fit:cover;margin-bottom:40px;border-radius:8px}.serv_content h1{font-size:26px;line-height:36px;margin-bottom:25px}.service_breadcrumbs{display:none}.service_slider img{height:220px}.serv_bg .single_serv_img{display:none}.serv_bg{margin-top:30px}.serv_content{width:100%}.single_video img{height:240px}.serv_bg .content-contact{padding:25px 15px}.ba_photos.grid2 img{height:220px}.close__mobile{top:5px;right:5px}.thank_content{margin-top:0;margin-bottom:0}.back_thanks{padding:10px}.content_tks{padding:30px 15px}.content_tks h1{font-size:2.6rem}.back_thanks .mt-8{margin-top:4rem}.thank_content{padding-bottom:50px}.ba_photos.grid2 img{height:180px}.mt-8{margin-top:6rem}#service5.single_service.bg-blue{background:#edeef2}#service6.bg-gray.single_service{background:#d2e8f3}.grid2{grid-template-columns:repeat(1,1fr)}.ba_photos.grid2{gap:10px}.h2,h2{font-size:3rem}.blog_content{margin-top:0}.h2.post_title{font-size:30px;margin-bottom:20px}.blog_content .d-flex{flex-direction:column-reverse}.post_bg img{height:300px;margin-bottom:30px}.blog_content .post_content{padding:15px 10px}.mg-10{margin:8rem 0}.block_title{margin-bottom:28px}.post_bg{padding-left:0;position:initial}.featured_img img{height:320px;border-bottom-left-radius:0;border-bottom-right-radius:0}.grid4{grid-template-columns:repeat(2,1fr)}.grid3{grid-template-columns:repeat(1,1fr)}.contact_items .phone_footer{width:100%}.contact_info_footer .grid2{grid-template-columns:repeat(1,1fr)}.contact_items{gap:15px}.hero_slide_content h2{font-size:2.4rem}.service-card-contact{height:240px}.short_form_cta{padding:40px}.name,.surname,.telephone{padding-right:0}.phone{padding-left:0}.diploma4 h2{font-size:40px}.form_intro{font-size:15px}.content-contact{padding:25px 15px}.facebook_slider .swiper-slide{border:1px solid #edeef2}.before_after_case .grid2{grid-template-columns:repeat(1,1fr)}.patient_info{padding-left:0;margin-top:20px}.contact_style1 .grid4{grid-template-columns:repeat(1,1fr)}.single_nr h2{margin-top:15px;font-size:35px;line-height:100%;margin-bottom:12px}.h3,h3{font-size:2.4rem}.patient_info h2{margin-bottom:12px}.grid3.chooses_items{gap:20px}.single_choose{padding:20px;padding-bottom:25px}.single_choose h3{font-size:24px;margin-top:15px;margin-bottom:20px}.table:last-child{margin-bottom:0}.cta_style2.mg-10{margin-top:60px}.services_list.mb-10{margin-bottom:60px}.table p{width:100%;padding-left:0;line-height:24px}.table .problem_name{width:100%;margin-bottom:5px}.table{display:block}.single_nr p{font-size:1.4rem}.mission_content{padding:40px 20px}.team_slider{padding-left:0}.team_intro{margin-bottom:40px}.diplomas .grid4{grid-template-columns:repeat(2,1fr);gap:10px}.serv_bg{padding-left:0}.serv_bg .single_serv_img{margin-top:20px;height:400px}.related_services .grid4{grid-template-columns:repeat(1,1fr);row-gap:20px}.footer_col1{padding-right:0}.patients_video .grid2{grid-template-columns:repeat(1,1fr)}.patients_video .video_wrapper{margin-top:20px}.contact_buttons{row-gap:10px}.patients_video .video_wrapper iframe{width:100%}.service_slider{margin-top:40px}.contact_info_footer .grid2{grid-template-columns:repeat(1,1fr)}.content-contact h2{font-size:3rem;margin-bottom:30px}.contact_page iframe{height:300px}.contacts_page{margin-bottom:80px}.footer_col2 h6{margin-bottom:8px;font-size:16px}.subcol2{margin-top:30px;margin-bottom:30px}footer{padding:50px 0 30px}.copyrights{margin-top:30px}.post_content{padding:0}.service_breadcrumbs ul li a,.service_breadcrumbs ul li{font-size:12px}.why_choose_dr .grid2{grid-template-columns:repeat(1,1fr)}.why_bg{height:300px}.short_form_cta{padding:40px 20px 50px}.video-layout{flex-direction:column}.main-video{width:100%}.single_service{padding:25px}.single_service svg{height:40px;width:40px}.mission_content ul{padding-left:15px}.team_slider .swiper-pagination-bullets.swiper-pagination-horizontal{margin-top:0}.diplomas .main_img{height:250px;object-fit:cover}.home .team_member .dots_slider{margin-top:30px}.service_home .service-card-contact.col-md-6,.service_home .service-card-contact.col-12{padding:20px}.service-card-contact .main_button{width:100%;text-align:center}.transformation1 img{height:300px}.transparent_button{width:100%;text-align:center}.single_service h2{margin-top:30px;margin-bottom:15px}.related-videos{width:100%}.gallery-block h4{margin-top:5px;font-size:2.2rem}.fs{font-size:15px}.mg-4{margin:30px 0}.main_img{height:300px}.footer_col2{flex-direction:column}.subcol2{transform:translateX(0%)}.subcol1{margin-top:40px}.fb_intro{flex-direction:column;gap:20px;align-items:flex-start}.contact_buttons{flex-direction:column}.contact_buttons a{width:100%}.patient_img{padding-right:0}.about_problem h3{font-size:2.4rem;line-height:34px}.df_hero_intro h1{font-size:3.2rem;text-align:center;margin-bottom:30px}.df_hero_intro{padding:30px 15px;text-align:center}.df_hero_intro .d-flex{gap:10px!important}.buttons_df a{justify-content:center}.df_hero_intro .d-flex{flex-direction:column;gap:10px}.buttons_df a{width:100%}.more_information{padding:30px 15px}.more_information p{margin-bottom:15px}.fast_fixed_section .row{flex-direction:column-reverse}.block_title.text-center{padding-left:0}.grid2.gap5{row-gap:40px}.steps_single{padding:15px}.steps_single span{font-size:3.4rem}.steps_single h3{font-size:2.6rem;line-height:120%;margin-top:30px}.mt-6{margin-top:30px}.prosthesis_right{padding:30px 15px}.prosthesis_left{padding-right:0;margin-bottom:20px}.fast_fixed_left{padding:30px 15px}.page-template-dantura-fixa .before_after_case,.page-template-turism-dentar .before_after_case{margin-top:8rem}.single_ba p{font-size:15px}.pain_video{padding-right:0;margin-bottom:10px}.pain_video iframe{height:300px;border-radius:8px}.price_us .dots_slider{margin-top:20px}.bg_pain{padding:20px}.price_box{margin-top:20px}.img_box{width:90px;height:90px}.price_slider .swiper-slide{padding:15px}.price_slider .swiper-slide ul li{font-size:16px}.health_banner img{height:300px}.health_banner .logo_cta{height:25px}.accordion_header{align-items:flex-start;padding:15px}.question_section_wrapper{margin-bottom:50px}.accordion_content p{padding:0 15px 15px}.mt-10{margin-top:8rem}.question_section{padding:60px 0}.team_member .dots_slider{margin-top:30px}.health_banner .content{width:100%;padding:0 15px}.price__row h2{font-size:2.6rem;margin-top:10px}.price_box .new_price{font-size:20px}.price_box .old_price{font-size:16px}.price_slider .swiper-slide ul{margin-top:20px;width:100%}.health_banner .content h2{font-size:3rem}.health_banner .content p{font-size:3rem}.accordion_title{font-size:1.8rem}.services_list .grid4{grid-template-columns:repeat(1,1fr)}.dots_slider{margin-top:50px}.fast_fixed_right{margin-bottom:20px;padding-left:0}.contacts_page .d-flex{flex-direction:column}.contacts_page .content-contact{width:100%}.contact_page{width:100%;padding-left:0}.contacts_page .content-contact{padding:20px}.featured_img .explore_img{margin-right:0;margin-bottom:0}.featured_content{padding:20px;border-top-left-radius:0;border-top-right-radius:0}.single_serv_content h2{font-size:22px;min-height:auto}.grid3.posts_items{row-gap:50px}.explore_item img{height:260px}.blog_items{margin-bottom:70px}.price_right{margin-top:40px;padding-left:0}.post_excerpt{margin-top:20px}.price_block{padding:30px 20px;margin-bottom:25px}.price_block ul li h4{font-size:2rem;width:100%;padding-right:0}.price_block ul li span{font-size:2rem;width:100%;margin-top:8px;display:block;text-align:left}.clinic_numbers.mg-10{margin-top:7rem}.short_form_cta .col-md-6,.short_form_cta .send_message{width:100%;margin:0;padding:0}.price_block ul li{display:block}.clinic_numbers .grid4{grid-template-columns:repeat(1,1fr);row-gap:40px}.menu-item-has-children>a:before{display:none}.price_block ul li{padding-bottom:18px}.contacts_page .content-contact{margin-bottom:40px}.mobile__nav .menu .sub-menu{list-style:none;padding-left:0}.hero_4kids h1{font-size:3rem;line-height:40px;margin-bottom:20px}.hero_4kids_right a{width:100%}.hero_4kids_right .d-flex{justify-content:center;row-gap:10px!important}.hero_4kids_right .buttons_df{width:100%}.grid_benefits{grid-template-columns:repeat(1,1fr)}.grid_benefits .benefits_kids_item p{font-size:12px}.page-id-311 .question_accordion{padding:20px}.page-id-311 .content_contact_kids{padding-left:0}.footer_grid{grid-template-columns:repeat(1,1fr)}.patient_img img{margin-bottom:20px}.main-video-doctor{height:300px}.service_home .d-flex{flex-wrap:wrap;gap:15px}.sidebar_video{margin-top:0}.related-videos{height:240px}.service_home .home_serv_intro.col-md-6,.service_home .home_serv_intro.col-12{width:100%;flex:0 0 100%}.service_home .single_service.col-md-3,.service_home .single_service.col-12{width:100%;flex:0 0 100%}.service_home .service-card-contact.col-md-6,.service_home .service-card-contact.col-12{width:100%;flex:0 0 100%}.service_home .block_title{margin-top:10px}.template_simple .container{width:96%;padding:30px 15px}.template_simple h1{font-size:26px;line-height:36px}.page_intro{margin-top:10px}.testimoniale_grid .grid3{row-gap:40px}.facebook_slider{margin-bottom:40px}.cta_content_info{padding:60px 15px}.cta_bg_buttons a{width:100%}.hero_video video{height:36vh}.df_hero .grid2{row-gap:15px;flex-direction:column-reverse;display:flex}.tourism_bg{height:300px;padding-left:0;width:100%;margin-bottom:15px}.tourism_content h1{margin-bottom:20px}.h1,h1{font-size:3.2rem;line-height:130%}.tourism_content{text-align:center;padding:30px 15px}.tourism_hero .buttons_df{width:100%}.tourism_hero .d-flex{gap:10px!important}.nr_step{margin-bottom:40px}.step_video{padding-left:0;margin-top:30px}.single__nr{width:100%;margin-left:0;margin-right:0;margin-bottom:20px}.tourism_nr .d-flex{margin:0}}@media (min-width:641px) and (max-width:1023px){.hero_4kids .col-md-6{width:100%}.hero_4kids_right{padding:0;padding-top:30px;padding-bottom:50px}.block_title_kids{width:100%}.df_hero .grid2{row-gap:15px;flex-direction:column-reverse;display:flex}.df_hero_intro h1{text-align:center;margin-bottom:30px}.hero_video video{height:40vh}.more_information{padding:30px}.price_us .dots_slider{margin-top:30px}.team_member .dots_slider .d-flex{flex-direction:row}.df_hero_intro .d-flex{justify-content:center}.thank_content{margin-top:40px;margin-bottom:40px}.testimoniale_grid .grid3{row-gap:40px}.question_header{text-align:left}.serv_bg{width:100%;position:initial;padding-left:0}.serv_mob_img img{height:400px;object-fit:cover;margin-bottom:40px}.serv_content h1{font-size:32px;line-height:44px}.serv_bg .single_serv_img{display:none}.serv_bg{margin-top:30px}.serv_content{width:100%}.patients_video .grid2{grid-template-columns:repeat(2,1fr)}.single_video img{height:300px}.content_tks h1{font-size:3.2rem}.ba_photos.grid2 img{height:180px}.mt-8{margin-top:6rem}.featured_content{padding:20px}#service3.bg-gray.single_service,#service6.bg-gray.single_service{background:#d2e8f3}#service4.single_service.bg-blue,#service5.single_service.bg-blue{background:#edeef2}.client_problem .col-md-6{width:100%;padding:0}.about_problem{margin-top:30px}.single_choose{padding:20px}.single_choose h3{margin-bottom:20px;margin-top:15px}.single_ba p{font-size:12px}.h2,h2{font-size:3.4rem}.related-videos,.main-video-doctor{height:400px}.client_descp .d-flex .col-md-7{padding-left:0;margin-top:30px}.blog_content .col-md-7.post_content{padding:0}.post_bg{padding-left:15px}.post_bg img{height:400px}.related_posts .explore_item:last-child{display:none}.post_excerpt{margin-top:30px}.page_intro{margin-top:10px}.grid3.posts_items{row-gap:50px}.template_simple .container{width:96%;padding:30px 15px}.blog_items{margin-bottom:80px}.logo_site .logo_dark img{width:250px}footer{padding-bottom:40px}.grid2{grid-template-columns:repeat(1,1fr)}.header{display:flex}.grid3{grid-template-columns:repeat(2,1fr)}.grid4{grid-template-columns:repeat(2,1fr)}.contact_style1{display:flex;flex-direction:column}.contact_items{flex-direction:column}.contact_items .phone_footer{width:100%}.map_footer iframe{height:100%}.pain_section .d-flex{flex-direction:column}.pain_content{width:100%}.pain_video{width:100%;padding-right:0;margin-bottom:30px}.pain_video iframe{width:100%;height:500px}.client_descp .d-flex{flex-direction:column}.client_descp .d-flex .col-md-5,.client_descp .d-flex .col-md-7{width:100%}.contact_style1 .d-flex:first-child{flex-direction:column}.content-contact{margin-left:0}.page-template-dantura-fixa .content-contact,.page-template-turism-dentar .content-contact{width:100%}.phone{padding-left:0}.contact_info_footer .grid2{grid-template-columns:repeat(2,1fr)}.content-contact{width:100%}.before_after_case .grid2{grid-template-columns:repeat(2,1fr)}.short_form{display:flex;flex-wrap:wrap;gap:20px}.short_form .name,.short_form .surname,.short_form .telephone{flex:1 1 calc(50% - 20px)}.short_form .send_message{flex:1 1 100%;text-align:center}.short_form{gap:5px}.main_img{height:450px}.why_choose .d-flex{flex-direction:column}.why_choose .d-flex .col-md-3,.why_choose .d-flex .col-md-9{width:100%}.short_form_cta{padding:40px 30px 40px}.team_slider{padding-left:0;margin-top:50px}.prosthesis_section .row{flex-direction:column}.prosthesis_section .prosthesis_left{padding-right:0}.single_nr h2{margin-top:15px;margin-bottom:10px}.single_nr h2{font-size:40px;line-height:50px}.prosthesis_section .prosthesis_left{width:100%}.prosthesis_right{margin-top:30px;width:100%}.grid_benefits{grid-template-columns:repeat(2,1fr)}.page-id-311 .bg_contact_kids{width:100%}.steps_tourism .single_video img{height:500px}.page-id-311 .content_contact_kids{padding-left:0;width:100%}.footer_grid{grid-template-columns:repeat(2,1fr)}.featured_img img{height:100%}.footer_cols{flex-direction:column;gap:40px}.page-id-311 .question_accordion{padding:25px}.footer_cols .col-md-6{width:100%}.price_block ul li h4{font-size:2.4rem;width:100%;padding-right:0}.price_block ul li span{font-size:2.2rem;width:100%;margin-top:8px;display:block;text-align:left}.price_block ul li{display:block}.price_block{padding:30px}.sidebar_item{padding:15px}.col-md-3.price_left{width:35%}.price_block h3{font-size:2.6rem}.short_form_cta .send_message{padding-left:0}.floating-buttons .phone img{margin-left:-2px}.col-md-9.price_right{width:65%;padding-left:15px}.hero_slide_content{width:calc(100% - 60px);left:30px;bottom:30px}.why_bg{height:500px}.why_list{display:grid;grid-template-columns:repeat(2,1fr);row-gap:15px;column-gap:15px}.why_single{margin-bottom:0}.our_mission .d-flex{flex-direction:column}.our_mission .col-md-6{width:100%}.mission_bg{height:400px;margin-left:0;margin-top:20px}.transformation1 img{height:320px}.team_member .d-flex{flex-direction:column}.team_member .d-flex .team_intro{width:100%}.team_slider{width:100%}.service_home .d-flex{flex-wrap:wrap;gap:20px}.service_home .home_serv_intro.col-md-6{width:100%;flex:0 0 100%;margin-bottom:10px}.service_home .single_service.col-md-3{width:calc(50% - 10px);flex:0 0 calc(50% - 10px)}.service_home .service-card-contact.col-md-6{width:100%;flex:0 0 100%;height:250px}.service_home .block_title{margin-top:20px}.contacts_page .d-flex:first-child{flex-direction:column;gap:40px}.contacts_page .content-contact{width:100%}.contacts_page .contact_page{padding-left:0;width:100%}.mobile__nav__cta .btn-green{color:#000}}@media (min-width:1024px){.serv_mob_img{display:none}}@media (min-width:1024px) and (max-width:1250px){.patients_video .grid2{grid-template-columns:repeat(2,1fr)}.hero_4kids h1{font-size:38px;line-height:48px}.df_hero .grid2{grid-template-columns:repeat(2,1fr);gap:10px}.hero_4kids_right .d-flex{gap:20px!important}.serv_bg .single_serv_img{height:400px}.mission_bg{height:400px;margin-left:0;margin-top:30px}.df_hero_intro h1{font-size:40px}.centered_content .d-flex.gap-5{gap:1rem!important}.grid3.chooses_items{grid-template-columns:repeat(3,1fr)}.centered_content .d-flex .buttons_df{width:48%}.df_hero_intro{padding:20px}.hero_video video{height:35vh}.centered_content .buttons_df a{padding:12px 20px 12px 20px;width:100%;text-align:center}.diplomas .grid4{grid-template-columns:repeat(4,1fr)}.short_form_cta{padding:80px 30px}.why_choose .transparent_button{width:fit-content;margin-left:auto;margin-right:auto}.serv_bg{padding-left:20px;width:40%}.serv_content{width:60%}.floating-buttons .phone img{margin-left:-2px}#service3.bg-gray.single_service,#service6.bg-gray.single_service{background:#d2e8f3}#service4.single_service.bg-blue,#service5.single_service.bg-blue{background:#edeef2}.template_simple .container{width:96%}.post_bg img{height:400px}.post_bg{padding-left:20px}.ba_photos.grid2 img{height:220px}.gallery-block.grid3{grid-template-columns:repeat(3,1fr)}.main_img{height:320px}.client_descp .d-flex .col-md-7{padding-left:0}.related_posts .explore_item:last-child{display:none}.grid2{grid-template-columns:repeat(1,1fr)}.header{display:flex}.header_menu .logo_site img{width:260px}.grid3{grid-template-columns:repeat(2,1fr)}.grid4{grid-template-columns:repeat(2,1fr)}.contact_style1{display:flex;flex-direction:column}.map_footer iframe{height:100%}footer{padding-bottom:40px}.pain_section .d-flex{flex-direction:column}.pain_content{width:100%}.pain_video{width:100%;padding-right:0;margin-bottom:30px}.pain_video iframe{width:100%;height:500px}.client_descp .d-flex{flex-direction:column}.client_descp .d-flex .col-md-5,.client_descp .d-flex .col-md-7{width:100%}.contact_style1 .d-flex:first-child{flex-direction:column}.content-contact{margin-left:0}.page-template-dantura-fixa .content-contact,.page-template-turism-dentar .content-contact{width:100%}.phone{padding-left:0}.contact_info_footer .grid2{grid-template-columns:repeat(2,1fr)}.content-contact{width:100%}.before_after_case .grid2{grid-template-columns:repeat(2,1fr)}.short_form{display:flex;flex-wrap:wrap;gap:20px}.short_form .name,.short_form .surname,.short_form .telephone{flex:1 1 calc(33.333% - 20px)}.short_form .send_message{flex:1 1 100%;text-align:center}.why_choose .d-flex{flex-direction:column}.why_choose .d-flex .col-md-3,.why_choose .d-flex .col-md-9{width:100%}.team_slider{padding-left:0;margin-top:50px}.prosthesis_section .row{flex-direction:column}.prosthesis_section .prosthesis_left{padding-right:0}.prosthesis_section .prosthesis_left{width:100%}.pain_section .d-flex a{text-align:center}.prosthesis_right{margin-top:40px;width:100%}.price_us .dots_slider{margin-top:30px}.grid_benefits{grid-template-columns:repeat(2,1fr)}.kids_contact .d-flex:first-child{flex-direction:column}.page-id-311 .bg_contact_kids{width:100%}.page-id-311 .content_contact_kids{padding-left:0;width:100%}.footer_grid{grid-template-columns:repeat(2,1fr)}.featured_img img{height:100%}.footer_cols{flex-direction:column;gap:40px}.footer_cols .col-md-6{width:100%}.price_block ul li h4{font-size:2.4rem;width:70%}.price_block ul li span{font-size:2.2rem}.hero_slide_content{width:80%}.why_bg{height:500px}.why_list{display:grid;grid-template-columns:repeat(2,1fr);row-gap:15px;column-gap:30px}.why_single{margin-bottom:0}.our_mission .d-flex{flex-direction:column}.our_mission .col-md-6{width:100%}.team_member .d-flex{flex-direction:column}.team_member .d-flex .team_intro{width:100%}.team_member .dots_slider .d-flex{flex-direction:row}.team_slider{width:100%}.service_home .d-flex{flex-wrap:wrap;gap:20px}.service_home .home_serv_intro.col-md-6{width:100%;flex:0 0 100%;margin-bottom:10px}.service_home .single_service.col-md-3{width:calc(50% - 10px);flex:0 0 calc(50% - 10px)}.service_home .service-card-contact.col-md-6{width:100%;flex:0 0 100%;height:250px}.service_home .block_title{margin-top:20px}.contacts_page .d-flex:first-child{flex-direction:column;gap:40px}.contacts_page .content-contact{width:100%}.contacts_page .contact_page{padding-left:0;width:100%}.mobile__nav__cta .btn-green{color:#000}}.trp-floating-switcher{display:flex;flex-direction:column-reverse;position:fixed;z-index:99999;overflow:hidden;padding:var(--switcher-padding,10px);border:var(--border,none);border-radius:var(--border-radius,8px);background:var(--bg,#fff);width:var(--switcher-width,auto);top:var(--top,unset);right:var(--right,unset);bottom:var(--bottom,unset);left:var(--left,unset);box-shadow:0 10px 20px 0 #0000000D}.trp-floating-switcher .trp-switcher-dropdown-list{flex-direction:column-reverse}.trp-switcher-position-top.trp-floating-switcher{flex-direction:column;top:var(--wp-admin--admin-bar--height,0)}.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner,.trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list{flex-direction:column}nav.trp-ls-inline .trp-language-switcher-inner{flex-direction:row}.trp-ls-inline.trp-opposite-language .trp-language-item{width:100%}#trp-floater-powered-by{color:var(--text,#b3b3b3);font-size:12px;text-align:center;padding:0 5px;opacity:70%}#trp-floater-powered-by a{color:var(--text,#b3b3b3)}.trp-switcher-position-bottom #trp-floater-powered-by{border-top:1px solid var(--border-color,#747474);padding-top:5px;margin-top:5px}.trp-switcher-position-top #trp-floater-powered-by{border-bottom:1px solid var(--border-color,#747474);padding-bottom:5px;margin-bottom:5px}.trp-shortcode-switcher__wrapper{position:relative;border:none}.elementor-widget-trp_language_switcher{width:fit-content;max-width:100%}.elementor-widget-trp_language_switcher .elementor-widget-container,.trp-elementor-language-switcher,.trp-elementor-language-switcher .trp-shortcode-switcher__wrapper{width:fit-content;max-width:100%}.trp-shortcode-switcher{position:static;display:inline-block;overflow:hidden;padding:10px 0;border:var(--border,none);border-radius:var(--border-radius,5px);background:var(--bg,#fff);width:auto;box-shadow:none}.trp-shortcode-anchor:not(.trp-opposite-button){visibility:hidden}.trp-shortcode-switcher.trp-open-on-click{cursor:pointer}.trp-shortcode-overlay{position:absolute;left:0;top:0;z-index:9999}.trp-current-language-item__wrapper:not(.trp-hide-arrow){display:flex;align-items:center;padding-right:10px;justify-content:space-between}.trp-language-switcher-inner{display:flex}.trp-floating-switcher .trp-language-switcher-inner{flex-direction:column-reverse}.trp-shortcode-switcher .trp-language-switcher-inner{flex-direction:column}.trp-switcher-dropdown-list{display:flex;overflow-y:hidden;transition:max-height 0.2s ease-in-out;max-height:0;transition-duration:var(--transition-duration)}.trp-shortcode-switcher .trp-switcher-dropdown-list{flex-direction:column}.trp-ls-dropdown.is-open .trp-switcher-dropdown-list,.trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list,.trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list,.trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list{overflow-y:auto;max-height:min(350px, 70vh);-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--text) #fff0}.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list,.trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list{overflow-y:hidden!important}.trp-shortcode-arrow{pointer-events:none}.trp-shortcode-switcher.is-open .trp-shortcode-arrow{transform:rotate(180deg)}.trp-language-item:focus{outline:none}.trp-language-item:focus-visible{outline:2px solid var(--text);outline-offset:-2px}.trp-language-item{display:flex;align-items:center;gap:8px;padding:7px 16px;text-decoration:none;min-height:19px;box-sizing:content-box}.trp-language-item:hover{background:var(--bg-hover,#f3f3f3)}.trp-language-item:hover .trp-language-item-name{color:var(--text-hover,#000)}.trp-language-item__current{pointer-events:none;cursor:default}.trp-language-item-name{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text,#000);font-size:var(--font-size,14px);line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:400}.trp-flag-image{border-radius:var(--flag-radius,0)!important;aspect-ratio:var(--aspect-ratio,4/3)!important;width:var(--flag-size,18px)!important;display:inline-block!important;height:auto!important}.trp-menu-ls-label .trp-flag-image{margin:-2px 3px}.trp-custom-flag{object-fit:cover}.trp-switcher-dropdown-list::-webkit-scrollbar{width:6px}.trp-switcher-dropdown-list::-webkit-scrollbar-track{background:#fff0}.trp-switcher-dropdown-list::-webkit-scrollbar-thumb{background-color:var(--text);border-radius:4px}.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover{background-color:var(--text-hover)}.trp-flag-rounded{border-radius:9999px!important;aspect-ratio:1 / 1!important}.trp-ls-name{padding-left:5px}@media (prefers-reduced-motion:reduce){.trp-switcher-dropdown-list{transition:none!important}}.trp_ald_ls_container img.trp-flag-image{padding-top:0!important}.trp_ald_ls_container .trp-language-switcher{position:relative;display:inline-block;padding:0;border:0;box-sizing:border-box}.trp_ald_ls_container .trp-language-switcher>div{box-sizing:border-box;padding-right:20px;padding-bottom:3px;padding-left:13px;border:1px solid #c1c1c1;border-radius:3px;background-color:#fff}.trp_ald_ls_container .trp-language-switcher>div>a{display:block;padding:2px;border-radius:3px;color:#0769ad}.trp_ald_ls_container .trp-language-switcher>div>a:hover{background:#f1f1f1}.trp_ald_ls_container .trp-language-switcher>div>a.trp-ls-shortcode-disabled-language{cursor:default}.trp_ald_ls_container .trp-language-switcher>div>a.trp-ls-shortcode-disabled-language:hover{background:none}.trp_ald_ls_container .trp-language-switcher>div>a>img{display:inline;margin:0 3px;width:18px;height:12px;border-radius:0}.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language{display:inline-block}.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-current-language,.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-current-language{visibility:hidden}.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language{display:inline-block;height:1px;overflow:hidden;visibility:hidden;z-index:1;max-height:250px;overflow-y:auto;left:0;top:0;min-height:auto}.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-language,.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language{visibility:visible;max-height:250px;height:auto;overflow-y:auto;position:absolute;left:0;top:0;display:inline-block!important;min-height:auto}#trp_ald_x_button{z-index:0!important}