.uzhnet-card__big-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 197px;
    width: 100%;
    position: relative;

    opacity: 0;

    animation: opacity-animation-zero-to-one 1s ease-in-out 1s forwards;
}

.uzhnet-card__title {
    font-size: 16px;
    color: #E6C44C;
    text-align: center;
    margin-top: 0px;
    font-weight: bold;
    font-family: 'RoadRadioBold', sans-serif;
}

.uzhnet-card__text-section {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.uzhnet-card__text-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.uzhnet-card__subtitle {
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.uzhnet-card__content {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 0 30px;
    margin-top: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.5;
}

.uzhnet-card__divider {
    width: 112px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;

    animation: opacity-animation-zero-to-one 1s ease-in-out 1s forwards;
}

.tariff-details__other-list {
    width: 430px;
}

@media screen and (min-width: 769px) and (min-height: 640px) and (max-height: 850px) {

    .tariff-card--detail {
        width: 420px;
    }

    .tariff-details__other-list {
        width: 430px;
    }
}

@media screen and (min-width: 769px) and (min-height: 640px) and (max-height: 850px) {
    .tariff-card--detail {
        width: 420px;
    }

    .tariff-details__other-list {
        width: 430px;
    }
}
@media screen and (min-width: 769px) and (min-height: 640px) and (max-height: 850px) {
    .uzhnet-card {
        width: 375px !important;
    }

    .app-card__text {
        margin-top: 0 !important;
    }

    .app-card__content {
        overflow-y: visible !important;
        overflow-x: hidden !important;
        height: 400px !important;
        margin-top: 8px !important;
    }

    .services-card {
        width: 675px !important;
        height: 395px !important;
        padding: 16px 46px 12px 46px !important;
        background-size: 802px 450px !important;
    }

    .uzhnet-holo-card__header {
        height: 34px !important;
    }

    .uzhnet-holo-card__header--left, .uzhnet-holo-card__header--right {
        height: 20px !important;
    }

    .tariffs-block {
        /*transform: scale(0.92) !important;*/
        height: 168px !important;
        margin-top: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 555px !important;
    }

    .tariff-details__other-list {
        width: 555px !important;
    }

    .services-card > .slider-dots {
        margin-top: 5px !important;
    }

    .addon-services-block {
        /*margin-top: -100px !important;*/
        /*max-height: 200px !important;*/
        /*overflow-y: scroll !important;*/
        scrollbar-width: none !important;
    }

    .addon-services-block__body {
        overflow-y: scroll !important;
        max-height: 200px !important;
        scrollbar-width: none !important;
    }

    .addon-services-block__addons {
        overflow-y: scroll !important;
        max-height: 200px !important;
        margin-top: -10px !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    .addon-services-block__addons::-webkit-scrollbar {
        display: none !important;
    }

    .tariff-card {
        margin-top: 0 !important;
        transform: scale(0.7);
        transform-origin: top center;
        flex: 0 0 175px !important;
        width: 175px !important;
    }

    .services-card__footer {
        margin-bottom: 11px;
    }

    .tariff-card__description--content {
        width: 535px !important;
    }

    .tariff-card--detail {
        width: 780px !important;
        margin-left: -120px !important;
        overflow: hidden !important;
    }

    .tariff-card__footer--content, .tariff-card__footer {
        width: 535px !important;
    }


    .tariff-card__description {
        width: 535px !important;
    }

    .tariffs-block > .slider-track > .slider-slide {
        box-sizing: border-box !important;
        justify-content: center !important;
        height: 168px !important;
        width: 555px !important;
        gap: 10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tariffs-block > .slider-track {
        height: 168px !important;
        width: 555px !important;
    }

    .card-projects {
        width: 375px !important;
    }

    .splide {
        width: 284px !important;
    }

    .document-card {
        width: 375px !important;
    }

    .contacts-card {
        width: 375px !important;
    }

    .contacts-card__schedule {
        width: 260px !important;
        margin-top: 10px !important;
    }

    .contacts-card__phone > a {
        margin-top: 5px !important;
    }

    .contacts-card__icons {
        margin-top: 5px !important;
    }

    .contacts-card__schedule__inner {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .contacts-card__schedule {
        height: 168px !important;
    }

    .contacts-card__schedule_hours {
        width: 90px !important;
    }

    .contacts-card__schedule_row__title {
        margin-left: 5px;
    }

    .splide > ul {
        padding-top: 0 !important;
    }

    .card-projects__image-wrapper {
        margin-top: 0 !important;
        transform: scale(0.75) !important;
    }

    .app-card {
        width: 375px !important;
    }

    .for-business-card {
        width: 375px !important;
    }

    .for-business-card__headers,
    .for-business-card__content,
    .for-business-card__inputs {
        transform: translateY(-30px);
    }

    .for-business-card__content {
        padding-left: 0 !important;
        margin-top: 5px;
    }

    .for-business-card__content > ul {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .for-business-card__content > ul > li {
        margin-top: 0 !important;
        margin-bottom: 6px !important;
    }

    .for-business-card__inputs {
        margin-top: 0px !important;
    }

    .for-business-card__buttons {
        margin-top: 10px !important;
    }

    .app-slider-dots {
        margin-top: 0px !important;
    }

    .app-slider .app-card__screen .app-slide {
        width: 286px !important;
    }


    .app-card__screen {
        height: 200px !important;
    }
}

.uzhnet-card {
    /* position: absolute; */
    left: 150px;
    width: 450px;
}

.uzhnet-card__logo-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 20px;
}

.uzhnet-card__language-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 4px;
    border-radius: 8px;
    opacity: 0.6;
}

.uzhnet-card__language-button:hover {
    opacity: 0.85;
}

.uzhnet-card__language-button.active {
    opacity: 1;
    background: rgba(230, 196, 76, 0.1);
    box-shadow: 0 0 10px rgba(230, 196, 76, 0.2);
}

.uzhnet-card__language-button.active .uzhnet-card__language-flag {
    filter: drop-shadow(0 0 5px rgba(230, 196, 76, 0.5));
}

.uzhnet-card__language-flag {
    width: 42px;
    height: 32px;
    transition: filter 0.3s ease;
}

.uzhnet-card__language-label {
    font-size: 8px;
    color: #939397;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    transition: color 0.3s ease;
}

.uzhnet-card__language-button.active .uzhnet-card__language-label {
    color: #E6C44C;
}

.uzhnet-card__sound-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    position: relative;
    top: 20px;
}

.uzhnet-card__sound-icon {
    width: 24px;
    height: 24px;
}

/* Показуємо іконку "вимкнено" за замовчуванням, ховаємо "активну" */
#uzhnet-sound-icon-disable {
    display: block;
}

#uzhnet-sound-icon-active {
    display: none;
}

/* Коли звук увімкнено - ховаємо "вимкнено", показуємо "активну" */
.uzhnet-card__sound-block.sound-enabled #uzhnet-sound-icon-disable {
    display: none;
}

