header{
}
.bg-akcent-dekra-500 {
    background: #B0FD78;
}

.bg-brand-dekra-500 {
    background-color: #016B52;

}

.bg-brand-dekra-100 {
    background: #B8FCE0;
}

.slogan-holder {
    color: white;
    width: 70%;
    max-width: 70%;
    padding: 5rem 0;
    background-image: url(./../i/header_bg_logo.png);
    background-repeat: no-repeat;
    background-position: 100% 30%;
    background-size: auto 170%;
}

.likeH1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 2rem;
}

.likeH2 {
    font-size: 1.2rem;
    font-weight: 400;
}

.likeH2 span {
    background: #B0FD78;
    display: inline-block;
    padding: 5px 10px;
    color: #016B52;
    border-radius: 999px;
    font-weight: 700;
}
.branch_claim span{
    background: #B0FD78;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 999px;
    font-weight: 700;
}

.negative-margin-top-76 {
    background: white;
    color: gray;
    max-width: 90%;
    margin: 0 auto;
    z-index: 9999 !important;
    padding-top: 60px;
}

.negative-margin-top-76 h1 {
    color: gray;
}

header {
    height: auto !important;
    max-height: 100% !important;
    overflow: hidden;
}
.custom-row h2{
    padding-left:40px !important;
}

.branch_bottom_menu{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000000 !important;
    background: white;
    width: 100%;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: space-between;
    gap:15px;
    text-align: center;
}
.branch_bottom_menu.hidden{
    display: none;
}
.branch_bottom_menu img{
    max-height: 19px;
    margin-right: 10px;
}
.kontakt_stk_holder{
    font-size: 14px;
    background: #016B52;
    border: 1px solid #016B52;
    color: white;
    font-weight: bold;
    padding: 15px 24px;
    border-radius: 999px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 0 0 60%;
}
.cennik_holder{
    border: 1px solid #008143;
    font-weight: bold;
    padding: 16px 24px;
    border-radius: 999px;
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    justify-content: center;
    flex: 1;
}


.right-card {
    padding: 25px 13px;
}

.right-card img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.branch_holder.is-branch-0{
    padding: 20px;
    box-shadow: 0px 12px 16px 0px #6670851F;
    border: 1px solid #EAECF0;
    border-radius: 15px;
    flex-direction: column;
    font-size: 14px;
}

h3.branch_title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.card{
    border: 1px solid #EAECF0;
    border-radius: 8px;
    padding: 0.5rem;
}
.card img{
    max-height:20px;
    object-fit: cover;
    margin-right: 10px;
}
.branch_promo_sticker{
    width: 117px;
    height: 138px;
    background-image: url(./../assets/images/sticker_clean.svg);
    background-size: cover;
    position: absolute;
    top: -170px;
    right: -355px;
    z-index: 20 !important;
}
.branch_promo_sticker_cnt{

    text-align: center;
    padding-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 109px;
    height: 110px;
}
.sticker_line_1{
    background: #016b52;
    color: #b0fd78;
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 999px;
}
.sticker_line_2{
    color: #016b52;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
}
.sticker_line_3{
    font-size: 16px;
}
.position-relative{
    position: relative !important;
}
#menu_pricelist{
    border: 1px solid #016B52;
    border-radius: 10px;
    padding: 4px 16px;
    border-radius: 999px;
    float: right;
    cursor: pointer;
}
#main_menu{
    width: 100%;
}
#main_menu li{

}
#main_menu li.active{
    background: #B8FCE0;
    color:#016B52;
}
#menu_pricelist a{
    color: black;
}
#pricelist_modal{
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 70%);
    z-index: 10000 !important;

}
#pricelist_modal svg{
    max-width: 20px; !important;
    max-height: 20px !important;
}
#pricelist_modal p{
    font-size: 1rem;
}
#pricelist_modal > div{
    margin: 0 auto;
    width: 95vw !important;
    max-width: 1200px;
    min-height: 90vh !important;
    max-height: 90vh !important;
    padding: 30px;
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 13px !important;
    margin-right: 0;
    position: fixed;
    bottom: 5px;
    right: 5px;
}
#pricelist_modal h3{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.top_oval_bckg{
    height: 75px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: #fff;
    width: 100%;
}
#pricelist_modal table{
    margin-bottom: 2rem;
}

#pricelist_modal h1{
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

