

/* Start:/local/templates/velan_new/components/bitrix/news/news/style.css?17489674713932*/
.newsTile {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-gap: 20px;
}

.newsItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    flex-shrink: 0;
    background: #FFF;
    clip-path: var(--clipPath);
    color: var(--Black-800, rgba(12, 11, 11, 0.80));
}

.newsItem:hover {
    text-decoration: none;
    color: #FFF;
    background: #4D76BC;
}

.newsItem .txtBlock {
    display: flex;
    padding: 0px 20px 20px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    align-self: stretch;
}

.newsItem .topLine {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    align-self: stretch;
    gap: 10px;
}

.newsItem .name {
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
}

.newsItem .date {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    white-space: nowrap;
}

.newsItem .anons {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.newsTile .imgW {
    display: block;
    width: 100%;
}

.newsTile .imgW img {
    width: 100%;
    object-fit: cover;
}

.other{
	margin-top: 120px;
}
.other .titleBlock{
	margin-bottom: 35px;
	padding-block: 35px;
	border-bottom: 1px solid rgba(12, 11, 11, 0.10);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}
.other .titleBlock .h2{
	margin:0;
}

.newsDetail{
	display: flex;
	gap:31px;

}
.newsDetail .imgWW{	
	flex:none;	
	display: flex;
	align-items: flex-start;
}
.newsDetail .imgW{
	clip-path: var(--clipPath);
	width: 880px;
}
.newsDetail .imgW img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newsDetail .txtBlock{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}
.newsDetail .date{
	color: var(--Black-800, rgba(12, 11, 11, 0.80));
leading-trim: both;
text-edge: cap;
font-size: 36px;
font-weight: 700;
line-height: 1.2; 
text-transform: uppercase;
}
.newsDetail .txtWrap{
	font-size: 22px;
	color: var(--Black-800, rgba(12, 11, 11, 0.80));
leading-trim: both;

text-edge: cap;
}
.newsDetail .date {
font-size: 22px;
}

	
@media screen and (max-width: 1599px) {
    .newsDetail .imgW {
        width: 500px;
    }
     .newsTile {
        grid-template-columns: repeat(2, minmax(0, 2fr));
    }
	
}

@media screen and (max-width: 1199px){
	 .newsItem .topLine {
        flex-direction: column;
        align-items: flex-start;
    }
	.newsDetail .txtBlock {
		gap: 10px;
	}
	.newsDetail .imgW {
        width: 880px;
    }
	.other {
		margin-top: 60px;
	}
	.containerBig .newsDetail {
	flex-direction: column;
	gap: 15px;
	}
	.newsDetail .txtWrap {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px){
	.other .titleBlock {
padding-top: 0;
	}
	.newsDetail .date {
		font-size: 22px;

	}
	.newsDetail .txtWrap {
		font-size: 16px;

	}
	.other {
		margin-top: 40px;
	}
	.other .titleBlock .h2 {
		
		font-size: 28px;
	}
}
@media screen and (max-width: 767px) {

	  .newsTile {
        grid-template-columns: 1fr;
    }

    .newsItem {
        gap: 20px;
    }

    .newsItem .txtBlock {
        padding: 0 10px 10px 10px;
        gap: 10px;
    }

    .newsItem .topLine {
        gap: 5px;
    }

    .newsItem .name {
        font-size: 18px;
    }

    .newsItem .date,
    .newsItem .anons {
        font-size: 14px;
    }
    
	.other {
		margin-top: 40px;
	}

	.titleBlock .btnStyle{
		padding: 11px 11px;
	}
	.btnStyle .txt, .btnStyleSmall .txt {
		font-size: 14px;
	}
	.other .titleBlock .h2 {
		
		font-size: 20px;
	}
    .newsDetail .imgW {
        width: 100%;
    }
	.newsDetail .date {
font-size: 18px;
	}
	.newsDetail .txtWrap {
		font-size: 14px;
	}
}

@media screen and (max-width: 600px) {
	.other {
		margin-top: 20px;
	}
	.other .titleBlock .h2 {
		
		font-size: 18px;
	}

    .other .titleBlock{
        flex-direction: column;
        align-items: flex-start;
}
}
/* 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 */


/* Start:/local/templates/velan_new/components/bitrix/news.list/tileNews/style.css?17489674912015*/
.newsTile {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-gap: 20px;
}

.newsItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    flex-shrink: 0;
    background: #FFF;
    clip-path: var(--clipPath);
    color: var(--Black-800, rgba(12, 11, 11, 0.80));
}

.newsItem:hover {
    text-decoration: none;
    color: #FFF;
    background: #4D76BC;
}

.newsItem .txtBlock {
    display: flex;
    padding: 0px 20px 20px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    align-self: stretch;
}

.newsItem .topLine {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    align-self: stretch;
    gap: 10px;
}

.newsItem .name {
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
}

.newsItem .date {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    white-space: nowrap;
}

.newsItem .anons {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.newsTile .imgW {
    display: block;
    width: 100%;
}

.newsTile .imgW img {
    width: 100%;
    object-fit: cover;
}




@media screen and (max-width:1599px) {
    .newsTile {
        grid-template-columns: repeat(2, minmax(0, 2fr));
    }
   
}

@media screen and (max-width:1199px) {
    .newsItem .topLine {
        flex-direction: column;
        align-items: flex-start;
    }
   
}

@media screen and (max-width:991px) {}

@media screen and (max-width:767px) {
   
    .newsTile {
        grid-template-columns: 1fr;
    }

    .newsItem {
        gap: 20px;
    }

    .newsItem .txtBlock {
        padding: 0 10px 10px 10px;
        gap: 10px;
    }

    .newsItem .topLine {
        gap: 5px;
    }

    .newsItem .name {
        font-size: 18px;
    }

    .newsItem .date,
    .newsItem .anons {
        font-size: 14px;
    }
}

@media screen and (max-width:600px) {
  
}
@media screen and (max-width:500px) {
   
}
@media screen and (max-width:370px) {

}
/* End */
/* /local/templates/velan_new/components/bitrix/news/news/style.css?17489674713932 */
/* /local/templates/velan_new/components/bitrix/system.pagenavigation/.default/style.css?17463745521254 */
/* /local/templates/velan_new/components/bitrix/news.list/tileNews/style.css?17489674912015 */