.uzhnet-card__sound-block.sound-enabled #uzhnet-sound-icon-active {
    display: block;
}

.uzhnet-card__sound-label {
    font-size: 10px;
    color: #9F2251;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

/* Стилі для активованих звуків */
.uzhnet-card__sound-block {
    transition: all 0.3s ease;
}

.uzhnet-card__sound-block:hover {
    opacity: 0.8;
}

.uzhnet-card__sound-block.sound-enabled .uzhnet-card__sound-label {
    color: #E6C44C;
    text-shadow: 0 0 8px rgba(230, 196, 76, 0.5);
}

.uzhnet-card__sound-block.sound-enabled .uzhnet-card__sound-icon svg path {
    fill: #E6C44C;
    filter: drop-shadow(0 0 4px rgba(230, 196, 76, 0.5));
}

@media screen and (min-width: 769px) and (min-height: 640px) and (max-height: 950px) {
    #cards {
        top: unset !important;
        bottom: 45%;
        transform: none !important;
    }
}

@media screen and (min-width: 769px) and (min-height: 640px) and (max-height: 850px) {
    .uzhnet-card__sound-block {
        top: 2px;
    }

    .uzhnet-card__sound-icon {
        width: 20px;
        height: 20px;
    }

    .uzhnet-card__sound-label {
        font-size: 8px;
    }

    .uzhnet-card__logo-row {
        padding-left: 24px;
        padding-right: 16px;
    }

    .uzhnet-card__big-logo {
        height: 112px;
    }

    .uzhnet-card__big-logo img {
        max-width: 140px;
        max-height: 96px;
    }

    .uzhnet-card__language-button {
        gap: 5px;
        padding: 2px;
    }

    .uzhnet-card__language-flag,
    .uzhnet-card__language-flag svg {
        width: 34px;
        height: 26px;
    }

    .uzhnet-card__language-label {
        max-width: 90px;
        font-size: 7px;
    }

    .uzhnet-card__text-section {
        gap: 10px;
    }

    .uzhnet-card__text-group {
        gap: 6px;
    }

    .uzhnet-card__title {
        font-size: 13px;
    }

    .uzhnet-card__subtitle {
        font-size: 11px;
    }

    .uzhnet-card__content {
        padding: 0 12px;
        font-size: 10px;
        line-height: 1.3;
    }

    .uzhnet-card__divider {
        margin-top: 4px;
    }
}

@media screen and (max-height: 790px) {
    #cards {
        position: absolute;
        bottom: 38% !important;
    }
}

@media screen and (max-height: 690px) {
    #cards {
        position: absolute;
        bottom: 32% !important;
    }
}
