.internet_tv_toggle{
    min-width: 2.5rem;
}

.is-skeleton {
    color: #ACACAC;
    background: #ACACAC;
    border-radius: 4px;
    pointer-events: none;
    user-select: none;

    animation-name: skeleton-animation;
    animation-duration: 1.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.is-template {
    pointer-events: none;
    user-select: none;
}

.plans-block > .columns {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.plans-block > .columns::-webkit-scrollbar {
    display: none;
}

.plans-block > .columns > .column {
    scroll-snap-align: start;
}

.plan {
    height: 100%;
}

.package__form-block {
    width: 100%;
    height: auto;
    background-image: linear-gradient(-233.5deg, #264796 0.01%, rgba(67, 130, 214, 0.5) 64.62%), url("https://www.is74.ru/upload/medialibrary/f72/haisxgw4y32vdexcggnkz6e18siv98rm.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.thank-modal-card {
    margin: auto;
}

@keyframes skeleton-animation {
    from {
        color: #ACACAC;
        background: #ACACAC;
    }
    to {
        color: #DFDFDF;
        background: #DFDFDF;
    }
}
