/* cmsms stylesheet: nowy modified: 15.12.2021 11:06:13 */
.logo-ue {
    /*display: none;*/
    margin: 0 auto 0 0;
}

.logo-ue-link {
    margin: 0 auto 0 0;
}

@media only screen and (min-width: 1200px) {
    .logo-ue-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .logo-ue-mobile {
        display: flex;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .logo-ue-mobile {
        display: flex;
        width: 350px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    .logo-ue-mobile {
        display: flex;
        width: 300px;
    }
}

@media only screen and (max-width: 575px) {
    .logo-ue-mobile {
        display: none;
    }
}
.menu__ue-logo {
    display: none;
}

@media only screen and (max-width: 575px) {
    .menu__ue-logo {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .logo-ue-container {
        text-align: center;
    }
}

@media only screen and (max-width: 500px) and (min-width: 401px) {
    .logo-ue-mobile-2 {
        width: 400px;
    }
}

@media only screen and (max-width: 400px) and (min-width: 301px) {
    .logo-ue-mobile-2 {
        width: 300px;
    }
}

@media only screen and (max-width: 300px) and (min-width: 201px) {
    .logo-ue-mobile-2 {
        width: 200px;
    }
}
@media only screen and (max-width: 200px) {
    .logo-ue-mobile-2 {
        width: 100px;
    }
}

/*@media only screen and (max-width: 500px) {*/
/*    .logo figure img {*/
/*        max-width: 85%;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 500px) {*/
/*    .logo figure {*/
/*        max-width: 80px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 500px) {*/
/*    .mobile-button .bar{*/
        /*width: 85%;*/
/*        height: 5px;*/
/*    }*/
/*}*/
