

/* Start:/local/templates/innet_focus_s1_new_design/components/bitrix/system.pagenavigation/innet/style.css?1727335432838*/
ul.pagination.text--left>li {
    background-color: #EEEAE5;
    border-radius: 5px;
    font-size: 20px;
}
ul.pagination.text--left>li:first-child{
    margin-left: 0;
}
ul.pagination.text--left>li:not(.prev,.next,:first-child){
    margin-left: 10px;
}
ul.pagination.text--left>li.next{
    padding-left: 0;
    margin-left: 20px;
}
ul.pagination.text--left>li.prev{
    padding-right: 0;
    margin-right: 10px;
    margin-left: 0;
}

ul.pagination a {
    background-color:unset;
    margin-left:0;
    padding:0;
    border: 2px solid transparent;
    color: #666;
    display: inherit;
    height: 35px;
    line-height: 31px;
    text-align: center;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    width: 35px;
    border-radius: 6px;
}

/* End */


/* Start:/local/templates/innet_focus_s1_new_design/components/bitrix/news.list/videogallery/style.css?17792605135531*/
jdiv {
    z-index: 3 !important;
}

.video-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 28px;
}

.video-categories__item {
    align-items: center;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    color: #222;
    display: inline-flex;
    font-size: 14px;
    gap: 8px;
    line-height: 1.25;
    padding: 10px 14px;
    text-decoration: none;
    transition: border-color .2s ease, color .2s ease, background-color .2s ease!important;
}

.video-categories__item:hover,
.video-categories__item.is-active {
    background-color: var(--color-orange);
    border-color: var(--color-orange);
    color: white;
}

.video-categories__item span {
    color: #777;
    transition: color .2s;
    font-size: 12px;
}
.video-categories__item:hover > span, .video-categories__item.is-active > span{
    color: white;
}

.video-category-select {
    display: none;
}

.video-category-select__current {
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #1d1d1d;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    gap: 7px;
    justify-content: space-between;
    line-height: 1.25;
    list-style: none;
    min-height: 44px;
    padding: 11px 38px 11px 14px;
    position: relative;
}

.video-category-select__current::-webkit-details-marker {
    display: none;
}

.video-category-select__current:after {
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    content: "";
    height: 8px;
    position: absolute;
    right: 16px;
    top: 16px;
    transform: rotate(45deg);
    transition: transform .2s ease;
    width: 8px;
}

.video-category-select[open] .video-category-select__current:after {
    top: 19px;
    transform: rotate(225deg);
}

.video-category-select__current span {
    color: #777;
}

.video-category-select__list {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    margin-top: 8px;
    overflow: hidden;
}

.video-category-select__item {
    align-items: center;
    color: #222;
    display: flex;
    font-size: 14px;
    gap: 8px;
    justify-content: space-between;
    line-height: 1.35;
    padding: 12px 14px;
    text-decoration: none;
}

.video-category-select__item + .video-category-select__item {
    border-top: 1px solid #ededed;
}

.video-category-select__item:hover,
.video-category-select__item.is-active {
    background: #f7f7f7;
    color: #000;
}

.video-category-select__item span {
    color: #777;
    font-size: 12px;
}

.video-gallery .row {
    row-gap: 24px;
}

.video-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    height: 100%;
    overflow: hidden;
}

.video-card__media {
    aspect-ratio: 16 / 9;
    background: #f4f4f4;
    overflow: hidden;
    position: relative;
}

.video-card__media img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    transition: none;
    width: 100%;
}

.video-card__play {
    align-items: center;
    /*background: rgba(0, 0, 0, .16);*/
    display: flex;
    inset: 0;
    justify-content: center;
    position: absolute;
    text-decoration: none;
}

.video-card__play:before {
    background: rgba(0, 0, 0, .68);
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
    content: "";
    height: 68px;
    transition: background-color .2s ease, transform .2s ease;
    width: 68px;
}

.video-card__play:after {
    border-bottom: 12px solid transparent;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    content: "";
    left: 50%;
    margin-left: -6px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
}

.video-card__play:hover:before {
    background: #000;
    transform: scale(1.04);
}

.video-card__body {
    padding: 18px 18px 20px;
    gap:10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video-card__title {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}

.video-card__text {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}

.video-card__detail {
    color: #222;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    margin-top: 14px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

iframe.vk-video {
    height: 100%;
    width: 100%;
}

.fancybox-slide div[id^="vk-video-"] {
    aspect-ratio: 16 / 9;
    background: none;
    max-width: 900px;
    overflow-y: hidden;
    width: 100%;
}

.fancybox-slide div.vertical[id^="vk-video-"] {
    aspect-ratio: 1 / 2;
    background: none;
    max-height: 76vh;
    max-width: 455px;
}

@media (max-width: 575px) {
    .video-categories {
        flex-wrap: nowrap;
        gap: 8px;
        margin-bottom: 22px;
        margin-left: -15px;
        margin-right: -15px;
        overflow-x: auto;
        padding: 0 15px 6px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .video-categories.is-many {
        display: none;
    }

    .video-categories::-webkit-scrollbar {
        display: none;
    }

    .video-categories__item {
        flex: 0 0 auto;
        justify-content: center;
        min-height: 40px;
        white-space: nowrap;
    }

    .video-category-select {
        display: block;
        margin-bottom: 22px;
    }

    .video-card__body {
        padding: 15px;
    }
}

/* End */
/* /local/templates/innet_focus_s1_new_design/components/bitrix/system.pagenavigation/innet/style.css?1727335432838 */
/* /local/templates/innet_focus_s1_new_design/components/bitrix/news.list/videogallery/style.css?17792605135531 */
