body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 11px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 32px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-size--regular: 15px;
    --wp--preset--font-size--larger: 50px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

.top-bar-style-mp-1 .td-header-sp-top-menu,
.top-bar-style-mp-1 .td-header-sp-top-widget {
    float: right !important
}

:root {
    --td_theme_color: #4db2ec;
    --td_grid_border_color: #ededed;
    --td_black: #222;
    --td_text_color: #111
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto
}

.td-container {
    width: 1068px;
    margin-right: auto;
    margin-left: auto
}

.td-container:after,
.td-container:before {
    display: table;
    content: '';
    line-height: 0
}

.td-container:after {
    clear: both
}

@media(min-width: 1019px) and (max-width:1140px) {

    .td-container {
        width: 980px
    }
}

@media(min-width: 768px) and (max-width:1018px) {

    .td-container {
        width: 740px
    }
}

@media(max-width: 767px) {

    .td-container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

.td-header-wrap {
    position: relative;
    z-index: 2000
}

.td-header-row {
    font-family: 'open sans', 'open sans regular', sans-serif
}

.td-header-row:after,
.td-header-row:before {
    display: table;
    content: ''
}

.td-header-row:after {
    clear: both
}

.td-header-row [class*=td-header-sp] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 24px;
    padding-left: 24px
}

@media(min-width: 1019px) and (max-width:1140px) {
    .td-header-row [class*=td-header-sp] {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media(min-width: 768px) and (max-width:1018px) {
    .td-header-row [class*=td-header-sp] {
        padding-right: 14px;
        padding-left: 14px
    }
}

.td-header-gradient:before {
    content: "";
    background: url("57111e8baac785ca54530808be727d5f603b855b.png");
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: -12px;
    z-index: 1
}

.td-logo {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-size: inherit !important
}

#td-header-search-button-mob {
    display: none
}

@media(max-width: 767px) {
    .td-header-row [class*=td-header-sp] {
        padding-right: 0;
        padding-left: 0;
        float: none;
        width: 100%
    }

    #td-header-search-button {
        display: none
    }

    #td-header-search-button-mob {
        display: block
    }
}

@media(min-width: 768px) {
    .td-drop-down-search .td-search-form {
        margin: 20px
    }
}

.td-header-wrap .td-drop-down-search {
    position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    transition: all .4s ease;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    border-top: 0;
    width: 342px;
    pointer-events: none
}

