/*Mobilne menu*/
@media(max-width: 768px){
    #header.is-open .header-top {
        /*position: absolute !important;*/
        top: 0;
        left: 0;
        height: 100vh;
    }
    #header.is-open .header-top .container {
        height: 100%;
    }
    #header.is-open .header-top .row {
        height: 100%;
    }
    #header.is-open .header-top ul#top-menu {
        height: 100%;
        display: flex !important;
        justify-content: initial;
        flex-direction: column;
    }
    #header.is-open .header-top ul#top-menu > li {
        margin-bottom: 1.5rem;
    }
    .js-top-menu-bottom {
        display: none;
    }
}
.menu-active{
    overflow: hidden !important;
}

/*Główne menu*/
#_desktop_logo{
    padding: 1rem 0 0;
}
@media (min-width: 768px){
    #_desktop_logo {
        padding: 1rem 0 0 !important;
    }
}
#header .logo {
    max-width: 130px;
}
#header .header-top .position-static {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}
#header .header-top .position-static #_desktop_cart {
    order: 2;
}
#header .header-top .position-static #search_widget {
    margin: 0 auto;
}
#top-menu {
    display: flex !important;
    justify-content: space-evenly;
    max-width: 650px;
    margin: 0 auto !important;
}

/*Dlaczego sicht?*/
.home-servives-block.top-padding.bottom-padding.why-us .why-us-wrapper {
    display: flex;
    max-width: 1110px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media(max-width: 1024px){
    .home-servives-block.top-padding.bottom-padding.why-us .why-us-wrapper{
        justify-content: center;
    }
}
.home-servives-block.top-padding.bottom-padding.why-us .why-us-wrapper.container:after{
    display: none;
}
.home-servives-block.top-padding.bottom-padding.why-us .section-title {
    flex-basis: 100%;
}
.why-us-wrapper > .col-xs-12 {
    flex-basis: 25%;
    margin-bottom: 2rem;
}
@media(max-width: 1024px){
    .why-us-wrapper > .col-xs-12 {
        flex-basis: 30%;
    }
}
@media(max-width: 767px){
    .why-us-wrapper > .col-xs-12 {
        flex-basis: 50%;
    }
}
@media(max-width: 479px){
    .why-us-wrapper > .col-xs-12 {
        flex-basis: 100%;
    }
}

.brand-section {
    padding: 80px 0 !important;
}


.bottom-margin {
    margin-bottom: 80px !important;
}

.top-margin {
    margin-top: 80px !important;
}

.bottom-padding {
    padding-bottom: 80px !important;
}

.top-padding {
    padding-top: 80px !important;
}

/*Spełniamy oczekiwania*/
.home-images-block-two .content-main:hover>a.link-btn>span {
    border-bottom: 1px solid red !important;
}

/*KONTO UŻYTKOWNIKA PRZYCISK (ZALOGUJ)*/
div#_desktop_user_info {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#_desktop_user_info i{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #051829;
    color: #fff;
}
div#_desktop_user_info a{
    display: flex;
    justify-content: center;
    align-items: center;
}
div#_desktop_user_info span.hidden-sm-down, div#_desktop_user_info span.account-text {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
}

.home-images-block-one.item {
    width: 33% !important;
    height: 250px;
}
