

/* Start:/local/templates/styledent/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17695112682353*/
.news-list__row {
    opacity: 1;
}
.news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.news-list__item {
    height: auto;
    padding: 0;
    border-radius: 24px;
    overflow: hidden;
}

.news-list__item-swiper {
    width: 100%;
    height: 330px;
}

.news-list__item-bottom {
    background: #F5F5F5;
    padding: 20px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.news-list__item-date {
    background: transparent;
    letter-spacing: unset;
    font-size: 14px;
    color: #0A0A0A;
    font-weight: 500;
    border: 1px solid #0A0A0A14;
    margin: 0 0 10px 0;
    padding: 6px 12px;
    border-radius: 100px;
}
.news-list__item-swiper img {
    width: 100%;
}
.news-list__item-name {
    font-size: 24px;
    font-weight: 600;
    color: #0A0A0A;
    line-height: 1.2;
    min-height: 58px;
    margin-bottom: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}
.news-list__item-link {
    font-size: 16px;
    font-weight: 600;
    color: #0A0A0A;
}
.news-list__item-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 9;
}
.news-list__item-nav-item {
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    transition: .3s ease;
}
.news-list__item-nav-item.swiper-button-disabled {
    cursor: default;
    opacity: .5;
}
.swiper-button-lock {
    display: none;
}


@media (max-width: 1000px) {
	.news-list {
		grid-template-columns: repeat(2, 1fr);
	}	
}

@media (max-width: 800px) {
	.news-list__item-swiper {
		height: 230px;
	}
	
	.news-list__item-bottom {
		padding: 20px;
	}
	
	.news-list__item-name {
		font-size: 20px;
	}
	
	.news-list__item {
		border-radius: 16px;
	}	
}

@media (max-width: 540px) {
	.news-list {
		grid-template-columns: 1fr;
	}	
}
/* End */
/* /local/templates/styledent/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17695112682353 */
