

/* Start:/bitrix/components/bitrix/menu/templates/.horizontal-program-loyaliti/style.css?17556077471726*/
.loyalty-banner-main-wrapper{
    width: 100%;
    min-height: 280px;
    background-color: #f7f7f9;
    border-radius: 12px;
    position: relative;
    background-image: url("/include/loyalty-page/images/loyalty_banner1.png");
    background-size: auto 280px;
    background-position: right;
    background-repeat: no-repeat;
}

.horizont-blok {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.horizont-menu {
    list-style: none;
    margin: 0;
    padding: 0;

    position: relative;
    display: flex;
    flex-direction: row;
    flex: 1;
    width: 100%;
    gap: 3%;
    align-items: center;
    background: #FFDB5C;
    justify-content: space-between;
}

.item-menu {
    color: black;
    width: 33%;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    transition: background-color 0.3s ease;
}

/* Стиль для выбранного пункта меню */
.item-menu.selected {
    background: rgba(218, 164, 42, 0.35);
    font-weight: bold;
}

.horizont-menu a {

font-size: 14px;
text-transform: uppercase;
color: #000;
}

.horizont-menu a.selected {
    font-weight: bold;
    background: none; 
}

.horizont-menu a:hover {
    font-weight: bold;
}

@media only screen and (max-width: 768px){
.item-menu.selected {
background: #FFDB5C;

}
    .horizont-menu {
        background: none;

        flex-wrap: wrap;
        gap: 1%; 
        padding: 0 2%; 
    }
    
    .item-menu {
        width: 32%; 


        padding: 4px;
       
 background: #FFDB5C;
font-size: 10px;
border-radius:10px;
    }
.horizont-menu a {

font-size: 10px;

}

}

@media (max-width: 480px) {
    .horizont-menu {
        gap: 1%; 
    }
}
/* End */
/* /bitrix/components/bitrix/menu/templates/.horizontal-program-loyaliti/style.css?17556077471726 */
