

/* Start:/local/templates/is_old/components/bitrix/news.list/tv_channels_new/style.css?175397171512585*/
@keyframes loading {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

#tv-app {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
}

.tv-app__controls {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.tv-app__controls a {
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #4D4D4D;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 150%;
    color: #264796;
}

.tv-app__categories {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tv-app__category {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px;
}

.tv-app__category_expanded .tv-app__category-name .tv-app__category-name__button {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tv-app__category_expanded .tv-app__category-topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
}

.tv-app__category-name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #4D4D4D;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.375em;
    line-height: 105.28%;
    font-weight: bold;
    text-transform: uppercase;
    color: #2C6BBE;
    cursor: pointer;
}

.tv-app__category-name__button {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M7,10L12,15L17,10H7Z' /%3E%3C/svg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.tv-app__category-topics {
    width: 100%;
    height: auto;
    display: none;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 12px;
    visibility: hidden;
}

.tv-app__category-topics:first-of-type {
    margin-top: 16px;
}

.tv-app__category-topic {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #4D4D4D;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.25em;
    line-height: 140%;
}

.tv-app__category-channels {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 8px;
}

.tv-app__category-channel {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8px;
}

.tv-app__category-channel__name {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #4D4D4D;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 150%;
    color: #2C6BBE;
    cursor: pointer;
}

.tv-app__category-channel__description {
    width: calc(100% / 12 * 9 - 13px);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0 0 0 8px;
    margin-top: 8px;
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #4D4D4D;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 150%;
}

.tv-app__category-channel__smi {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 8px;
    padding: 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #4D4D4D;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.875em;
    line-height: 142.9%;
}

.preloader {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.76);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    -webkit-transition-property: opacity, visibility, -webkit-backdrop-filter;
    transition-property: opacity, visibility, -webkit-backdrop-filter;
    transition-property: opacity, visibility, backdrop-filter;
    transition-property: opacity, visibility, backdrop-filter, -webkit-backdrop-filter;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    opacity: 0;
    will-change: opacity;
    z-index: 1001;
}

.preloader_visible {
    visibility: visible;
    opacity: 1;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.preloader__icon {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 50%;
    background: url("/newsite/company/job/claim/assets/images/preloader-icon.svg") no-repeat center;
    background-size: 84px;
}

.preloader__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    border-radius: 50%;
    border-left: 4px solid #2C6BBE;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    -webkit-animation-name: loading;
    animation-name: loading;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@media screen and (max-width: 1440px) {
    .tv-app__controls {
        margin-bottom: 20px;
    }

    .tv-app__controls a {
        font-size: 1em;
        line-height: 150%;
    }

    .tv-app__category {
        margin-bottom: 16px;
    }

    .tv-app__category-name {
        font-size: 1.375em;
        line-height: 105.28%;
    }

    .tv-app__category-topics:first-of-type {
        margin-top: 16px;
    }

    .tv-app__category-topic {
        margin-bottom: 16px;
    }

    .tv-app__category-topic {
        font-size: 1.25em;
        line-height: 140%;
    }

    .tv-app__category-channel {
        margin-bottom: 8px;
    }

    .tv-app__category-channel__name {
        font-size: 1em;
        line-height: 150%;
    }

    .tv-app__category-channel__description {
        margin-top: 8px;
    }

    .tv-app__category-channel__description {
        font-size: 1em;
        line-height: 150%;
    }

    .tv-app__category-channel__smi {
        font-size: 0.875em;
        line-height: 142.9%;
    }
}

@media screen and (max-width: 768px) {
    .tv-app__controls {
        margin-bottom: 24px;
    }

    .tv-app__controls a {
        font-size: 1.25em;
        line-height: 150%;
    }

    .tv-app__category {
        margin-bottom: 20px;
    }

    .tv-app__category-name {
        font-size: 1.625em;
        line-height: 105.28%;
    }

    .tv-app__category-topics:first-of-type {
        margin-top: 20px;
    }

    .tv-app__category-topic {
        margin-bottom: 20px;
    }

    .tv-app__category-topic {
        font-size: 1.5em;
        line-height: 140%;
    }

    .tv-app__category-channel {
        margin-bottom: 12px;
    }

    .tv-app__category-channel__name {
        font-size: 1.25em;
        line-height: 150%;
    }

    .tv-app__category-channel__description {
        margin-top: 12px;
    }

    .tv-app__category-channel__description {
        font-size: 1.25em;
        line-height: 150%;
    }

    .tv-app__category-channel__smi {
        font-size: 1em;
        line-height: 142.9%;
    }
}

@media screen and (max-width: 414px) {
    .tv-app__controls {
        margin-bottom: 16px;
    }

    .tv-app__controls a {
        font-size: 1.125em;
        line-height: 150%;
    }

    .tv-app__category {
        margin-bottom: 12px;
    }

    .tv-app__category-name {
        font-size: 1.375em;
        line-height: 116.67%;
    }

    .tv-app__category-topics:first-of-type {
        margin-top: 12px;
    }

    .tv-app__category-topic {
        margin-bottom: 12px;
    }

    .tv-app__category-topic {
        font-size: 1.25em;
        line-height: 140%;
    }

    .tv-app__category-channel {
        margin-bottom: 8px;
    }

    .tv-app__category-channel__name {
        font-size: 1.125em;
        line-height: 150%;
    }

    .tv-app__category-channel__description {
        margin-top: 8px;
    }

    .tv-app__category-channel__description {
        font-size: 1.125em;
        line-height: 150%;
    }

    .tv-app__category-channel__smi {
        font-size: 0.875em;
        line-height: 142.9%;
    }
}

@media screen and (max-width: 320px) {
    .tv-app__controls {
        margin-bottom: 16px;
    }

    .tv-app__controls a {
        font-size: 1em;
        line-height: 150%;
    }

    .tv-app__category {
        margin-bottom: 12px;
    }

    .tv-app__category-name {
        font-size: 1.25em;
        line-height: 116.67%;
    }

    .tv-app__category-topics:first-of-type {
        margin-top: 12px;
    }

    .tv-app__category-topic {
        margin-bottom: 12px;
    }

    .tv-app__category-topic {
        font-size: 1.125em;
        line-height: 140%;
    }

    .tv-app__category-channel {
        margin-bottom: 8px;
    }

    .tv-app__category-channel__name {
        font-size: 1em;
        line-height: 150%;
    }

    .tv-app__category-channel__description {
        margin-top: 8px;
    }

    .tv-app__category-channel__description {
        font-size: 1em;
        line-height: 150%;
    }

    .tv-app__category-channel__smi {
        font-size: 0.875em;
        line-height: 142.9%;
    }
}

/* End */
/* /local/templates/is_old/components/bitrix/news.list/tv_channels_new/style.css?175397171512585 */
