.popup2026{
    /* position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    background-color: #fff;
    padding: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    width: 100%;
    max-width: 768px;
    box-sizing: border-box;
    max-height: 100vh;
    overflow: auto;
    margin: auto;
}

.popup2026-background{
    /* content:''; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup2026-background a{
    color: inherit;
    text-decoration: none;
}

.popup2026-content{
    max-width: 620px;
    width: 100%;
}

.popup2026 figure,
.popup2026 figure img{
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: auto;
}

.popup2026 figcaption{
    font-size: 14px;
    color: #666666;
    margin: 7px auto 0;
    line-height: 1.78;
    font-weight: 400;
    width: 100%;
    max-width: 630px;
}

.popup2026 h1{
    color: #010101;
    line-height: 1.1;
    font-size: 30px;
    text-transform: none;
    margin: 20px 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.popup2026 h2{
    color: #000;
    font-size: 21px;
    line-height: 1.19;
    font-weight: 700;
    margin-top: 13px;
}

.popup2026 p{
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 1.389;
    margin: 0;
}


.popup2026-content{
    font-size: 16px;
    color: #333;
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
}

.popup2026 .popup2026-link{
    color: #364397;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.popup2026-logos{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 80px;
    justify-content: center;
    align-items: center;
    margin: 50px auto 34px;
}

.popup2026-logos-fo{
    width: 170px;
    height: auto;
}

.popup2026-logos-bc{
    width: 176px;
    height: auto;
}