

/* Start:/bitrix/templates/alpha_s1/components/bitrix/news.detail/blog_custom/style.css?17733115291860*/
.pages-navigation {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;

    margin-top: 30px;
}

.pages-navigation .button-prev-page {
    margin-right: auto;
}

.pages-navigation .button-next-page {
    margin-left: auto;
}

.mm__linking .linked-block:not(:last-of-type) {
    margin-bottom: 40px;
}

.linked-product__top
{
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    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: contain;

    display: block;
    margin: 0 auto;


    max-height: 267px;

    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;
}

.linked-block.goods .medimint__centered-slider .swiper-slide{
    opacity: 1;
}
/* End */
/* /bitrix/templates/alpha_s1/components/bitrix/news.detail/blog_custom/style.css?17733115291860 */
