.lang a > .wpml-ls-native {
    color: #ffffff;
    margin-left: 0;
}

.lang .sub-menu a > .wpml-ls-native {
    color: #000000 !important;
}

.lang .sub-menu a {
    width: max-content;
}


body:not(.enable-search-modal) .site-logo img {
    width: 100%;
    max-height: 45px;
}

.bwc-get-call,
.bwc-wrapper,
.bwc-popup,
.bwc-modal,
.bingc-active {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    max-height: 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    z-index: -9999 !important;
}

#myBtn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
    transition: all 0.4s ease-in;
    position: fixed;
    bottom: 100px;
    right: 0;
    background-color: #ededed;
    color: #009de0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#myBtn:hover {
    background-color: #009de0;
    color: #fff;
}

#myBtn svg {
    transform: rotate(270deg);
    transition: transform 0.3s ease;
}

@media (max-width: 992px) {
    .lang .sub-menu a > .wpml-ls-native {
        color: #FFFFFF !important;
    }
}

.primary-menu li.menu-item-has-children[data-open="false"] > ul {
    right: 0;
    opacity: 0;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}

.lazy-bg {
    background-size: cover;
    background-position: center;
    display: block;
}

.foto-single {
    display: flex;
}

.foto-single .single-hero-image {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

/*.info-top .tel img {*/
/*    max-width: 12px;*/
/*}*/