.bx-im-textarea-app-button
{
    margin-bottom: 0px !important;
}
.bank .supPriceInfo
{
    font-size: 10px;
    font-style: italic;
    white-space: nowrap;
    display: none;
}
.bank.bank_active .supPriceInfo
{
    display: block;
}
.splide__arrow
{
 background: inherit !important;
}

/*.product .price,*/
/*#elementTools .price*/
/*{*/
/*    color:red !important;*/
/*}*/

.grecaptcha-badge {
    visibility: hidden;
}
.top_banners_a {
    margin: 0px;
    padding: 0px;
    height: 46px;
    position: relative;
    text-align: center;
    display: block;
    overflow: hidden;
    /*background: linear-gradient(*/
    /*        90deg, white 50%, #c0d6ff 50%);*/
    z-index: 1000;
}
.top_banners_a a{
    text-decoration: none;
    display: block;
    width: 100%;
}
.top_banners_a img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px){
    .top_banners_a {
        /*margin: 0px;*/
        /*padding: 0px;*/
        /*height: 23px;*/
        /*position: relative;*/
        /*text-align: center;*/
        /*display: block;*/
        display: none;
    }
    .top_banners_a img {
        width:960px;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 50%;
        margin-left: -480px;
    }
}