

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/reviews/style.css?17628538741125*/
.pagination,
.pagination._flex
{
    justify-content: center;

    margin-top: 36px;
}

.pagination__link
{
    color: #062532;
    font-size: 20px;
    font-weight: 500;
    line-height: 62px;

    display: block;

    width: 64px;
    height: 64px;

    text-align: center;
    text-decoration: none;

    border: 1px solid transparent;
    border-radius: 5px;

    transition: color .2s linear, border .2s linear;
}

.pagination__link._active
{
    color: #062532;

    border-color: #BF0939;
}

.pagination__prev,
.pagination__next
{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 44px;
    height: 64px;
}

.pagination__prev
{
    transform: rotate(180deg);
}

.pagination__prev svg,
.pagination__next svg
{
    display: block;

    width: 9px;
    height: 16px;

    transition: stroke .2s linear;

    stroke: rgba(6, 37, 50, .50);
}

@media (any-hover: hover)
{
    .pagination__link:hover
    {
        color: #BF0939;
    }

    .pagination__prev:hover svg,
    .pagination__next:hover svg
    {
        stroke: #BF0939;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/video/style.css?17628622961212*/
.section-video__grid
{
    margin: -62px 0 0 -24px;
}

.section-video__item
{
    width: calc(100%/3 - 24px);
    margin: 62px 0 0 24px;
}

.section-video__img
{
    position: relative;

    display: block;
    overflow: hidden;

    padding-bottom: 63.7%;

    border-radius: 50px;
}

.section-video__img::before
{
    content: "";

    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .3) url(/local/templates/main/components/bitrix/news.list/video/../images/ic_play2.svg) 50% no-repeat;

    transition: background .2s linear;
}

@media (any-hover: hover)
{
    .section-video__img:hover::before
    {
        background-color: transparent;
    }
}

.section-video__img img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.section-video__name
{
    color: #062532;

    margin-top: 20px;
}

.section-video__time
{
    color: #828F96;

    margin-top: 8px;
}

.section-video__time span
{
    padding-right: 24px;
}

video.section-video__img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
iframe {
    border: none;
}
/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/reviews/style.css?17628538741125 */
/* /local/templates/main/components/bitrix/news.list/video/style.css?17628622961212 */
