.donation_link{
    font-weight: 600;
    border-radius: 40px;
    padding: 10px 23px;
    background-color: #415560;
    border: 0;
    line-height: 1.15;
    color: white;
    transition: all 0.2s linear;
    display: flex;
    white-space: nowrap;
}
.donation_link:hover{
    color: white;
    text-decoration: none;
}
.donation_link i{
    transition: all .2s linear;
    margin-right: 5px;
}
.donation_link:hover i{
    color: #99b24a;
}
.bvi-widget .bvi-svg-eye, .bvi-shortcode .bvi-svg-eye{
    width: 20px!important;
    height: auto!important;
}
.bvi-widget, .bvi-shortcode a, .bvi-widget a, .bvi-shortcode{
    background-color: transparent!important;
}
.header__telephone .bvi-shortcode{
    display: none;
}
@media screen and (min-width:780px) {
    .bvi_mobil .bvi-shortcode{
        display: none;
    }
    .header__telephone .bvi-shortcode{
        display: inline-block;
    }
}
.my-navbar{
    width: 80%;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: space-between;
}
.my-navbar #menu-main{
    justify-content: flex-start;
}

@media screen and (max-width:1285px) {
    .my-navbar {
        width: 100%;
    }
    .my-navbar li a {
        font-size: 12px;
    }
}
.header__logo{
    margin-top: 20px;
}
.bvi-open{
    display: flex;
    align-items: center;
}
.donation_link_desc{
    display: none;
}
@media screen and (min-width:992px) {
    .donation_link_mobil{
        display: none;
    }
    .donation_link_desc{
        display: flex;
    }
}
.footer__contacts{
    font-size: 18px;
}


.home .header_bg,
.page-template-page-contacts .header_bg{
    background-size: contain;
    background-position: top 100px center;
    background-color: white;
}