/*уменьшение отступа от имени до текста отзыва*/
.style-6 .testimonials-info {
    margin-bottom: 0px;
}
/*тень для основного заголовка*/
.custom-text .content-text {
     text-shadow: #000 1px 0 3px;
}
/*для альбомов подсветка и радиус*/
body .ba-album.css-style-14 .ba-caption {
     background: linear-gradient(to bottom, transparent 10%, rgb(43 129
128) 150%) !important;
}
.ba-gallery-items, .ba-album-items {
     border-radius: 10px;
}


/* Шапка — ставим position relative, чтобы меню отталкивалось от неё */
.header-section {
    position: relative !important;
    z-index: 1000 !important;
}

/* Мега-меню — ставим под шапку */
.ba-mega-menu-wrapper {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    width: 100%;
    z-index: 999 !important;
}







