.kommunale_img {
    max-width: 50%;
    margin: 5px auto;
    right: 5px;
    padding: 10px;
    box-shadow: 8px 4px 12px 2px #2990ffc7;
    position: fixed;
    z-index: 5;
    background-color: white;
    border-radius: 10px;
    /*background-color: #fff;*/ /* контраст для тени */
    text-align: center;
}

.kommunale_img img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    transition: transform 0.3s ease;
}

.kommunale_year {
    position: absolute;
    font-weight: bold;
    /*color: #e91e63;*/
    color: #007bff;
    right: 12px;
    top: -5px;
    font-size: 4em;
    opacity : 0.3;
}

@media (max-width: 768px) {
    .kommunale_img {
        padding: 8px;
    }

    .kommunale_img img {
        max-width: 70%;
    }
}

@media (max-width: 480px) {
    .kommunale_img img {
        max-width: 70% !important;
    }

    .kommunale_img2 img {
        max-width: 70% !important;
    }

    .kommunale_year {
        top: 0px;
        font-size: 1.2em;
    }
}
.smart-city-text {
    font-family: 'Segoe UI', 'Roboto', 'Arial', sans-serif;
    font-size: clamp(1rem, 2vw, 1.5rem);
    line-height: 1 !important;
    font-weight: 500;
    color: #333;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    /*margin-top: 8px;*/
    margin-bottom: 0;
    letter-spacing: 0.2px;
    word-break: break-word;
}

@media (max-width: 480px) {
    .smart-city-text {
        font-size: .9rem;
        line-height: 1.2 !important;
    }
}

.arrow-triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #0056b3;
    animation: blink 1.2s infinite ease-in-out;
}

.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.4s;
}

@keyframes blink {
    0%, 100% {
        opacity: 0.2;
        transform: scale(0.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.navbar__lngitem__lnk.active {
    font-weight: bold;
    color: #2196f3;
    text-decoration: none;
}

.firstscreen__desc2 {
    color: #ffffff;
    font-weight : 300;
    font-size: 30px;
    line-height: 140%;
    text-align: left !important;
    margin-bottom: 45px;
}

.vertical-label {
    position: absolute;
    left: 0;
    height: 14vh;
    background-color: #8B0000;
    writing-mode: vertical-lr !important;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    width: 2vh;
}

.kommunale_img2 {
    position: relative;
    height: 14vh;
    padding: 0 10px;
    box-shadow: 8px 4px 12px 2px #2990ffc7;
    z-index: 5;
/*    background-color: wheat;
*/    width: 100%;
    text-align: center;
}

@media (max-width: 480px) {
    .kommunale_img2 {
        /*height: 14vh;*/
    }

    .vertical-label {
        /*height: 14vh;*/
        width: 3vh;
    }

    .smart-city-text {
/*        display: none;
*/    }

    .kommunale_img {
        text-align: left;
    }
}

.navbar__lngitem__lnk2 {
    display: inline-block; /* или block, если нужно */
    max-width: 100%; /* ограничение по ширине */
    white-space: normal; /* разрешает перенос строк */
    word-break: break-word; /* переносит длинные слова */
    line-height: 1.4;
    font-size: 1rem;
}

.smart-city-text-mob {
    display: none;
}

@media (max-width: 480px) {
    .navbar__lngitem__lnk2 {
        font-size: 0.9rem;
        line-height: 1.3;
    }
    .smart-city-text-mob {
        display: block;
        position: absolute;
        right: 5px;
        bottom : 8px;
    }
}

.kvsaas_mob-href {
    color: #fff;
}
.kvsaas_mob-href:hover {
    color: wheat;
}

.kvsaas__vertical-flex {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    gap: 10px; 
}