.td-header-wrap .td-drop-down-search .btn {
    position: absolute;
    height: 32px;
    min-width: 67px;
    line-height: 17px;
    padding: 7px 15px 8px;
    text-shadow: none;
    vertical-align: top;
    right: 20px;
    margin: 0 !important;
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

.td-header-wrap .td-drop-down-search .btn:hover {
    background-color: var(--td_theme_color, #4db2ec)
}

.td-header-wrap .td-drop-down-search:before {
    position: absolute;
    top: -9px;
    right: 19px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 6px;
    border-color: transparent transparent var(--td_theme_color, #4db2ec) transparent
}

.td-header-wrap .td-drop-down-search:after {
    position: absolute;
    top: -3px;
    display: block;
    content: '';
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background-color: var(--td_theme_color, #4db2ec)
}

.td-header-wrap #td-header-search {
    width: 235px;
    height: 32px;
    margin: 0;
    border-right: 0;
    line-height: 17px;
    border-color: #eaeaea !important
}

.td-header-menu-wrap-full {
    z-index: 9998;
    position: relative
}

@media(max-width: 767px) {
    .td-header-wrap #td-header-search {
        width: 91%;
        font-size: 16px
    }

    .td-header-wrap .td-header-main-menu,
    .td-header-wrap .td-header-menu-wrap,
    .td-header-wrap .td-header-menu-wrap-full {
        background-color: var(--td_mobile_menu_color, #222) !important;
        height: 54px !important
    }

    .header-search-wrap .td-icon-search {
        color: var(--td_mobile_icons_color, #fff) !important
    }
}

.td-header-wrap .td-header-menu-wrap-full {
    background-color: #fff
}

.td-header-main-menu {
    position: relative;
    z-index: 999;
    padding-right: 48px
}

.sf-menu,
.sf-menu li,
.sf-menu ul {
    margin: 0;
    list-style: none
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em
}

.sf-menu ul li {
    width: 100%
}

.sf-menu li:hover {
    visibility: inherit
}

.sf-menu li {
    float: left;
    position: relative
}

.sf-menu li:hover ul {
    left: 0;
    top: auto;
    z-index: 99
}

.sf-menu>li>a {
    padding: 0 14px;
    line-height: 48px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden
}

.sf-menu>li>a:hover {
    z-index: 999
}

.sf-menu>li>a:hover {
    background-color: transparent
}

.sf-menu>li>a:after {
    background-color: transparent;
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width .2s;
    transition: width .2s ease
}

.sf-menu>li:hover>a:after {
    background-color: var(--td_theme_color, #4db2ec);
    width: 100%
}

#td-header-menu {
    display: inline-block;
    vertical-align: top
}

.sf-menu ul {
    background-color: #fff
}

.sf-menu a:active,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu li:hover {
    outline: 0
}

.sf-menu .td-icon-menu-down {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    padding-left: 7px;
    font-size: 9px
}

@media(min-width: 768px) and (max-width:1018px) {

    .sf-menu>li>a {
        padding: 0 9px;
        font-size: 11px
    }

    .sf-menu .td-icon-menu-down {
        padding-left: 6px
    }
}

.sf-menu .sub-menu {
    -webkit-backface-visibility: hidden
}

.sf-menu a.sf-with-ul {
    padding-right: 31px;
    min-width: 1px
}

a.sf-with-ul i.td-icon-menu-down:before {
    content: '\e808'
}

ul.sf-js-enabled>li>a>i.td-icon-menu-down:before {
    content: '\e806' !important
}

.header-search-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999
}

.header-search-wrap .td-icon-search {
    display: inline-block;
    font-size: 19px;
    width: 48px;
    line-height: 48px;
    text-align: center
}

@media(min-width: 768px) and (max-width:1018px) {
    .sf-menu a.sf-with-ul {
        padding-right: 22px
    }

    .header-search-wrap .td-icon-search {
        font-size: 15px
    }
}

#td-top-mobile-toggle {
    display: none
}

#td-top-mobile-toggle a {
    display: inline-block
}

#td-top-mobile-toggle i {
    font-size: 27px;
    width: 64px;
    line-height: 54px;
    height: 54px;
    display: inline-block;
    padding-top: 1px;
    color: var(--td_mobile_icons_color, #fff)
}

@media(max-width: 767px) {
    .td-header-main-menu {
        padding-right: 64px;
        padding-left: 2px
    }

    .sf-menu {
        display: none
    }

    .header-search-wrap .td-icon-search {
        height: 54px;
        width: 54px;
        line-height: 54px;
        font-size: 22px;
        margin-right: 2px
    }

    #td-top-mobile-toggle {
        display: inline-block;
        position: relative
    }
}

.td-login-inputs {
    position: relative
}

a:active,
a:focus {
    outline: 0
}

