

/* Start:/local/templates/velan_new/components/bitrix/news.list/protection/style.css?17473910011738*/
.nucProtection .txtBlock{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}
.txtDescr{
	margin-bottom: 20px;
}
.nucProtection .btnStyle3{
	width: 200px;
	gap: 15px;
}
.nucProtection:nth-child(odd):before{
	height: 1px;
	bottom: -30px;
	width: 5000px;
	left: -1500px;
	content: '';
	position: absolute;
	opacity: 0.1;
background: #272727;
}
.protectionList{
display: grid;
	grid-template-columns: repeat(2, minmax(200px,1fr));
	grid-gap: 60px 20px;	
}

.nucProtection{
display: flex;
gap: 20px;
position: relative;
}

.nucProtection .topTxt{
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px;
}

.nucProtection .anons{
font-size: 22px;
font-weight: 400;
line-height: 120%;
}
.nucProtection .name{
font-size: 24px;
font-weight: 700;
line-height: 120%;
color: var(--Black-800, rgba(12, 11, 11, 0.80));
leading-trim: both;
text-edge: cap;
display: inline-block;
}
.nucProtection .imgW{
flex:none;
width: 356px;
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}
.nucProtection .imgW img{
width: 100%;
height: 100%;
object-fit: cover;
}
@media screen and (max-width: 1599px) {
	.nucProtection {
flex-direction: column;
	}
}
@media screen and (max-width: 1199px) {
	.protectionList {
		grid-template-columns: 1fr;
	}
	.nucProtection {
		flex-direction: row;
			}
	.nucProtection .anons {
		font-size: 16px;
			}
}
@media screen and (max-width: 767px) {
	.nucProtection .anons {
		font-size: 14px;
			}
			.nucProtection .name {
				font-size: 18px;
			}
			.nucProtection .btnStyle3 .txtBtn{
				font-size: 14px;
			}
			.nucProtection {
				flex-direction: column;
			}
			.nucProtection .imgW {
width: 100%;
			}
}
/* End */


/* Start:/local/templates/velan_new/components/bitrix/system.pagenavigation/.default/style.css?17463745521254*/
.rightColCatalog .pagination {
	margin: 50px 0 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.pagination__wrap {
	display: flex;
	justify-content: center;
	gap: 26px;
	align-items: center;
}

.pagination__list {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.pagination__list .pagination__item {
	color: var(--Blue-500, #7FAAD7);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
}

.pagination__list .pagination__item.active {
	color: var(--Blue-700, #3C42CB);
}

.pagination__prev {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 70px;
	height: 70px;
	background: #fff;
	clip-path: polygon(0 18px, 18px 0, 100% 0, 100% 100%, 0 100%);
}

.pagination__next {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 70px;
	height: 70px;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

@media (max-width: 991px) {

	.pagination__prev,
	.pagination__next {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 600px) {

	.pagination__prev,
	.pagination__next {
		width: 50px;
		height: 50px;
	}

	.pagination__prev svg,
	.pagination__next svg {
		width: 20px;
		height: auto;
	}
}
/* End */
/* /local/templates/velan_new/components/bitrix/news.list/protection/style.css?17473910011738 */
/* /local/templates/velan_new/components/bitrix/system.pagenavigation/.default/style.css?17463745521254 */
