.chats{
    position: fixed;
    display: flex;
    width: 50px;
    right: 30px;
    bottom: 30px;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1000;
}
.chats.note{
    bottom: 160px;
}
.chats .soc{
    overflow: hidden;
    height: 0px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.chats.open .soc{
    height: 121px;
    opacity: 1;
}
.chats .soc a{
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
    border: 1px solid #EA0812;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); 
}
.chats .tg-btn{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/tgbg_W.svg) 10px center no-repeat;
    background-size: 25px;
    z-index: 10;
}
.chats .soc a.tg{
    background: url(../images/tg.svg) center no-repeat;
    background-size: contain;
}
.chats .soc a.wt{
    background: url(../images/wt.svg) center no-repeat;
    background-size: contain;
}
.chats .soc a.max{
    background: url(../images/max.png) center no-repeat;
    background-size: contain;
}
.chats .btn-chat{
    background-color: #EA0812;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.chats .btn-chat{
    background-image: url('/bitrix/templates/shop/images/chats.svg');
    background-size: 35px;
    background-position: center;
    background-repeat: no-repeat;
}

.chats.open .btn-chat{
    background-image: url('/bitrix/templates/shop/images/close_w.svg');  
    background-size: 20px; 
}
.chats .btn-chat.none{
    background-image: none; 
}
.chats .btn-chat .ring{
    border: 1px solid #EA0812;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 100%;
    opacity: 0.8;
    animation: pulse 1s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity:0,8;
     }
    100% {
        transform: scale(2);
        opacity: 0;
     } 
}
.tooltop{
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    padding: 5px 10px;
    text-align: left;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 105%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}
.tooltop {
    visibility: visible;
    opacity: 1;
}
.tooltopt::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 30%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
@media (max-width: 767px) {
    .mobile_panel.active .content {
        min-height: fit-content;
        height: calc(100% + 120px);
    }
}


.btn-w{
    text-align: center;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    color: #EA0812;
    font-weight: 600;
    width: 100%;
    background: white;
    width: max-content;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #EA0812;
    border-radius: 2em;
    font-size: 0.9em;
    padding: 1em 3em;
}

.page-product-card .page-product-card-info-price-and-buttons .page-product-card-info-price-and-buttons__buy-one-click a.btn {
    color: #ffffff;
    border: 0;
    background: #EA0812;
}
@media (max-width: 767px) {
    .mobilefott .page-product-card-info-price-and-buttons__buy-one-click a {
    color: #ffffff;
    border: 0;
    background: #EA0812;
    }
}
.mobile_city{
 display: none;
}
@media (max-width: 767px) {
    .mobile_city .city {
            
            background: url(../images/citym.svg) 1em 50% no-repeat;
            background-size: 1em;
            padding: 1em 0 1em 2.5em;
            cursor: pointer;
        }
    .mobile_city{
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }
    .mobile_city .phone {
        padding: 1em 1em 0.5em 0em;
        color: #080808;
        font-size: 1em;
        font-weight: normal;
        text-decoration: none;
        font-weight: 500;
    }
    .mobile_city .addres {
        padding: 0.5em 1em 1em 1em;
        color: #080808;
        font-size: 1em;
        font-weight: normal;
        text-decoration: none;
        font-weight: 500;
        text-align: center;
    }
    .mobile_city .addres p{
        margin: 0;
        padding: 0px;
    }
    .mobile_city.f {
        border-top: 1px solid #E3E3E3;
        align-items: center;
        flex-direction: column;
    }
}

header .row .col.prelast.cl {
    flex-direction: column;
}


.wrap{
    max-width: 1260px;
    float: none;
    margin: 0 auto;
}