a {
    color: var(--td_theme_color, #4db2ec);
    text-decoration: none
}

ul {
    padding: 0
}

ul li {
    line-height: 24px;
    margin-left: 21px
}

h1 {
    font-family: roboto, sans-serif;
    color: var(--td_text_color, #111);
    font-weight: 400;
    margin: 6px 0
}

h1>a {
    color: var(--td_text_color, #111)
}

h1 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 33px;
    margin-bottom: 23px
}

input[type=submit] {
    font-family: roboto, sans-serif;
    font-size: 13px;
    background-color: var(--td_black, #222);
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 500;
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

input[type=submit]:hover {
    background-color: var(--td_theme_color, #4db2ec)
}

input[type=password] {
    width: 100%;
    position: relative;
    top: 0;
    display: inline-table;
    vertical-align: middle;
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #ccc;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
    margin-bottom: 10px
}

@media(max-width: 767px) {
    input[type=password] {
        font-size: 16px
    }
}

@font-face {
    font-family: newspaper;
    src: url("newspaper.eot");
    src: url("newspaper.eot") format('embedded-opentype'), url("newspaper.woff") format('woff'), url("newspaper.ttf") format('truetype'), url("newspaper.svg") format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class*=" td-icon-"]:before,
[class^=td-icon-]:before {
    font-family: newspaper;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=td-icon-] {
    line-height: 1;
    text-align: center;
    display: inline-block
}

.td-icon-menu-down:before {
    content: '\e806'
}

.td-icon-search:before {
    content: '\e80a'
}

.td-icon-mobile:before {
    content: '\e83e'
}

.td-icon-modal-back:before {
    content: '\e901'
}

@media print {
    img {
        max-width: 100%;
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    h1 {
        page-break-after: avoid
    }

    li,
    ul {
        page-break-inside: avoid
    }
}

@font-face {
    font-family: td-multipurpose;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("td-multipurpose.eot");
    src: url("td-multipurpose.eot") format('embedded-opentype'), url("td-multipurpose.ttf") format('truetype'), url("td-multipurpose.woff") format('woff'), url("urn:scrapbook:download:error:https://ziarmedical.ro/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/tdc-header-template-titletd-multipurpose.svg?#td-multipurpose") format('svg')
}

.mfp-hide {
    display: none !important
}

.white-popup-block {
    position: relative;
    margin: 0 auto;
    max-width: 500px;
    min-height: 500px;
    font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
    text-align: center;
    color: #fff;
    vertical-align: top;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    padding: 0 0 24px;
    overflow: hidden
}

.white-popup-block:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: var(--td_login_gradient_one, rgba(0, 69, 130, .8));
    background: -webkit-gradient(left bottom, right top, color-stop(0%, var(--td_login_gradient_one, rgba(0, 69, 130, .8))), color-stop(100%, var(--td_login_gradient_two, rgba(38, 134, 146, .8))));
    background: linear-gradient(45deg, var(--td_login_gradient_one, rgba(0, 69, 130, .8)) 0%, var(--td_login_gradient_two, rgba(38, 134, 146, .8)) 100%);
    z-index: -2
}

.white-popup-block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-repeat: var(--td_login_background_repeat, no-repeat);
    background-size: var(--td_login_background_size, cover);
    background-position: var(--td_login_background_position, top);
    opacity: var(--td_login_background_opacity, 1);
    z-index: -3
}

#login_pass {
    display: none !important
}

.td-container-wrap {
    background-color: var(--td_container_transparent, #fff);
    margin-left: auto;
    margin-right: auto
}

.wpb_button {
    display: inline-block;
    font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
    font-weight: 600;
    line-height: 24px;
    text-shadow: none;
    border: none;
    transition: none;
    border-radius: 0;
    margin-bottom: 21px
}

.wpb_button:hover {
    text-shadow: none;
    text-decoration: none !important
}


a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}


input {
    line-height: normal
}

.td-main-menu-logo {
    display: none;
    float: left;
    margin-right: 10px;
    height: 48px
}

.td-main-menu-logo a {
    line-height: 48px
}

.td-main-menu-logo img {
    padding: 3px 0;
    position: relative;
    vertical-align: middle;
    max-height: 48px;
    width: auto
}

@media (max-width: 767px) {
    .td-main-menu-logo {
        display: block;
        margin-right: 0;
        height: 0
    }

    .td-main-menu-logo img {
        margin: auto;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        padding: 0
    }
}

@media (max-width: 1140px) {
    .td-main-menu-logo img {
        max-width: 180px
    }
}

.td-visual-hidden {
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute
}

.td-logo-in-menu .td-sticky-header.td-mobile-logo {
    display: none
}

.td-logo-in-menu .td-sticky-header.td-header-logo {
    display: block
}

@media (max-width: 767px) {
    .td-logo-in-menu .td-sticky-header.td-mobile-logo {
        display: block
    }

    .td-logo-in-menu .td-sticky-header.td-header-logo {
        display: none
    }

    .td-header-top-menu-full {
        display: none
    }
}

.td-header-top-menu-full {
    position: relative;
    z-index: 9999
}

.td-header-style-12 #td-header-menu {
    display: block
}

.td-header-style-12 .td-header-top-menu-full {
    background-color: #2b2b2b;
    z-index: 1
}

.td-header-style-12 .td-header-top-menu-full .td-header-top-menu {
    text-transform: uppercase
}

.td-header-style-12 .td-header-sp-top-menu,
.td-header-style-12 .td-header-sp-top-widget,
.td-header-style-12 .top-header-menu>li {
    line-height: 54px
}

.td-header-style-12 .td-main-menu-logo {
    display: block;
    height: 80px;
    margin-right: 0
}

.td-header-style-12 .td-main-menu-logo a {
    line-height: 80px
}

.td-header-style-12 .td-main-menu-logo img {
    max-height: 66px;
    margin-right: 22px
}

.td-header-style-12 .header-search-wrap .td-icon-search {
    color: #fff
}

.td-header-style-12 .td-header-menu-wrap-full #td-header-search-button .td-icon-search {
    line-height: 80px
}

.td-header-style-12 .td-header-menu-wrap-full {
    background-color: var(--td_theme_color, #4db2ec)
}

.td-header-style-12 .td-header-menu-wrap-full .td-header-gradient:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%)
}

