/* Адаптивные колонки для видео галереи */
.html5video-wrap .wp-html5vp-video-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.html5video-wrap .video-wrap {
    padding: 0 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

/* Desktop - 4 колонки */
.html5video-wrap .html5video-columns {
    width: 25%; /* 100% / 4 = 25% */
}

/* Планшеты (768px - 1024px) - 2 колонки */
@media screen and (max-width: 1024px) {
    .html5video-wrap .html5video-columns {
        width: 50% !important;
    }
}

/* Мобильные устройства (до 768px) - 1 колонка */
@media screen and (max-width: 768px) {
    .html5video-wrap .html5video-columns {
        width: 100% !important;
    }
}

/* Маленькие мобильные (до 480px) */
@media screen и(max-width: 480px) {
    .html5video-wrap .video-wrap {
        padding: 0 10px;
    }
    
    .html5video-wrap .video_title {
        font-size: 14px;
    }
}
/* кука */
.messages_cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f2f2f2;
    z-index: 1000;
    padding: 30px 0;
    display: none;
}

.messages_cookies.active {
    display: block;
}

.messages_cookies-wrp {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.messages_cookies-btn {
    display: block;
    max-width: 200px;
    text-align: center;
    background-color: #f6ee1a;
    margin: 20px auto 0;
}
@media(max-width: 780px){
    .messages_cookies-text{
        line-height: 1.4;
    }
    .messages_cookies-btn{
      margin: 20px 0 0 auto;  
    }
}
@media(max-width: 450px){
    div#chaty-widget-0 div.chaty-widget{
        bottom: 140px;
    }
}
/* end кука */