.product-card-labels .product-card-labels-item[data-type='hit-new'] {
    color: #fff;
    background: #3A30A6;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(to bottom, #2C62CF 0%, #3A30A6 50%, #BD721C 100%);
    font-weight: 600;
    padding: 5px 10px;
}
.product-card .product-card-labels {
    display: flex;
    position: absolute;
    left: var(--size-large);
    top: 0px;
    z-index: 1;
}
.product-card .product-card__price {
    display: flex;
    align-items: center;
    padding: 0 0 1em 0;
    flex: 1;
    flex-direction: column;
}
.product-card .product-card__price .profit_block{
    display: flex;
    align-items: center;
    padding: 0 0 6px 0;
    flex: 1;   
}
.product-card .product-card__price .old_rpice {
    color: #898989;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: line-through;
    text-align: left;
    margin: 0 0 0 0;
}
.profit-product-card{
    color: #fff;
    font-weight: 600;
    background: #EA0812;
    padding: 3px 8px;
    margin-left: 8px;
    border-radius: 6px;    
}
.product-card .product-card__price .curent {
    color: #080808;
    font-size: 1.4em;
    font-weight: 700;
    text-align: left;
}
.cashback-product-card {
    color: #EA0812;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 0 0;
    padding: 0px;
    font-weight: 600;
   /* display: block;*/
    display: none;
    flex: 1 1 100%;
}
.promo_product_card{
   /* display: flex;*/
    display: none;
    position: absolute;
    flex-direction: column;
    z-index: 1;
    left: 0px;
    top: 90px;
}
.promo_product_card .promo_item_product_card{
    text-align: center;
    width: 60px;
    padding: 5px;
    margin: 5px 0px 0px 0px;
    text-decoration: none;
    background: #fff;
    border-radius: 0px 4px 4px 0px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    background: linear-gradient(to right, #2C62CF 0%, #3A30A6 50%, #BD721C 100%);
}


.social_list a.max {
    background: url(../images/max.png) 10% 50% no-repeat;
    background-size: contain;
}



  .catalog_list_mune {
            list-style: none;
            display: flex;           /* Горизонтальное расположение */
            gap: 20px;              /* Расстояние между пунктами */
            padding: 0 20px;
            border-radius: 8px;
            /* display:none; был закомментирован, поэтому меню видно */
        }

        /* Каждый пункт первого уровня (содержит <p> и вложенный <ul>) */
        .catalog_list_mune > li {
            position: relative;      /* Для позиционирования выпадающего меню относительно этого пункта */
            list-style: none;
        }

        /* Стиль для <p> — кликабельная/наводимая область первого уровня */
        .catalog_list_mune > li > p {
            color: #080808;
            padding: 15px 0;
            margin: 0;
            cursor: pointer;
            font-weight: bold;
            transition: color 0.2s;
            white-space: nowrap;
        }

        .catalog_list_mune > li:hover > p {
            color:#EA0812;          /* Подсветка при наведении */
        }

        /* --- Выпадающее меню (второй уровень, вертикальное) --- */
        .catalog_list_mune li ul.sub {
            position: absolute;
            top: 100%;               /* Прилипает к нижнему краю родительского <li> */
            left: 0;
            min-width: 220px;
            list-style: none;
            padding: 8px 0;
            border-radius: 6px;
            opacity: 0;
            visibility: hidden;      /* Скрыто по умолчанию */
            transition: all 0.2s ease;
            z-index: 100;
            box-shadow: 0 8px 16px rgba(0,0,0,0.2);
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            z-index: 1000;
            background: #fff;
        }

        /* Показываем подменю при наведении на родительский <li> первого уровня */
        .catalog_list_mune li:hover > ul.sub {
            opacity: 1;
            visibility: visible;
        }

        /* Элементы вертикального меню */
        .catalog_list_mune ul.sub li {
            display: block;          /* Вертикальное расположение */
        }

        .catalog_list_mune ul.sub li a {
            display: block;
            padding: 10px 20px;
            color:#080808;
            text-decoration: none;
            white-space: nowrap;
            transition: background 0.2s;
            font-weight: bold!important;
        }

        .catalog_list_mune ul.sub li a:hover {
            color:#EA0812;
        }

