.page-head-warp_banners {
    background-image: url('img/banner.jpg');
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    padding: 15px;
    min-height: 150px;
    margin-left: -16px;
    margin-right: -16px;
}

.page-head-warp_banners .bg-colos {
    background-color: rgb(255 255 255 / 80%);
}

.page-head-warp_banners .buttons {
    margin-top: 15px;
    display: inline-flex;
}

.warp_sub_menu-page {
    justify-content: space-between;
}

.sub_menu-page ul {
    display: flex;
    gap:28px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}

.sub_menu-page ul li:before {
    content: none;
}

.sub_menu-page ul li {
    list-style: none;
    margin-bottom: 0;
}

.sub_menu-page ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 10px;
    transition: 0.3s;
}

.sub_menu-page ul li a:hover,
.sub_menu-page ul li a.active{
    color: #a668bf;
}
