.elementor-6014 .elementor-element.elementor-element-237825b0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6014 .elementor-element.elementor-element-d29cfc4{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-237825b0 *//* Ukloni Elementor wrapper/liniju oko custom headera */
.elementor-location-header .elementor-element-237825b0 {
    min-height: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.elementor-location-header .elementor-element-237825b0 > .e-con-inner {
    min-height: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-90545fe */.ctg-lang-switcher {
    position: fixed;
    left: 18px;
    bottom: 18px;

    z-index: 99999;

    display: flex;
    align-items: center;

    gap: 4px;

    padding: 5px;

    background: rgba(255,255,255,.92);

    border: 1px solid rgba(0,0,0,.08);
    border-radius: 999px;

    box-shadow: 0 6px 20px rgba(0,0,0,.08);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ctg-lang-item {
    min-width: 36px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 10px;

    border-radius: 999px;

    color: #111 !important;

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;

    text-decoration: none !important;

    transition:
        background .2s ease,
        color .2s ease;
}

.ctg-lang-item:hover {
    background: #111;
    color: #fff !important;
}

.ctg-lang-item.is-active {
    background: #f58735;
    color: #fff !important;
}

@media (max-width: 767px) {

    .ctg-lang-switcher {
        left: 12px;
        bottom: 12px;
    }

    .ctg-lang-item {
        min-width: 34px;
        height: 30px;
        font-size: 11px;
    }
}/* End custom CSS */