

/* Start:/local/templates/fresubin/components/bitrix/news.list/articles/style.css?16650396521474*/
.contents-container {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #2C2C2C;
}

.contents-item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F8F9FB;
    padding: 24px 24px 40px 24px;
    border-radius: 24px;
}

.contents__images {
    width: 100%;
    display: block;
    margin-bottom: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.contents__title {
    font-size: 22px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.contents__authors {
    color: #8D8D8D;
    font-size: 16px;
    line-height: 23px;
    -webkit-line-clamp: 2;
    margin-bottom: 8px;
}

.contents-item__bottom {
    margin-top: 48px;
}

@media (max-width: 768px) {
    .contents-item {
        width: 1000%;
        margin-right: 0;
        margin-bottom: 32px;
    }

    .contents__images {
        margin-bottom: 15px;
    }

    .contents__title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
    }

    .contents__authors {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .contents__more {
        font-size: 14px;
    }
}

/* End */


/* Start:/local/templates/fresubin/components/bitrix/news.list/video/style.css?16854533382018*/
.video-slide {
    position: relative;
}

.video-slide::before {
    background-image: url("/local/templates/fresubin/components/bitrix/news.list/video/img/play.svg");
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #0063BE;
    transition: all 0.1s;
    background-position: 55.5% center;
    background-repeat: no-repeat;
    background-size: 25%;
    z-index: 10;
    cursor: pointer;
}

.contents-container {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #2C2C2C;
}

.contents-item {
    width: 29.3%;
    margin-right: 4%;
    margin-bottom: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contents__images {
    width: 100%;
    display: block;
    margin-bottom: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.contents__title {
    font-size: 22px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.contents__authors {
    color: #8D8D8D;
    font-size: 16px;
    line-height: 23px;
    -webkit-line-clamp: 2;
}

@media (max-width: 1120px) {
    .contents-item {
        width: 48%;
        margin-right: 2%;
    }

}

@media (max-width: 768px) {
    section {
        margin: 45px 0;
    }

    .header-box {
        margin: 50px 0 !important;
    }

    .contents-item {
        width: 1000%;
        margin-right: 0;
        margin-bottom: 45px;
    }

    .contents__images {
        margin-bottom: 15px;
    }

    .contents__title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
    }

    .contents__authors {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .contents__more {
        font-size: 14px;
    }
}
/* End */


/* Start:/local/libs/medigit_video_popup/video_popup.css?1770889489477*/
html.modal-open-hide-scroll {
    overflow: hidden;
}

.popup-content {
    /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    overflow: hidden;
}

.popup-content iframe,
.popup-content embed,
.popup-content object {
    max-width: 100%;
    max-height: 100%;
}

.popup-content iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* End */
/* /local/templates/fresubin/components/bitrix/news.list/articles/style.css?16650396521474 */
/* /local/templates/fresubin/components/bitrix/news.list/video/style.css?16854533382018 */
/* /local/libs/medigit_video_popup/video_popup.css?1770889489477 */
