.ai{
        display: flex;
    align-items: center;
}
.aie{
    display: flex;
    align-items: center;
    justify-content: end;
}

*{
     font-family: Montserrat;
}

.site-header .logo-block a{
       font-family: "Unbounded", sans-serif !important;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    font-weight: 700;
        font-size: 20px;
}


.site-header .menu ul {
    list-style: none; /* убираем стандартные маркеры списка */
    margin: 0;
    padding: 0;
}

.site-header .menu > ul > li {
    position: relative; /* задаем позиционирование для родительского li */
    display: inline-block; /* делаем пункты меню в ряд */
}

/* Скрываем дочернее меню по умолчанию */
.site-header .menu ul ul {
    display: none;
    position: absolute; /* позиционируем относительно родителя */
    top: 100%; /* размещаем под родительским элементом */
    left: 0;
}

/* Показываем дочернее меню при наведении */
.site-header .menu ul li:hover > ul {
    display: block;
}

/* Дополнительные стили для красоты (опционально) */
.site-header .menu a {
    text-decoration: none;
    padding: 5px 15px 5px 0px;
    display: block;
    color: #000;
    font-weight: 700;
}

.site-header .menu ul ul {
    background: #fff; /* белый фон для выпадающего меню */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* легкая тень */
}

.site-header{
    padding: 15px 0;
}

.site-header .btn-block a {
    background: #000000;
    padding: 12px 16px;
    margin-left: 10px;
    color: white;
    text-decoration: blink;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
}
.wise-banner{
    /*background: url(../img/wise-banner-home-3.png);*/
    margin: 0 20px;
    border-radius: 24px;
    background-size: cover;
    background-position-y: inherit;
    background-color: #ebe7dc;
    /*height: 90vh;*/

}
.text-block > span {
    color: #ad1515;
    font-weight: 500;
    font-family: Montserrat !important;
}
/*.wise-banner .text-block{
             position: absolute;
    bottom: 20%;
}*/
.text-block-wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wise-banner .text-block h1 {
    color: #000;
    font-size: 48px;
    line-height: 70px;
    font-family: Montserrat !important;
    max-width: 534px;
    font-weight: 600;
}
.wise-banner .text-block p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    max-width: 380px;
}
.wise-banner .text-block a{
   background: #ffffff;
    padding: 12px 24px;
    margin-left: 10px;
    color: #000000;
    text-decoration: blink;
    border-radius: 50px;
    font-weight: 500;
    display: block;
    width: fit-content;
    margin: 0;
}


.event-wise-block{
    padding: 80px 0;
    margin: 0px 10px;
}
.event-wise-block .single-event img{
       height: 380px;
    object-fit: cover;
        border-radius: 12px;
}
.event-wise-block .single-event{
    position: relative;
}
.event-wise-block .single-event .text-block{
    position: absolute;
    left: 0%;
    width: 100%;
    text-align: center;
    background: #10101052;
    height: 100%;
    padding: 20px;
    bottom: 0%;
    border-radius: 16px;
}
.event-wise-block .single-event .text-block p{
    color: white;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    padding-top: 30px;
    text-transform: uppercase;
}

.event-wise-block .single-event .text-block span{
        color: #dddddd;
}
.event-wise-block .title h2{
        color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 500;
}

 .video-background {

     overflow: hidden;
    width: 100%;
    }
 .video-wise-block{
     position: relative;
    margin: 20px;
 }

.video-wise-block::after{
        content: '';
    width: 100%;
    height: 99%;
    position: absolute;
    background: #0000004f;
    z-index: 1;
    left: 0;
    top: 0;
    border-radius: 12px;
}
.video-wise-block video{
    border-radius: 12px;
}
.video-wise-block .title-video-block {
        position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 9;
        text-align: center;
            max-width: 560px;
}
.video-wise-block .title-video-block h2{
        color: white;
    font-size: 36px;
        margin-bottom: 20px;
}
.video-wise-block .title-video-block a{
        background: #ffffff;
    padding: 12px 24px;
    margin-left: 10px;
    color: #000000;
    text-decoration: blink;
    border-radius: 50px;
    font-weight: 500;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.video-wise-block .title-video-block  p{
        color: #e3e3e3;
    font-size: 18px;
}
.wrap-story-img-banner-home img {
    max-height: 612px;
}
.wrap-story-img-banner-home {
    text-align: center;
    padding: 80px 0px 0px 0px;
}


.yoast_breadcrumb a {
    text-decoration: none;
    font-size: 16px;
}
.breadcrumb_last {
    font-size: 16px;
}
.text-block .yoast_breadcrumb a {
    color: #ffffff;
    font-weight: 700;
}




