

/* Start:/local/templates/glavdent/components/bitrix/news/news/bitrix/news.list/.default/style.css?17793693216520*/

.catalog__seminary-container {
    margin-bottom: 60px;
}
.catalog__seminary-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog__seminary h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 138%;
    text-transform: uppercase;
    color: #1e1e1e;
    margin: 20px 0;
}
.catalog__seminary-div-tabs {
    display: flex;
}
.catalog__seminary-div-tab {
    cursor: pointer;
    padding: 8px 20px;
}
.catalog__seminary-div-tab a,
.catalog__seminary-div-tab {
    color: #00adc7;
    background: #e2f3f6;
}
.catalog__seminary-div-tab.active a,
.catalog__seminary-div-tab.active {
    background: #00adc7;
    font-weight: 500;
    color: #fff;
}
.catalog__seminary-div-tabs .catalog__seminary-div-tab:first-child {
    border-radius: 7px 0 0 7px;
}
.catalog__seminary-div-tabs .catalog__seminary-div-tab:last-child {
    border-radius: 0 7px 7px 0;
}
.catalog__seminary-container-div {
    display: flex;
    gap: 10px;
}
.blog-page__btn {
    margin-bottom: 20px;
}
.blog-page__main {
    margin-bottom: 60px;
}
.blog-page__btn-div {
    display: flex;
    gap: 20px;
    align-items: center;
}
.blog-page__btn-div-items {
    display: flex;
}
.blog-page__btn-div-items .blog-page__btn-div-item:first-child {
    border-radius: 8px 0 0 8px;
}
.blog-page__btn-div-items .blog-page__btn-div-item:last-child {
    border-radius: 0 8px 8px 0;
}
.blog-page__btn-div-item {
    padding: 8px 20px;
    background: #e2f3f6;
    color: #00adc7;
}
.blog-page__btn-div-item.active {
    font-weight: 500;
    color: #fff;
    background: #00adc7;
}
.blog-page__btn-filter-item {
    font-weight: 500;
    color: #24356f;
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog-page__btn-filter-item::after {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.4516 13.275L17.0891 6.30875C17.1999 6.19251 17.2617 6.03808 17.2617 5.8775C17.2617 5.71691 17.1999 5.56248 17.0891 5.44625L17.0816 5.43875C17.0279 5.3822 16.9632 5.33718 16.8916 5.30641C16.8199 5.27564 16.7427 5.25978 16.6647 5.25978C16.5867 5.25978 16.5096 5.27564 16.4379 5.30641C16.3662 5.33718 16.3016 5.3822 16.2479 5.43875L9.99785 11.9987L3.75035 5.43875C3.69663 5.3822 3.63198 5.33718 3.56031 5.30641C3.48864 5.27564 3.41147 5.25978 3.33348 5.25978C3.25548 5.25978 3.17831 5.27564 3.10664 5.30641C3.03497 5.33718 2.97032 5.3822 2.9166 5.43875L2.9091 5.44625C2.79829 5.56248 2.73648 5.71691 2.73648 5.87749C2.73648 6.03808 2.79829 6.19251 2.9091 6.30875L9.5466 13.275C9.60497 13.3363 9.67518 13.385 9.75296 13.4184C9.83074 13.4517 9.91448 13.4689 9.9991 13.4689C10.0837 13.4689 10.1675 13.4517 10.2452 13.4184C10.323 13.385 10.3932 13.3363 10.4516 13.275Z" fill="%2324356F" /></svg>');
    background-repeat: no-repeat 
}
.blog-page__container-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.blog-page__container-item-img {
    position: relative;
    border: solid 1px #E4E6E7;
    border-radius: 20px;
}
.blog-page__container-item-img img{
    border-radius: 20px;
}
.blog-page__container-item-tabs {
    background-color: var(--content-product-item-bg-color);
    padding: 5px 12px;
    font-size: 14px;
    color: white;
    border-radius: 10px;
    left: 15px;
    top: 20px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    position: absolute;
}
.blog-page__container-item-title {
    font-weight: 600;
    line-height: 137%;
    letter-spacing: -0.03em;
    color: #1e1e1e;
}
.blog-page__container-item-desc {
    font-size: 14px;
    line-height: 129%;
    letter-spacing: -0.03em;
    color: #1e1e1e;
}
.blog-page__container-item-link {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.blog-page__container-item-link:hover .blog-page__container-item-img:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(130 140 173 / 67%);
    position: absolute;
    backdrop-filter: blur(1px);
    left: 0;
    top: 0;
    border-radius: 10px;
}
.blog-page__container-item-link:hover .blog-page__container-item-img:after{
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: calc(50% - 25px);
    left:calc(50% - 25px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Ccircle cx='25' cy='25' r='24' stroke='white' stroke-width='2'/%3E%3Cpath d='M17.9214 32.5052L31.8425 18.5841M32.5054 28.5278V17.9212H21.8988' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.navigation-block {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.navigation-block div,
.navigation-block a {
    border-radius: 5px;
    width: 25px;
    height: 25px;
    background: #bbe8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #1e1e1e;
}
.navigation-block div.navigation-active {
    background: #00adc7;
    font-weight: 500;
    color: #fff;
}
@media (max-width: 1208px) {
    .bg-icon.circle-bg-ball.circle-bg-ball-2.bg-icon-4.mobile {
        display: none;
    }
    .blog-page__btn-div {
        flex-direction: column;
    }
    .blog-page__btn-div-items {
        width: 100%;
    }
    .blog-page__btn-div-item {
        width: 100%;
        text-align: center;
    }
    .blog-page__container-items {
        grid-template-columns: repeat(2, 1fr);
    }
    .blog-page__container-item-tabs {
        left: 10px;
        top: 10px;
    }
    .blog-page__container-item-tabs {
        left: 10px;
        top: 10px;
        padding: 2px 5px;
        font-size: 10px;
        line-height: 159%;
        letter-spacing: -0.03em;
        border-radius: 7px;
    }
    .blog-page__container-item-title {
        font-size: 14px;
        line-height: 129%;
    }
    .blog-page__container-item-desc {
        font-size: 12px;
        line-height: 133%;
        margin-top: 5px;
    }
    .blog-page__container-item-link {
        gap: 10px;
    }
}
/* End */
/* /local/templates/glavdent/components/bitrix/news/news/bitrix/news.list/.default/style.css?17793693216520 */