.td-header-style-12 .sf-menu>li>a:hover {
    background-color: rgba(0, 0, 0, .3) !important
}

.td-header-style-12 .td-header-menu-wrap .td-header-main-menu {
    background-color: transparent
}

.td-header-style-12 .td-header-menu-wrap .sf-menu>li>a {
    color: #fff;
    line-height: 80px
}

.td-header-style-12 .td-header-menu-wrap .sf-menu>li>a:after {
    display: none
}

@media (min-width: 1019px) and (max-width:1140px) {
    .td-header-style-12 .td-header-menu-wrap .sf-menu>li>a {
        padding: 0 13px
    }

    .td-header-style-12 .td-header-menu-wrap .sf-menu a.sf-with-ul {
        padding-right: 28px
    }

    .td-header-top-menu {
        overflow: visible
    }
}

@media (min-width: 768px) and (max-width:1018px) {
    .td-header-style-12 .td-main-menu-logo img {
        margin-right: 12px
    }
}

.td-header-top-menu {
    color: #fff;
    font-size: 11px
}

.td-header-top-menu a {
    color: #fff
}

.td-header-sp-top-menu {
    line-height: 28px;
    padding: 0 !important;
    z-index: 1000;
    float: left
}

.td-header-sp-top-widget {
    position: relative;
    line-height: 28px;
    text-align: right;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (max-width: 767px) {
    .td-header-style-12 .td-main-menu-logo {
        display: inline;
        width: 0;
        height: 0
    }

    .td-header-style-12 .td-main-menu-logo img {
        max-height: 48px;
        margin: auto
    }

    .td-header-sp-top-menu {
        display: none !important
    }

    .td-header-sp-top-widget {
        width: 100%;
        text-align: center
    }
}

.menu-top-container {
    display: inline-block;
    margin-right: 16px
}

.top-header-menu {
    list-style: none;
    margin: 0;
    display: inline-block
}

.top-header-menu li {
    display: inline-block;
    position: relative;
    margin-left: 0
}

.top-header-menu li a {
    margin-right: 16px;
    line-height: 1
}

.top-header-menu li a:hover {
    color: var(--td_theme_color, #4db2ec)
}

.top-header-menu>li {
    line-height: 28px
}

@-moz-document url-prefix() {
    @media (min-width: 768px) {
        .td-header-style-12 .td-main-menu-logo a img {
            top: -1px
        }
    }
}

:root {
    --accent-color: #fff
}

ul.sf-menu>.menu-item>a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

:root {
    --td_theme_color: #5620d4;
    --td_slider_text: rgba(86, 32, 212, .7);
    --td_mobile_menu_color: #ffffff;
    --td_mobile_icons_color: #5620d4;
    --td_mobile_gradient_one_mob: rgba(0, 0, 0, .8);
    --td_mobile_gradient_two_mob: rgba(0, 0, 0, .8);
    --td_mobile_text_active_color: #dd3333;
    --td_login_hover_background: #ff5151;
    --td_login_hover_color: #ffffff;
    --td_login_gradient_one: rgba(0, 0, 0, .8);
    --td_login_gradient_two: rgba(0, 0, 0, .8)
}

.td-header-style-12 .td-header-menu-wrap-full {
    background-color: #5620d4
}

.top-header-menu li a:hover {
    color: #5620d4
}

.td-header-wrap .td-header-top-menu-full {
    background-color: #5d2ad3
}

.td-header-wrap .td-header-top-menu-full,
.td-header-wrap .td-header-top-menu-full .td-header-top-menu {
    border-bottom: none
}

.top-header-menu li a:hover {
    color: #fff
}

.td-header-wrap .td-header-menu-wrap-full {
    background-color: #5d2ad3
}

.top-header-menu>li>a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------- */

body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 11px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 32px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-size--regular: 15px;
    --wp--preset--font-size--larger: 50px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

.tdm-content-horiz-center {
    text-align: center !important;
    margin-right: auto;
    margin-left: auto
}

:root {
    --td_theme_color: #4db2ec;
    --td_grid_border_color: #ededed;
    --td_black: #222;
    --td_text_color: #111
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto
}

@media(max-width: 767px) {
    .td-pb-row>.td-element-style {
        width: 100vw !important;
        left: 50% !important;
        transform: translateX(-50%) !important
    }
}

.td-pb-row {
    margin-right: -24px;
    margin-left: -24px;
    position: relative
}

.td-pb-row:after,
.td-pb-row:before {
    display: table;
    content: ''
}

.td-pb-row:after {
    clear: both
}

.td-pb-row [class*=td-pb-span] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 24px;
    padding-left: 24px;
    position: relative
}

@media(min-width: 1019px) and (max-width:1140px) {
    .td-pb-row [class*=td-pb-span] {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media(min-width: 768px) and (max-width:1018px) {
    .td-pb-row [class*=td-pb-span] {
        padding-right: 14px;
        padding-left: 14px
    }
}

@media(max-width: 767px) {
    .td-pb-row [class*=td-pb-span] {
        padding-right: 0;
        padding-left: 0;
        float: none;
        width: 100%
    }
}

.td-pb-span6 {
    width: 50%
}

.wpb_row {
    margin-bottom: 0
}

@media(min-width: 1019px) and (max-width:1140px) {

    .td-pb-row {
        margin-right: -20px;
        margin-left: -20px
    }
}

@media(min-width: 768px) and (max-width:1018px) {

    .td-pb-row {
        margin-right: -14px;
        margin-left: -14px
    }
}

@media(max-width: 767px) {

    .td-pb-row {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

body {
    font-family: Verdana, BlinkMacSystemFont, -apple-system, 'segoe ui', Roboto, Oxygen, Ubuntu, Cantarell, 'open sans', 'helvetica neue', sans-serif;
    font-size: 14px;
    line-height: 21px
}

a:active,
a:focus {
    outline: 0
}

a {
    color: var(--td_theme_color, #4db2ec);
    text-decoration: none
}

h1 {
    font-family: roboto, sans-serif;
    color: var(--td_text_color, #111);
    font-weight: 400;
    margin: 6px 0
}

h1 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 33px;
    margin-bottom: 23px
}

.td_block_wrap a:hover {
    text-decoration: none !important
}

@font-face {
    font-family: newspaper;
    src: url("newspaper.eot");
    src: url("newspaper.eot") format('embedded-opentype'), url("newspaper.woff") format('woff'), url("newspaper.ttf") format('truetype'), url("newspaper.svg") format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class*=" td-icon-"]:before,
[class^=td-icon-]:before {
    font-family: newspaper;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=td-icon-] {
    line-height: 1;
    text-align: center;
    display: inline-block
}

.td-icon-facebook:before {
    content: '\e818'
}

.td-icon-twitter:before {
    content: '\e831'
}

.td-icon-youtube:before {
    content: '\e836'
}

@media print {

    body,
    html {
        background-color: #fff;
        color: #000;
        margin: 0;
        padding: 0
    }

    body {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        zoom: 80%
    }

    img {
        max-width: 100%;
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    h1 {
        page-break-after: avoid
    }

    .td_block_wrap:not(.tdb_breadcrumbs):not(.tdb_header_logo):not(.tdb_single_categories):not(.tdb-single-title):not(.tdb_single_author):not(.tdb_single_date):not(.tdb_single_comments_count):not(.tdb_single_post_views):not(.tdb_single_featured_image):not(.tdb_single_content):not(.td_woo_breadcrumbs):not(.td-woo-product-title):not(.td_woo_product_description):not(.td_woo_add_to_cart):not(.td_woo_product_sku):not(.td_woo_product_image):not(.td_woo_product_tabs):not(.td_woo_product_categories):not(.td_woo_product_tags):not(.td_woo_product_image_bg):not(.td_woo_product_price):not(.td_woo_product_rating) {
        display: none !important
    }
}

@font-face {
    font-family: td-multipurpose;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("td-multipurpose.eot");
    src: url("td-multipurpose.eot") format('embedded-opentype'), url("td-multipurpose.ttf") format('truetype'), url("td-multipurpose.woff") format('woff'), url("urn:scrapbook:download:error:https://ziarmedical.ro/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/tdc-header-template-titletd-multipurpose.svg?#td-multipurpose") format('svg')
}

.td_block_wrap {
    margin-bottom: 48px;
    position: relative;
    clear: both
}

@media (max-width: 767px) {
    .td_block_wrap {
        margin-bottom: 32px
    }
}

.td-fix-index {
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.td_block_empty_space,
.vc_empty_space {
    margin-bottom: 0
}

.td-element-style {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

@-moz-document url-prefix() {}

:root {
    --accent-color: #fff
}

:root {
    --td_theme_color: #5620d4;
    --td_slider_text: rgba(86, 32, 212, .7);
    --td_mobile_menu_color: #ffffff;
    --td_mobile_icons_color: #5620d4;
    --td_mobile_gradient_one_mob: rgba(0, 0, 0, .8);
    --td_mobile_gradient_two_mob: rgba(0, 0, 0, .8);
    --td_mobile_text_active_color: #dd3333;
    --td_login_hover_background: #ff5151;
    --td_login_hover_color: #ffffff;
    --td_login_gradient_one: rgba(0, 0, 0, .8);
    --td_login_gradient_two: rgba(0, 0, 0, .8)
}

@-moz-document url-prefix() {}

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

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

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

@media (min-width: 1019px) and (max-width:1140px) {}

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

@media (min-width: 1019px) and (max-width:1140px) {}

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

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

@media (min-width: 1019px) and (max-width:1140px) {

    @media (min-width: 768px) {
        .tdi_48 {
            margin-left: -10px;
            margin-right: -10px
        }

        .tdi_48 .vc_column {
            padding-left: 10px;
            padding-right: 10px
        }
    }
}

html :where([style*=border-width]) {
    border-style: none
}

.tdi_48 {
    min-height: 0
}

.tdi_48 {
    display: block
}

@media (min-width: 767px) {
    .tdi_48.tdc-row-content-vert-center {
        display: flex;
        align-items: center;
        flex: 1
    }

    .tdi_48.tdc-row-content-vert-center .td_block_wrap {
        vertical-align: middle
    }
}

.tdi_48 {
    margin-top: -50px !important;
    padding-bottom: 10px !important;
    position: relative
}

.tdi_48 .td_block_wrap {
    text-align: left
}

@media (max-width: 767px) {

    .tdi_48 {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .tdi_50 {
        margin-bottom: 6px !important;
        justify-content: center !important;
        text-align: center !important
    }
}

.tdi_47_rand_style {
    background-color: #000d16 !important
}

.tdi_50 {
    vertical-align: baseline
}

.tdi_50>.wpb_wrapper {
    display: block
}

.tdi_50>.wpb_wrapper {
    width: auto;
    height: auto
}

.tdm_block.tdm_block_socials {
    margin-bottom: 0
}

.tdm-social-wrapper:after,
.tdm-social-wrapper:before {
    display: table;
    content: '';
    line-height: 0
}

.tdm-social-wrapper:after {
    clear: both
}

.tdm-social-item-wrap {
    display: inline-block
}

.tdm-social-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .2s;
    transition: all .2s;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.tdm-social-item i {
    font-size: 14px;
    color: var(--td_theme_color, #4db2ec);
    -webkit-transition: .2s;
    transition: all .2s
}

.tdm-social-item-wrap:hover i {
    color: #000
}

.tdi_54 .tdm-social-item i {
    font-size: 30px;
    vertical-align: middle
}

.tdi_54 .tdm-social-item {
    width: 75px;
    height: 75px;
    margin: 5px 10px 5px 0
}

.tdi_54 .tdm-social-item i {
    line-height: 75px
}

.tdi_54 .tdm-social-item-wrap:last-child .tdm-social-item {
    margin-right: 0 !important
}

.tdi_54 .tdm-social-item i {
    color: #fff
}

.tdi_56 {
    vertical-align: baseline
}

.tdi_56>.wpb_wrapper {
    display: block
}

.tdi_56>.wpb_wrapper {
    width: auto;
    height: auto
}

.tdi_59 {
    margin-top: -3px !important
}

@media (max-width: 767px) {
    .tdi_59 {
        margin-left: -10px !important
    }
}

.tdb-header-align {
    vertical-align: middle
}

.tdb_header_logo {
    margin-bottom: 0;
    clear: none
}

.tdb_header_logo .tdb-logo-a,
.tdb_header_logo h1 {
    display: flex;
    pointer-events: auto;
    align-items: flex-start
}

.tdb_header_logo h1 {
    margin: 0;
    line-height: 0
}

.tdb_header_logo .tdb-logo-img-wrap img {
    display: block
}

.tdb_header_logo .tdb-logo-text-wrap {
    display: flex
}

.tdb_header_logo .tdb-logo-text-tagline,
.tdb_header_logo .tdb-logo-text-title {
    -webkit-transition: .2s;
    transition: all .2s ease
}

.tdb_header_logo .tdb-logo-text-title {
    background-size: cover;
    background-position: center center;
    font-size: 75px;
    font-family: serif;
    line-height: 1.1;
    color: #222;
    white-space: nowrap
}

.tdb_header_logo .tdb-logo-text-tagline {
    margin-top: 2px;
    font-size: 12px;
    font-family: serif;
    letter-spacing: 1.8px;
    line-height: 1;
    color: #767676
}

.tdi_59 .tdb-logo-a,
.tdi_59 h1 {
    align-items: center;
    justify-content: center
}

.tdi_59 .tdb-logo-img {
    max-width: 200px
}

.tdi_59 .tdb-logo-img-wrap {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 8px;
    margin-left: 0
}

.tdi_59 .tdb-logo-img-wrap:first-child {
    margin-top: 0;
    margin-left: 0
}

.tdi_59 .tdb-logo-text-tagline {
    margin-top: 3px;
    margin-left: 0;
    display: none;
    color: #fff;
    font-family: Oxygen !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important
}

.tdi_59 .tdb-logo-text-title {
    display: none;
    color: #fff;
    font-family: Oxygen !important;
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 700 !important
}

.tdi_59 .tdb-logo-text-wrap {
    flex-direction: column;
    align-items: flex-start
}

.tdi_59 .tdb-logo-a:hover .tdb-logo-text-title {
    color: #fff;
    background: 0 0;
    -webkit-text-fill-color: initial;
    background-position: center center
}

@media (max-width: 767px) {
    .tdb_header_logo .tdb-logo-text-title {
        font-size: 36px
    }

    .tdb_header_logo .tdb-logo-text-tagline {
        font-size: 11px
    }
}

@media (min-width: 1019px) and (max-width:1140px) {
    .tdi_59 {
        margin-left: -8px !important
    }

    .tdi_59 .tdb-logo-img {
        max-width: 50px
    }
}

@media (min-width: 1019px) and (max-width:1140px) {}

@media (min-width: 768px) and (max-width:1018px) {
    .tdi_59 .tdb-logo-img {
        max-width: 36px
    }

    .tdi_59 .tdb-logo-img-wrap {
        margin-right: 3px
    }

    .tdi_59 .tdb-logo-text-tagline {
        margin-top: 0;
        margin-left: 0;
        font-size: 12px !important;
        letter-spacing: .5px !important
    }

    .tdi_59 .tdb-logo-text-title {
        font-size: 17px !important
    }
}

@media (max-width: 767px) {
    .tdi_59 .tdb-logo-img-wrap {
        margin-right: 5px
    }
}