/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.scroll-block .stk-button-group{
    flex-wrap: nowrap;
}
#menu-main-menu li.menu-item .sub-menu{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-width: 600px;
    justify-content: space-around;
    right: 0;
    left: auto;
}
/*Баннер*/
.custom-sticky-banner {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background: #fff;
    text-align: center;
    border: 1px solid #fff;
}
.custom-sticky-banner img {
    max-width: 100%;
    max-height: 130px;
}
.custom-sticky-banner .close-banner {
    position: absolute;
    right: 0px;
    top: 0px;
    background: transparent;
    color: #b1a9a9;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    cursor: pointer;
    z-index: 10000;
}
.custom-sticky-banner .close-banner:hover{
    color: #fff;
}
@media(max-width: 768px){
    .custom-sticky-banner .close-banner{
        width: 15px;
        height: 15px;
        line-height: 15px;
    }
}