.b_topbar {
    background-image: url(../imgs/backbanar1.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-repeat: no-repeat, no-repeat;
    background-size: 100% 100%, 464px 408px; */
}


.b_highlight {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF !important;
    
}
.b_highlight a{
  color: #FFFFFF !important;
}
.b_highlight_ru a{
  color: #FFFFFF !important;
}


.b_highlight_ru {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    
}



.b_banner {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    height: 60px;
    text-align: center;
    position: relative;
    align-items: center;
    display: flex;
    padding: 13px 0;
}





.b_bannar_btn {
    background: #ffffff;
    color: #000;
    font-weight: bold;
    padding: 7px 10px !important;
    border-radius: 5px;
    text-decoration: none;
    margin: 9px 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
   
  }
  .b_bannar_btn:hover {
    background-color: #efefefeb !important;
  }

  .b_image2025{
    padding-left: 5px;
    padding-right: 5px;
 }

 .b_mobile{
    display: none;
}


  @media screen and (max-width: 991px) {
    .b_highlight {
        font-size: 24px !important;
        margin-top: 3px !important;
    }

    .b_highlight_ru{
        font-size: 18px !important;
        margin-top: 3px !important;
    }
}

@media (max-width: 622px) {

    .b_highlight_ru{
        font-size: 14px !important;
        margin-top: 3px !important;
    }
}

@media (max-width: 610px) {
    .b_banner .b_highlight {
        font-size: 18px !important;
    }

    .b_bannar_btn {
    padding: 2px 10px !important;
    font-size: 14px !important;

}

}

@media (max-width: 510px) {
    .b_banner .b_highlight {
        font-size: 14px !important;
    }
}




@media (max-width: 485px) {
    .b_banner .b_highlight {
        font-size: 13px !important;
        line-height: inherit;

    }
    .b_desktop{
        display: none;
    }
    .b_mobile{
        display: flex;
        height: 30px;
    }
}

@media (max-width: 470px) {
     .b_highlight_ru{
        font-size: 12px !important;
        margin-top: 3px !important;
    }
}
@media (max-width: 420px) {
    .b_banner .b_highlight {
        font-size: 14px !important;
    }
     .b_highlight_ru{
        font-size: 10px !important;
        margin-top: 3px !important;
    }
}
@media (max-width: 396px) {
    .b_banner .b_highlight {
        font-size: 12px !important;
    }
}
@media (max-width: 385px) {
    .b_banner .b_highlight {
        font-size: 12px !important;
    }
}

@media (max-width: 350px) {
    .b_banner .b_highlight {
        font-size: 12px !important;
    }
}

@media (max-width: 330px) {
     .pro_btn_banar {
        font-size: 10px !important;
    }
        .b_banner .b_highlight {
        font-size: 10px !important;
    }
}