@media (max-width: 900px) {

    #burger_menu{
        padding-top: 3.5rem !important;
    }

    #pricelist_modal > div{
        min-height: 85vh !important;
        max-height: 85vh !important;
    }

    #pricelist_modal.is_branch_data > div{
        min-height: 80vh !important;
        max-height: 80vh !important;
    }

    .phone_call_hodler{
        display: none;
    }
    #pricelist_modal h1{
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1rem;
        line-height: 1.4rem;
    }
    #pricelist_modal > div{
        max-width: 100% !important;
        padding: 10px !important;
        margin-left: 0 !important;
        max-height: 80% !important;
    }
    .branch_promo_sticker{
        width: 93px;
        height: 112px;
        background-image: url(./../assets/images/sticker_clean.svg);
        background-size: cover;
        position: absolute;
        top: -80px;
        right: 30px;
        z-index: 500 !important;
    }
    .branch_promo_sticker_cnt {
        text-align: center;
        padding-top: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 84px;
        height: 78px;
    }
    .sticker_line_1 {
        background: #016b52;
        color: #b0fd78;
        display: inline-block;
        padding: 3px 10px;
        font-size: 11px;
        border-radius: 999px;
        margin-bottom: 5px;
    }
    .sticker_line_2{
        color: #016b52;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: 5px;
    }
    .sticker_line_3{
        color: #016b52;
        font-weight: 400;
        font-size: 0.8rem;
        line-height: 0.8rem;
    }


    .custom-row {
        display: flex !important;
        flex-direction: column !important;
    }
    .custom-main {
        width: calc(100% - 12px) !important;
        flex-shrink: 0 !important;
    }

    .custom-sidebar {
        width: calc(100% - 12px) !important;
        flex-shrink: 0 !important;
        display: none !important;
    }
    .custom-sidebar.is-branch-0 {
        display: block !important;
        margin: 0 auto;
    }

}

@media (min-width: 900px) {


    .scrolling-sidebar-wrapper{
        padding: 20px;
        box-shadow: 0px 12px 16px 0px #6670851F;
        border: 1px solid #EAECF0;
        border-radius: 15px;
        flex-direction: column;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .branch_bottom_menu{
        display: none;
    }

    .custom-row {
        display: flex !important;
        flex-direction: column !important;
    }

    .custom-main {
        width: calc(60% - 12px) !important;
        flex-shrink: 0 !important;
    }

    .custom-sidebar {
        width: calc(40% - 12px) !important;
        flex-shrink: 0 !important;
        align-self: stretch;
    }
    #promolink_holder{
        display: none;
    }
}
#promolink_holder{
    border: 1px solid #016B52;
    background: #016B52;
    border-radius: 10px;
    padding: 4px 16px;
    border-radius: 999px;
    color: white;
    min-width: 120px;
    overflow: hidden;
    max-height: 35px;
    margin: 10px 0 10px auto;
    cursor: pointer;
}

#menu_promolink{
    border: 1px solid #016B52;
    color: white;
    background: #016B52;
    border-radius: 999px;
    padding: 4px 16px;
    margin-right: 10px;
    cursor: pointer;
}
.cal_nr{
    margin-right: 1rem !important;
    position: relative;
}
.cal_nr sup{
    position: absolute;
    top: 0.7rem;
    left: 100%;
    font-size: 0.5em;
    line-height: 1;
    margin-left: 1px;
}
.slogan-phone_call_hodler{
    display: flex;

}
.slogan-phone_call_hodler img{
    margin-right: 10px;
}
.phone_line_1{
    font-weight: 400;
    font-size: 11px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: white;
}
.phone_line_2 a{
    font-weight: 700;
    font-size: 20px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #B0FD78;

}
.branch_promo_sticker_holder{
    position: relative;
    display: block !important;
}
.left_cnt{
    max-width: 70% !important;
}
.right_cnt{
    max-width: 30% !important;
}
.header_section > div{
    width: 100% !important;
    justify-content: space-between;
    margin-top: -30px;

}
.header_section h2{
    font-weight: 600 !important;
    font-style: SemiBold;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    margin-bottom: 3rem;
    color: black;

}
@media (max-width: 900px) {
    .slogan-phone_call_hodler{
        display: none;
    }
    .slogan-holder{
        width: 100% !important;
        max-width: 100% !important;
    }
    .right_cnt{
    }
    .left_cnt{
        width: 100% !important;
        max-width: 100% !important;
    }
}

.top-header + section{
    padding-top: 54px;
}
.top-header{
    position: fixed;
    z-index: 99999 !important;
    background: white;
}
.custom-sidebar{
    position: relative;
}