



/* ------------- 
content start - bannercss
------------- */

.bf-banner-wrapper {
    width: 100%;
    max-width: 600px;  
    position: fixed;
    bottom: 80px;
    right: 36px;
    z-index: 10000;
}
.bf-banner {
    background-color: #fff;
    width: 100%;
    cursor: pointer;
}

.bf-banner__close-btn {
    position: absolute !important;
    top: -10px !important;  /* Поднял выше, чтобы не налезал на баннер */
    right: -15px !important;  /* Сдвинул правее */
    font-size: 40px !important;  /* Увеличил размер (было 24px) */
    line-height: 0.8 !important;
    color: #000 !important;
    transition: .3s !important;
    background: rgba(255, 255, 255, 0.8) !important;  /* Добавил фон */
    width: 30px !important;  /* Ширина области клика */
    height: 30px !important;  /* Высота области клика */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;  /* Сделал круглым */
    text-decoration: none !important;
    font-weight: bold !important;  /* Жирный шрифт */
}
@media (min-width: 768px) {
    .bf-banner__close-btn:hover {
        opacity: .8;
        text-decoration: none;
        color: #fff;
    }
    .gc-main-content.with-left-menu .bf-banner-wrapper {
        right: 85px;
    }
}
@media (max-width: 767px) {
    .gc-main-content.with-left-menu .bf-banner-wrapper {
        bottom: 55px;
    }
    .bf-banner-wrapper {
     /*   display:none;*/
        width: auto;
        right: 25px;
    }
    
     .bf-banner2__close-btn {
        font-size: 35px !important;  /* Немного меньше на планшетах */
        width: 28px !important;
        height: 28px !important;
        top: -8px !important;
        right: -12px !important;
    }
}
@media (max-width: 600px) {
    .bf-banner-wrapper {
        max-width: 300px;
    }

    .bf-banner__close-btn {
        right: -20px;
        font-size: 24px;
    }
      
    .bf-banner2__close-btn {
        font-size: 25px !important;  /* На мобильных тоже увеличен */
        width: 20px !important;
        height: 20px !important;
        top: -5px !important;
        right: -10px !important;
    }
}
/* ------------- 
content finish - bannercss
------------- */
