@media screen and (max-width: 480px) {
    .view__tabs-item--active {
        position: relative;
        overflow: visible;
    }
    .view__tabs-item--active .view__sub-list {
        position: absolute;
        flex-direction: column;
        top: 100%;
        background: white;
        height: auto;
    }
    .view__tabs-item--active:focus-within .view__sub-list {
        display: flex !important;
    }
}

@media (min-width: 1400px) {
    .area-button {
        top: 63%;
    }
}
@media (min-width: 951px) and (max-width: 1400px) {
    .area-button {
        top: 60%;
    }
}


.emulate-btn-telegram-20 {
    position: fixed;
    width: 137px;
    right: 0px;
    top: 30%;
    z-index: 1000121;
    height: 60px;
    border: none;
}