

/* Start:/local/templates/alpha_s1/components/bitrix/news.detail/blog_type2/style.css?17647597125112*/
.blog__linked-goods
{
    position: relative;
}

.linked-product__top
{
    position: relative;
    width: 100%;
    margin-bottom: 17px;
    border: 1px inset rgba(0,0,0,0.07000000000000001);
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
}

.linked-product__image
{
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
    margin: 0 auto;

    transition: transform .2s ;
}
@media screen and (max-width: 900px) {
    .linked-product__image
    {
        max-width: 250px;
        max-height: 250px;
    }
}
@media screen and (max-width: 450px)
{
    .linked-product__image
    {
        max-width: 180px;
        max-height: 180px;
    }
}

@media (hover: hover)
{
    .linked-product__top:hover .linked-product__image
    {
        transform: scale(1.1);
    }
}

.linked-product__button.btn
{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;

    transform: translateY(100%);

    display: block;
    padding: 15px 10px;

}
.linked-product__button.btn.btn-primary
{
    transition: transform .2s, background-color .2s, border .2s;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.linked-product__top:hover .linked-product__button
{
    transform: translateY(0);
}

.linked-product__price
{
    color: #000;
}

.linked-product__name
{
    color: #505a62;
    transition: 0.25s;
}


.detail-blog-linked-goods__navigation
{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(calc(50% - 120px));
    width: 100%;
    z-index: 2;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    pointer-events: none;
}

@media screen and (max-width: 768px)
{
    .detail-blog-linked-goods__navigation
    {
        display: none;
    }
}

.detail-blog-linked-goods__navigation .swiper-button-next,
.detail-blog-linked-goods__navigation .swiper-button-prev
{
    position: relative;
    pointer-events: all;
    margin-top: 0;
}

.detail-blog-linked-goods__navigation .swiper-button-next
{
    transform: translateX(50%);
}
.detail-blog-linked-goods__navigation .swiper-button-prev
{
    transform: translateX(-50%);
}
@media screen and (max-width: 1335px)
{
    .detail-blog-linked-goods__navigation .swiper-button-next
    {
        transform: translateX(8px);
    }
    .detail-blog-linked-goods__navigation .swiper-button-prev
    {
        transform: translateX(-8px);
    }
}

/*==================== LINKED ARTICLES ==========================*/
.blog-detail__linked-articles
{
    position: relative;
}

.detail-blog-linked-articles
{
    border-radius: 10px;

    transform: translate3d(0, 0, 0);
}

.detail-blog-linked-articles__item.swiper-slide
{
    position: relative;

    opacity: 0.6;
    transition: opacity .5s;
}

.detail-blog-linked-articles__item.swiper-slide-active
{
    opacity: 1;
}

.detail-blog-linked-articles__item img
{
    width: 100%;
    height: 100%;

    max-height: 290px;

    border-radius: 10px;
    transform: translate3d(0, 0, 0);

    object-fit: cover;
    display: block;

    margin: 0 auto;
}

.detail-blog-linked-article__name
{
    background: rgba(0,0,0,0.48);
    overflow: hidden;

    position: absolute;

    bottom: 0;

    left: 50%;
    transform: translateX(-50%);

    width: calc(100% - 20px);

    backdrop-filter: blur(8px);

    height: auto;

    border-radius: 10px;

    margin-bottom: 10px;
    padding: 10px;

    /*max-height: 40px;*/
    opacity: 0;
    visibility: hidden;

    color: #fff;

    transition: all .5s;
}
.detail-blog-linked-articles__item.swiper-slide-active .detail-blog-linked-article__name
{
    /*max-height: 200px;*/
    opacity: 1;
    visibility: visible;
}

.detail-blog-linked-articles__navigation
{
    width: 100%;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    z-index: 3;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    pointer-events: none;
}
@media screen and (max-width: 768px)
{
    .detail-blog-linked-articles__navigation
    {
        display: none;
    }
}

.detail-blog-linked-articles__navigation .swiper-button-next,
.detail-blog-linked-articles__navigation .swiper-button-prev
{
    pointer-events: all;

    top: 0;

    position: relative;
    display: block;

    margin-top: 0;
}

.detail-blog-linked-articles__navigation .swiper-button-next::before,
.detail-blog-linked-articles__navigation .swiper-button-prev::before
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.detail-blog-linked-articles__navigation .swiper-button-next
{
    transform: translateX(50%);
}

.detail-blog-linked-articles__navigation .swiper-button-prev
{
    transform: translateX(-50%);
}
@media screen and (max-width: 1335px)
{
    .detail-blog-linked-articles__navigation .swiper-button-next
    {
        transform: translateX(8px);
    }

    .detail-blog-linked-articles__navigation .swiper-button-prev
    {
        transform: translateX(-8px);
    }
}
/* End */


/* Start:/local/templates/alpha_s1/components/bitrix/news.list/linked-videos-slider/style.css?17647597122512*/

.linked-videos {
    position: relative;
}

.video-list-linked-videos
{
    border-radius: 10px;

    transform: translate3d(0, 0, 0);
}

.video-list-linked-videos__item.swiper-slide
{
    position: relative;
    max-height: 290px;
    opacity: 0.6;
    transition: opacity .5s;
    aspect-ratio: 1.48;
}

.video-list-linked-videos__item.swiper-slide-active
{
    opacity: 1;
}

.video-list-linked-videos__item img
{
    width: 100%;
    height: 100%;

    border-radius: 10px;
    transform: translate3d(0, 0, 0);

    object-fit: cover;
    display: block;

    margin: 0 auto;
}

.video-list-linked-videos__name
{
    background: rgba(0,0,0,0.48);
    overflow: hidden;

    position: absolute;

    bottom: 0;

    left: 50%;
    transform: translateX(-50%);

    width: calc(100% - 20px);

    backdrop-filter: blur(8px);

    height: auto;

    border-radius: 10px;

    margin-bottom: 10px;
    padding: 10px;

    /*max-height: 40px;*/
    opacity: 0;
    visibility: hidden;

    color: #fff;

    transition: all .5s;
}

.video-list-linked-videos__item.swiper-slide-active .video-list-linked-videos__name
{
    /*max-height: 200px;*/
    opacity: 1;
    visibility: visible;
}

.video-list-linked-videos__navigation {
    width: 100%;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    z-index: 3;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    pointer-events: none;
}
@media screen and (max-width: 768px)
{
    .video-list-linked-videos__navigation
    {
        display: none;
    }
}

.video-list-linked-videos__navigation .swiper-button-next,
.video-list-linked-videos__navigation .swiper-button-prev
{
    pointer-events: all;

    top: 0;

    position: relative;
    display: block;

    margin-top: 0;
}

.video-list-linked-videos__navigation .swiper-button-next::before,
.video-list-linked-videos__navigation .swiper-button-prev::before
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-list-linked-videos__navigation .swiper-button-next
{
    transform: translateX(50%);
}

.video-list-linked-videos__navigation .swiper-button-prev
{
    transform: translateX(-50%);
}
@media screen and (max-width: 1335px)
{
    .video-list-linked-videos__navigation .swiper-button-next
    {
        transform: translateX(8px);
    }

    .video-list-linked-videos__navigation .swiper-button-prev
    {
        transform: translateX(-8px);
    }
}

/* End */
/* /local/templates/alpha_s1/components/bitrix/news.detail/blog_type2/style.css?17647597125112 */
/* /local/templates/alpha_s1/components/bitrix/news.list/linked-videos-slider/style.css?17647597122512 */
