.header_banner_link{
    text-decoration: none;
}
.header_banner{
    height: 72px;
    background: #98E3BB;
    display: flex;
    position: relative;
    justify-content: center;
}
.main-page .header_padding,.lc_new_body .header_padding{
    height: 144px;
}

.banner_left{
    box-sizing: border-box;
    height: 72px;
    width: 308px;
    position: absolute;
    left: 15px;
}
.banner_right{
    box-sizing: border-box;
    height: 72px;
    width: 264px;
    position: absolute;
    right: 58px;
}
.banner_center_block{
    display: flex;
    gap: 22px;
    align-items: center;
    z-index: 1;
}
.banner_center{
    box-sizing: border-box;
    height: 72px;
    width: 174px;
    display: block;
}
.banner_text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0C1533;
}

.header_banner_link.mob-hide {
    display: block;
}
.header_banner_link.mob-show {
    display: none;
}

@media (max-width: 1052px) {
    .header_banner_link.mob-show {
        display: block;
    }
    .header_banner_link.mob-hide {
        display: none;
    }
    .header_banner{
        height: 92px;
        width: 100%;
        justify-content: left;
        padding-left: 5px;
        padding-right: 5px;
        box-sizing: border-box;
    }
    body .header_padding{
        height: 146px;
    }
    .banner_left{
        width: 121px;
        height: 91px;
    }
    .banner_right{
        width: 26px;
        height: 24px;
        right: 12px;
        top: 15px;
    }
    .banner_center_block {
        gap: 9px;
        max-width: 100%;
    }
    .banner_center{
        width: 145px;
        height: 67px;
    }
    .banner_text{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #0C1533;
    }

}